diff --git a/gpgme-1.10.0.tar.bz2 b/gpgme-1.10.0.tar.bz2 new file mode 100644 index 0000000..6cee86a --- /dev/null +++ b/gpgme-1.10.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8fed1197c3b99c35f403066bb344a26224d292afc048cfdfc4ccd5690a0693 +size 1370162 diff --git a/gpgme-1.10.0.tar.bz2.sig b/gpgme-1.10.0.tar.bz2.sig new file mode 100644 index 0000000..0165f9e Binary files /dev/null and b/gpgme-1.10.0.tar.bz2.sig differ diff --git a/gpgme-1.9.0.tar.bz2 b/gpgme-1.9.0.tar.bz2 deleted file mode 100644 index 8fe4c80..0000000 --- a/gpgme-1.9.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b29fedb8bfad775e70eafac5b0590621683b2d9869db994568e6401f4034ceb -size 1344222 diff --git a/gpgme-1.9.0.tar.bz2.sig b/gpgme-1.9.0.tar.bz2.sig deleted file mode 100644 index e693e11..0000000 Binary files a/gpgme-1.9.0.tar.bz2.sig and /dev/null differ diff --git a/gpgme.changes b/gpgme.changes index 5549220..04002ca 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Dec 12 16:44:59 UTC 2017 - astieger@suse.com + +- gpgme 1.10.0: + * Now returns more specific error codes for decryption to distinguish + between bad passphrase, user canceled, and no secret key. + * Now returns key origin information if available. + * Added context flag "auto-key-retrieve" to selectively enable the + corresponding gpg option. + * Added flag is_de_vs to decryption and verify results. + * py: Use SEEK_SET as default for data.seek. + * cpp: Various new APIs. + * Reduced spawn overhead on Linux again. Added new configure option + --disable-linux-getdents to disable this feature for very old + Linux versions. + * Improved the Python bindings build system. + * Made the test suite less fragile. + * Interface changes relative to the 1.9.0 release: + gpgme_decrypt_result_t EXTENDED: New field 'is_de_vs'. + gpgme_signature_t EXTENDED: New field 'is_de_vs'. + gpgme_keyorg_t NEW. + gpgme_op_delete_ext NEW. + gpgme_op_delete_ext_start NEW. + GPGME_DELETE_ALLOW_SECRET NEW. + GPGME_DELETE_FORCE NEW. + gpgme_op_conf_dir NEW. + gpgme_set_ctx_flag EXTENDED: New flag 'auto-key-retrieve'. + cpp: DecryptionResult::isDeVs NEW. + cpp: Signature::isDeVs NEW. + cpp: EngineInfo::Version::operator> NEW. + cpp: Context::createKey NEW. + cpp: Context::startCreateKey NEW. + cpp: Context::createSubkey NEW. + cpp: Context::startCreateSubkey NEW. + qt: QuickJob NEW. + py: DecryptResult EXTENDED: New boolean field 'is_de_vs'. + py: Signature EXTENDED: New boolean field 'is_de_vs'. + py: GpgError EXTENDED: Partial results in 'results'. + ------------------------------------------------------------------- Tue Nov 7 12:01:11 UTC 2017 - mpluskal@suse.com diff --git a/gpgme.spec b/gpgme.spec index c25fca0..b31df38 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -22,7 +22,7 @@ # https://bugs.gnupg.org/gnupg/issue3008 %define with_python 0%{?suse_version} >= 1330 Name: gpgme -Version: 1.9.0 +Version: 1.10.0 Release: 0 Summary: Programmatic library interface to GnuPG License: LGPL-2.1+ AND GPL-3.0+ @@ -36,8 +36,8 @@ Source3: gpgme.keyring Source99: %{name}.changes BuildRequires: gcc-c++ BuildRequires: gpg2 >= 2.0.10 -BuildRequires: libassuan-devel >= 2.0.2 -BuildRequires: libgpg-error-devel >= 1.17 +BuildRequires: libassuan-devel >= 2.4.2 +BuildRequires: libgpg-error-devel >= 1.24 BuildRequires: pkgconfig BuildRequires: swig Requires(post): %{install_info_prereq}