SHA256
1
0
forked from pool/libsecret

Accepting request 162190 from GNOME:Factory

Push G:Factory

OBS-URL: https://build.opensuse.org/request/show/162190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsecret?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2013-04-03 11:02:10 +00:00 committed by Git OBS Bridge
commit 224bfe18e4
4 changed files with 35 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.15.tar.xz Normal file
View File

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Mar 18 08:41:56 UTC 2013 - dimstar@opensuse.org
- Update to version 0.15:
+ Tweak predefined schemas (bgo#695791).
+ Updated translations.
-------------------------------------------------------------------
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.15
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.15/%{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