rpms/man-pages-ja/devel man-pages-ja-432668-iptables.8.patch, NONE, 1.1 man-pages-ja-433692-printf.1.patch, NONE, 1.1 man-pages-ja.spec, 1.63, 1.64

Akira TAGOH (tagoh) fedora-extras-commits at redhat.com
Wed Apr 30 07:46:06 UTC 2008


Author: tagoh

Update of /cvs/pkgs/rpms/man-pages-ja/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4616

Modified Files:
	man-pages-ja.spec 
Added Files:
	man-pages-ja-432668-iptables.8.patch 
	man-pages-ja-433692-printf.1.patch 
Log Message:
* Wed Apr 30 2008 Akira TAGOH <tagoh at redhat.com> - 20080415-2
- correct the description of --dscp option in iptables(8).
- correct the description of the syntax for octadecimal and hexadecimal
  in printf(1).

man-pages-ja-432668-iptables.8.patch:

--- NEW FILE man-pages-ja-432668-iptables.8.patch ---
--- man-pages-ja-20060815/manual/iptables/man8/iptables.8.original	2008-04-28 18:44:41.000000000 +0900
+++ man-pages-ja-20060815/manual/iptables/man8/iptables.8	2008-04-28 18:48:32.000000000 +0900
@@ -489,7 +489,7 @@
 IETF ¤Ç¤Ï DSCP ¤¬ TOS ¤Ë¼è¤Ã¤ÆÂå¤ï¤Ã¤¿¡£
 .TP
 .BI "--dscp " "value"
-(10 ¿Ê¤Þ¤¿¤Ï 16 ¿Ê¤Î) ¿ôÃÍ [0\-32] ¤Ë¥Þ¥Ã¥Á¤¹¤ë¡£
+(10 ¿Ê¤Þ¤¿¤Ï 16 ¿Ê¤Î) ¿ôÃÍ [0\-63] ¤Ë¥Þ¥Ã¥Á¤¹¤ë¡£
 .TP
 .BI "--dscp-class " "\fIDiffServ Class\fP"
 DiffServ ¥¯¥é¥¹¤Ë¥Þ¥Ã¥Á¤¹¤ë¡£

man-pages-ja-433692-printf.1.patch:

--- NEW FILE man-pages-ja-433692-printf.1.patch ---
diff -ruN man-pages-ja-20060815.orig/manual/gnumaniak/man1/printf.1 man-pages-ja-20060815/manual/gnumaniak/man1/printf.1
--- man-pages-ja-20060815.orig/manual/gnumaniak/man1/printf.1	2006-08-15 00:07:20.000000000 +0900
+++ man-pages-ja-20060815/manual/gnumaniak/man1/printf.1	2008-04-30 13:21:35.000000000 +0900
@@ -41,10 +41,10 @@
 .P
 .B printf
 ¤Ïɽ¼¨¤¹¤ëʸ»ú¤ÎÈÖ¹æ¤ò»ØÄꤹ¤ë¤¿¤á¤Ë¡¢°Ê²¼¤Î¥¨¥¹¥±¡¼¥×¤òǧ¼±¤¹¤ë¡£
-.IP \e0ooo
-8 ¿Ê¿ô (`ooo' ¤ÎÉôʬ¤Ï 0 ·å¤«¤é 3 ·å¤Þ¤Ç)
-.IP \exhhh
-16 ¿Ê¿ô (`hhh' ¤ÎÉôʬ¤Ï 1 ·å¤«¤é 3 ·å¤Þ¤Ç)
+.IP \eooo
+8 ¿Ê¿ô (`ooo' ¤ÎÉôʬ¤Ï 1 ·å¤«¤é 3 ·å¤Þ¤Ç)
+.IP \exhh
+16 ¿Ê¿ô (`hh' ¤ÎÉôʬ¤Ï 1 ·å¤«¤é 2 ·å¤Þ¤Ç)
 .IP \euNNNN 
 Unicode 16 ¥Ó¥Ã¥È¥³¡¼¥É
 .IP \eUNNNNNNNN


Index: man-pages-ja.spec
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages-ja/devel/man-pages-ja.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- man-pages-ja.spec	28 Apr 2008 10:11:13 -0000	1.63
+++ man-pages-ja.spec	30 Apr 2008 07:45:22 -0000	1.64
@@ -2,7 +2,7 @@
 
 Name: man-pages-ja
 Version: 20080415
-Release: 1%{?dist}
+Release: 2%{?dist}
 # Actual license for each Japanese manpages is the same to the original English manpages' license.
 License: Freely redistributable without restriction
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -23,6 +23,8 @@
 Patch14: man-pages-ja-timestamp.patch
 Patch15: man-pages-ja-358081-sysctl-warn.patch
 Patch16: man-pages-ja-20080415-connect.2.patch
+Patch17: man-pages-ja-432668-iptables.8.patch
+Patch18: man-pages-ja-433692-printf.1.patch
 
 Summary: Japanese man (manual) pages from the Japanese Manual Project
 Group: Documentation
@@ -45,6 +47,8 @@
 %patch14 -p1 -b .timestamp
 %patch15 -p1 -b .sysctl
 %patch16 -p1 -b .connect
+%patch17 -p1 -b .iptables
+%patch18 -p1 -b .printf
 
 %build
 perl %{SOURCE1} '$DESTDIR' | make
@@ -117,6 +121,11 @@
 
 
 %changelog
+* Wed Apr 30 2008 Akira TAGOH <tagoh at redhat.com> - 20080415-2
+- correct the description of --dscp option in iptables(8).
+- correct the description of the syntax for octadecimal and hexadecimal
+  in printf(1).
+
 * Mon Apr 28 2008 Akira TAGOH <tagoh at redhat.com> - 20080415-1
 - updates to 20080415.
 - correct the description of the error section in connect(2).




More information about the fedora-extras-commits mailing list