r14364 - in /desktop/experimental/glib2.0/debian: changelog patches/02_fam-helper.patch
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Tue Jan 29 11:52:04 UTC 2008
Author: slomo
Date: Tue Jan 29 11:52:04 2008
New Revision: 14364
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14364
Log:
* debian/patches/02_fam-helper.patch:
+ Fix build failure when building with FAM and not gamin. See BGO #509419
and BGO #512384 for more details.
Added:
desktop/experimental/glib2.0/debian/patches/02_fam-helper.patch
Modified:
desktop/experimental/glib2.0/debian/changelog
Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=14364&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog (original)
+++ desktop/experimental/glib2.0/debian/changelog Tue Jan 29 11:52:04 2008
@@ -10,6 +10,9 @@
- Update symbols for 2.15.4.
+ debian/rules:
- Update API version to 2.15.4.
+ * debian/patches/02_fam-helper.patch:
+ + Fix build failure when building with FAM and not gamin. See BGO #509419
+ and BGO #512384 for more details.
-- Sebastian Dröge <slomo at debian.org> Tue, 29 Jan 2008 12:14:08 +0100
Added: desktop/experimental/glib2.0/debian/patches/02_fam-helper.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/02_fam-helper.patch?rev=14364&op=file
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/02_fam-helper.patch (added)
+++ desktop/experimental/glib2.0/debian/patches/02_fam-helper.patch Tue Jan 29 11:52:04 2008
@@ -1,0 +1,11 @@
+--- gio/fam/fam-helper.c.old 2008-01-29 12:46:01.000000000 +0100
++++ gio/fam/fam-helper.c 2008-01-29 12:46:13.000000000 +0100
+@@ -42,7 +42,7 @@
+ };
+
+ static GFileMonitorEvent
+-fam_event_to_file_monitor_event (FAMCodes code)
++fam_event_to_file_monitor_event (enum FAMCodes code)
+ {
+ switch (code)
+ {
More information about the pkg-gnome-commits
mailing list