[maemo-commits] [maemo-commits] r9600 - in projects/haf/trunk/hildon-libs: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Feb 2 18:23:13 EET 2007
Author: mdk
Date: 2007-02-02 18:23:11 +0200 (Fri, 02 Feb 2007)
New Revision: 9600

Modified:
   projects/haf/trunk/hildon-libs/ChangeLog
   projects/haf/trunk/hildon-libs/configure.ac
   projects/haf/trunk/hildon-libs/debian/changelog
   projects/haf/trunk/hildon-libs/hildon-libs.pc.in
Log:
[0.15.0-1 release]
Updating with the -DMAEMO_CHANGES.


Modified: projects/haf/trunk/hildon-libs/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-libs/ChangeLog	2007-02-02 16:22:59 UTC (rev 9599)
+++ projects/haf/trunk/hildon-libs/ChangeLog	2007-02-02 16:23:11 UTC (rev 9600)
@@ -1,3 +1,11 @@
+2007-02-02  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	[0.15.0-1 release]
+
+	* configure.ac:
+	* debian/changelog:
+	* hildon-libs.pc.in: Updating with the -DMAEMO_CHANGES.
+
 2006-11-23  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	[0.14.10-1 release]

Modified: projects/haf/trunk/hildon-libs/configure.ac
===================================================================
--- projects/haf/trunk/hildon-libs/configure.ac	2007-02-02 16:22:59 UTC (rev 9599)
+++ projects/haf/trunk/hildon-libs/configure.ac	2007-02-02 16:23:11 UTC (rev 9600)
@@ -1,5 +1,5 @@
 AC_INIT(Makefile.am)
-AM_INIT_AUTOMAKE(hildon-libs, 0.14.10)
+AM_INIT_AUTOMAKE(hildon-libs, 0.15.0)
 AM_CONFIG_HEADER(config.h)
 
 AC_CANONICAL_HOST
@@ -16,7 +16,7 @@
 #PKG_CHECK_MODULES(OUTO, outo >= 0.1.1)
 #AC_SUBST(OUTO_CFLAGS)
 
-CFLAGS="$CFLAGS -std=c99 -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations"
+CFLAGS="$CFLAGS -std=c99 -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -DMAEMO_CHANGES"
 # -Werror disabled due to the flaw in glib-2.0
 # See http://bugzilla.gnome.org/show_bug.cgi?id=310175 and
 # http://bugzilla.gnome.org/show_bug.cgi?id=310216

Modified: projects/haf/trunk/hildon-libs/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-libs/debian/changelog	2007-02-02 16:22:59 UTC (rev 9599)
+++ projects/haf/trunk/hildon-libs/debian/changelog	2007-02-02 16:23:11 UTC (rev 9600)
@@ -1,3 +1,9 @@
+hildon-libs (0.15.0-1) unstable; urgency=low
+
+  * Adding -DMAEMO_CHANGES define so that it can be compiled with new gtk. 
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Fri, 2 Feb 2007 18:40:00 +0300
+
 hildon-libs (0.14.10-1) unstable; urgency=low
 
   * Fixes: NB#47762 - The hildon_number_editor doesn't work properly when gdk_threads_init was called.

Modified: projects/haf/trunk/hildon-libs/hildon-libs.pc.in
===================================================================
--- projects/haf/trunk/hildon-libs/hildon-libs.pc.in	2007-02-02 16:22:59 UTC (rev 9599)
+++ projects/haf/trunk/hildon-libs/hildon-libs.pc.in	2007-02-02 16:23:11 UTC (rev 9600)
@@ -8,4 +8,5 @@
 Requires: gtk+-2.0 >= @GTK_VERSION@
 Version: @VERSION@
 Libs: -L${libdir} -lhildonwidgets
-Cflags: -I${includedir}
+Cflags: -I${includedir} -DMAEMO_CHANGES
+


More information about the maemo-commits mailing list