From ff2000be268ec7745f949e2b118989d8e6f3e60d99325e939549a10692d15fe3 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 15 Feb 2013 17:44:52 +0000 Subject: [PATCH] Accepting request 155481 from GNOME:Apps Fix build of gimp-help on all platforms... Nobody knows why gimpmode would even be needed... (forwarded request 151527 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/155481 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp-help?expand=0&rev=24 --- gimp-help.changes | 8 ++++++++ gimp-help.spec | 4 +--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gimp-help.changes b/gimp-help.changes index b29e6c4..758a34f 100644 --- a/gimp-help.changes +++ b/gimp-help.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 5 19:06:55 UTC 2013 - dimstar@opensuse.org + +- Pass XML2POFLAGS= to make: do not use the special 'gimpmode' for + xml2po. +- No longer unset MALLOC_CHECK_ and MALLOC_PERTURB_, as not using + gimpmode does not expose the crash. + ------------------------------------------------------------------- Sat Jan 12 14:40:37 UTC 2013 - dimstar@opensuse.org diff --git a/gimp-help.spec b/gimp-help.spec index e71282b..a8196bf 100644 --- a/gimp-help.spec +++ b/gimp-help.spec @@ -290,10 +290,8 @@ This package provides Chinese data for gimp-help. %patch0 -p1 %build -unset MALLOC_CHECK_ -unset MALLOC_PERTURB_ %configure -make +make XML2POFLAGS= # unify the permissions of images, to make fdupes working again (bnc#784670) find images/ -type f -exec chmod 0644 {} +