From b58e8aea6f7703f5b26c931842d585d7300746d05194d54daa12fd3491b6b875 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 21 Dec 2011 04:33:59 +0000 Subject: [PATCH] Accepting request 97266 from home:vuntz:branches:GNOME:Factory Update to 3.3.3 OBS-URL: https://build.opensuse.org/request/show/97266 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgnome-keyring?expand=0&rev=38 --- libgnome-keyring-3.2.2.tar.bz2 | 3 --- libgnome-keyring-3.3.3.tar.xz | 3 +++ libgnome-keyring.changes | 9 +++++++++ libgnome-keyring.spec | 20 ++++++++------------ 4 files changed, 20 insertions(+), 15 deletions(-) delete mode 100644 libgnome-keyring-3.2.2.tar.bz2 create mode 100644 libgnome-keyring-3.3.3.tar.xz 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