Accepting request 228942 from GNOME:Next
Push GNOME:Next - GNOME 3.12.0 OBS-URL: https://build.opensuse.org/request/show/228942 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gcr?expand=0&rev=45
This commit is contained in:
parent
14ed3882b6
commit
4f0d626cce
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:006f4f5a54be00418346f28eac2b53f3e640e9c6aa389808cf846f861438645b
|
|
||||||
size 1402524
|
|
3
gcr-3.12.0.tar.xz
Normal file
3
gcr-3.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9d561d0b0a43aaad55fc1d464b3ee3e1687a5021e444f1bbdce3ae624518de77
|
||||||
|
size 1335728
|
29
gcr.changes
29
gcr.changes
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 3 20:02:05 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Require typelib-1_0-Gck-1 by typelib-1_0-Gcr-3: this is a work-
|
||||||
|
around for upstreams broken files, which results in Gcr having
|
||||||
|
internally the version '3.broken' instead of '3' (bgo#725501).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 23 09:24:21 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.12.0:
|
||||||
|
+ Use /usr/bin/env to find python (bgo#726909).
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 7 08:12:00 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.11.91:
|
||||||
|
+ Parallel tests, non-recursive Makefile, and TAP.
|
||||||
|
+ Add gck_enumerator_set_object_type_full() function.
|
||||||
|
+ Add an accessor for GckAttribute raw value data.
|
||||||
|
+ Add gcr_certificate_get_markup() function.
|
||||||
|
+ Store imported key filename in GcrParsed & GcrParser
|
||||||
|
(bg#705225).
|
||||||
|
+ Allow using GBytes with GcrParser (bgo#708736).
|
||||||
|
+ Lots of VAPI and GIR fixes (bgo#720504 and others).
|
||||||
|
+ Deprecation fixes.
|
||||||
|
- Add xsltproc BuildRequires: new dependency.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 17 06:34:41 UTC 2013 - dimstar@opensuse.org
|
Thu Oct 17 06:34:41 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
10
gcr.spec
10
gcr.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcr
|
# spec file for package gcr
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gcr
|
Name: gcr
|
||||||
Version: 3.10.1
|
Version: 3.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
# 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.10/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gcr/3.12/%{name}-%{version}.tar.xz
|
||||||
# For directory ownership
|
# For directory ownership
|
||||||
BuildRequires: dbus-1
|
BuildRequires: dbus-1
|
||||||
BuildRequires: gobject-introspection-devel >= 1.34
|
BuildRequires: gobject-introspection-devel >= 1.34
|
||||||
@ -35,6 +36,7 @@ BuildRequires: libgcrypt-devel >= 1.2.2
|
|||||||
BuildRequires: shared-mime-info
|
BuildRequires: shared-mime-info
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: vala >= 0.18.0.22
|
BuildRequires: vala >= 0.18.0.22
|
||||||
|
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.32.0
|
||||||
@ -95,6 +97,8 @@ key stores.
|
|||||||
%package -n typelib-1_0-Gcr-3
|
%package -n typelib-1_0-Gcr-3
|
||||||
Summary: Library for Crypto UI related task -- Introspection bindings
|
Summary: Library for Crypto UI related task -- Introspection bindings
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
# Due to broken typelib files, this one cannot be automatically inspected
|
||||||
|
Requires: typelib-1_0-Gck-1
|
||||||
|
|
||||||
%description -n typelib-1_0-Gcr-3
|
%description -n typelib-1_0-Gcr-3
|
||||||
GCR is a library for displaying certificates, and crypto UI, accessing
|
GCR is a library for displaying certificates, and crypto UI, accessing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user