diff --git a/gpgme-1.20.0.tar.bz2 b/gpgme-1.20.0.tar.bz2 deleted file mode 100644 index e54e7a1..0000000 --- a/gpgme-1.20.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25a5785a5da356689001440926b94e967d02e13c49eb7743e35ef0cf22e42750 -size 1817377 diff --git a/gpgme-1.20.0.tar.bz2.sig b/gpgme-1.20.0.tar.bz2.sig deleted file mode 100644 index 0f302f6..0000000 Binary files a/gpgme-1.20.0.tar.bz2.sig and /dev/null differ diff --git a/gpgme-1.21.0.tar.bz2 b/gpgme-1.21.0.tar.bz2 new file mode 100644 index 0000000..ecc414a --- /dev/null +++ b/gpgme-1.21.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416e174e165734d84806253f8c96bda2993fd07f258c3aad5f053a6efd463e88 +size 1830113 diff --git a/gpgme-1.21.0.tar.bz2.sig b/gpgme-1.21.0.tar.bz2.sig new file mode 100644 index 0000000..8945125 Binary files /dev/null and b/gpgme-1.21.0.tar.bz2.sig differ diff --git a/gpgme.changes b/gpgme.changes index 44fbb47..5ff30af 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Mon Jul 10 14:57:51 UTC 2023 - Pedro Monreal + +- Update to 1.21.0 + * Extended gpgme_op_encrypt, gpgme_op_encrypt_sign, and gpgme_op_sign + to allow writing the output directly to a file. [T6530] + * Extended gpgme_op_decrypt and gpgme_op_verify to allow reading the + input data directly from files. [T6530] + * For key signing and uid revoking allow an empty user id. [rMfbc3963d62] + * Pass an input-size-hint also to the gpgsm engine. [T6534] + * qt: Allow writing the created archives directly to a file. [T6530] + * qt: Allow reading the signed/encrypted archive to decrypt + or verify directly from a file. [T6530] + * qt: Qt Jobs working with QIODeviceDataProvider now properly + handle input-size hints and progress for files larger. + 2^32 bytes in 32 bit builds. [T6534] + * cpp: Error::isCanceled now also returns true for error code + GPG_ERR_FULLY_CANCELED. [T6510] + * python: Fix wrong use of write. [T6501] + * Interface changes relative to the 1.20.0 release: + - cpp: Data::setFlag NEW. + - cpp: Data::setSizeHint NEW. + - qt: Job::startIt NEW. + - qt: DecryptVerifyArchiveJob::setInputFile NEW. + - qt: DecryptVerifyArchiveJob::inputFile NEW. + - qt: EncryptArchiveJob::setRecipients NEW. + - qt: EncryptArchiveJob::recipients NEW. + - qt: EncryptArchiveJob::setInputPaths NEW. + - qt: EncryptArchiveJob::inputPaths NEW. + - qt: EncryptArchiveJob::setOutputFile NEW. + - qt: EncryptArchiveJob::outputFile NEW. + - qt: EncryptArchiveJob::setEncryptionFlags NEW. + - qt: EncryptArchiveJob::encryptionFlags NEW. + - qt: SignArchiveJob::setSigners NEW. + - qt: SignArchiveJob::signers NEW. + - qt: SignArchiveJob::setInputPaths NEW. + - qt: SignArchiveJob::inputPaths NEW. + - qt: SignArchiveJob::setOutputFile NEW. + - qt: SignArchiveJob::outputFile NEW. + - qt: SignEncryptArchiveJob::setSigners NEW. + - qt: SignEncryptArchiveJob::signers NEW. + - qt: SignEncryptArchiveJob::setRecipients NEW. + - qt: SignEncryptArchiveJob::recipients NEW. + - qt: SignEncryptArchiveJob::setInputPaths NEW. + - qt: SignEncryptArchiveJob::inputPaths NEW. + - qt: SignEncryptArchiveJob::setOutputFile NEW. + - qt: SignEncryptArchiveJob::outputFile NEW. + - qt: SignEncryptArchiveJob::setEncryptionFlags NEW. + - qt: SignEncryptArchiveJob::encryptionFlags NEW. + ------------------------------------------------------------------- Fri Apr 21 06:19:17 UTC 2023 - Pedro Monreal diff --git a/gpgme.spec b/gpgme.spec index 7f273bb..ebb55d8 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -33,7 +33,7 @@ %bcond_without qt6 %endif Name: gpgme%{psuffix} -Version: 1.20.0 +Version: 1.21.0 Release: 0 Summary: Programmatic library interface to GnuPG License: GPL-3.0-or-later AND LGPL-2.1-or-later