[maemo-commits] [maemo-commits] r18628 - in projects/haf/trunk/gtkfilesystemmemory: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Jun 5 16:13:48 EEST 2009
- Previous message: [maemo-commits] r18627 - in projects/haf/trunk/gtkfilesystemmemory: . gtkfilesystemmemory gtkfilesystemmemorypublic
- Next message: [maemo-commits] r18629 - projects/haf/tags/gtkfilesystemmemory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: csaavedra Date: 2009-06-05 16:13:47 +0300 (Fri, 05 Jun 2009) New Revision: 18628 Modified: projects/haf/trunk/gtkfilesystemmemory/ChangeLog projects/haf/trunk/gtkfilesystemmemory/configure.ac projects/haf/trunk/gtkfilesystemmemory/debian/changelog projects/haf/trunk/gtkfilesystemmemory/debian/control Log: 2009-06-05 Claudio Saavedra <csaavedra at igalia.com> Release 0.19 * configure.ac: Bump version * debian/changelog: updates * debian/control: add dependency on hildonfm2 and bump GTK+ dependency. Modified: projects/haf/trunk/gtkfilesystemmemory/ChangeLog =================================================================== --- projects/haf/trunk/gtkfilesystemmemory/ChangeLog 2009-06-05 13:08:31 UTC (rev 18627) +++ projects/haf/trunk/gtkfilesystemmemory/ChangeLog 2009-06-05 13:13:47 UTC (rev 18628) @@ -1,5 +1,14 @@ 2009-06-05 Claudio Saavedra <csaavedra at igalia.com> + Release 0.19 + + * configure.ac: Bump version + * debian/changelog: updates + * debian/control: add dependency on hildonfm2 and bump GTK+ + dependency. + +2009-06-05 Claudio Saavedra <csaavedra at igalia.com> + * configure.ac: Depend on hildon-fm-2. * gtkfilesystemmemory/gtkfilesystemmemory.c: * gtkfilesystemmemory/gtkfilesystemmemoryprivate.h: Modified: projects/haf/trunk/gtkfilesystemmemory/configure.ac =================================================================== --- projects/haf/trunk/gtkfilesystemmemory/configure.ac 2009-06-05 13:08:31 UTC (rev 18627) +++ projects/haf/trunk/gtkfilesystemmemory/configure.ac 2009-06-05 13:13:47 UTC (rev 18628) @@ -1,5 +1,5 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(gtkfilesystemmemory, 0.18) +AM_INIT_AUTOMAKE(gtkfilesystemmemory, 0.19) AC_CONFIG_HEADER(config.h) AC_CANONICAL_HOST @@ -16,7 +16,9 @@ GTK_VERSION=2.10.0 -PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $GTK_VERSION) +PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $GTK_VERSION \ + hildon-fm-2) + GTK_BINARY_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0` AC_SUBST(GTK_LIBS) AC_SUBST(GTK_CFLAGS) Modified: projects/haf/trunk/gtkfilesystemmemory/debian/changelog =================================================================== --- projects/haf/trunk/gtkfilesystemmemory/debian/changelog 2009-06-05 13:08:31 UTC (rev 18627) +++ projects/haf/trunk/gtkfilesystemmemory/debian/changelog 2009-06-05 13:13:47 UTC (rev 18628) @@ -1,3 +1,11 @@ +gtkfilesystemmemory (0.19) unstable; urgency=low + + * Add build dependency on libhildonfm2-dev and increase GTK+ dependency + to 2.14.3-1maemo1. + * Fix build after the GTK+ 2.14 upgrade. + + -- Claudio Saavedra <csaavedra at igalia.com> Fri, 05 Jun 2009 16:08:36 +0300 + gtkfilesystemmemory (0.18-1) unstable; urgency=low * Update building rules Modified: projects/haf/trunk/gtkfilesystemmemory/debian/control =================================================================== --- projects/haf/trunk/gtkfilesystemmemory/debian/control 2009-06-05 13:08:31 UTC (rev 18627) +++ projects/haf/trunk/gtkfilesystemmemory/debian/control 2009-06-05 13:13:47 UTC (rev 18628) @@ -2,7 +2,7 @@ Section: x11 Priority: optional Maintainer: Richard Sun <richard.sun at nokia.com> -Build-Depends: debhelper (>= 4.0.0), pkg-config, libgtk2.0-dev (>= 2:2.10.12-0osso9) +Build-Depends: debhelper (>= 4.0.0), pkg-config, libgtk2.0-dev (>= 2:2.14.3-1maemo1), libhildonfm2-dev (>= 1:2.16.2) Standards-Version: 3.6.0 Package: osso-memory-backend
- Previous message: [maemo-commits] r18627 - in projects/haf/trunk/gtkfilesystemmemory: . gtkfilesystemmemory gtkfilesystemmemorypublic
- Next message: [maemo-commits] r18629 - projects/haf/tags/gtkfilesystemmemory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]