Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libsmi for openSUSE:Factory checked 
in at 2022-01-20 00:11:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsmi (Old)
 and      /work/SRC/openSUSE:Factory/.libsmi.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsmi"

Thu Jan 20 00:11:54 2022 rev:25 rq:946809 version:0.4.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsmi/libsmi.changes    2015-03-03 
11:12:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libsmi.new.1892/libsmi.changes  2022-01-20 
00:12:08.546569854 +0100
@@ -1,0 +2,5 @@
+Tue Jan  4 21:45:50 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- spec file cleanup 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libsmi.spec ++++++
--- /var/tmp/diff_new_pack.FaxjqN/_old  2022-01-20 00:12:10.594571508 +0100
+++ /var/tmp/diff_new_pack.FaxjqN/_new  2022-01-20 00:12:10.598571512 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsmi
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           libsmi
 Version:        0.4.8
 Release:        0
-Url:            http://www.ibr.cs.tu-bs.de/projects/libsmi
 Summary:        A Library to Access SMI MIB Information
 License:        MIT
 Group:          System/Libraries
+URL:            https://www.ibr.cs.tu-bs.de/projects/libsmi
 Source:         
https://www.ibr.cs.tu-bs.de/projects/%{name}/download/%{name}-%{version}.tar.gz
 Patch0:         libsmi-0.4.8-parser.patch
 Patch1:         libsmi-0.4.8-gnu-source.patch
@@ -30,11 +30,10 @@
 Patch3:         libsmi-flex.patch
 Patch4:         libsmi-bison-3.0.patch
 Patch5:         libsmi-exports.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 
 %description
 The purpose of libsmi is to
@@ -93,33 +92,30 @@
               --enable-sming \
               --with-mibdir=%{_datadir}/mibs
 # Parallel build disabled
-make #%{?_smp_mflags}
+%make_build #%{?_smp_mflags}
 
 %install
-make install DESTDIR=%buildroot
-rm -f %{buildroot}%{_libdir}/*.la
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-make check || cat test/test-suite.log && exit 0
+%make_build check || cat test/test-suite.log && exit 0
 
 %post -n libsmi2 -p /sbin/ldconfig
-
 %postun -n libsmi2 -p /sbin/ldconfig
 
 %files
-%defattr(-, root, root)
-%doc ANNOUNCE COPYING ChangeLog README THANKS TODO doc/*.txt
-%doc %{_mandir}/man?/*
+%license COPYING
+%doc ANNOUNCE ChangeLog README THANKS TODO doc/*.txt
+%{_mandir}/man?/*
 %{_bindir}/*
 %{_datadir}/mibs
 %{_datadir}/pibs
 
 %files -n libsmi2
-%defattr(-, root, root)
 %{_libdir}/libsmi.so.*
 
 %files devel
-%defattr(-, root, root)
 %{_includedir}/*
 %{_libdir}/libsmi.so
 %{_libdir}/pkgconfig/libsmi.pc

Reply via email to