diff --git a/gpgme-1.19.0.tar.bz2 b/gpgme-1.19.0.tar.bz2 deleted file mode 100644 index 10ec43b..0000000 --- a/gpgme-1.19.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb58494dc415fba9eeb12b826550ad3190dc92e265c5bb2ae1a21c92841cfd38 -size 1821913 diff --git a/gpgme-1.19.0.tar.bz2.sig b/gpgme-1.19.0.tar.bz2.sig deleted file mode 100644 index 7a01d60..0000000 Binary files a/gpgme-1.19.0.tar.bz2.sig and /dev/null differ diff --git a/gpgme-1.20.0.tar.bz2 b/gpgme-1.20.0.tar.bz2 new file mode 100644 index 0000000..e54e7a1 --- /dev/null +++ b/gpgme-1.20.0.tar.bz2 @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..0f302f6 Binary files /dev/null and b/gpgme-1.20.0.tar.bz2.sig differ diff --git a/gpgme.changes b/gpgme.changes index 8e56e48..44fbb47 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Apr 21 06:19:17 UTC 2023 - Pedro Monreal + +- Update to 1.20.0: + * On Windows, the gettext functions provided by gpgrt are switched + into utf8 mode, so that all localized texts returned by GpgME or + gpgrt, e.g. the texts for error codes are now UTF-8 encoded. [T5960] + * Key::canSign now returns false for OpenPGP keys without signing + (sub)key. [T6456] + * The new macOS Homebrew location is now by default supported. [T6440] + * Fix regression in 1.19.0. + * Fix invocation of gpgtar on Windows. + * Interface changes relative to the 1.19.0 release: + - gpgme_subkey_t EXTENDED: New field 'can_renc'. + - gpgme_subkey_t EXTENDED: New field 'can_timestamp'. + - gpgme_subkey_t EXTENDED: New field 'is_group_owned'. + - cpp: Subkey::canRenc NEW. + - cpp: Subkey::canTimestamp NEW. + - cpp: Subkey::isGroupOwned NEW. + - cpp: Key::canReallySign DEPRECATED. + * Release-info: https://dev.gnupg.org/T6463 + ------------------------------------------------------------------- Tue Apr 11 22:15:02 UTC 2023 - Christophe Marin diff --git a/gpgme.spec b/gpgme.spec index 61785e9..7f273bb 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -33,7 +33,7 @@ %bcond_without qt6 %endif Name: gpgme%{psuffix} -Version: 1.19.0 +Version: 1.20.0 Release: 0 Summary: Programmatic library interface to GnuPG License: GPL-3.0-or-later AND LGPL-2.1-or-later