Hello community,

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

Package is "libsigc++3"

Sat Feb  3 15:42:30 2018 rev:10 rq:572088 version:2.99.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsigc++3/libsigc++3.changes    2017-08-16 
16:15:27.778650857 +0200
+++ /work/SRC/openSUSE:Factory/.libsigc++3.new/libsigc++3.changes       
2018-02-03 15:42:33.761202618 +0100
@@ -1,0 +2,9 @@
+Thu Jan 11 01:37:44 UTC 2018 - [email protected]
+
+- Update to version 2.99.10:
+  + slot_base::set_parent(): Create a dummy slot_rep if necessary
+    (bgo#167714).
+- Adopt the use of %make_build macro rather than raw make command,
+  following the best practices.
+
+-------------------------------------------------------------------

Old:
----
  libsigc++-2.99.9.tar.xz

New:
----
  libsigc++-2.99.10.tar.xz

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

Other differences:
------------------
++++++ libsigc++3.spec ++++++
--- /var/tmp/diff_new_pack.VrL3Zh/_old  2018-02-03 15:42:34.321176464 +0100
+++ /var/tmp/diff_new_pack.VrL3Zh/_new  2018-02-03 15:42:34.325176277 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsigc++3
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,10 @@
 #
 
 
-Name:           libsigc++3
 %define _name libsigc++
-Version:        2.99.9
+
+Name:           libsigc++3
+Version:        2.99.10
 Release:        0
 Summary:        Typesafe Signal Framework for C++
 License:        LGPL-3.0+
@@ -71,11 +72,11 @@
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
-rm -f %{buildroot}%{_libdir}/*.la
+find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
 
 %check
 export MALLOC_CHECK_=2 MALLOC_PERTURB_=$((${RANDOM:-256} % 256))
@@ -88,18 +89,19 @@
 
 %files -n libsigc-3_0-0
 %defattr (-, root, root)
-%doc COPYING
+%license COPYING
+%doc NEWS README
 %{_libdir}/libsigc-3.0.so.*
 
 %files devel
 %defattr (-, root, root)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog
+%doc %{_datadir}/doc/%{_name}-3.0
 %{_libdir}/libsigc-3.0.so
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/sigc++-3.0
 %{_includedir}/sigc++-3.0/
 %{_datadir}/devhelp/books/%{_name}-3.0
-%doc %{_datadir}/doc/%{_name}-3.0
 # Avoid BuildRequires on devhelp
 %dir %{_datadir}/devhelp
 %dir %{_datadir}/devhelp/books

++++++ libsigc++-2.99.9.tar.xz -> libsigc++-2.99.10.tar.xz ++++++
++++ 22117 lines of diff (skipped)


Reply via email to