Accepting request 105135 from GNOME:Factory
Pushing most G:F bits OBS-URL: https://build.opensuse.org/request/show/105135 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgnome-keyring?expand=0&rev=25
This commit is contained in:
commit
8b4fdc6181
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2290d1d739bd961beebc2b2a77fd690634ceb7d16a9aeb161544e291ffa0e835
|
||||
size 359672
|
3
libgnome-keyring-3.3.5.tar.xz
Normal file
3
libgnome-keyring-3.3.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73a65e5aed0a99fc91c3264a4fc172b4346973bb3b8ce7eca51f7807346e7b4c
|
||||
size 412632
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 5 21:18:26 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.3.5:
|
||||
+ GObject introspection for synchronous functions
|
||||
+ Fix issue where an operation could be completed twice, with
|
||||
undefined results.
|
||||
+ Test against mock Secret Service rather than
|
||||
gnome-keyring-daemon
|
||||
+ More testing fixes
|
||||
+ Build fixes
|
||||
+ Updated translations.
|
||||
- Add gobject-introspection-devel to build introspection support.
|
||||
- Split typelib file into typelib-1_0-GnomeKeyring-1_0 and add this
|
||||
package as Requires to the -devel package.
|
||||
- Change RPM Group of libgnome-keyrin0 to System/Libraries.
|
||||
- Drop glib2-devel Requires from the -devel package: it is
|
||||
automatically added the pkgconfig() way.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 16 16:50:31 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -15,8 +15,9 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libgnome-keyring
|
||||
Version: 3.3.4
|
||||
Version: 3.3.5
|
||||
Release: 0
|
||||
Url: http://www.gnome.org/
|
||||
Summary: Library to integrate with the GNOME Keyring
|
||||
@ -26,6 +27,7 @@ Source: http://download.gnome.org/sources/libgnome-keyring/3.3/%{name}-%
|
||||
BuildRequires: dbus-1-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
@ -41,7 +43,7 @@ integrate with the GNOME Keyring system.
|
||||
|
||||
%package -n libgnome-keyring0
|
||||
Summary: Library to integrate with the GNOME Keyring
|
||||
Group: Development/Libraries/GNOME
|
||||
Group: System/Libraries
|
||||
Recommends: %{name}-lang
|
||||
Recommends: gnome-keyring
|
||||
# To make the lang package happy
|
||||
@ -52,11 +54,23 @@ The GNOME Keyring is a program that keep password and other secrets
|
||||
for users. The libgnome-keyring library is used by applications to
|
||||
integrate with the GNOME Keyring system.
|
||||
|
||||
%package -n typelib-1_0-GnomeKeyring-1_0
|
||||
Summary: Library to integrate with the GNOME Keyring -- Introspection bindings
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n typelib-1_0-GnomeKeyring-1_0
|
||||
The GNOME Keyring is a program that keep password and other secrets
|
||||
for users. The libgnome-keyring library is used by applications to
|
||||
integrate with the GNOME Keyring system.
|
||||
|
||||
This package provides the GObject Introspection bindings for
|
||||
libgnome-keyring.
|
||||
|
||||
%package devel
|
||||
Summary: Library to integrate with the GNOME Keyring - Development Files
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: libgnome-keyring0 = %{version}
|
||||
Requires: glib2-devel
|
||||
Requires: typelib-1_0-GnomeKeyring-1_0 = %{version}
|
||||
Provides: gnome-keyring-devel = %{version}
|
||||
Obsoletes: gnome-keyring-devel < %{version}
|
||||
Provides: gnome-keyring-doc = %{version}
|
||||
@ -95,8 +109,13 @@ rm -rf %{buildroot}
|
||||
%doc AUTHORS ChangeLog COPYING HACKING NEWS README
|
||||
%{_libdir}/libgnome-keyring.so.*
|
||||
|
||||
%files -n typelib-1_0-GnomeKeyring-1_0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/girepository-1.0/GnomeKeyring-1.0.typelib
|
||||
|
||||
%files devel
|
||||
%defattr (-, root, root)
|
||||
%{_datadir}/gir-1.0/GnomeKeyring-1.0.gir
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/gnome-keyring-1
|
||||
|
Loading…
Reference in New Issue
Block a user