Hello community,

here is the log from the commit of package libsigc++2 for openSUSE:Factory 
checked in at 2020-11-19 11:56:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsigc++2 (Old)
 and      /work/SRC/openSUSE:Factory/.libsigc++2.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsigc++2"

Thu Nov 19 11:56:54 2020 rev:47 rq:847250 version:2.10.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsigc++2/libsigc++2.changes    2020-04-04 
12:17:33.387527800 +0200
+++ /work/SRC/openSUSE:Factory/.libsigc++2.new.5913/libsigc++2.changes  
2020-11-23 10:34:51.513648566 +0100
@@ -1,0 +2,16 @@
+Tue Oct  6 07:48:19 UTC 2020 - dims...@opensuse.org
+
+- Update to version 2.10.4:
+  + Build:
+    - Meson build: Set default value of the 'warnings' option to
+      'min'
+    - NMake Makefiles: Several improvements
+    -  docs/reference/: Update for Doxygen >= 1.8.16
+  + Updated documentation.
+- Switch to meson build system:
+  + Add meson, and remove m4 BuildRequires.
+  + Replace configure/make/make_install with
+    meson/meson_build/meson_install macros.
+  + No longer ship the htmldoc as part of the devel package.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libsigc++2.spec ++++++
--- /var/tmp/diff_new_pack.bVTwGf/_old  2020-11-23 10:34:51.937649031 +0100
+++ /var/tmp/diff_new_pack.bVTwGf/_new  2020-11-23 10:34:51.941649035 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsigc++2
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define _name libsigc++
 Name:           libsigc++2
-Version:        2.10.3
+Version:        2.10.4
 Release:        0
 Summary:        Typesafe Signal Framework for C++
 License:        LGPL-2.1-or-later
@@ -28,7 +28,7 @@
 Source99:       baselibs.conf
 
 BuildRequires:  gcc-c++
-BuildRequires:  m4
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 
 %description
@@ -71,16 +71,15 @@
 %setup -q -n %{_name}-%{version}
 
 %build
-%configure --disable-static
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+%meson_install
 
 %check
 export MALLOC_CHECK_=2 MALLOC_PERTURB_=$((${RANDOM:-256} % 256))
-%make_build check
+%meson_test
 unset MALLOC_CHECK_ MALLOC_PERTURB_
 
 %post -n libsigc-2_0-0 -p /sbin/ldconfig
@@ -96,10 +95,5 @@
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/sigc++-2.0
 %{_includedir}/sigc++-2.0/
-%{_datadir}/devhelp/books/%{_name}-2.0
-%doc %{_datadir}/doc/%{_name}-2.0
-# Avoid BuildRequires on devhelp
-%dir %{_datadir}/devhelp
-%dir %{_datadir}/devhelp/books
 
 %changelog

++++++ libsigc++-2.10.3.tar.xz -> libsigc++-2.10.4.tar.xz ++++++
++++ 379276 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to