diff --git a/man-pages-3.23-printf.patch b/man-pages-3.23-printf.patch new file mode 100644 index 0000000..9347b07 --- /dev/null +++ b/man-pages-3.23-printf.patch @@ -0,0 +1,11 @@ +diff -up man-pages-3.23/man3/printf.3.pom man-pages-3.23/man3/printf.3 +--- man-pages-3.23/man3/printf.3.pom 2009-09-30 03:36:53.000000000 +0200 ++++ man-pages-3.23/man3/printf.3 2010-02-22 11:16:46.000000000 +0100 +@@ -103,6 +103,7 @@ write at most + bytes (including the trailing null byte (\(aq\e0\(aq)) to + .IR str . + .PP ++The trailing null byte won't be added to str, if the string is truncated. + The functions + .BR vprintf (), + .BR vfprintf (), diff --git a/man-pages.spec b/man-pages.spec index 06c9439..c3ee4e1 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -4,7 +4,7 @@ Summary: Man (manual) pages from the Linux Documentation Project Name: man-pages Version: 3.23 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE Group: Documentation URL: http://www.kernel.org/pub/linux/docs/manpages/ @@ -33,6 +33,7 @@ Patch58: man-pages-3.23-proc.patch Patch59: man-pages-3.23-ld.so.patch Patch60: man-pages-3.22-sched_setaffinity.patch Patch61: man-pages-3.23-iconv.patch +Patch62: man-pages-3.23-printf.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Autoreq: false @@ -64,6 +65,7 @@ rmdir man-pages-posix-%{posix_version}-%{posix_release} %patch59 -p1 %patch60 -p1 %patch61 -p1 +%patch62 -p1 ### And now remove those we are not going to use: @@ -134,6 +136,10 @@ rm -rf $RPM_BUILD_ROOT %lang(en) %{_mandir}/en/man* %changelog +* Mon Feb 22 2010 Ivana Hutarova Varekova - 3.23-7 +- Resolves: #564528 + Man page and "info" information on snprintf incomplete + * Wed Jan 27 2010 Ivana Hutarova Varekova - 3.23-6 - Resolves: #556199 update iconv.1 man page