Compare commits

...

4 Commits

Author SHA1 Message Date
Richard Hughes 60e6596328 Update to 3.12.2 2014-05-14 10:50:32 +01:00
Richard Hughes 1029de548b Update to 3.12.0 2014-04-14 13:37:47 +01:00
Richard Hughes 99d50e142b Fix filelist 2013-11-11 13:07:43 +00:00
Richard Hughes d982849aeb Update to 3.10.1 2013-11-11 12:47:57 +00:00
3 changed files with 16 additions and 3 deletions

3
.gitignore vendored
View File

@ -47,3 +47,6 @@ gnome-keyring-2.31.4.tar.bz2
/gnome-keyring-3.9.1.tar.xz
/gnome-keyring-3.9.90.tar.xz
/gnome-keyring-3.10.0.tar.xz
/gnome-keyring-3.10.1.tar.xz
/gnome-keyring-3.12.0.tar.xz
/gnome-keyring-3.12.2.tar.xz

View File

@ -6,12 +6,12 @@
Summary: Framework for managing passwords and other secrets
Name: gnome-keyring
Version: 3.10.0
Version: 3.12.2
Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
Group: System Environment/Libraries
#VCS: git:git://git.gnome.org/gnome-keyring
Source: http://download.gnome.org/sources/gnome-keyring/3.10/gnome-keyring-%{version}.tar.xz
Source: http://download.gnome.org/sources/gnome-keyring/3.12/gnome-keyring-%{version}.tar.xz
URL: http://www.gnome.org
BuildRequires: glib2-devel >= %{glib2_version}
@ -104,12 +104,22 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
%{_datadir}/GConf/gsettings/*.convert
%{_datadir}/glib-2.0/schemas/*.gschema.xml
%{_datadir}/p11-kit/modules/gnome-keyring.module
%{_datadir}/man/man1/*.1.gz
%files pam
%{_libdir}/security/*.so
%changelog
* Wed May 14 2014 Richard Hughes <rhughes@redhat.com> - 3.12.2-1
- Update to 3.12.2
* Mon Apr 14 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
- Update to 3.12.0
* Mon Nov 11 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
- Update to 3.10.1
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
- Update to 3.10.0

View File

@ -1 +1 @@
6ec773dbf3bd2d5e666ddbf3103aa0d9 gnome-keyring-3.10.0.tar.xz
63db70619f58e9cbd70c0b7d2285f26f gnome-keyring-3.12.2.tar.xz