commit inkscape for openSUSE:Factory
Hello community, here is the log from the commit of package inkscape for openSUSE:Factory checked in at 2016-06-29 15:08:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/inkscape (Old) and /work/SRC/openSUSE:Factory/.inkscape.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "inkscape" Changes: -------- --- /work/SRC/openSUSE:Factory/inkscape/inkscape.changes 2016-03-29 14:49:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.inkscape.new/inkscape.changes 2016-06-29 15:09:00.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Jun 24 10:45:25 UTC 2016 - zaitor@opensuse.org + +- Export -std=c++11 in CXXFLAGS, needed now after removal of patch + in libsig++ forcing the flag previously. May be removed when + lp#1488079 is fixed. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ inkscape.spec ++++++ --- /var/tmp/diff_new_pack.DK6CNs/_old 2016-06-29 15:09:01.000000000 +0200 +++ /var/tmp/diff_new_pack.DK6CNs/_new 2016-06-29 15:09:01.000000000 +0200 @@ -172,7 +172,9 @@ export LDFLAGS+="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads" %endif export CFLAGS="%{optflags} -fno-strict-aliasing" -export CXXFLAGS="%{optflags} -fno-strict-aliasing" +# This (-std=c++11) is still needed with gcc6 until this is fixed: +# https://bugs.launchpad.net/inkscape/+bug/1488079 +export CXXFLAGS="%{optflags} -std=c++11 -fno-strict-aliasing" %configure\ --enable-lcms \
participants (1)
-
root@hilbert.suse.de