rpms/man-pages/devel man-pages-3.23-printf.patch, NONE, 1.1 man-pages.spec, 1.128, 1.129

Ivana Varekova varekova at fedoraproject.org
Mon Feb 22 13:22:33 UTC 2010


Author: varekova

Update of /cvs/pkgs/rpms/man-pages/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25829

Modified Files:
	man-pages.spec 
Added Files:
	man-pages-3.23-printf.patch 
Log Message:
- Resolves: #564528
  Man page and "info" information on snprintf incomplete


man-pages-3.23-printf.patch:
 printf.3 |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE man-pages-3.23-printf.patch ---
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 (),


Index: man-pages.spec
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages/devel/man-pages.spec,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -p -r1.128 -r1.129
--- man-pages.spec	27 Jan 2010 14:10:11 -0000	1.128
+++ man-pages.spec	22 Feb 2010 13:22:33 -0000	1.129
@@ -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}-%
 %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 <varekova at redhat.com> - 3.23-7
+- Resolves: #564528
+  Man page and "info" information on snprintf incomplete
+
 * Wed Jan 27 2010 Ivana Hutarova Varekova <varekova at redhat.com> - 3.23-6
 - Resolves: #556199
   update iconv.1 man page



More information about the scm-commits mailing list