From 465b83b3e0617a90afc7db5fa958ae221629e72faca44e237423c94bba08d0d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Sun, 19 Jun 2016 11:33:03 +0000 Subject: [PATCH] Accepting request 402808 from home:Zaitor:branches:GNOME:Factory Trying again OBS-URL: https://build.opensuse.org/request/show/402808 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++2?expand=0&rev=45 --- libsigc++2.changes | 6 ++++++ libsigc++2.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libsigc++2.changes b/libsigc++2.changes index dde83f2..a32f17b 100644 --- a/libsigc++2.changes +++ b/libsigc++2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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. + ------------------------------------------------------------------- Wed Mar 16 12:59:06 UTC 2016 - dimstar@opensuse.org diff --git a/libsigc++2.spec b/libsigc++2.spec index 80bc3d8..25da6f1 100644 --- a/libsigc++2.spec +++ b/libsigc++2.spec @@ -70,11 +70,11 @@ of use unmatched by other C++ callback libraries. %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}