r13985 - in /packages/unstable/gossip/debian: changelog patches/02_newer-keyring.patch

nobse at users.alioth.debian.org nobse at users.alioth.debian.org
Thu Dec 20 15:43:05 UTC 2007


Author: nobse
Date: Thu Dec 20 15:43:04 2007
New Revision: 13985

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13985
Log:
Fix builds with newer keyrings.

Added:
    packages/unstable/gossip/debian/patches/02_newer-keyring.patch
Modified:
    packages/unstable/gossip/debian/changelog

Modified: packages/unstable/gossip/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gossip/debian/changelog?rev=13985&op=diff
==============================================================================
--- packages/unstable/gossip/debian/changelog (original)
+++ packages/unstable/gossip/debian/changelog Thu Dec 20 15:43:04 2007
@@ -1,8 +1,10 @@
 gossip (1:0.28-2) UNRELEASED; urgency=low
 
+  * New patch, 02_newer-keyring.patch from svn, to fix build with newer
+    keyrings.
   * Add Vcs-* and Homepage fields to source stanza in control file.
 
- -- Norbert Tretkowski <nobse at debian.org>  Mon, 03 Dec 2007 15:17:20 +0100
+ -- Norbert Tretkowski <nobse at debian.org>  Thu, 20 Dec 2007 16:34:48 +0100
 
 gossip (1:0.28-1) unstable; urgency=low
 

Added: packages/unstable/gossip/debian/patches/02_newer-keyring.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gossip/debian/patches/02_newer-keyring.patch?rev=13985&op=file
==============================================================================
--- packages/unstable/gossip/debian/patches/02_newer-keyring.patch (added)
+++ packages/unstable/gossip/debian/patches/02_newer-keyring.patch Thu Dec 20 15:43:04 2007
@@ -1,0 +1,10 @@
+--- a/libgossip/gossip-account.c	(Revision 2697)
++++ b/libgossip/gossip-account.c	(Revision 2698)
+@@ -348,6 +348,7 @@
+ 	case GNOME_KEYRING_RESULT_IO_ERROR:          return "GNOME_KEYRING_RESULT_IO_ERROR";
+ 	case GNOME_KEYRING_RESULT_CANCELLED:         return "GNOME_KEYRING_RESULT_CANCELLED";
+ 	case GNOME_KEYRING_RESULT_ALREADY_EXISTS:    return "GNOME_KEYRING_RESULT_ALREADY_EXISTS";
++	default:                                     return "unknown keyring result";
+ 	}
+ 
+ 	return "";




More information about the pkg-gnome-commits mailing list