From cc6d197de9228715a0227550ec26f7687efcdf4d640a338421aea3d0ce18b793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 8 Oct 2018 11:38:36 +0000 Subject: [PATCH 1/2] Accepting request 640588 from home:kbabioch:branches:Base:System - Update to 1.12.0: * Enhanced the JSON based interface tool gpgme-json to support Native Messaging as well as new Javascript code to support the browser site. See lang/js/README for details. * Major overhaul of the Python language bindings documentation * Even for old versions of gpg a missing MDC will now lead to a decryption failure * Added context flag "auto-key-locate" to control the behavior of GPGME_KEYLIST_MODE_LOCATE * New data function to create a data object from an estream * Add more interfaces to the C++ binding * Improved error codes on decryption failure * Lots of minor fixes * Interface changes OBS-URL: https://build.opensuse.org/request/show/640588 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=100 --- gpgme-1.11.1.tar.bz2 | 3 --- gpgme-1.11.1.tar.bz2.sig | Bin 310 -> 0 bytes gpgme-1.12.0.tar.bz2 | 3 +++ gpgme-1.12.0.tar.bz2.sig | Bin 0 -> 310 bytes gpgme.changes | 18 ++++++++++++++++++ gpgme.spec | 4 ++-- 6 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 gpgme-1.11.1.tar.bz2 delete mode 100644 gpgme-1.11.1.tar.bz2.sig create mode 100644 gpgme-1.12.0.tar.bz2 create mode 100644 gpgme-1.12.0.tar.bz2.sig diff --git a/gpgme-1.11.1.tar.bz2 b/gpgme-1.11.1.tar.bz2 deleted file mode 100644 index 2817487..0000000 --- a/gpgme-1.11.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d1b111774d2e3dd26dcd7c251819ce4ef774ec5e566251eb9308fa7542fbd6f -size 1419232 diff --git a/gpgme-1.11.1.tar.bz2.sig b/gpgme-1.11.1.tar.bz2.sig deleted file mode 100644 index 496964cd4dee3e96dc99f63abe628e1ceec24ba507d73133eac9f179bb714102..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SEvc79j-KX(1!T23_i24?49Zn>o@?CF8aQ0$SOpNdO875G0#9 z(oZGhwj5>$|8zcA;n{jlL8Kc(DH=ozCgd;P@BHCa(|_}^Qyp#m^GuV(e*(TvpU>bn zxK<-_=s+4pO7#3j`pO#|~kO_KWBPJ;0H72}A7aOw@s*o##B)<(Qg{JW#*L z$JdhJOpmZ3B6;O};7KHjEa8jnJqtq_dM6XY6*fC!k^d#ypvRK53fEL~P IaFG}oBQx=k(f|Me diff --git a/gpgme-1.12.0.tar.bz2 b/gpgme-1.12.0.tar.bz2 new file mode 100644 index 0000000..7ccea7d --- /dev/null +++ b/gpgme-1.12.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4dc951c3743a60e2e120a77892e9e864fb936b2e58e7c77e8581f4d050e8cd8 +size 1658803 diff --git a/gpgme-1.12.0.tar.bz2.sig b/gpgme-1.12.0.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..1aeb8fa7ecbdf5583a09f67c43b21d5f92624f7aaabe00c1c9c8882a26efe157 GIT binary patch literal 310 zcmV-60m=S}0W$;u0SEvc79j-KX(1!T23_i24?49Zn>o@?CF8aQ0$aNyK>!K~5G0#9 z(oZGhw(uhd|5IgCL)$-wD0GlTFrUIT#E{6ch6=u_oLobHFPgAa=lfh&6+MP!12&w- zJWDA7O|$3RGlI#?8OJl&J&St`$kLrEGitZ`dR%>t_nzQVd}=Ts$AqZ4bKKSx4^o<~ zwLsr}|K=a|Udo;Dl~qJZIh z#C(DD37s1=qSkULEQ6$(WXdh~+kPZEvI`*mON0aNq`;$?Y~~Hpbtz-csWQ;pEJ|Ql z7k*xjrM|(Bgp7Ue7eun5EGhd`DMs)aAD3b=$KYQ-2``HVh8fn1i_dY{kY I4t4M1*do%AHvj+t literal 0 HcmV?d00001 diff --git a/gpgme.changes b/gpgme.changes index 7a3cdb9..aceccba 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Oct 8 11:01:26 UTC 2018 - Karol Babioch + +- Update to 1.12.0: + * Enhanced the JSON based interface tool gpgme-json to support Native + Messaging as well as new Javascript code to support the browser + site. See lang/js/README for details. + * Major overhaul of the Python language bindings documentation + * Even for old versions of gpg a missing MDC will now lead to a + decryption failure + * Added context flag "auto-key-locate" to control the + behavior of GPGME_KEYLIST_MODE_LOCATE + * New data function to create a data object from an estream + * Add more interfaces to the C++ binding + * Improved error codes on decryption failure + * Lots of minor fixes + * Interface changes + ------------------------------------------------------------------- Fri Apr 20 18:29:18 UTC 2018 - astieger@suse.com diff --git a/gpgme.spec b/gpgme.spec index 7093447..2ee96df 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -21,7 +21,7 @@ %bcond_without python2 %bcond_without python3 Name: gpgme -Version: 1.11.1 +Version: 1.12.0 Release: 0 Summary: Programmatic library interface to GnuPG License: LGPL-2.1-or-later AND GPL-3.0-or-later From fa19cffb78e7cd2b333adf25cd2f29b95f2777f52302197aaad45974e0dbff08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 9 Oct 2018 13:56:32 +0000 Subject: [PATCH 2/2] - Fix the build on ix86 as we disable one test there that should not work, sadly just sed is employed as the infrastructure for testing is not smart enough for comfy test filtering OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=101 --- gpgme.changes | 7 +++++++ gpgme.spec | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/gpgme.changes b/gpgme.changes index aceccba..84e1bdd 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 9 13:55:50 UTC 2018 - Tomáš Chvátal + +- Fix the build on ix86 as we disable one test there that should + not work, sadly just sed is employed as the infrastructure for + testing is not smart enough for comfy test filtering + ------------------------------------------------------------------- Mon Oct 8 11:01:26 UTC 2018 - Karol Babioch diff --git a/gpgme.spec b/gpgme.spec index 2ee96df..d4a292f 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -176,6 +176,10 @@ This package contains the bindings to use the library in Qt C++ applications. %prep %setup -q +%ifarch %{ix86} +sed -i -e '/t-callbacks.py/d' lang/python/tests/Makefile.{am,in} +%endif + %build build_timestamp=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+0000 -r %{SOURCE99}) languages="cl cpp"