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

libgpg-error 1.33

OBS-URL: https://build.opensuse.org/request/show/656295
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=74
This commit is contained in:
Tomáš Chvátal 2018-12-08 18:22:11 +00:00 committed by Git OBS Bridge
parent c1614134e6
commit 7124ecd979
6 changed files with 20 additions and 9 deletions

View File

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

Binary file not shown.

View File

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

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Dec 8 10:56:32 UTC 2018 - astieger@suse.com
- update to 1.33:
* New unified config script gpgrt-config
* The log functions now sanitize strings printed with the "%s"
format specifier
* New fprintf style function to apply a custom filter for string
arguments
* New function to compare version strings
-------------------------------------------------------------------
Thu Jul 12 10:02:01 UTC 2018 - kbabioch@suse.com

View File

@ -12,22 +12,23 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: libgpg-error
Version: 1.32
Version: 1.33
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
Group: Development/Libraries/C and C++
Url: http://www.gnupg.org/
URL: http://www.gnupg.org/
Source: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2
Source1: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2.sig
# http://www.gnupg.org/signature_key.en.html
Source2: %{name}.keyring
Source3: baselibs.conf
BuildRequires: pkgconfig
%description
This is a library that defines common error values for all GnuPG
@ -83,12 +84,10 @@ make check %{?_smp_mflags}
%{buildroot}/%{_bindir}/gpg-error-config --mt --libs | grep -q "\-lpthread"
%post -n libgpg-error0 -p /sbin/ldconfig
%post devel
%install_info --info-dir=%{_infodir} %{_infodir}/gpgrt.info.gz
%postun -n libgpg-error0 -p /sbin/ldconfig
%preun devel
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gpgrt.info.gz
@ -104,9 +103,10 @@ make check %{?_smp_mflags}
%{_bindir}/*
%{_libdir}/libgpg-error*.so
%{_infodir}/gpgrt.info%{?ext_info}
%{_mandir}/man1/gpg-error*.1%{?ext_man}
%{_mandir}/man1/*%{?ext_man}
%dir %{_datadir}/libgpg-error
%{_datadir}/libgpg-error/errorref.txt
%dir %{_datadir}/aclocal
%{_libdir}/pkgconfig/gpg-error.pc
%changelog