forked from pool/libgpg-error
Accepting request 1014794 from home:pmonrealgonzalez:branches:Base:System
- Update to 1.46: * Support for bidirectional pipes under Windows. * REG_DWORD types are now support in the Windows Registry. * Added ES_SYSHD_SOCK support for gpgrt_sysopen under Windows. * Fixed gpgrt_log_get_fd for the file case. * Avoids header problem with C11 and "noreturn". * The gpg-error-config command is not installed by default, because it is now replaced by use of pkg-config/gpgrt-config with gpg-error.pc. Supply --enable-install-gpg-error-config configure option, if it's really needed. * Fixed support of posix-lock for FreeBSD. * Build fixes for some Mingw tool chain versions. * Removed remaining support for WindowsCE. * Updated config.guess, config.sub, and config.rpath. * gpg-error-config is now only installed when enabled. * System paths are now stripped from --cflags --and --libs. OBS-URL: https://build.opensuse.org/request/show/1014794 OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=98
This commit is contained in:
parent
c4d186856c
commit
902c1ff80a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:570f8ee4fb4bff7b7495cff920c275002aea2147e9a1d220c068213267f80a26
|
||||
size 1015954
|
Binary file not shown.
3
libgpg-error-1.46.tar.bz2
Normal file
3
libgpg-error-1.46.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7e11a64246bbe5ef37748de43b245abd72cfcd53c9ae5e7fc5ca59f1c81268d
|
||||
size 1014291
|
BIN
libgpg-error-1.46.tar.bz2.sig
Normal file
BIN
libgpg-error-1.46.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 17 12:43:22 UTC 2022 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
- Update to 1.46:
|
||||
* Support for bidirectional pipes under Windows.
|
||||
* REG_DWORD types are now support in the Windows Registry.
|
||||
* Added ES_SYSHD_SOCK support for gpgrt_sysopen under Windows.
|
||||
* Fixed gpgrt_log_get_fd for the file case.
|
||||
* Avoids header problem with C11 and "noreturn".
|
||||
* The gpg-error-config command is not installed by default, because
|
||||
it is now replaced by use of pkg-config/gpgrt-config with
|
||||
gpg-error.pc. Supply --enable-install-gpg-error-config configure
|
||||
option, if it's really needed.
|
||||
* Fixed support of posix-lock for FreeBSD.
|
||||
* Build fixes for some Mingw tool chain versions.
|
||||
* Removed remaining support for WindowsCE.
|
||||
* Updated config.guess, config.sub, and config.rpath.
|
||||
* gpg-error-config is now only installed when enabled.
|
||||
* System paths are now stripped from --cflags --and --libs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 7 12:59:59 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libgpg-error
|
||||
Version: 1.45
|
||||
Version: 1.46
|
||||
Release: 0
|
||||
Summary: Library That Defines Common Error Values for All GnuPG Components
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@ -28,6 +28,7 @@ Source1: https://gnupg.org/ftp/gcrypt/libgpg-error/%{name}-%{version}.tar
|
||||
# http://www.gnupg.org/signature_key.en.html
|
||||
Source2: %{name}.keyring
|
||||
Source3: baselibs.conf
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
%description
|
||||
@ -62,8 +63,11 @@ Files needed for software development using libgpg-error.
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
autoreconf -fiv
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%configure --disable-static \
|
||||
--enable-install-gpg-error-config
|
||||
%make_build
|
||||
|
||||
%install
|
||||
@ -98,7 +102,7 @@ rm -r %{buildroot}%{_datadir}/common-lisp
|
||||
%{_bindir}/*
|
||||
%{_libdir}/libgpg-error*.so
|
||||
%{_infodir}/gpgrt.info%{?ext_info}
|
||||
%{_mandir}/man1/*%{?ext_man}
|
||||
%{_mandir}/man1/gpg-error-config.*
|
||||
%dir %{_datadir}/libgpg-error
|
||||
%{_datadir}/libgpg-error/errorref.txt
|
||||
%dir %{_datadir}/aclocal
|
||||
|
Loading…
Reference in New Issue
Block a user