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 496964c..0000000 Binary files a/gpgme-1.11.1.tar.bz2.sig and /dev/null differ 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 0000000..1aeb8fa Binary files /dev/null and b/gpgme-1.12.0.tar.bz2.sig differ diff --git a/gpgme.changes b/gpgme.changes index 7a3cdb9..84e1bdd 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +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 + +- 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..d4a292f 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 @@ -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"