[maemo-commits] [maemo-commits] r15016 - in projects/haf/trunk/expat: debian lib

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jan 9 09:37:14 EET 2008
Author: kihamala
Date: 2008-01-09 09:37:13 +0200 (Wed, 09 Jan 2008)
New Revision: 15016

Modified:
   projects/haf/trunk/expat/debian/changelog
   projects/haf/trunk/expat/lib/expat.h
Log:
fix for NB#78131


Modified: projects/haf/trunk/expat/debian/changelog
===================================================================
--- projects/haf/trunk/expat/debian/changelog	2008-01-08 15:08:20 UTC (rev 15015)
+++ projects/haf/trunk/expat/debian/changelog	2008-01-09 07:37:13 UTC (rev 15016)
@@ -1,3 +1,9 @@
+expat (1.95.8-4maemo1) unstable; urgency=low
+
+  * Patch for gcc4.2 from Leonid. Fixes: NB#78131
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Wed,  9 Jan 2008 09:31:22 +0200
+
 expat (1.95.8-4maemo) unstable; urgency=low
 
   * Added debug package. Fixes: NB#40243

Modified: projects/haf/trunk/expat/lib/expat.h
===================================================================
--- projects/haf/trunk/expat/lib/expat.h	2008-01-08 15:08:20 UTC (rev 15015)
+++ projects/haf/trunk/expat/lib/expat.h	2008-01-09 07:37:13 UTC (rev 15016)
@@ -43,7 +43,7 @@
 #define XML_STATUS_ERROR XML_STATUS_ERROR
   XML_STATUS_OK = 1,
 #define XML_STATUS_OK XML_STATUS_OK
-  XML_STATUS_SUSPENDED = 2,
+  XML_STATUS_SUSPENDED = 2
 #define XML_STATUS_SUSPENDED XML_STATUS_SUSPENDED
 };
 


More information about the maemo-commits mailing list