Update to 3.7.1
This commit is contained in:
parent
36542152e4
commit
ee9cd154af
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@ gnome-keyring-2.31.4.tar.bz2
|
|||||||
/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
|
/gnome-keyring-3.6.1.tar.xz
|
||||||
|
/gnome-keyring-3.7.1.tar.xz
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
%define glib2_version 2.32.0
|
%define glib2_version 2.32.0
|
||||||
%define gtk3_version 3.0
|
|
||||||
%define gcr_version 3.5.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
|
||||||
@ -7,12 +6,12 @@
|
|||||||
|
|
||||||
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.1
|
Version: 3.7.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
#VCS: git:git://git.gnome.org/gnome-keyring
|
#VCS: git:git://git.gnome.org/gnome-keyring
|
||||||
Source: http://download.gnome.org/sources/gnome-keyring/3.6/gnome-keyring-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-keyring/3.7/gnome-keyring-%{version}.tar.xz
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
|
|
||||||
## upstream patches
|
## upstream patches
|
||||||
@ -21,7 +20,6 @@ URL: http://www.gnome.org
|
|||||||
Patch100: gnome-keyring-3.6.1-pkcs11_socket_nodebug_spam.patch
|
Patch100: gnome-keyring-3.6.1-pkcs11_socket_nodebug_spam.patch
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: gtk3-devel >= %{gtk3_version}
|
|
||||||
BuildRequires: gcr-devel >= %{gcr_version}
|
BuildRequires: gcr-devel >= %{gcr_version}
|
||||||
BuildRequires: dbus-devel >= %{dbus_version}
|
BuildRequires: dbus-devel >= %{dbus_version}
|
||||||
BuildRequires: libgcrypt-devel >= %{gcrypt_version}
|
BuildRequires: libgcrypt-devel >= %{gcrypt_version}
|
||||||
@ -121,6 +119,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
|
||||||
|
- Update to 3.7.1
|
||||||
|
|
||||||
* Fri Nov 09 2012 Rex Dieter <rdieter@fedoraproject.org> 3.6.1-2
|
* Fri Nov 09 2012 Rex Dieter <rdieter@fedoraproject.org> 3.6.1-2
|
||||||
- WARNING: couldn't connect to: /tmp/keyring-... (#783568, gnome#665961)
|
- WARNING: couldn't connect to: /tmp/keyring-... (#783568, gnome#665961)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user