Hello community, here is the log from the commit of package libsigc++3 for openSUSE:Factory checked in at 2020-11-29 12:22:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsigc++3 (Old) and /work/SRC/openSUSE:Factory/.libsigc++3.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsigc++3" Sun Nov 29 12:22:53 2020 rev:17 rq:851049 version:3.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libsigc++3/libsigc++3.changes 2020-03-30 22:51:19.619770524 +0200 +++ /work/SRC/openSUSE:Factory/.libsigc++3.new.5913/libsigc++3.changes 2020-11-29 12:22:59.545672299 +0100 @@ -1,0 +2,15 @@ +Mon Nov 23 17:48:01 UTC 2020 - [email protected] + +- Update to version 3.0.4: + + Build: + - Meson build: Set default value of the 'warnings' option to + 'min'. + - NMake Makefiles: Several improvements + - Update for Doxygen >= 1.8.16 + + Updated documentation. +- Switch to meson build system: + + Add meson BuildRequires. + + Replace configure/make/make_install macros with their meson + counterparts. + +------------------------------------------------------------------- Old: ---- libsigc++-3.0.3.tar.xz New: ---- libsigc++-3.0.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsigc++3.spec ++++++ --- /var/tmp/diff_new_pack.TmeNG1/_old 2020-11-29 12:23:03.005675799 +0100 +++ /var/tmp/diff_new_pack.TmeNG1/_new 2020-11-29 12:23:03.005675799 +0100 @@ -18,7 +18,7 @@ %define _name libsigc++ Name: libsigc++3 -Version: 3.0.3 +Version: 3.0.4 Release: 0 Summary: Typesafe Signal Framework for C++ License: LGPL-3.0-or-later @@ -28,6 +28,7 @@ Source99: baselibs.conf BuildRequires: gcc-c++ +BuildRequires: meson BuildRequires: mm-common >= 0.9.12 BuildRequires: pkgconfig @@ -71,16 +72,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 %{?_smp_mflags} check +%meson_test unset MALLOC_CHECK_ MALLOC_PERTURB_ %post -n libsigc-3_0-0 -p /sbin/ldconfig @@ -93,14 +93,9 @@ %files devel %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 -# Avoid BuildRequires on devhelp -%dir %{_datadir}/devhelp -%dir %{_datadir}/devhelp/books %changelog ++++++ libsigc++-3.0.3.tar.xz -> libsigc++-3.0.4.tar.xz ++++++ ++++ 119623 lines of diff (skipped) _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
