[yash/f16] Fix Patch0

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Sep 27 01:42:50 UTC 2012


commit 105e072afd9d2439cc44e01a79c5dbdba55335f0
Author: TASAKA Mamoru <mtasaka at localhost.localdomain>
Date:   Thu Sep 27 10:42:47 2012 +0900

    Fix Patch0

 yash-2.32.1-help-builtin-multichar.patch |    4 ++--
 yash.spec                                |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/yash-2.32.1-help-builtin-multichar.patch b/yash-2.32.1-help-builtin-multichar.patch
index 89dfd9b..a3895e5 100644
--- a/yash-2.32.1-help-builtin-multichar.patch
+++ b/yash-2.32.1-help-builtin-multichar.patch
@@ -8,8 +8,8 @@
  	    L"man yash | col -bx | sed -n '/%s/,/^[^[:blank:]]/p' | head -n -1",
 +#else
 +	    L"man --recode=utf8 yash "
-+	    "| groff -K utf8 -T utf8 -man -P -o -P -b -P -c -P -u - "
-+	    "| sed -n '/%s/,/^[^[:blank:]]/p' | head -n -1",
++	    L"| groff -K utf8 -T utf8 -man -P -o -P -b -P -c -P -u - "
++	    L"| sed -n '/%s/,/^[^[:blank:]]/p' | head -n -1",
 +#endif
  	    manpage_header_regex);
      exec_wcs(command, "help", false);
diff --git a/yash.spec b/yash.spec
index d9b4500..02b3241 100644
--- a/yash.spec
+++ b/yash.spec
@@ -8,7 +8,7 @@
 
 %global		yashdocdir		%{_datadir}/doc/%{name}-doc-%{version}
 
-%global		mainrel		2
+%global		mainrel		3
 %undefine		minorver
 
 Name:		yash
@@ -143,6 +143,9 @@ exit 0
 %lang(ja)	%{yashdocdir}/ja/
 
 %changelog
+* Thu Sep 27 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 2.32.2-3
+- Fix Patch0
+
 * Thu Sep 27 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 2.32.2-2
 - Make help built-in command work also on ja_JP locale
 


More information about the scm-commits mailing list