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.6.0.tar.xz b/gcr-3.6.0.tar.xz new file mode 100644 index 0000000..e8831ff --- /dev/null +++ b/gcr-3.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84e0779cf8977953e9fdfea294bfa377522ca745f75abccf8d2a2909207c090 +size 1362412 diff --git a/gcr.changes b/gcr.changes index 23e6540..e87ed13 100644 --- a/gcr.changes +++ b/gcr.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Tue Sep 25 15:31:42 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.6.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 18 19:43:57 UTC 2012 - zaitor@opensuse.org + +- Enable parallel building again. + +------------------------------------------------------------------- +Tue Sep 18 13:29:01 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.92: + + Updated translations. + +------------------------------------------------------------------- +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..045779d 100644 --- a/gcr.spec +++ b/gcr.spec @@ -17,14 +17,13 @@ Name: gcr -Version: 3.4.1 +Version: 3.6.0 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.6/%{name}-%{version}.tar.xz # For directory ownership BuildRequires: dbus-1 BuildRequires: gobject-introspection-devel @@ -37,7 +36,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) @@ -151,9 +150,7 @@ GCK is a library for accessing PKCS#11 modules like smart cards, in a %build %configure -# Parallel build seems broken. -#make %{?_smp_mflags} -make +make %{?_smp_mflags} %install %make_install