3
0
forked from pool/libgpg-error
Stephan Kulow 2014-10-18 07:08:23 +00:00 committed by Git OBS Bridge
commit b737d516e1
6 changed files with 58 additions and 6 deletions

View File

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

Binary file not shown.

View File

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

Binary file not shown.

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Wed Oct 15 19:43:20 UTC 2014 - andreas.stieger@gmx.de
- update to 1.17:
* New error codes for TLS protocol libraries.
* New configure option --enable-build-timestamp.
* New man page for gpg-error-config.
* Interface changes relative to the 1.16 release:
GPG_ERR_SOURCE_TLS NEW.
GPG_ERR_NO_CERT_CHAIN NEW.
GPG_ERR_CERT_TOO_LARGE NEW.
GPG_ERR_INV_RECORD NEW.
GPG_ERR_BAD_MAC NEW.
GPG_ERR_UNEXPECTED_MSG NEW.
GPG_ERR_COMPR_FAILED NEW.
GPG_ERR_WOULD_WRAP NEW.
GPG_ERR_FATAL_ALERT NEW.
GPG_ERR_NO_CIPHER NEW.
GPG_ERR_MISSING_CLIENT_CERT NEW.
GPG_ERR_CLOSE_NOTIFY NEW.
GPG_ERR_TICKET_EXPIRED NEW.
GPG_ERR_BAD_TICKET NEW.
GPG_ERR_UNKNOWN_IDENTITY NEW.
GPG_ERR_BAD_HS_CERT NEW.
GPG_ERR_BAD_HS_CERT_REQ NEW.
GPG_ERR_BAD_HS_CERT_VER NEW.
GPG_ERR_BAD_HS_CHANGE_CIPHER NEW.
GPG_ERR_BAD_HS_CLIENT_HELLO NEW.
GPG_ERR_BAD_HS_SERVER_HELLO NEW.
GPG_ERR_BAD_HS_SERVER_HELLO_DONE NEW.
GPG_ERR_BAD_HS_FINISHED NEW.
GPG_ERR_BAD_HS_SERVER_KEX NEW.
GPG_ERR_BAD_HS_CLIENT_KEX NEW.
GPG_ERR_BOGUS_STRING NEW.
gpgrt_pending NEW.
gpgrt_pending_unlocked NEW.
- Build with --enable-build-timestamp=no to prevent unneccessary
rebuilds of dependent packages
- add required spec for introducted info page
-------------------------------------------------------------------
Sun Sep 21 20:09:03 UTC 2014 - andreas.stieger@gmx.de

View File

@ -17,7 +17,7 @@
Name: libgpg-error
Version: 1.16
Version: 1.17
Release: 0
Summary: Library That Defines Common Error Values for All GnuPG Components
License: GPL-2.0+ and LGPL-2.1+
@ -30,7 +30,6 @@ Source2: %{name}.keyring
Source3: baselibs.conf
BuildRequires: libtool
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#BuildRequires: gpg-offline
%description
This is a library that defines common error values for all GnuPG
@ -61,6 +60,8 @@ Group: Development/Libraries/C and C++
#
Requires: glibc-devel
Requires: libgpg-error0 = %{version}
Requires(post): info
Requires(preun): info
# bug437293
%ifarch ppc64
Obsoletes: libgpg-error-devel-64bit
@ -73,7 +74,10 @@ Files needed for software development using libgpg-error.
%setup -q -n libgpg-error-%{version}
%build
%configure --disable-static --with-pic
%configure \
--disable-static \
--with-pic \
--enable-build-timestamp=no
make %{?_smp_mflags}
%install
@ -91,8 +95,14 @@ make check %{?_smp_mflags}
%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
%postun devel
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gpgrt.info.gz
%files -n libgpg-error0 -f %{name}.lang
%defattr(-,root,root)
%{_libdir}/libgpg-error*.so.*
@ -104,5 +114,7 @@ make check %{?_smp_mflags}
%{_includedir}/*
%{_bindir}/*
%{_libdir}/libgpg-error*.so
%{_infodir}/gpgrt.info.*
%{_mandir}/man1/gpg-error*.1.*
%changelog