Accepting request 132673 from GNOME:Next

Starting to push GNOME:Next...

OBS-URL: https://build.opensuse.org/request/show/132673
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gcr?expand=0&rev=19
This commit is contained in:
Vincent Untz 2012-09-07 15:38:23 +00:00 committed by Git OBS Bridge
parent 59f4f16208
commit 71fad41bb6
4 changed files with 43 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0812b6e9623465b0053f4b1b09f3b9316317b2c6ed69a73bc2c5b3b6b849609
size 1335160

3
gcr-3.5.90.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:279a5b6db60bec078a0bef9b52a43713d715b622fc4e3c4695982a4a030462ce
size 1346376

View File

@ -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

View File

@ -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)