From f36b143bf8d931014f2dea3573dc644192adf630 Mon Sep 17 00:00:00 2001 From: Jonathan Underwood Date: Mon, 15 Feb 2016 17:49:11 +0000 Subject: [PATCH] Fixup changelog to not expand macro --- inkscape.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inkscape.spec b/inkscape.spec index cd75fe9..2f22f3b 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -210,12 +210,12 @@ fi - Validate appdata file once installed - Add BuildRequires for libappstream-glib (provides appstream-util) - Remove commented out line in file list -- Re-add export CXXFLAGS="%{optflags} -std=c++11" to fix build +- Re-add export CXXFLAGS="%%{optflags} -std=c++11" to fix build * Mon Feb 15 2016 Jonathan Underwood - 0.91-22 - Drop --disable-strict-build since this is fixed: https://bugzilla.gnome.org/show_bug.cgi?id=752797 -- Drop export CXXFLAGS="%{optflags} -std=c++11" since that's now default +- Drop export CXXFLAGS="%%{optflags} -std=c++11" since that's now default * Mon Feb 15 2016 Jonathan Underwood - 0.91-21 - Remove BuildRequires for gnome-vfs2-devel