Hello community,

here is the log from the commit of package libasn1c for openSUSE:Factory 
checked in at 2018-07-06 10:46:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libasn1c (Old)
 and      /work/SRC/openSUSE:Factory/.libasn1c.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libasn1c"

Fri Jul  6 10:46:38 2018 rev:4 rq:621088 version:0.9.28.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/libasn1c/libasn1c.changes        2017-10-09 
19:44:52.784395410 +0200
+++ /work/SRC/openSUSE:Factory/.libasn1c.new/libasn1c.changes   2018-07-06 
10:48:01.630823799 +0200
@@ -1,0 +2,6 @@
+Sun Mar 25 09:12:55 UTC 2018 - [email protected]
+
+- Require talloc from libasn1c-devel as its header file is used.
+- Show logs on testsuite failure.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libasn1c.spec ++++++
--- /var/tmp/diff_new_pack.CjpcR1/_old  2018-07-06 10:48:02.414822864 +0200
+++ /var/tmp/diff_new_pack.CjpcR1/_new  2018-07-06 10:48:02.438822836 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libasn1c
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -55,6 +55,7 @@
 Summary:        Development files for libasn1c, Osmocom's ASN.1 decoder and 
encoder library
 Group:          Development/Libraries/C and C++
 Requires:       libasn1c0 = %version
+Requires:       pkgconfig(talloc)
 
 %description -n libasn1c-devel
 Compiles ASN.1 data structures into C source structures that can be
@@ -77,7 +78,9 @@
 find "%buildroot/%_libdir" -type f -name "*.la" -delete
 
 %check
-make check %{?_smp_mflags}
+if ! make check %{?_smp_mflags}; then
+       find . -name testsuite.log -exec cat "{}" "+"
+fi
 
 %post   -n libasn1c0 -p /sbin/ldconfig
 %postun -n libasn1c0 -p /sbin/ldconfig


Reply via email to