diff --git a/gcr-3.4.1.tar.xz b/gcr-3.4.1.tar.xz deleted file mode 100644 index 2b84600..0000000 --- a/gcr-3.4.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0812b6e9623465b0053f4b1b09f3b9316317b2c6ed69a73bc2c5b3b6b849609 -size 1335160 diff --git a/gcr-3.5.90.tar.xz b/gcr-3.5.90.tar.xz new file mode 100644 index 0000000..518f651 --- /dev/null +++ b/gcr-3.5.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279a5b6db60bec078a0bef9b52a43713d715b622fc4e3c4695982a4a030462ce +size 1346376 diff --git a/gcr.changes b/gcr.changes index 23e6540..75e0a54 100644 --- a/gcr.changes +++ b/gcr.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Mon Aug 20 16:57:41 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.90: + + Don't fail preconditions when pkcs11 isn't initialized in gcr. + + Fix regression in ASN.1 parsing. + + Build fixes. + + Updated translations. + +------------------------------------------------------------------- +Mon Aug 6 19:20:19 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.5: + + Use p11-kit/pkcs11.h instead of shipping a copy with gck. + + Documentation fixes. + + Updated translations. + +------------------------------------------------------------------- +Wed Jul 18 08:11:52 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.4: + + Add debug output to GcrSecretExchange + + Fix invalid warning when sending a secret exchange + + Remove support code for old glib versions + + Documentation fixes + + Updated translations. + +------------------------------------------------------------------- +Mon Jun 25 19:49:50 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.3: + + Rework DER parsing so we can parse odd PKCS#12 files. + + Use GBytes, bump glib dependency. + + Enable gnome2 keyring storage. + + Documentation fixes. + + Updated translations. + ------------------------------------------------------------------- Tue Apr 17 05:59:13 UTC 2012 - vuntz@opensuse.org diff --git a/gcr.spec b/gcr.spec index 5f7e34c..aeacf73 100644 --- a/gcr.spec +++ b/gcr.spec @@ -17,14 +17,14 @@ Name: gcr -Version: 3.4.1 +Version: 3.5.90 Release: 0 # FIXME: Verify if parallel build works again. Last checked in version 3.3.2 Summary: Library for Crypto UI related task License: LGPL-2.1+ Group: System/Libraries Url: http://www.gnome.org -Source0: http://download.gnome.org/sources/gcr/3.4/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gcr/3.5/%{name}-%{version}.tar.xz # For directory ownership BuildRequires: dbus-1 BuildRequires: gobject-introspection-devel @@ -37,7 +37,7 @@ BuildRequires: shared-mime-info BuildRequires: update-desktop-files BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-unix-2.0) -BuildRequires: pkgconfig(glib-2.0) >= 2.30.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.32.0 BuildRequires: pkgconfig(gmodule-no-export-2.0) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gthread-2.0)