Hello community,

here is the log from the commit of package gnome-keyring for openSUSE:Factory 
checked in at 2013-04-02 11:46:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-keyring (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-keyring.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-keyring", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-keyring/gnome-keyring.changes      
2013-03-04 17:27:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-keyring.new/gnome-keyring.changes 
2013-04-02 11:47:01.000000000 +0200
@@ -1,0 +2,60 @@
+Mon Mar 25 11:41:03 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar 18 08:37:21 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.92:
+  + Update introspection data of Collection.SearchItems()
+    (bgo#695115).
+  + Update the Item.Created and Item.Modified properties correctly
+    (bgo#695052).
+  + Build fixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar  4 20:10:33 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.91:
+  + Remove the roots-store module replaced by p11-kit 0.16+ trust
+    module.
+  + Only return one object path list from Collection.SearchItems()
+    (bgo#695115).
+  + Fix order of items returned from SearchItems() (bgo#693884).
+  + Build fixes.
+- No longer pass --with-ca-certificates to configure: it's  been
+  obsoleted in favor of the p11-kit trust module.
+
+-------------------------------------------------------------------
+Sat Mar  2 10:32:00 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.5:
+  + Set correct type for Collection's "Locked" property.
+  + Don't warn if the GNOME session manager is not available.
+  + Fix crasher in armor code.
+  + Build fixes.
+  + Upadted translations.
+
+-------------------------------------------------------------------
+Sat Mar  2 10:31:00 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.2:
+  + Bring over DER parsing fixes from GCR library.
+  + Fix corner case where long DER length overflows.
+  + Fix crash when parsing invalid DER files.
+  + Handle empty secrets correctly.
+  + Only print debug message if no pkcs11 socket.
+  + Other minor fixes.
+  + More complete test coverage.
+
+-------------------------------------------------------------------
+Sat Mar  2 10:30:00 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.1:
+  + Remove dependency on GTK+.
+  + Build fixes.
+- Drop pkgconfig(gtk+-3.0) BuildRequires: no longer needed.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ gnome-keyring.spec ++++++
--- /var/tmp/diff_new_pack.pQLejB/_old  2013-04-02 11:47:05.000000000 +0200
+++ /var/tmp/diff_new_pack.pQLejB/_new  2013-04-02 11:47:05.000000000 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           gnome-keyring
-Version:        3.6.3
+Version:        3.8.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.6/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-keyring/3.8/%{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
@@ -39,11 +39,10 @@
 BuildRequires:  pam-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(dbus-1)
+BuildRequires:  pkgconfig(dbus-1) >= 1.1.1
 BuildRequires:  pkgconfig(gck-1) >= 3.3.4
 BuildRequires:  pkgconfig(gcr-3) >= 3.5.3
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
-BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libtasn1)
 %if 0%{?BUILD_FROM_VCS}
 BuildRequires:  gnome-common
@@ -116,18 +115,10 @@
 %patch4 -p1
 %patch5 -p1
 
-%if 0%{?BUILD_FROM_VCS}
-[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
-%endif
-
 %build
 %configure\
         --enable-pam \
-        --with-pam-dir=/%{_lib}/security \
-%if 0%{?BUILD_FROM_VCS}
-        --enable-gtk-doc \
-%endif
-        --with-ca-certificates=%{_sysconfdir}/ssl/ca-bundle.pem
+        --with-pam-dir=/%{_lib}/security
 make %{?jobs:-j%jobs} V=1
 
 %install
@@ -186,7 +177,6 @@
 %{_bindir}/gnome-keyring
 %{_bindir}/gnome-keyring-3
 %{_bindir}/gnome-keyring-daemon
-%{_sysconfdir}/pkcs11/modules/gnome-keyring.module
 %dir %{_libdir}/pkcs11
 %{_libdir}/pkcs11/gnome-keyring-pkcs11.so
 %{_datadir}/dbus-1/services/org.freedesktop.secrets.service
@@ -196,6 +186,9 @@
 %dir %{_datadir}/GConf/gsettings
 %{_datadir}/GConf/gsettings/org.gnome.crypto.cache.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.crypto.cache.gschema.xml
+%dir %{_datadir}/p11-kit
+%dir %{_datadir}/p11-kit/modules
+%{_datadir}/p11-kit/modules/gnome-keyring.module
 %{_sysconfdir}/xdg/autostart/*.desktop
 
 %files lang -f %{name}.lang
@@ -207,7 +200,6 @@
 %dir %{_libdir}/gnome-keyring
 %dir %{_libdir}/gnome-keyring/devel
 %{_libdir}/gnome-keyring/devel/gkm-gnome2-store-standalone.so
-%{_libdir}/gnome-keyring/devel/gkm-roots-store-standalone.so
 %{_libdir}/gnome-keyring/devel/gkm-secret-store-standalone.so
 %{_libdir}/gnome-keyring/devel/gkm-ssh-store-standalone.so
 %{_libdir}/gnome-keyring/devel/gkm-xdg-store-standalone.so

++++++ gnome-keyring-3.6.3.tar.xz -> gnome-keyring-3.8.0.tar.xz ++++++
++++ 23910 lines of diff (skipped)

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

Reply via email to