Accepting request 69105 from GNOME:Factory
Pushing G:F (including GNOME3) OBS-URL: https://build.opensuse.org/request/show/69105 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgnome-keyring?expand=0&rev=17
This commit is contained in:
commit
755c352612
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c
|
|
||||||
size 412592
|
|
3
libgnome-keyring-3.0.1.tar.bz2
Normal file
3
libgnome-keyring-3.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9d748842dab86914488bef039ca2c25f8ff5510daae3815643e6e00a2f69cacb
|
||||||
|
size 423230
|
@ -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
|
Mon Feb 14 19:49:23 CET 2011 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libgnome-keyring
|
Name: libgnome-keyring
|
||||||
Version: 2.32.0
|
Version: 3.0.1
|
||||||
Release: 7
|
Release: 1
|
||||||
Url: http://www.gnome.org/
|
Url: http://www.gnome.org/
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
License: GPLv2+ ; LGPLv2.1+
|
License: GPLv2+ ; LGPLv2.1+
|
||||||
@ -77,7 +77,7 @@ translation-update-upstream
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user