SHA256
1
0
forked from pool/libsecret

Accepting request 158449 from GNOME:Next

Push GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/158449
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsecret?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2013-03-13 22:47:28 +00:00 committed by Git OBS Bridge
parent 4903e46cfe
commit 14e90623b8
4 changed files with 28 additions and 8 deletions

View File

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

3
libsecret-0.14.tar.xz Normal file
View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Mar 4 19:12:36 UTC 2013 - dimstar@opensuse.org
- Update to version 0.14:
+ Add a 'search' command to the tool for looking up items
(bgo#693881).
+ Try to unlock locked collection when storing an item
(bgo#693723).
+ Improve validation of the attributes table (bgo#694107).
+ Allow empty SecretValue contents (bgo#694787).
+ Introspection fixes (bgo#694448).
+ Updated translations.
-------------------------------------------------------------------
Mon Feb 4 22:26:04 UTC 2013 - dimstar@opensuse.org
- Update to version 0.13:
+ Build fixes.
+ Updated translations.
-------------------------------------------------------------------
Thu Nov 22 10:09:16 UTC 2012 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libsecret
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,13 +19,13 @@
%define have_lang 1
Name: libsecret
Version: 0.12
Version: 0.14
Release: 0
Summary: Library for accessing the Secret Service API
License: LGPL-2.1+
Group: System/Libraries
Url: http://www.gnome.org/
Source0: http://download.gnome.org/sources/libsecret/0.12/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/libsecret/0.14/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: docbook-xsl-stylesheets
BuildRequires: fdupes
@ -35,9 +35,9 @@ BuildRequires: libgcrypt-devel >= 1.2.2
BuildRequires: translation-update-upstream
BuildRequires: vala >= 0.17.2.12
BuildRequires: xsltproc
BuildRequires: pkgconfig(gio-2.0) >= 2.31.0
BuildRequires: pkgconfig(gio-2.0) >= 2.32.0
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.31.0
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description