forked from pool/libgpg-error
Accepting request 1078640 from home:pmonrealgonzalez:branches:Base:System
- Update to 1.47: * New error codes for PUKs and reset codes. [T6421] * Avoid segv in logging with improper use of the "socket://". * Fixed translation of argparse's internal option --help. * Interface changes relative to the 1.46 release: - GPG_ERR_SOURCE_TKD NEW. - GPG_ERR_BAD_PUK NEW. - GPG_ERR_NO_RESET_CODE NEW. - GPG_ERR_BAD_RESET_CODE NEW. - GPGRT_SPAWN_KEEP_STDIN NEW. - GPGRT_SPAWN_KEEP_STDOUT NEW. - GPGRT_SPAWN_KEEP_STDERR NEW. - GPGRT_SPAWN_INHERIT_FILE NEW. * Release-info: https://dev.gnupg.org/T6231 OBS-URL: https://build.opensuse.org/request/show/1078640 OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=100
This commit is contained in:
parent
902c1ff80a
commit
af4d67fa2c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b7e11a64246bbe5ef37748de43b245abd72cfcd53c9ae5e7fc5ca59f1c81268d
|
|
||||||
size 1014291
|
|
Binary file not shown.
BIN
libgpg-error-1.47.tar.bz2
(Stored with Git LFS)
Normal file
BIN
libgpg-error-1.47.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libgpg-error-1.47.tar.bz2.sig
Normal file
BIN
libgpg-error-1.47.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 12 11:43:52 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.47:
|
||||||
|
* New error codes for PUKs and reset codes. [T6421]
|
||||||
|
* Avoid segv in logging with improper use of the "socket://".
|
||||||
|
* Fixed translation of argparse's internal option --help.
|
||||||
|
* Interface changes relative to the 1.46 release:
|
||||||
|
- GPG_ERR_SOURCE_TKD NEW.
|
||||||
|
- GPG_ERR_BAD_PUK NEW.
|
||||||
|
- GPG_ERR_NO_RESET_CODE NEW.
|
||||||
|
- GPG_ERR_BAD_RESET_CODE NEW.
|
||||||
|
- GPGRT_SPAWN_KEEP_STDIN NEW.
|
||||||
|
- GPGRT_SPAWN_KEEP_STDOUT NEW.
|
||||||
|
- GPGRT_SPAWN_KEEP_STDERR NEW.
|
||||||
|
- GPGRT_SPAWN_INHERIT_FILE NEW.
|
||||||
|
* Release-info: https://dev.gnupg.org/T6231
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 17 12:43:22 UTC 2022 - Pedro Monreal <pmonreal@suse.com>
|
Mon Oct 17 12:43:22 UTC 2022 - Pedro Monreal <pmonreal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libgpg-error
|
# spec file for package libgpg-error
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libgpg-error
|
Name: libgpg-error
|
||||||
Version: 1.46
|
Version: 1.47
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library That Defines Common Error Values for All GnuPG Components
|
Summary: Library That Defines Common Error Values for All GnuPG Components
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://www.gnupg.org/
|
URL: https://www.gnupg.org/software/libgpg-error/
|
||||||
Source0: https://gnupg.org/ftp/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2
|
Source0: https://gnupg.org/ftp/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2
|
||||||
Source1: https://gnupg.org/ftp/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2.sig
|
Source1: https://gnupg.org/ftp/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2.sig
|
||||||
# http://www.gnupg.org/signature_key.en.html
|
# http://www.gnupg.org/signature_key.en.html
|
||||||
@ -91,21 +91,22 @@ rm -r %{buildroot}%{_datadir}/common-lisp
|
|||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gpgrt.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gpgrt.info.gz
|
||||||
|
|
||||||
%files -n libgpg-error0 -f %{name}.lang
|
%files -n libgpg-error0 -f %{name}.lang
|
||||||
|
%license COPYING.LIB COPYING
|
||||||
|
%doc README NEWS ChangeLog AUTHORS ABOUT-NLS
|
||||||
%{_libdir}/libgpg-error*.so.*
|
%{_libdir}/libgpg-error*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license COPYING.LIB COPYING
|
|
||||||
%doc README NEWS ChangeLog AUTHORS ABOUT-NLS
|
|
||||||
%{_datadir}/aclocal/gpg-error.m4
|
|
||||||
%{_datadir}/aclocal/gpgrt.m4
|
|
||||||
%{_includedir}/*
|
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/libgpg-error*.so
|
%{_libdir}/libgpg-error*.so
|
||||||
%{_infodir}/gpgrt.info%{?ext_info}
|
%{_libdir}/pkgconfig/gpg-error.pc
|
||||||
%{_mandir}/man1/gpg-error-config.*
|
%{_includedir}/*
|
||||||
|
%dir %{_datadir}/aclocal
|
||||||
|
%{_datadir}/aclocal/gpg-error.m4
|
||||||
|
%{_datadir}/aclocal/gpgrt.m4
|
||||||
%dir %{_datadir}/libgpg-error
|
%dir %{_datadir}/libgpg-error
|
||||||
%{_datadir}/libgpg-error/errorref.txt
|
%{_datadir}/libgpg-error/errorref.txt
|
||||||
%dir %{_datadir}/aclocal
|
%{_infodir}/gpgrt.info%{?ext_info}
|
||||||
%{_libdir}/pkgconfig/gpg-error.pc
|
%{_mandir}/man1/gpg-error-config.*
|
||||||
|
%{_mandir}/man1/gpgrt-config.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user