From 4eef9dae2fa5217db738c804613f228b7fa82d5ca4f1957a45b2d43435feecbe Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 2 May 2014 11:56:15 +0000 Subject: [PATCH] Accepting request 232263 from GNOME:Apps - Don't strip '-g' from RPM_OPT_FLAGS on arm. OBS-URL: https://build.opensuse.org/request/show/232263 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=71 --- inkscape.changes | 5 +++++ inkscape.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/inkscape.changes b/inkscape.changes index 2a81884..2c8a476 100644 --- a/inkscape.changes +++ b/inkscape.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 28 09:11:03 UTC 2014 - schwab@linux-m68k.org + +- Don't strip '-g' from RPM_OPT_FLAGS on arm. + ------------------------------------------------------------------- Wed Dec 11 18:18:09 UTC 2013 - hrvoje.senjan@gmail.com diff --git a/inkscape.spec b/inkscape.spec index 6701448..608fff1 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -1,7 +1,7 @@ # # spec file for package inkscape # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -168,7 +168,6 @@ Inkscape is a vector illustration program for the GNOME desktop. %build RPM_OPT_FLAGS="%{optflags}" %ifarch %arm -RPM_OPT_FLAGS="${RPM_OPT_FLAGS/-g/}" export LDFLAGS+="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads" %endif export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"