From 98e8ad284f3e981cd34bbd53d87cbb0042e00dfff64f28538d99aa78f969e356 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 27 Oct 2009 15:26:01 +0000 Subject: [PATCH] Accepting request 23180 from GNOME:Factory Copy from GNOME:Factory/gimp based on submit request 23180 from user sbrabec OBS-URL: https://build.opensuse.org/request/show/23180 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp?expand=0&rev=37 --- gimp.changes | 5 +++++ gimp.spec | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/gimp.changes b/gimp.changes index 19d9dfe..ee7dba2 100644 --- a/gimp.changes +++ b/gimp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 26 16:51:28 CET 2009 - sbrabec@suse.cz + +- Added support for translation-update-upstream (FATE#301344). + ------------------------------------------------------------------- Fri Sep 4 15:07:54 CEST 2009 - vuntz@novell.com diff --git a/gimp.spec b/gimp.spec index 1c54257..7bce51a 100644 --- a/gimp.spec +++ b/gimp.spec @@ -43,11 +43,12 @@ BuildRequires: libwebkit-devel BuildRequires: libwmf-devel BuildRequires: pango-devel BuildRequires: python-gtk-devel +BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: xorg-x11-libXfixes-devel Url: http://www.gimp.org/ Version: 2.6.7 -Release: 3 +Release: 4 License: GPL v2 or later Group: Productivity/Graphics/Bitmap Editors Suggests: AdobeICCProfiles @@ -167,6 +168,12 @@ This package contains the help browser for the GIMP. %lang_package %prep %setup -q +translation-update-upstream +translation-update-upstream po-libgimp gimp20-libgimp +translation-update-upstream po-python gimp20-python +translation-update-upstream po-script-fu gimp20-script-fu +translation-update-upstream po-plug-ins gimp20-std-plug-ins +translation-update-upstream po-tips gimp20-tips # Safety check for ABI version change. vabi=`printf "%d" $(sed -n '/#define GIMP_MODULE_ABI_VERSION/{s/.* //;p}' libgimpmodule/gimpmodule.h)` if test "x${vabi}" != "x%{abiver}"; then