forked from pool/libgpg-error
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:
parent
c1614134e6
commit
7124ecd979
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c345c5e73cc2332f8d50db84a2280abfb1d8f6d4f1858b9daa30404db44540ca
|
|
||||||
size 904382
|
|
Binary file not shown.
3
libgpg-error-1.33.tar.bz2
Normal file
3
libgpg-error-1.33.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5d38826656e746c936e7742d9cde072b50baa3c4c49daa168a56813612bf03ff
|
||||||
|
size 918344
|
BIN
libgpg-error-1.33.tar.bz2.sig
Normal file
BIN
libgpg-error-1.33.tar.bz2.sig
Normal file
Binary file not shown.
@ -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
|
Thu Jul 12 10:02:01 UTC 2018 - kbabioch@suse.com
|
||||||
|
|
||||||
|
@ -12,22 +12,23 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: libgpg-error
|
||||||
Version: 1.32
|
Version: 1.33
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library That Defines Common Error Values for All GnuPG Components
|
Summary: Library That Defines Common Error Values for All GnuPG Components
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
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
|
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
|
Source1: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2.sig
|
||||||
# http://www.gnupg.org/signature_key.en.html
|
# http://www.gnupg.org/signature_key.en.html
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a library that defines common error values for all GnuPG
|
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"
|
%{buildroot}/%{_bindir}/gpg-error-config --mt --libs | grep -q "\-lpthread"
|
||||||
|
|
||||||
%post -n libgpg-error0 -p /sbin/ldconfig
|
%post -n libgpg-error0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/gpgrt.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/gpgrt.info.gz
|
||||||
|
|
||||||
%postun -n libgpg-error0 -p /sbin/ldconfig
|
%postun -n libgpg-error0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%preun devel
|
%preun devel
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gpgrt.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gpgrt.info.gz
|
||||||
|
|
||||||
@ -104,9 +103,10 @@ make check %{?_smp_mflags}
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/libgpg-error*.so
|
%{_libdir}/libgpg-error*.so
|
||||||
%{_infodir}/gpgrt.info%{?ext_info}
|
%{_infodir}/gpgrt.info%{?ext_info}
|
||||||
%{_mandir}/man1/gpg-error*.1%{?ext_man}
|
%{_mandir}/man1/*%{?ext_man}
|
||||||
%dir %{_datadir}/libgpg-error
|
%dir %{_datadir}/libgpg-error
|
||||||
%{_datadir}/libgpg-error/errorref.txt
|
%{_datadir}/libgpg-error/errorref.txt
|
||||||
%dir %{_datadir}/aclocal
|
%dir %{_datadir}/aclocal
|
||||||
|
%{_libdir}/pkgconfig/gpg-error.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user