Accepting request 136665 from GNOME:Factory
Pushing GNOME:Factory towards openSUSE:Factory OBS-URL: https://build.opensuse.org/request/show/136665 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcr?expand=0&rev=8
This commit is contained in:
commit
ca88a4341f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0812b6e9623465b0053f4b1b09f3b9316317b2c6ed69a73bc2c5b3b6b849609
|
||||
size 1335160
|
3
gcr-3.6.0.tar.xz
Normal file
3
gcr-3.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b84e0779cf8977953e9fdfea294bfa377522ca745f75abccf8d2a2909207c090
|
||||
size 1362412
|
54
gcr.changes
54
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
|
||||
|
||||
|
11
gcr.spec
11
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user