Hello community,

here is the log from the commit of package gnome-keyring for openSUSE:Factory 
checked in at 2013-09-27 17:21:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-keyring (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-keyring.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-keyring"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-keyring/gnome-keyring.changes      
2013-09-12 14:29:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-keyring.new/gnome-keyring.changes 
2013-09-27 17:21:09.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Sep 23 20:13:08 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.0:
+  + Minor logic fix (bgo#708483).
+
+-------------------------------------------------------------------

Old:
----
  gnome-keyring-3.9.90.tar.xz

New:
----
  gnome-keyring-3.10.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-keyring.spec ++++++
--- /var/tmp/diff_new_pack.cc3N0i/_old  2013-09-27 17:21:10.000000000 +0200
+++ /var/tmp/diff_new_pack.cc3N0i/_new  2013-09-27 17:21:10.000000000 +0200
@@ -19,13 +19,13 @@
 %bcond_without  gpgagent
 
 Name:           gnome-keyring
-Version:        3.9.90
+Version:        3.10.0
 Release:        0
 Url:            http://www.gnome.org/
 Summary:        GNOME Keyring
 License:        GPL-2.0+ and LGPL-2.1+
 Group:          System/GUI/GNOME
-Source:         
http://download.gnome.org/sources/gnome-keyring/3.9/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-keyring/3.10/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 # PATCH-FEATURE-OPENSUSE gnome-keyring-check-session.patch vu...@novell.com -- 
Only start gnome-keyring in the pam module if GNOME, Xfce or LXDE is started
 Patch4:         gnome-keyring-check-session.patch

++++++ gnome-keyring-3.9.90.tar.xz -> gnome-keyring-3.10.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-keyring-3.9.90/ChangeLog 
new/gnome-keyring-3.10.0/ChangeLog
--- old/gnome-keyring-3.9.90/ChangeLog  2013-08-26 18:28:45.000000000 +0200
+++ new/gnome-keyring-3.10.0/ChangeLog  2013-09-23 21:05:35.000000000 +0200
@@ -1,5 +1,26 @@
 # Generate automatically. Do not edit.
 
+commit 3f7f6f9b34998624248f705b85622851cc4a589c
+Author: Stef Walter <st...@gnome.org>
+Date:   2013-09-23
+
+    Release version 3.10.0
+
+ NEWS         | 3 +++
+ configure.ac | 2 +-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+commit 5c2a67ee425b12fb5b141d145c7bf0a36042257b
+Author: Lars Seipel <l...@slrz.net>
+Date:   2013-09-19
+
+    daemon: Fix lapse where the login password is read in pointer-sized chunks
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=708483
+
+ daemon/gkd-main.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit d9d3b4922c5a210a9e82bc099505c1952c555826
 Author: Stef Walter <st...@gnome.org>
 Date:   2013-08-26
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-keyring-3.9.90/NEWS 
new/gnome-keyring-3.10.0/NEWS
--- old/gnome-keyring-3.9.90/NEWS       2013-08-26 18:26:33.000000000 +0200
+++ new/gnome-keyring-3.10.0/NEWS       2013-09-23 21:03:52.000000000 +0200
@@ -1,3 +1,6 @@
+Changes in version 3.10.0 are:
+ * Minor logic fix [#708483]
+
 Changes in version 3.9.90 are:
  * Fix running gnome-keyring-daemon under test harness
  * Test fixes [#702367]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-keyring-3.9.90/configure 
new/gnome-keyring-3.10.0/configure
--- old/gnome-keyring-3.9.90/configure  2013-08-26 18:27:46.000000000 +0200
+++ new/gnome-keyring-3.10.0/configure  2013-09-23 21:04:16.000000000 +0200
@@ -3020,7 +3020,7 @@
 # Define the identity of the package.
 
  PACKAGE=gnome-keyring
- VERSION=3.9.90
+ VERSION=3.10.0
 
 
 cat >>confdefs.h <<_ACEOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-keyring-3.9.90/configure.ac 
new/gnome-keyring-3.10.0/configure.ac
--- old/gnome-keyring-3.9.90/configure.ac       2013-08-26 18:25:27.000000000 
+0200
+++ new/gnome-keyring-3.10.0/configure.ac       2013-09-23 21:03:20.000000000 
+0200
@@ -1,6 +1,6 @@
 AC_INIT(daemon/gkd-main.c)
 
-AM_INIT_AUTOMAKE(gnome-keyring, 3.9.90)
+AM_INIT_AUTOMAKE(gnome-keyring, 3.10.0)
 
 AC_CONFIG_HEADERS(config.h)
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-keyring-3.9.90/daemon/gkd-main.c 
new/gnome-keyring-3.10.0/daemon/gkd-main.c
--- old/gnome-keyring-3.9.90/daemon/gkd-main.c  2013-08-15 10:13:44.000000000 
+0200
+++ new/gnome-keyring-3.10.0/daemon/gkd-main.c  2013-09-23 17:03:22.000000000 
+0200
@@ -510,7 +510,7 @@
        int r, len = 0;
 
        for (;;) {
-               r = read (fd, buf, sizeof (buf));
+               r = read (fd, buf, MAX_BLOCK);
                if (r < 0) {
                        if (errno == EAGAIN)
                                continue;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to