Accepting request 1081074 from home:pmonrealgonzalez:branches:Base:System

- 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

OBS-URL: https://build.opensuse.org/request/show/1081074
OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=150
This commit is contained in:
Pedro Monreal Gonzalez 2023-04-21 06:53:59 +00:00 committed by Git OBS Bridge
parent 272c779f8c
commit 13ee1cea4a
6 changed files with 26 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb58494dc415fba9eeb12b826550ad3190dc92e265c5bb2ae1a21c92841cfd38
size 1821913

Binary file not shown.

3
gpgme-1.20.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25a5785a5da356689001440926b94e967d02e13c49eb7743e35ef0cf22e42750
size 1817377

BIN
gpgme-1.20.0.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Apr 21 06:19:17 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
- 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 <christophe@krop.fr>

View File

@ -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