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.15.tar.xz b/libsecret-0.15.tar.xz new file mode 100644 index 0000000..0d902d7 --- /dev/null +++ b/libsecret-0.15.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e728b843efbe099483376ff5a3469260ee4b6ce035c7730909ac3793cb0fb8 +size 484532 diff --git a/libsecret.changes b/libsecret.changes index a6648bc..7572043 100644 --- a/libsecret.changes +++ b/libsecret.changes @@ -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 diff --git a/libsecret.spec b/libsecret.spec index b0f1597..035584f 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.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