Update to 3.6.1
This commit is contained in:
parent
4f136dceb3
commit
fb63570fc1
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ gnome-keyring-2.31.4.tar.bz2
|
|||||||
/gnome-keyring-3.5.91.tar.xz
|
/gnome-keyring-3.5.91.tar.xz
|
||||||
/gnome-keyring-3.5.92.tar.xz
|
/gnome-keyring-3.5.92.tar.xz
|
||||||
/gnome-keyring-3.6.0.tar.xz
|
/gnome-keyring-3.6.0.tar.xz
|
||||||
|
/gnome-keyring-3.6.1.tar.xz
|
||||||
|
@ -1,14 +1,13 @@
|
|||||||
%define glib2_version 2.25.0
|
%define glib2_version 2.32.0
|
||||||
%define gtk3_version 2.90.0
|
%define gtk3_version 3.0
|
||||||
%define gcr_version 3.3.3
|
%define gcr_version 3.5.3
|
||||||
%define dbus_version 1.0
|
%define dbus_version 1.0
|
||||||
%define gcrypt_version 1.2.2
|
%define gcrypt_version 1.2.2
|
||||||
%define libtasn1_version 0.3.4
|
%define libtasn1_version 0.3.4
|
||||||
%define libgnome_keyring_version 2.91.92
|
|
||||||
|
|
||||||
Summary: Framework for managing passwords and other secrets
|
Summary: Framework for managing passwords and other secrets
|
||||||
Name: gnome-keyring
|
Name: gnome-keyring
|
||||||
Version: 3.6.0
|
Version: 3.6.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -27,14 +26,11 @@ BuildRequires: autoconf, automake, libtool
|
|||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libtasn1-tools
|
BuildRequires: libtasn1-tools
|
||||||
BuildRequires: libgnome-keyring-devel >= %{libgnome_keyring_version}
|
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: libcap-ng-devel
|
BuildRequires: libcap-ng-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: p11-kit-devel
|
BuildRequires: p11-kit-devel
|
||||||
BuildRequires: gcr-devel
|
BuildRequires: gcr-devel
|
||||||
# for smooth transition since the core was split
|
|
||||||
Requires: libgnome-keyring >= %{libgnome_keyring_version}
|
|
||||||
|
|
||||||
# we no longer have a devel subpackage
|
# we no longer have a devel subpackage
|
||||||
Obsoletes: %{name}-devel < 3.3.0
|
Obsoletes: %{name}-devel < 3.3.0
|
||||||
@ -122,6 +118,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
|
||||||
|
- Update to 3.6.1
|
||||||
|
|
||||||
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
|
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
|
||||||
- Update to 3.6.0
|
- Update to 3.6.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user