Hello community,

here is the log from the commit of package libsigc++3 for openSUSE:Factory 
checked in at 2018-03-09 10:42:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsigc++3 (Old)
 and      /work/SRC/openSUSE:Factory/.libsigc++3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsigc++3"

Fri Mar  9 10:42:15 2018 rev:11 rq:582922 version:2.99.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsigc++3/libsigc++3.changes    2018-02-03 
15:42:33.761202618 +0100
+++ /work/SRC/openSUSE:Factory/.libsigc++3.new/libsigc++3.changes       
2018-03-09 10:42:19.083922893 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:36:25 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libsigc++3.spec ++++++
--- /var/tmp/diff_new_pack.6hIW13/_old  2018-03-09 10:42:20.207882414 +0100
+++ /var/tmp/diff_new_pack.6hIW13/_new  2018-03-09 10:42:20.211882271 +0100
@@ -17,19 +17,17 @@
 
 
 %define _name libsigc++
-
 Name:           libsigc++3
 Version:        2.99.10
 Release:        0
 Summary:        Typesafe Signal Framework for C++
-License:        LGPL-3.0+
+License:        LGPL-3.0-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://libsigc.sourceforge.net/
+URL:            http://libsigc.sourceforge.net/
 Source:         
http://download.gnome.org/sources/libsigc++/2.99/%{_name}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 This library implements a full callback system for use in widget
@@ -76,25 +74,22 @@
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
 export MALLOC_CHECK_=2 MALLOC_PERTURB_=$((${RANDOM:-256} % 256))
-make check
+make %{?_smp_mflags} check
 unset MALLOC_CHECK_ MALLOC_PERTURB_
 
 %post -n libsigc-3_0-0 -p /sbin/ldconfig
-
 %postun -n libsigc-3_0-0 -p /sbin/ldconfig
 
 %files -n libsigc-3_0-0
-%defattr (-, root, root)
 %license COPYING
 %doc NEWS README
 %{_libdir}/libsigc-3.0.so.*
 
 %files devel
-%defattr (-, root, root)
 %doc AUTHORS ChangeLog
 %doc %{_datadir}/doc/%{_name}-3.0
 %{_libdir}/libsigc-3.0.so


Reply via email to