From 5e863f764758d03ceb4250af4776af33be47129b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 23 Jul 2015 14:20:52 -0700 Subject: [PATCH] --disable-strict-build (gtkmm uses a deprecated glibmm symbol) See https://lists.fedoraproject.org/pipermail/devel/2015-July/212652.html and https://bugzilla.gnome.org/show_bug.cgi?id=752797 --- inkscape.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/inkscape.spec b/inkscape.spec index da4f1ea..81a51df 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -100,13 +100,18 @@ find share/extensions -name '*.py' | xargs chmod -x dos2unix -k -q share/extensions/*.py %build +# --disable-strict-build is needed due to gtkmm using a deprecated glibmm +# method: https://lists.fedoraproject.org/pipermail/devel/2015-July/212652.html +# If upstream gtkmm fixes https://bugzilla.gnome.org/show_bug.cgi?id=752797 +# this can be removed. %configure \ --with-python \ --with-perl \ --with-gnome-vfs \ --with-xft \ --enable-lcms2 \ - --enable-poppler-cairo + --enable-poppler-cairo \ + --disable-strict-build make %{?_smp_mflags} V=1 @@ -233,7 +238,10 @@ fi %changelog -* Wed Jul 22 2015 David Tardon - 0.91-11 +* Thu Jul 23 2015 Adam Williamson - 0.91-11 +- --disable-strict-build (as gtkmm currently uses a deprecated glibmm symbol) + +* Wed Jul 22 2015 David Tardon - rebuild for Boost 1.58 * Wed Jul 22 2015 Marek Kasik - 0.91-10