Hello community, here is the log from the commit of package libsigc++2 for openSUSE:Factory checked in at 2019-09-11 10:18:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsigc++2 (Old) and /work/SRC/openSUSE:Factory/.libsigc++2.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsigc++2" Wed Sep 11 10:18:57 2019 rev:45 rq:729412 version:2.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libsigc++2/libsigc++2.changes 2019-08-19 20:57:19.380970719 +0200 +++ /work/SRC/openSUSE:Factory/.libsigc++2.new.7948/libsigc++2.changes 2019-09-11 10:19:01.667520930 +0200 @@ -1,0 +2,7 @@ +Sat Sep 7 17:58:29 UTC 2019 - Bjørn Lie <[email protected]> + +- Drop conditional libsigc++-std-c11.patch: No longer needed for + any currently supported version of openSUSE. +- Use make_build macro. + +------------------------------------------------------------------- Old: ---- libsigc++-std-c11.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsigc++2.spec ++++++ --- /var/tmp/diff_new_pack.QalF5E/_old 2019-09-11 10:19:02.255520857 +0200 +++ /var/tmp/diff_new_pack.QalF5E/_new 2019-09-11 10:19:02.255520857 +0200 @@ -24,10 +24,9 @@ License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: http://libsigc.sourceforge.net/ -Source: http://download.gnome.org/sources/libsigc++/2.10/%{_name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/libsigc++/2.10/%{_name}-%{version}.tar.xz Source99: baselibs.conf -# PATCH-FIX-OPENSUSE libsigc++-std-c11.patch [email protected] -- Add -std=c11 to CFLAGS when using libsigc++ to build. This is not upstreamable in this form as the used CXX macro should handle that, so needs more work (and entry points in mm-common) -Patch0: libsigc++-std-c11.patch + BuildRequires: gcc-c++ BuildRequires: m4 BuildRequires: pkgconfig @@ -70,13 +69,10 @@ %prep %setup -q -n %{_name}-%{version} -if [ $(gcc -dumpversion | awk -F. '{print $1}') -lt 6 ]; then -%patch0 -p1 -fi %build %configure --disable-static -make %{?_smp_mflags} +%make_build %install %make_install @@ -84,7 +80,7 @@ %check export MALLOC_CHECK_=2 MALLOC_PERTURB_=$((${RANDOM:-256} % 256)) -make %{?_smp_mflags} check +%make_build check unset MALLOC_CHECK_ MALLOC_PERTURB_ %post -n libsigc-2_0-0 -p /sbin/ldconfig
