rpms/man-pages/devel man-pages-2.63-iconv.patch, NONE, 1.1 man-pages.spec, 1.83, 1.84

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Tue Aug 7 12:44:57 UTC 2007


Author: varekova

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

Modified Files:
	man-pages.spec 
Added Files:
	man-pages-2.63-iconv.patch 
Log Message:
add iconv patch (245040)



man-pages-2.63-iconv.patch:

--- NEW FILE man-pages-2.63-iconv.patch ---
--- man-pages-2.63/man1/iconv.1.pom	2007-08-07 14:08:32.000000000 +0200
+++ man-pages-2.63/man1/iconv.1	2007-08-07 14:35:22.000000000 +0200
@@ -216,6 +216,16 @@ Specify output file (instead of stdout)
 \fB--verbose\fR
 .PP
 Print progress information.
+.SH "EXAMPLES"
+Following examples convert from code set ISO88592 "input.txt" to UTF8
+code set or ASCII and stores the result as "output.txt".
+\fB  
+iconv -f ISO88592 -t UTF8 < input.txt > output.txt
+.sp
+iconv -f ISO88592 -t ASCII//TRANSLIT < input.txt > output.txt
+\fp
+.fi
+
 .SH "AUTHOR"
 iconv is written by Ulrich Drepper as part of the GNU C Library.
 .PP


Index: man-pages.spec
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages/devel/man-pages.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- man-pages.spec	20 Jul 2007 12:07:57 -0000	1.83
+++ man-pages.spec	7 Aug 2007 12:44:24 -0000	1.84
@@ -1,7 +1,7 @@
 Summary: Man (manual) pages from the Linux Documentation Project
 Name: man-pages
 Version: 2.63
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: distributable
 Group: Documentation
 URL: http://www.kernel.org/pub/linux/docs/manpages/
@@ -32,6 +32,7 @@
 Patch46: man-pages-2.51-nscd-conf.patch
 Patch48: man-pages-2.51-sched_setaffinity.patch
 Patch49: man-pages-2.63-getent.patch
+Patch50: man-pages-2.63-iconv.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Autoreq: false
@@ -67,6 +68,7 @@
 %patch46 -p1 
 %patch48 -p1
 %patch49 -p1
+%patch50 -p1
 
 ### And now remove those we are not going to use:
 
@@ -177,6 +179,10 @@
 %lang(en) %{_mandir}/en/man*
 
 %changelog
+* Tue Aug  7 2007 Ivana Varekova <varekova at redhat.com> - 2.63-3
+- add iconv patch (245040)
+  thanks to Josef Kubin
+
 * Wed Jul 20 2007 Ivana Varekova <varekova at redhat.com> - 2.63-2
 - Resolves: #248655 
   add getent patch (thanks Ville Skyttä)




More information about the fedora-extras-commits mailing list