Author: emes Date: Wed Oct 27 10:27:22 2010 GMT Module: packages Tag: HEAD ---- Log message: - added patch: the default keyring is 'login', not 'default'
---- Files affected: packages/gajim: gajim.spec (1.61 -> 1.62) , gajim-keyring-bug.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/gajim/gajim.spec diff -u packages/gajim/gajim.spec:1.61 packages/gajim/gajim.spec:1.62 --- packages/gajim/gajim.spec:1.61 Sat Sep 25 01:49:32 2010 +++ packages/gajim/gajim.spec Wed Oct 27 12:27:17 2010 @@ -7,12 +7,13 @@ Summary(pl.UTF-8): Klient Jabbera napisany w PyGTK Name: gajim Version: 0.13.4 -Release: 1 +Release: 2 Epoch: 1 License: GPL v2 Group: Applications/Communications Source0: http://gajim.org/downloads/0.13/%{name}-%{version}.tar.bz2 # Source0-md5: 097e96c2f73a13be4edadea11b495ce6 +Patch0: %{name}-keyring-bug.patch URL: http://www.gajim.org/ BuildRequires: autoconf BuildRequires: automake @@ -67,6 +68,7 @@ %prep %setup -q +%patch0 -p1 %build %{__intltoolize} @@ -120,6 +122,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.62 2010/10/27 10:27:17 emes +- added patch: the default keyring is 'login', not 'default' + Revision 1.61 2010/09/24 23:49:32 emes - requires pyOpenSSL >= 0.9 ================================================================ Index: packages/gajim/gajim-keyring-bug.patch diff -u /dev/null packages/gajim/gajim-keyring-bug.patch:1.1 --- /dev/null Wed Oct 27 12:27:22 2010 +++ packages/gajim/gajim-keyring-bug.patch Wed Oct 27 12:27:17 2010 @@ -0,0 +1,12 @@ +diff -Nurwa gajim-0.13.4/src/common/passwords.py gajim-0.13.4.keyring-bug//src/common/passwords.py +--- gajim-0.13.4/src/common/passwords.py 2010-01-20 10:59:33.000000000 +0100 ++++ gajim-0.13.4.keyring-bug//src/common/passwords.py 2010-10-27 12:02:16.784214246 +0200 +@@ -63,7 +63,7 @@ + def __init__(self): + self.keyring = gnomekeyring.get_default_keyring_sync() + if self.keyring is None: +- self.keyring = 'default' ++ self.keyring = 'login' + try: + gnomekeyring.create_sync(self.keyring, None) + except gnomekeyring.AlreadyExistsError: ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gajim/gajim.spec?r1=1.61&r2=1.62&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
