Hello community,

here is the log from the commit of package libgpg-error for openSUSE:Factory 
checked in at 2014-10-18 09:08:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgpg-error (Old)
 and      /work/SRC/openSUSE:Factory/.libgpg-error.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgpg-error"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgpg-error/libgpg-error.changes        
2014-10-01 11:22:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgpg-error.new/libgpg-error.changes   
2014-10-18 09:08:41.000000000 +0200
@@ -1,0 +2,40 @@
+Wed Oct 15 19:43:20 UTC 2014 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  libgpg-error-1.16.tar.bz2
  libgpg-error-1.16.tar.bz2.sig

New:
----
  libgpg-error-1.17.tar.bz2
  libgpg-error-1.17.tar.bz2.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libgpg-error.spec ++++++
--- /var/tmp/diff_new_pack.pcJ5UV/_old  2014-10-18 09:08:42.000000000 +0200
+++ /var/tmp/diff_new_pack.pcJ5UV/_new  2014-10-18 09:08:42.000000000 +0200
@@ -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 @@
 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 @@
 #
 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 @@
 %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 @@
 
 %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 @@
 %{_includedir}/*
 %{_bindir}/*
 %{_libdir}/libgpg-error*.so
+%{_infodir}/gpgrt.info.*
+%{_mandir}/man1/gpg-error*.1.*
 
 %changelog

++++++ libgpg-error-1.16.tar.bz2 -> libgpg-error-1.17.tar.bz2 ++++++
++++ 22322 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to