From 14e90623b82c19dba632a1d0774e1a72b4beea3060e9ea0a0983938dee8ad640 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 13 Mar 2013 22:47:28 +0000 Subject: [PATCH] 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 --- libsecret-0.12.tar.xz | 3 --- libsecret-0.14.tar.xz | 3 +++ libsecret.changes | 20 ++++++++++++++++++++ libsecret.spec | 10 +++++----- 4 files changed, 28 insertions(+), 8 deletions(-) delete mode 100644 libsecret-0.12.tar.xz create mode 100644 libsecret-0.14.tar.xz diff --git a/libsecret-0.12.tar.xz b/libsecret-0.12.tar.xz deleted file mode 100644 index af76484..0000000 --- a/libsecret-0.12.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:323db75a5e73058d3eb95597d9f798fd715ec7d58f500be84628b8f9a0617c01 -size 476552 diff --git a/libsecret-0.14.tar.xz b/libsecret-0.14.tar.xz new file mode 100644 index 0000000..10fb12f --- /dev/null +++ b/libsecret-0.14.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a5b9370c093a7a2788869ed59bc56351797a775e100a9644e637851f9713b5 +size 483620 diff --git a/libsecret.changes b/libsecret.changes index a6648bc..09d6f34 100644 --- a/libsecret.changes +++ b/libsecret.changes @@ -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 diff --git a/libsecret.spec b/libsecret.spec index b0f1597..0d0a986 100644 --- a/libsecret.spec +++ b/libsecret.spec @@ -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