Accepting request 99094 from GNOME:Factory

Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/99094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgnome-keyring?expand=0&rev=23
This commit is contained in:
Stephan Kulow 2012-01-06 10:45:20 +00:00 committed by Git OBS Bridge
commit 7df88d5ce5
4 changed files with 27 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2829739072ec3ac0ed53593e0f0b3f754584004ff77bc3e2789c58f54699cfef
size 444942

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a7d1061e1ad719893ad243c7dd407609c490e62c9b1f72abd5660084b9e1bc1
size 359708

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
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
- Update to version 3.2.2:
+ Make sure to return find results in original order from daemon
+ Fill in the gnome_keyring_item_info_get_mtime() field correctly
-------------------------------------------------------------------
Sun Sep 25 23:03:12 UTC 2011 - vuntz@opensuse.org

View File

@ -15,22 +15,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: libgnome-keyring
Version: 3.2.0
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