From eed9b23897454fdc5e10b2254e8900342ee7e81da13c4b5deafbc8076d72bc58 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 24 Jul 2017 18:52:50 +0000 Subject: [PATCH] Accepting request 512286 from home:olh:branches:devel:tools:scm - Correct fold -R helptext in german locale with quilt-translations.patch OBS-URL: https://build.opensuse.org/request/show/512286 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=113 --- quilt-translations.patch | 11 +++++++++++ quilt.changes | 5 +++++ quilt.spec | 4 +++- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 quilt-translations.patch diff --git a/quilt-translations.patch b/quilt-translations.patch new file mode 100644 index 0000000..c7d52ed --- /dev/null +++ b/quilt-translations.patch @@ -0,0 +1,11 @@ +--- a/po/de.po ++++ b/po/de.po +@@ -433,7 +433,7 @@ msgstr "" + "im obersten Patch enthalten sind, dann wird der neue Patch mit der\n" + "angegebenen Anzahl an Strip-Ebenen angewandt (Standardwert = 1).\n" + "\n" +-"-r\tPatch verkehrt herum anwenden.\n" ++"-R\tPatch verkehrt herum anwenden.\n" + "\n" + "-q\tWenige Meldungen ausgeben.\n" + "\n" diff --git a/quilt.changes b/quilt.changes index 690e1c2..4c850bb 100644 --- a/quilt.changes +++ b/quilt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 21 17:11:23 UTC 2017 - olaf@aepfle.de + +- Correct fold -R helptext in german locale with quilt-translations.patch + ------------------------------------------------------------------- Mon May 29 11:24:01 UTC 2017 - jdelvare@suse.de diff --git a/quilt.spec b/quilt.spec index 364d89a..03d030d 100644 --- a/quilt.spec +++ b/quilt.spec @@ -1,7 +1,7 @@ # # spec file for package quilt # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -43,6 +43,7 @@ Patch2: quilt-support-vimdiff.patch Patch3: patch-wrapper-rpm.diff Patch4: suse-workaround-pseudo-release.patch Patch5: mail-fix-patch-set-threading.patch +Patch6: quilt-translations.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %if 0%{?suse_version} @@ -66,6 +67,7 @@ un-applied, refreshed, and more. %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 %build # --with-rpmbuild=/usr/lib/rpm/rpmb: