SHA256
1
0
forked from pool/gimp-help

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
This commit is contained in:
Stephan Kulow 2013-02-15 17:44:52 +00:00 committed by Git OBS Bridge
parent 93b66dc131
commit ff2000be26
2 changed files with 9 additions and 3 deletions

View File

@ -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 Sat Jan 12 14:40:37 UTC 2013 - dimstar@opensuse.org

View File

@ -290,10 +290,8 @@ This package provides Chinese data for gimp-help.
%patch0 -p1 %patch0 -p1
%build %build
unset MALLOC_CHECK_
unset MALLOC_PERTURB_
%configure %configure
make make XML2POFLAGS=
# unify the permissions of images, to make fdupes working again (bnc#784670) # unify the permissions of images, to make fdupes working again (bnc#784670)
find images/ -type f -exec chmod 0644 {} + find images/ -type f -exec chmod 0644 {} +