8
0
forked from pool/libgpg-error

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:
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
+12
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>
+4 -10
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.