Update to 2.91.92

This commit is contained in:
Tomas Bzatek 2011-03-11 15:04:19 +01:00
parent 4c2332fd9d
commit 130b1ec61d
3 changed files with 7 additions and 8 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ gnome-keyring-2.31.4.tar.bz2
/gnome-keyring-2.91.3.tar.bz2
/gnome-keyring-2.91.4.tar.bz2
/gnome-keyring-2.91.91.tar.bz2
/gnome-keyring-2.91.92.tar.bz2

View File

@ -6,7 +6,7 @@
Summary: Framework for managing passwords and other secrets
Name: gnome-keyring
Version: 2.91.91
Version: 2.91.92
Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
Group: System Environment/Libraries
@ -69,12 +69,6 @@ automatically unlock the "login" keyring when the user logs in.
%setup -q -n gnome-keyring-%{version}
%patch4 -p1 -b .file-caps
# Enable daemon autostart in XFCE
for i in daemon/*.desktop.in.in; do
sed -i -e 's/OnlyShowIn=GNOME;LXDE;/OnlyShowIn=GNOME;LXDE;XFCE;/g' $i;
done
%build
autoreconf -i -f
@ -133,6 +127,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
%{_sysconfdir}/xdg/autostart/*
%{_datadir}/GConf/gsettings/*.convert
%{_datadir}/glib-2.0/schemas/*.gschema.xml
%{_datadir}/applications/*.desktop
%files devel
%defattr(-, root, root)
@ -147,6 +142,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
%changelog
* Fri Mar 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.92-1
- Update to 2.91.92
* Mon Mar 7 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91-1
- Update to 2.91.91

View File

@ -1 +1 @@
6d2b372ccda92e685d8acc8bb6beca5b gnome-keyring-2.91.91.tar.bz2
1682a740ccacde1c5d825df0fa27bb40 gnome-keyring-2.91.92.tar.bz2