diff --git a/libgnome-keyring-3.2.2.tar.bz2 b/libgnome-keyring-3.2.2.tar.bz2 deleted file mode 100644 index 0058950..0000000 --- a/libgnome-keyring-3.2.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5332e1e428aa7c1cece68fb37799681df30eeb8a73d96c354969d401fdfeddd7 -size 441499 diff --git a/libgnome-keyring-3.3.3.tar.xz b/libgnome-keyring-3.3.3.tar.xz new file mode 100644 index 0000000..9cd3a4b --- /dev/null +++ b/libgnome-keyring-3.3.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7d1061e1ad719893ad243c7dd407609c490e62c9b1f72abd5660084b9e1bc1 +size 359708 diff --git a/libgnome-keyring.changes b/libgnome-keyring.changes index 17f72c6..f0d17e0 100644 --- a/libgnome-keyring.changes +++ b/libgnome-keyring.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Dec 19 11:39:45 UTC 2011 - vuntz@opensuse.org + +- Update to version 3.3.3: + + Add tool to play with default keyring setting +- Add xz BuildRequires because we can't build a package for a + xz-compressed tarball without explicitly specifying that... See + bnc#697467 for more details. + ------------------------------------------------------------------- Tue Nov 15 11:10:16 UTC 2011 - vuntz@opensuse.org diff --git a/libgnome-keyring.spec b/libgnome-keyring.spec index 9d18b50..8ea3e5d 100644 --- a/libgnome-keyring.spec +++ b/libgnome-keyring.spec @@ -15,22 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: libgnome-keyring -Version: 3.2.2 -Release: 1 +Version: 3.3.3 +Release: 0 Url: http://www.gnome.org/ -Group: Development/Libraries/GNOME -License: GPLv2+ ; LGPLv2.1+ Summary: Library to integrate with the GNOME Keyring -Source: http://download.gnome.org/sources/libgnome-keyring/3.2/%{name}-%{version}.tar.bz2 +License: GPL-2.0+ ; LGPL-2.1+ +Group: Development/Libraries/GNOME +Source: http://download.gnome.org/sources/libgnome-keyring/3.3/%{name}-%{version}.tar.xz BuildRequires: dbus-1-devel BuildRequires: fdupes -BuildRequires: intltool BuildRequires: glib2-devel +BuildRequires: intltool BuildRequires: libgcrypt-devel BuildRequires: translation-update-upstream +# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 +BuildRequires: xz Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -40,8 +40,6 @@ for users. The libgnome-keyring library is used by applications to integrate with the GNOME Keyring system. %package -n libgnome-keyring0 -License: GPLv2+ ; LGPLv2.1+ -Group: Development/Libraries/GNOME Summary: Library to integrate with the GNOME Keyring Recommends: %{name}-lang Recommends: gnome-keyring @@ -54,8 +52,6 @@ for users. The libgnome-keyring library is used by applications to integrate with the GNOME Keyring system. %package devel -License: GPLv2+ ; LGPLv2.1+ -Group: Development/Libraries/GNOME Summary: Library to integrate with the GNOME Keyring - Development Files Requires: libgnome-keyring0 = %{version} Requires: glib2-devel