SHA256
1
0
forked from pool/quilt

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
This commit is contained in:
Dirk Mueller 2017-07-24 18:52:50 +00:00 committed by Git OBS Bridge
parent 978fafa3c0
commit eed9b23897
3 changed files with 19 additions and 1 deletions

11
quilt-translations.patch Normal file
View File

@ -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"

View File

@ -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 Mon May 29 11:24:01 UTC 2017 - jdelvare@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package quilt # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -43,6 +43,7 @@ Patch2: quilt-support-vimdiff.patch
Patch3: patch-wrapper-rpm.diff Patch3: patch-wrapper-rpm.diff
Patch4: suse-workaround-pseudo-release.patch Patch4: suse-workaround-pseudo-release.patch
Patch5: mail-fix-patch-set-threading.patch Patch5: mail-fix-patch-set-threading.patch
Patch6: quilt-translations.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%if 0%{?suse_version} %if 0%{?suse_version}
@ -66,6 +67,7 @@ un-applied, refreshed, and more.
%patch3 -p1 %patch3 -p1
%patch4 -p1 %patch4 -p1
%patch5 -p1 %patch5 -p1
%patch6 -p1
%build %build
# --with-rpmbuild=/usr/lib/rpm/rpmb: # --with-rpmbuild=/usr/lib/rpm/rpmb: