Accepting request 448126 from security:privacy
libgpg-error 1.26 OBS-URL: https://build.opensuse.org/request/show/448126 OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=56
This commit is contained in:
parent
1c149fb2b0
commit
1606ec2ebf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f628f75843433b38b05af248121beb7db5bd54bb2106f384edac39934261320c
|
|
||||||
size 797159
|
|
Binary file not shown.
3
libgpg-error-1.26.tar.bz2
Normal file
3
libgpg-error-1.26.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4c4bcbc90116932e3acd37b37812d8653b1b189c1904985898e860af818aee69
|
||||||
|
size 798096
|
BIN
libgpg-error-1.26.tar.bz2.sig
Normal file
BIN
libgpg-error-1.26.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 22 10:10:09 UTC 2016 - astieger@suse.com
|
||||||
|
|
||||||
|
- update to 1.26:
|
||||||
|
* New option --desc for gpg-error.
|
||||||
|
* Interface changes relative to the 1.25 release:
|
||||||
|
GPG_ERR_UNKNOWN_FLAG NEW.
|
||||||
|
GPG_ERR_INV_ORDER NEW.
|
||||||
|
GPG_ERR_ALREADY_FETCHED NEW.
|
||||||
|
GPG_ERR_TRY_LATER NEW.
|
||||||
|
GPG_ERR_SYSTEM_BUG NEW.
|
||||||
|
GPG_ERR_DNS_UNKNOWN NEW.
|
||||||
|
GPG_ERR_DNS_SECTION NEW.
|
||||||
|
GPG_ERR_DNS_ADDRESS NEW.
|
||||||
|
GPG_ERR_DNS_NO_QUERY NEW.
|
||||||
|
GPG_ERR_DNS_NO_ANSWER NEW.
|
||||||
|
GPG_ERR_DNS_CLOSED NEW.
|
||||||
|
GPG_ERR_DNS_VERIFY NEW.
|
||||||
|
GPG_ERR_DNS_TIMEOUT NEW.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 15 09:39:41 UTC 2016 - astieger@suse.com
|
Tue Nov 15 09:39:41 UTC 2016 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libgpg-error
|
Name: libgpg-error
|
||||||
Version: 1.25
|
Version: 1.26
|
||||||
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+ and LGPL-2.1+
|
License: GPL-2.0+ and LGPL-2.1+
|
||||||
@ -42,10 +42,6 @@ Group: Development/Libraries/C and C++
|
|||||||
#
|
#
|
||||||
Provides: libgpg-error = %{version}
|
Provides: libgpg-error = %{version}
|
||||||
Obsoletes: libgpg-error < %{version}
|
Obsoletes: libgpg-error < %{version}
|
||||||
# bug437293
|
|
||||||
%ifarch ppc64
|
|
||||||
Obsoletes: libgpg-error-64bit
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description -n libgpg-error0
|
%description -n libgpg-error0
|
||||||
This is a library that defines common error values for all GnuPG
|
This is a library that defines common error values for all GnuPG
|
||||||
@ -61,10 +57,6 @@ Requires: glibc-devel
|
|||||||
Requires: libgpg-error0 = %{version}
|
Requires: libgpg-error0 = %{version}
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun): info
|
Requires(preun): info
|
||||||
# bug437293
|
|
||||||
%ifarch ppc64
|
|
||||||
Obsoletes: libgpg-error-devel-64bit
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Files needed for software development using libgpg-error.
|
Files needed for software development using libgpg-error.
|
||||||
@ -110,8 +102,10 @@ make check %{?_smp_mflags}
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/libgpg-error*.so
|
%{_libdir}/libgpg-error*.so
|
||||||
%{_infodir}/gpgrt.info.*
|
%{_infodir}/gpgrt.info%{ext_info}
|
||||||
%{_mandir}/man1/gpg-error*.1.*
|
%{_mandir}/man1/gpg-error*.1%{ext_man}
|
||||||
|
%dir %{_datadir}/libgpg-error
|
||||||
|
%{_datadir}/libgpg-error/errorref.txt
|
||||||
%dir %{_datadir}/aclocal
|
%dir %{_datadir}/aclocal
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user