r20675 - in /desktop/unstable/gconf/debian: changelog patches/02_fix_wrong_return_value.patch patches/series

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sat Jul 11 22:36:13 UTC 2009


Author: pochu-guest
Date: Sat Jul 11 22:36:13 2009
New Revision: 20675

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20675
Log:
debian/patches/02_fix_wrong_return_value.patch: Fix a bug that
causes hardware-monitor to crash. Closes: #532119.

Added:
    desktop/unstable/gconf/debian/patches/02_fix_wrong_return_value.patch
Modified:
    desktop/unstable/gconf/debian/changelog
    desktop/unstable/gconf/debian/patches/series

Modified: desktop/unstable/gconf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/changelog?rev=20675&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/changelog (original)
+++ desktop/unstable/gconf/debian/changelog Sat Jul 11 22:36:13 2009
@@ -1,3 +1,10 @@
+gconf (2.26.2-2) UNRELEASED; urgency=low
+
+  * debian/patches/02_fix_wrong_return_value.patch: Fix a bug that
+    causes hardware-monitor to crash. Closes: #532119.
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sun, 12 Jul 2009 00:23:25 +0200
+
 gconf (2.26.2-1) unstable; urgency=low
 
   * New upstream release.

Added: desktop/unstable/gconf/debian/patches/02_fix_wrong_return_value.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/patches/02_fix_wrong_return_value.patch?rev=20675&op=file
==============================================================================
--- desktop/unstable/gconf/debian/patches/02_fix_wrong_return_value.patch (added)
+++ desktop/unstable/gconf/debian/patches/02_fix_wrong_return_value.patch Sat Jul 11 22:36:13 2009
@@ -1,0 +1,15 @@
+Description: fix wrong return value
+Bug: http://bugzilla.gnome.org/show_bug.cgi?id=582865
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532119
+
+--- a/gconf/gconf-client.c
++++ b/gconf/gconf-client.c
+@@ -2024,7 +2024,7 @@
+     {
+       g_free (dir);
+       trace ("Negative cache hit on %s", key);
+-      return TRUE;
++      return FALSE;
+     }
+ 
+     g_free (dir);

Modified: desktop/unstable/gconf/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/patches/series?rev=20675&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/patches/series (original)
+++ desktop/unstable/gconf/debian/patches/series Sat Jul 11 22:36:13 2009
@@ -1,3 +1,4 @@
 01_defaults_path.patch
+02_fix_wrong_return_value.patch
 25_gconf-path-max-hurd.patch
 70_relibtoolize.patch




More information about the pkg-gnome-commits mailing list