[gnome-keyring] Update to 3.7.2

Tomas Bzatek tbzatek at fedoraproject.org
Fri Nov 23 17:07:07 UTC 2012


commit c6abd49b20f52ae6e52d89e047e651b6c705eb78
Author: Tomas Bzatek <tbzatek at redhat.com>
Date:   Fri Nov 23 18:06:58 2012 +0100

    Update to 3.7.2

 ...-keyring-3.6.1-pkcs11_socket_nodebug_spam.patch |   62 --------------------
 gnome-keyring.spec                                 |   14 +---
 2 files changed, 4 insertions(+), 72 deletions(-)
---
diff --git a/gnome-keyring.spec b/gnome-keyring.spec
index 138ea90..460b223 100644
--- a/gnome-keyring.spec
+++ b/gnome-keyring.spec
@@ -6,7 +6,7 @@
 
 Summary: Framework for managing passwords and other secrets
 Name: gnome-keyring
-Version: 3.7.1
+Version: 3.7.2
 Release: 1%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Libraries
@@ -14,11 +14,6 @@ Group: System Environment/Libraries
 Source: http://download.gnome.org/sources/gnome-keyring/3.7/gnome-keyring-%{version}.tar.xz
 URL: http://www.gnome.org
 
-## upstream patches
-# https://bugzilla.redhat.com/show_bug.cgi?id=783568
-# https://bugzilla.gnome.org/show_bug.cgi?id=665961
-Patch100: gnome-keyring-3.6.1-pkcs11_socket_nodebug_spam.patch
-
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: gcr-devel >= %{gcr_version}
 BuildRequires: dbus-devel >= %{dbus_version}
@@ -60,8 +55,6 @@ automatically unlock the "login" keyring when the user logs in.
 %prep
 %setup -q -n gnome-keyring-%{version}
 
-%patch100 -p1 -b .pkcs11_socket_nodebug_spam
-
 %build
 %configure \
            --with-pam-dir=/%{_lib}/security \
@@ -83,11 +76,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la
 
 %post
 /sbin/ldconfig
-update-mime-database %{_datadir}/mime &> /dev/null || :
 
 %postun
 /sbin/ldconfig
-update-mime-database %{_datadir}/mime &> /dev/null || :
 if [ $1 -eq 0 ]; then
   glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
 fi
@@ -119,6 +110,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
 
 
 %changelog
+* Fri Nov 23 2012 Tomas Bzatek <tbzatek at redhat.com> - 3.7.2-1
+- Update to 3.7.2
+
 * Fri Nov 09 2012 Kalev Lember <kalevlember at gmail.com> - 3.7.1-1
 - Update to 3.7.1
 


More information about the scm-commits mailing list