diff --git a/.cvsignore b/.cvsignore index 7928615..c87a200 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-keyring-2.25.4.1.tar.bz2 +gnome-keyring-2.25.4.2.tar.bz2 diff --git a/gnome-keyring.spec b/gnome-keyring.spec index a16829e..be9de02 100644 --- a/gnome-keyring.spec +++ b/gnome-keyring.spec @@ -7,11 +7,11 @@ Summary: Framework for managing passwords and other secrets Name: gnome-keyring -Version: 2.25.4.1 +Version: 2.25.4.2 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries -Source: http://download.gnome.org/sources/gnome-keyring/2.24/gnome-keyring-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/gnome-keyring/2.25/gnome-keyring-%{version}.tar.bz2 URL: http://www.gnome.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel >= %{glib2_version} @@ -67,6 +67,10 @@ automatically unlock the "login" keyring when the user logs in. %build %configure --disable-gtk-doc --with-pam-dir=/%{_lib}/security --disable-acl-prompts + +# avoid unneeded direct dependencies +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool + make %{?_smp_mflags} %install @@ -133,6 +137,9 @@ fi %changelog +* Thu Jan 8 2009 Matthias Clasen - 2.25.4.2-1 +- Update to 2.25.4.2 + * Tue Jan 6 2009 Tomas Bzatek - 2.25.4.1-1 - Update to 2.25.4.1 diff --git a/sources b/sources index e99f1a0..d331016 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9bf68b3f3a261038962896c9c040882f gnome-keyring-2.25.4.1.tar.bz2 +1a9cff25e516b0e588be7a6d2bb1577e gnome-keyring-2.25.4.2.tar.bz2