Hello community,

here is the log from the commit of package libgpg-error for openSUSE:Factory 
checked in at 2014-05-02 19:22:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2013-08-21 13:46:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgpg-error.new/libgpg-error.changes   
2014-05-02 19:22:02.000000000 +0200
@@ -1,0 +2,24 @@
+Sun Apr 27 16:18:42 UTC 2014 - [email protected]
+
+- update to 1.13:
+  * Added a portable mutex API.
+  * The AM_PATH_GPG_ERROR macro now defines GPG_ERROR_MT_CFLAGS
+    and GPG_ERROR_MT_LIBS autoconf output variables for use by
+    programs which need gpgrt based thread support.
+    gpg-error-config has a new option --mt.
+- Interface changes relative to the 1.12 release:
+  GPG_ERR_KEY_ON_CARD          NEW.
+  GPG_ERR_MAC_ALGO             NEW.
+  GPG_ERR_INV_LOCK_OBJ         NEW.
+  gpgrt_lock_t                 NEW.
+  GPGRT_LOCK_INITIALIZER       NEW.
+  GPGRT_LOCK_DEFINE            NEW.
+  gpgrt_lock_init              NEW.
+  gpgrt_lock_lock              NEW.
+  gpgrt_lock_unlock            NEW.
+  gpgrt_lock_destroy           NEW.
+  gpgrt_yield                  NEW.
+- run available tests
+- fix SLE 11 SP2 build (make install)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libgpg-error.spec ++++++
--- /var/tmp/diff_new_pack.6UZ6My/_old  2014-05-02 19:22:03.000000000 +0200
+++ /var/tmp/diff_new_pack.6UZ6My/_new  2014-05-02 19:22:03.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgpg-error
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           libgpg-error
-Version:        1.12
+Version:        1.13
 Release:        0
 Summary:        Library That Defines Common Error Values for All GnuPG 
Components
 License:        GPL-2.0+ and LGPL-2.1+
@@ -26,10 +26,10 @@
 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
+Source2:        %{name}.keyring
 Source3:        baselibs.conf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libtool
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #BuildRequires:  gpg-offline
 
 %description
@@ -41,13 +41,13 @@
 Summary:        Library That Defines Common Error Values for All GnuPG 
Components
 License:        GPL-2.0+ and LGPL-2.1+
 Group:          Development/Libraries/C and C++
+#
+Provides:       libgpg-error = %{version}
+Obsoletes:      libgpg-error < %{version}
 # bug437293
 %ifarch ppc64
 Obsoletes:      libgpg-error-64bit
 %endif
-#
-Provides:       libgpg-error = %version
-Obsoletes:      libgpg-error < %version
 
 %description -n libgpg-error0
 This is a library that defines common error values for all GnuPG
@@ -58,34 +58,36 @@
 Summary:        Development package for libgpg-error
 License:        GPL-2.0+ and LGPL-2.1+ and MIT
 Group:          Development/Libraries/C and C++
+#
+Requires:       glibc-devel
+Requires:       libgpg-error0 = %{version}
 # bug437293
 %ifarch ppc64
 Obsoletes:      libgpg-error-devel-64bit
 %endif
-#
-Requires:       glibc-devel
-Requires:       libgpg-error0 = %version
 
 %description devel
 Files needed for software development using libgpg-error.
 
 %prep
-%setup -q -n libgpg-error-%version
+%setup -q -n libgpg-error-%{version}
 
 %build
 %configure --disable-static --with-pic
 make %{?_smp_mflags}
 
 %install
-%make_install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 rm %{buildroot}%{_libdir}/libgpg-error.la
 # Drop the lisp stuff, it depends on ASDF and CFFI
 # which needs to be packaged first
 rm -r %{buildroot}%{_datadir}/common-lisp
 %find_lang %{name}
 
-%clean
-rm -rf %{buildroot}
+%check
+make check %{?_smp_mflags}
+%{buildroot}/%{_bindir}/gpg-error-config --libs | grep -q -v "\-lpthread"
+%{buildroot}/%{_bindir}/gpg-error-config --mt --libs | grep -q "\-lpthread"
 
 %post -n libgpg-error0 -p /sbin/ldconfig
 

++++++ libgpg-error-1.12.tar.bz2 -> libgpg-error-1.13.tar.bz2 ++++++
++++ 44429 lines of diff (skipped)

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

Reply via email to