diff --git a/libgnome-keyring-2.32.0.tar.bz2 b/libgnome-keyring-2.32.0.tar.bz2 deleted file mode 100644 index 357f17d..0000000 --- a/libgnome-keyring-2.32.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c -size 412592 diff --git a/libgnome-keyring-3.0.1.tar.bz2 b/libgnome-keyring-3.0.1.tar.bz2 new file mode 100644 index 0000000..e7bebfa --- /dev/null +++ b/libgnome-keyring-3.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d748842dab86914488bef039ca2c25f8ff5510daae3815643e6e00a2f69cacb +size 423230 diff --git a/libgnome-keyring.changes b/libgnome-keyring.changes index 02280f9..2f48878 100644 --- a/libgnome-keyring.changes +++ b/libgnome-keyring.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Tue Apr 26 15:59:02 UTC 2011 - fcrozat@novell.com + +- Update to version 3.0.1: + + Better testing configure options: --enable-tests=yes/no/full. + + Cleanup documentation warnings. + + Better fix for dbus threading race condition. + + Add some code to debug to syslog in emergency situations. + + Add debugging instrumentation to operations. + +------------------------------------------------------------------- +Mon Apr 4 13:21:18 UTC 2011 - fcrozat@novell.com + +- Update to version 3.0.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 21 18:02:33 UTC 2011 - fcrozat@novell.com + +- Update to version 2.91.93: + + Use full interface.Property form for CreateCollection and + CreateItem in the DBus API. + + Fix crash in certain dbus corner cases. + +------------------------------------------------------------------- +Thu Mar 10 17:25:40 UTC 2011 - fcrozat@novell.com + +- Update to version 2.91.92: + + Use HKDF for hashing of key used to transport secrets. + + Fix race condition when multiple applications try to create the + default keyring at once. + + Use a longer DBus timeout when tests are enabled. + + Send content-type along with each secret. This is currently + stubbed out and not exposed in the API. + + Refactor tests. + + Don't run tests if testing in gnome-keyring-daemon is not + enabled. + ------------------------------------------------------------------- Mon Feb 14 19:49:23 CET 2011 - sbrabec@suse.cz diff --git a/libgnome-keyring.spec b/libgnome-keyring.spec index 9558bd1..82c8356 100644 --- a/libgnome-keyring.spec +++ b/libgnome-keyring.spec @@ -18,8 +18,8 @@ Name: libgnome-keyring -Version: 2.32.0 -Release: 7 +Version: 3.0.1 +Release: 1 Url: http://www.gnome.org/ Group: Development/Libraries/GNOME License: GPLv2+ ; LGPLv2.1+ @@ -77,7 +77,7 @@ translation-update-upstream %build %configure \ --disable-static -make %{?jobs:-j%jobs} +make %{?jobs:-j%jobs} V=1 %install %makeinstall