diff --git a/man-pages-2.63-iconv.patch b/man-pages-2.63-iconv.patch new file mode 100644 index 0000000..6ef4a78 --- /dev/null +++ b/man-pages-2.63-iconv.patch @@ -0,0 +1,19 @@ +--- 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 diff --git a/man-pages.spec b/man-pages.spec index ec3ea2c..b144fd9 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -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 @@ Patch45: man-pages-2.48-passwd.patch 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 @@ done %patch46 -p1 %patch48 -p1 %patch49 -p1 +%patch50 -p1 ### And now remove those we are not going to use: @@ -177,6 +179,10 @@ rm -rf $RPM_BUILD_ROOT %lang(en) %{_mandir}/en/man* %changelog +* Tue Aug 7 2007 Ivana Varekova - 2.63-3 +- add iconv patch (245040) + thanks to Josef Kubin + * Wed Jul 20 2007 Ivana Varekova - 2.63-2 - Resolves: #248655 add getent patch (thanks Ville Skyttä)