Hello community, here is the log from the commit of package gpgme for openSUSE:Factory checked in at 2020-07-24 09:50:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gpgme (Old) and /work/SRC/openSUSE:Factory/.gpgme.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gpgme" Fri Jul 24 09:50:58 2020 rev:82 rq:821843 version:1.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gpgme/gpgme.changes 2020-07-09 17:48:58.709427314 +0200 +++ /work/SRC/openSUSE:Factory/.gpgme.new.3592/gpgme.changes 2020-07-24 09:52:36.905194027 +0200 @@ -1,0 +2,22 @@ +Fri Jul 17 20:26:35 UTC 2020 - Andreas Stieger <[email protected]> + +- gpgme 1.14.0: + * New keylist mode to force the engine to return the keygrip + * New export mode to export as OpenSSH public key + * New context flag "extended-edit" to enable expert key edit + * Deprecate the anyway non working trustlist functions + * cpp: Add convenience API to obtain remarks + * cpp: The sign key edit-interactor now supports multiple + signatures from the same key + * qt: Extended signkeyjob to handle remarks and multiple + signatures + * qt: Added job API for gpg-card + * qt: The logging category has been changed to gpg.qgpgme to be + more consistent with other qt logging categories +- drop upstream patches: + * 0001-gpg-Avoid-error-diagnostics-with-override-session-ke.patch +- drop patches no longer needed that now break tests: + * gpgme-t-json-test-Bravo-key-no-secret-key-material.patch + * gpgme-t-json-test-with-keygrip-when-listing-keys.patch + +------------------------------------------------------------------- Old: ---- 0001-gpg-Avoid-error-diagnostics-with-override-session-ke.patch gpgme-1.13.1.tar.bz2 gpgme-1.13.1.tar.bz2.sig gpgme-t-json-test-Bravo-key-no-secret-key-material.patch gpgme-t-json-test-with-keygrip-when-listing-keys.patch New: ---- gpgme-1.14.0.tar.bz2 gpgme-1.14.0.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gpgme.spec ++++++ --- /var/tmp/diff_new_pack.KzkOPJ/_old 2020-07-24 09:52:39.109196355 +0200 +++ /var/tmp/diff_new_pack.KzkOPJ/_new 2020-07-24 09:52:39.113196360 +0200 @@ -18,35 +18,29 @@ %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "" +%define psuffix %{nil} %bcond_without python2 %bcond_without python3 %bcond_with qt -%define psuffix %{nil} %else +%define psuffix qt %bcond_with python2 %bcond_with python3 %bcond_without qt -%define psuffix qt %endif Name: gpgme%{psuffix} -Version: 1.13.1 +Version: 1.14.0 Release: 0 Summary: Programmatic library interface to GnuPG License: LGPL-2.1-or-later AND GPL-3.0-or-later Group: Productivity/Security -URL: http://www.gnupg.org/related_software/gpgme/ +URL: https://www.gnupg.org/related_software/gpgme/ Source: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-%{version}.tar.bz2 Source1: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-%{version}.tar.bz2.sig Source2: baselibs.conf Source3: gpgme.keyring # used to have a fixed timestamp Source99: gpgme.changes -Patch1: gpgme-t-json-test-Bravo-key-no-secret-key-material.patch -Patch2: gpgme-t-json-test-with-keygrip-when-listing-keys.patch -# fix from https://dev.gnupg.org/rMae4d7761a15b82eb98b0bcc72af2ae2e8973e1f9 -# required to make notmuch's testsuite pass, see -# id:[email protected] on [email protected] -Patch3: 0001-gpg-Avoid-error-diagnostics-with-override-session-ke.patch BuildRequires: gcc-c++ BuildRequires: gpg2 >= 2.0.10 BuildRequires: libassuan-devel >= 2.4.2 @@ -188,7 +182,7 @@ This package contains the bindings to use the library in Qt C++ applications. %prep -%autosetup -n gpgme-%{version} -p1 +%setup -q -n gpgme-%{version} %ifarch %{ix86} sed -i -e '/t-callbacks.py/d' lang/python/tests/Makefile.{am,in} @@ -212,7 +206,7 @@ --disable-fd-passing \ --enable-languages="${languages}" \ --enable-build-timestamp="${build_timestamp}" -make %{?_smp_mflags} +%make_build %install %make_install @@ -231,7 +225,7 @@ %check %if ! 0%{?qemu_user_space_build} -make %{?_smp_mflags} check +%make_build check %endif %if %{with qt} @@ -244,7 +238,6 @@ %postun -n libgpgme11 -p /sbin/ldconfig %post -n libgpgmepp6 -p /sbin/ldconfig %postun -n libgpgmepp6 -p /sbin/ldconfig - %post %install_info --info-dir=%{_infodir} %{_infodir}/gpgme.info%{ext_info} ++++++ gpgme-1.13.1.tar.bz2 -> gpgme-1.14.0.tar.bz2 ++++++ ++++ 33118 lines of diff (skipped)
