Hello community, here is the log from the commit of package libsigc++2 for openSUSE:Factory checked in at 2016-06-29 15:02:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsigc++2 (Old) and /work/SRC/openSUSE:Factory/.libsigc++2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libsigc++2" Changes: -------- --- /work/SRC/openSUSE:Factory/libsigc++2/libsigc++2.changes 2016-03-29 14:30:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libsigc++2.new/libsigc++2.changes 2016-06-29 15:02:27.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Jun 16 19:19:09 UTC 2016 - zaitor@opensuse.org + +- No longer apply libsigc++-std-c11.patch for Tumbleweed, not + needed anymore since GCC 6. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsigc++2.spec ++++++ --- /var/tmp/diff_new_pack.TKtDCg/_old 2016-06-29 15:02:28.000000000 +0200 +++ /var/tmp/diff_new_pack.TKtDCg/_new 2016-06-29 15:02:28.000000000 +0200 @@ -70,11 +70,11 @@ %prep %setup -q -n %{_name}-%{version} +if [ $(gcc -dumpversion | awk -F. '{print $1}') -lt 6 ]; then %patch0 -p1 +fi %build -# FIXME: Cannot autoreconf, bad templates: -#ACLOCAL="aclocal -I scripts" autoreconf -f -i %configure --disable-static --with-pic make %{?_smp_mflags}