Accepting request 810460 from home:AndreasStieger:branches:Base:System

libgpg-error 1.38

OBS-URL: https://build.opensuse.org/request/show/810460
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=85
This commit is contained in:
Pedro Monreal Gonzalez 2020-06-01 08:32:22 +00:00 committed by Git OBS Bridge
parent dab6685087
commit f840022731
6 changed files with 19 additions and 13 deletions

View File

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

Binary file not shown.

View File

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

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun May 31 10:09:34 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to 1.38:
* New option parser features to implement system wide
configuration files
* New functions to build file names
* New function to help reallocating arrays
* Protect gpgrt_inc_errorcount against counter overflow
- drop needless autotools build dependencies that were added for
gawk5.patch
-------------------------------------------------------------------
Mon Feb 17 16:34:09 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>

View File

@ -17,7 +17,7 @@
Name: libgpg-error
Version: 1.37
Version: 1.38
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,9 +28,6 @@ Source1: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.b
# http://www.gnupg.org/signature_key.en.html
Source2: %{name}.keyring
Source3: baselibs.conf
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig
%description
@ -63,14 +60,13 @@ Requires(preun): info
Files needed for software development using libgpg-error.
%prep
%setup -q -n libgpg-error-%{version}
%setup -q
%build
autoreconf -fvi
%configure \
--disable-static \
--with-pic
make %{?_smp_mflags}
%make_build
%install
%make_install
@ -81,9 +77,7 @@ rm -r %{buildroot}%{_datadir}/common-lisp
%find_lang %{name}
%check
make check %{?_smp_mflags}
%{buildroot}/%{_bindir}/gpg-error-config --libs | grep -q -v "\-pthread"
%{buildroot}/%{_bindir}/gpg-error-config --mt --libs | grep -q "\-pthread"
%make_build check
%post -n libgpg-error0 -p /sbin/ldconfig
%post devel