version 2.8.2
update source URL
This commit is contained in:
parent
ca4080c4ca
commit
ff30f9b7cf
4 changed files with 9 additions and 53 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@ gimp-help-2.4.2.tar.bz2
|
||||||
/gimp-help-2.8.0-missing-po-files.patch
|
/gimp-help-2.8.0-missing-po-files.patch
|
||||||
/gimp-help-2.8.0-missing-po-files.patch.xz
|
/gimp-help-2.8.0-missing-po-files.patch.xz
|
||||||
/gimp-help-2.8.1.tar.bz2
|
/gimp-help-2.8.1.tar.bz2
|
||||||
|
/gimp-help-2.8.2.tar.bz2
|
||||||
|
|
|
||||||
|
|
@ -1,46 +0,0 @@
|
||||||
From d465970683e849de537f34edbd83751aa9e5d02b Mon Sep 17 00:00:00 2001
|
|
||||||
From: Nils Philippsen <nils@redhat.com>
|
|
||||||
Date: Wed, 8 Jan 2014 14:45:18 +0100
|
|
||||||
Subject: [PATCH] fix translation that makes xml2po.py/libxml2 crash
|
|
||||||
|
|
||||||
The string is used in an xreflabel and the (obsolete) XML tags contained
|
|
||||||
in the translated string seem to make libxml2 trip at some point.
|
|
||||||
---
|
|
||||||
po/de/menus/view.po | 8 +++-----
|
|
||||||
1 file changed, 3 insertions(+), 5 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/po/de/menus/view.po b/po/de/menus/view.po
|
|
||||||
index fc1b050..12f0fac 100644
|
|
||||||
--- a/po/de/menus/view.po
|
|
||||||
+++ b/po/de/menus/view.po
|
|
||||||
@@ -6,15 +6,14 @@ msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: GIMP-manual\n"
|
|
||||||
"POT-Creation-Date: 2012-12-18 17:18+0000\n"
|
|
||||||
-"PO-Revision-Date: 2012-12-26 17:04+0100\n"
|
|
||||||
-"Last-Translator: Christian Kirbach <christian.kirbach@gmail.com>\n"
|
|
||||||
+"PO-Revision-Date: 2014-01-08 14:44+0100\n"
|
|
||||||
+"Last-Translator: Nils Philippsen <nils@redhat.com>\n"
|
|
||||||
"Language-Team: German <gnome-de@gnome.org>\n"
|
|
||||||
"Language: de\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
||||||
-"X-Generator: Virtaal 0.7.1\n"
|
|
||||||
|
|
||||||
#. When image changes, this message will be marked fuzzy or untranslated for you.
|
|
||||||
#. It doesn't matter what you translate it to: it's not used at all.
|
|
||||||
@@ -174,8 +173,7 @@ msgstr ""
|
|
||||||
#: src/menus/view/zoom.xml:130(anchor:xreflabel)
|
|
||||||
msgid "Fit Image in Window"
|
|
||||||
msgstr ""
|
|
||||||
-"Bild in Fenster einpassen (<keycombo><keycap>Umschalt</keycap><keycap>Strg</"
|
|
||||||
-"keycap><keycap>E</keycap></keycombo>)"
|
|
||||||
+"Bild in Fenster einpassen"
|
|
||||||
|
|
||||||
#: src/menus/view/zoom.xml:131(para)
|
|
||||||
msgid ""
|
|
||||||
--
|
|
||||||
1.8.4.2
|
|
||||||
|
|
||||||
|
|
@ -4,14 +4,12 @@
|
||||||
|
|
||||||
Summary: Help files for GIMP
|
Summary: Help files for GIMP
|
||||||
Name: gimp-help
|
Name: gimp-help
|
||||||
Version: 2.8.1
|
Version: 2.8.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GFDL and GPLv2+
|
License: GFDL and GPLv2+
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
URL: http://wiki.gimp.org/gimp/GimpDocs
|
URL: http://wiki.gimp.org/gimp/GimpDocs
|
||||||
Source0: ftp://ftp.gimp.org/pub/gimp/help/gimp-help-%{version}.tar.bz2
|
Source0: http://download.gimp.org/pub/gimp/help/gimp-help-%{version}.tar.bz2
|
||||||
# Upstream commit d465970683e849de537f34edbd83751aa9e5d02b
|
|
||||||
Patch0: gimp-help-2.8.1-xml2po-crash.patch
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%__id_u -n)-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%__id_u -n)-root
|
||||||
BuildRequires: dblatex
|
BuildRequires: dblatex
|
||||||
|
|
@ -183,7 +181,6 @@ Simplified Chinese language support for gimp-help.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .xml2po-crash
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
|
@ -233,6 +230,10 @@ rm -rf %buildroot
|
||||||
# END: LANGUAGE FILE LISTS
|
# END: LANGUAGE FILE LISTS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 05 2014 Nils Philippsen <nils@redhat.com> - 2.8.2-1
|
||||||
|
- version 2.8.2
|
||||||
|
- update source URL
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-2
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
7f48c64bcadab9611ce8d3d89d990bb4 gimp-help-2.8.1.tar.bz2
|
a591c8974b2f4f584d0a769d52ed6c5b gimp-help-2.8.2.tar.bz2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue