From 31eb9dbb33018c8f91aaecf9a881e82c6df9ea79f96a8b139502c85ad4eb088e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 4 Oct 2019 16:01:52 +0000 Subject: [PATCH 1/2] Accepting request 735280 from GNOME:Next - Update to version 3.33.4: + Move from intltool to gettext. + Fix parameter type for signal handler causing stack smashing on ppc64le. + cleanup: Don't use deprecated g_type_class_add_private() anymore. + Fix GIR annotations. + Fix hashtable ordering assumptions. + build: Fix gcr-trust symbols not appearing in GIR, and hence also VAPI. + Update gcr_pkcs11_get_trust_{store|lookup}_slot URI checks. + build: Update tap scripts for Python 3 compat. + Updated translations. - Drop intltool dependency, and add gettext. OBS-URL: https://build.opensuse.org/request/show/735280 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gcr?expand=0&rev=77 --- gcr-3.28.1.tar.xz | 3 --- gcr-3.33.4.tar.xz | 3 +++ gcr.changes | 18 ++++++++++++++++++ gcr.spec | 6 +++--- 4 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 gcr-3.28.1.tar.xz create mode 100644 gcr-3.33.4.tar.xz diff --git a/gcr-3.28.1.tar.xz b/gcr-3.28.1.tar.xz deleted file mode 100644 index daeaa97..0000000 --- a/gcr-3.28.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95204aa2111c301778ebfbe60975ce3ed698c958430ffcc2a785ac5e593d168b -size 1334896 diff --git a/gcr-3.33.4.tar.xz b/gcr-3.33.4.tar.xz new file mode 100644 index 0000000..2213a2d --- /dev/null +++ b/gcr-3.33.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d562993f1f0b7a923765f49db1b21e3376ac4cb6da9331ccb2dc7b87c935c0c1 +size 1467940 diff --git a/gcr.changes b/gcr.changes index 03e4378..bdf184f 100644 --- a/gcr.changes +++ b/gcr.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Aug 31 20:04:28 CDT 2019 - mgorse@suse.com + +- Update to version 3.33.4: + + Move from intltool to gettext. + + Fix parameter type for signal handler causing stack smashing on + ppc64le. + + cleanup: Don't use deprecated g_type_class_add_private() + anymore. + + Fix GIR annotations. + + Fix hashtable ordering assumptions. + + build: Fix gcr-trust symbols not appearing in GIR, and hence + also VAPI. + + Update gcr_pkcs11_get_trust_{store|lookup}_slot URI checks. + + build: Update tap scripts for Python 3 compat. + + Updated translations. +- Drop intltool dependency, and add gettext. + ------------------------------------------------------------------- Fri Jan 18 19:44:17 UTC 2019 - bjorn.lie@gmail.com diff --git a/gcr.spec b/gcr.spec index c08ff0a..1d3b00f 100644 --- a/gcr.spec +++ b/gcr.spec @@ -17,24 +17,24 @@ Name: gcr -Version: 3.28.1 +Version: 3.33.4 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 tasks License: LGPL-2.1-or-later Group: Development/Libraries/GNOME URL: http://www.gnome.org -Source0: http://download.gnome.org/sources/gcr/3.28/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gcr/3.33/%{name}-%{version}.tar.xz Source1: baselibs.conf # PATCH-FIX-SLE gcr-bsc932232-use-libgcrypt-allocators.patch bsc#932232 hpj@suse.com -- use libgcrypt allocators for FIPS mode Patch1: gcr-bsc932232-use-libgcrypt-allocators.patch # For directory ownership BuildRequires: dbus-1 +BuildRequires: gettext >= 0.19.8 BuildRequires: gobject-introspection-devel >= 1.34 # configure is looking for the gpg2 path BuildRequires: gpg2 BuildRequires: gtk-doc -BuildRequires: intltool BuildRequires: libgcrypt-devel >= 1.4.5 BuildRequires: pkgconfig BuildRequires: update-desktop-files From 3fdf78def121624a30e21b7ecbf26b61943732404cf2ac79d68744451197d12a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 15 Oct 2019 07:46:09 +0000 Subject: [PATCH 2/2] Accepting request 738455 from GNOME:Next - Update to version 3.34.0: + gcr-prompt-dialog: Allow the use of mnemonics in the choice label (glgo#GNOME/gcr!22). + Use python3 shebang in ui/icons/render-icons.py (glgo#GNOME/gcr!21). + configure: Use PKG_PROG_PKG_CONFIG instead of reinventing it (glgo#GNOME/gcr!20). + Replace tap-gtester with one that relies on GLib 2.38+ TAP output (glgo#GNOME/gcr!19). + Remove SKS network from keyserver defaults (glgo#GNOME/gcr!18). + Updated translations. OBS-URL: https://build.opensuse.org/request/show/738455 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gcr?expand=0&rev=78 --- gcr-3.33.4.tar.xz | 3 --- gcr-3.34.0.tar.xz | 3 +++ gcr.changes | 15 +++++++++++++++ gcr.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 gcr-3.33.4.tar.xz create mode 100644 gcr-3.34.0.tar.xz diff --git a/gcr-3.33.4.tar.xz b/gcr-3.33.4.tar.xz deleted file mode 100644 index 2213a2d..0000000 --- a/gcr-3.33.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d562993f1f0b7a923765f49db1b21e3376ac4cb6da9331ccb2dc7b87c935c0c1 -size 1467940 diff --git a/gcr-3.34.0.tar.xz b/gcr-3.34.0.tar.xz new file mode 100644 index 0000000..e5d0c43 --- /dev/null +++ b/gcr-3.34.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29df50974a90987af694c0fb8926a6b366e68cacd8abd813817cfe1eb5d54524 +size 1454244 diff --git a/gcr.changes b/gcr.changes index bdf184f..7182198 100644 --- a/gcr.changes +++ b/gcr.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Oct 14 16:40:55 UTC 2019 - Bjørn Lie + +- Update to version 3.34.0: + + gcr-prompt-dialog: Allow the use of mnemonics in the choice + label (glgo#GNOME/gcr!22). + + Use python3 shebang in ui/icons/render-icons.py + (glgo#GNOME/gcr!21). + + configure: Use PKG_PROG_PKG_CONFIG instead of reinventing it + (glgo#GNOME/gcr!20). + + Replace tap-gtester with one that relies on GLib 2.38+ TAP + output (glgo#GNOME/gcr!19). + + Remove SKS network from keyserver defaults (glgo#GNOME/gcr!18). + + Updated translations. + ------------------------------------------------------------------- Sat Aug 31 20:04:28 CDT 2019 - mgorse@suse.com diff --git a/gcr.spec b/gcr.spec index 1d3b00f..ea3c80d 100644 --- a/gcr.spec +++ b/gcr.spec @@ -17,14 +17,14 @@ Name: gcr -Version: 3.33.4 +Version: 3.34.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 tasks License: LGPL-2.1-or-later Group: Development/Libraries/GNOME URL: http://www.gnome.org -Source0: https://download.gnome.org/sources/gcr/3.33/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gcr/3.34/%{name}-%{version}.tar.xz Source1: baselibs.conf # PATCH-FIX-SLE gcr-bsc932232-use-libgcrypt-allocators.patch bsc#932232 hpj@suse.com -- use libgcrypt allocators for FIPS mode Patch1: gcr-bsc932232-use-libgcrypt-allocators.patch