Accepting request 252131 from GNOME:Factory

Push GNOME 3.14.0 (forwarded request 251866 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/252131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcr?expand=0&rev=24
This commit is contained in:
Stephan Kulow 2014-09-30 17:39:18 +00:00 committed by Git OBS Bridge
commit c8fd82e1b1
4 changed files with 32 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Sep 23 09:26:33 UTC 2014 - dimstar@opensuse.org
- Update to version 3.14.0:
+ Updated translations.
-------------------------------------------------------------------
Tue Sep 9 18:42:06 UTC 2014 - dimstar@opensuse.org
- Update to version 3.13.91:
+ Add support for parsing EC keys (bgo#672137).
+ Add support for EC keys to key renderer.
+ Parser support for PEM 'PUBLIC KEY' files.
+ Parser support for parsing ECDSA OpenSSH keys.
+ Fix use of libgcrypt 1.6+.
+ Fix for deprecations in Gtk 3.13.x.
+ Use g_debug() instead of our own debug wrappers.
+ Bump required GLib version to 2.38.x.
+ Don't include deprecated library in our pkg-config file
(bgo#732082).
+ Don't use non-portable 'sed -i' shell command (bgo#728506).
+ Change CVS to Git in error message (bgo#730340).
+ Build fixes.
+ Updated translations.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 17 07:37:48 UTC 2014 - zaitor@opensuse.org Sat May 17 07:37:48 UTC 2014 - zaitor@opensuse.org

View File

@ -17,14 +17,15 @@
Name: gcr Name: gcr
Version: 3.12.2 Version: 3.14.0
Release: 0 Release: 0
# FIXME: Verify if the requires in typelib-1_0-Gcr-3 is still correct and required (see bgo#725501). # FIXME: Verify if the requires in typelib-1_0-Gcr-3 is still correct and required (see bgo#725501).
Summary: Library for Crypto UI related task Summary: Library for Crypto UI related task
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/Libraries Group: System/Libraries
Url: http://www.gnome.org Url: http://www.gnome.org
Source0: http://download.gnome.org/sources/gcr/3.12/%{name}-%{version}.tar.xz Source0: http://download.gnome.org/sources/gcr/3.14/%{name}-%{version}.tar.xz
Source1: baselibs.conf
# For directory ownership # For directory ownership
BuildRequires: dbus-1 BuildRequires: dbus-1
BuildRequires: gobject-introspection-devel >= 1.34 BuildRequires: gobject-introspection-devel >= 1.34
@ -39,7 +40,7 @@ BuildRequires: vala >= 0.18.0.22
BuildRequires: xsltproc BuildRequires: xsltproc
BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0 BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
BuildRequires: pkgconfig(gmodule-no-export-2.0) BuildRequires: pkgconfig(gmodule-no-export-2.0)
BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(gthread-2.0)