2018-12-10 11:24:05 +00:00
committed by Git OBS Bridge
6 changed files with 20 additions and 9 deletions
+11
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
+6 -6
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.