Hello community,

here is the log from the commit of package libsmpp34 for openSUSE:Factory 
checked in at 2020-09-17 14:43:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsmpp34 (Old)
 and      /work/SRC/openSUSE:Factory/.libsmpp34.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsmpp34"

Thu Sep 17 14:43:42 2020 rev:5 rq:832613 version:1.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsmpp34/libsmpp34.changes      2019-08-22 
10:50:20.485716239 +0200
+++ /work/SRC/openSUSE:Factory/.libsmpp34.new.4249/libsmpp34.changes    
2020-09-17 14:46:17.483649905 +0200
@@ -1,0 +2,5 @@
+Sun Sep  6 13:10:09 UTC 2020 - Jan Engelhardt <[email protected]>
+
+- Upgrade old specfile constructs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libsmpp34.spec ++++++
--- /var/tmp/diff_new_pack.xtCPXi/_old  2020-09-17 14:46:21.123653379 +0200
+++ /var/tmp/diff_new_pack.xtCPXi/_new  2020-09-17 14:46:21.127653383 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsmpp34
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2016, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,7 +24,7 @@
 Summary:        PDU SMPP packaging and unpackaging tool
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Url:            https://osmocom.org/projects/libsmpp34
+URL:            https://osmocom.org/projects/libsmpp34
 Source:         %name-%version.tar.xz
 BuildRequires:  autoconf >= 2.57
 BuildRequires:  libtool
@@ -62,20 +62,21 @@
 applications that want to make use of libsmpp34.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 echo "%version" >.tarball-version
 autoreconf -fi
+# bugzilla.opensuse.org/795968 for rationale
 %configure --disable-static --includedir="%_includedir/%name"
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 rm -f "%buildroot/%_libdir"/*.la
 
 %check
-make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
+%make_build check || (find . -name testsuite.log -exec cat {} +)
 
 %post   -n libsmpp34-%sover -p /sbin/ldconfig
 %postun -n libsmpp34-%sover -p /sbin/ldconfig


Reply via email to