Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libnbcompat for openSUSE:Factory 
checked in at 2021-11-04 16:09:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libnbcompat (Old)
 and      /work/SRC/openSUSE:Factory/.libnbcompat.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libnbcompat"

Thu Nov  4 16:09:44 2021 rev:2 rq:929066 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libnbcompat/libnbcompat.changes  2020-09-27 
11:48:40.395972133 +0200
+++ /work/SRC/openSUSE:Factory/.libnbcompat.new.1890/libnbcompat.changes        
2021-11-04 16:10:34.225081905 +0100
@@ -1,0 +2,5 @@
+Wed Oct 27 16:15:28 UTC 2021 - Archie Cobbs <[email protected]>
+
+- Run spec-cleaner on spec file
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libnbcompat.spec ++++++
--- /var/tmp/diff_new_pack.ZpBvPY/_old  2021-11-04 16:10:34.633082143 +0100
+++ /var/tmp/diff_new_pack.ZpBvPY/_new  2021-11-04 16:10:34.633082143 +0100
@@ -1,8 +1,7 @@
 #
 # spec file for package libnbcompat
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright 2020 Archie L. Cobbs <[email protected]>
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +15,17 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 # the "0" below is the shared library "current" number (see Autobook, section 
11.4)
 %define libname     libnbcompat0
-
 Name:           libnbcompat
 Version:        1.0.1
 Release:        0
 Summary:        NetBSD compatibility library 
 License:        BSD-4-Clause
 Group:          Development/Libraries/C and C++
-Url:            https://github.com/archiecobbs/%{name}
+URL:            https://github.com/archiecobbs/%{name}
 Source:         
https://github.com/archiecobbs/%{name}/archive/%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc
@@ -62,11 +60,11 @@
 %build
 autoreconf -vfi -I .
 %configure --disable-static LIBDIR='%{_libdir}'
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
-find %{buildroot} -type f -name '*.la' -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig

Reply via email to