Accepting request 46271 from home:vuntz:branches:GNOME:Factory

Copy from home:vuntz:branches:GNOME:Factory/libgnome-keyring via accept of submit request 46271 revision 2.
Request was accepted with message:
Forwarding to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/46271
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgnome-keyring?expand=0&rev=11
This commit is contained in:
Vincent Untz 2010-08-26 08:39:40 +00:00 committed by Git OBS Bridge
parent 090ee10679
commit 204ed00413
4 changed files with 23 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Aug 26 10:34:24 CEST 2010 - vuntz@opensuse.org
- Remove bogus eggdbus dependency: remove eggdbus-devel
BuildRequires and sed it out of configure. Note that it was
removed this way upstream already.
-------------------------------------------------------------------
Thu Apr 29 14:31:22 CEST 2010 - dimstar@opensuse.org
- Update to version 2.30.1:
+ Work around for bug in dbus which causes an endless loop during
blocking operations.
+ Updated translations.
-------------------------------------------------------------------
Wed Mar 31 01:30:09 CEST 2010 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package libgnome-keyring (Version 2.30.0)
# spec file for package libgnome-keyring (Version 2.30.1)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
Name: libgnome-keyring
Version: 2.30.0
Version: 2.30.1
Release: 1
Url: http://www.gnome.org/
Group: Development/Libraries/GNOME
@ -26,7 +26,6 @@ License: GPLv2+ ; LGPLv2.1+
Summary: Library to integrate with the GNOME Keyring
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.29/%{name}-%{version}.tar.bz2
BuildRequires: dbus-1-devel
BuildRequires: eggdbus-devel
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: glib2-devel
@ -72,6 +71,9 @@ integrate with the GNOME Keyring system.
%lang_package
%prep
%setup -q
# Remove those lines when the grep fails.
grep -q eggdbus-1 configure
sed -i "s/eggdbus-1 >= 0.4//g" configure
%build
%configure \