Hello community,

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

Package is "libgtpnl"

Thu Sep 17 14:42:45 2020 rev:5 rq:832608 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgtpnl/libgtpnl.changes        2019-08-22 
10:50:12.297717338 +0200
+++ /work/SRC/openSUSE:Factory/.libgtpnl.new.4249/libgtpnl.changes      
2020-09-17 14:45:26.571601314 +0200
@@ -1,0 +2,5 @@
+Sun Sep  6 11:50:34 UTC 2020 - Jan Engelhardt <[email protected]>
+
+- Remove old specfile constructs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libgtpnl.spec ++++++
--- /var/tmp/diff_new_pack.hG6oMO/_old  2020-09-17 14:45:29.487604098 +0200
+++ /var/tmp/diff_new_pack.hG6oMO/_new  2020-09-17 14:45:29.495604105 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgtpnl
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,14 +22,13 @@
 Summary:        GPRS tunnel configuration library
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Url:            https://osmocom.org/projects/linux-kernel-gtp-u/wiki
+URL:            https://osmocom.org/projects/linux-kernel-gtp-u/wiki
 
 Source:         %name-%version.tar.xz
 BuildRequires:  libtool >= 2
 BuildRequires:  pkg-config
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libmnl) >= 1.0.0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 libgtpnl wraps the genetlink-based GPRS tunnel configuration of the
@@ -58,31 +57,30 @@
 applications that want to make use of libgtpnl.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 echo "%version" >.tarball-version
 autoreconf -fi
+# bugzilla.opensuse.org/795968 for rationale
 %configure --includedir="%_includedir/%name"
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 rm -f "%buildroot/%_libdir"/*.la
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %post   -n libgtpnl0 -p /sbin/ldconfig
 %postun -n libgtpnl0 -p /sbin/ldconfig
 
 %files -n libgtpnl0
-%defattr(-,root,root)
 %_libdir/libgtpnl.so.0*
 
 %files devel
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %_includedir/libgtpnl/
 %_libdir/libgtpnl.so
 %_libdir/pkgconfig/*.pc

++++++ _service ++++++
--- /var/tmp/diff_new_pack.hG6oMO/_old  2020-09-17 14:45:29.543604151 +0200
+++ /var/tmp/diff_new_pack.hG6oMO/_new  2020-09-17 14:45:29.543604151 +0200
@@ -1,7 +1,7 @@
 <services>
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
-               <param name="url">git://git.osmocom.org/libgtpnl</param>
+               <param name="url">https://git.osmocom.org/libgtpnl</param>
                <param name="revision">1.2.1</param>
                <param name="versionformat">1.2.1</param>
        </service>


Reply via email to