[man-pages] - resolves: #652870 fix strtol man-page

Ivana Varekova varekova at fedoraproject.org
Tue Jan 25 14:32:04 UTC 2011


commit 382cc5905224aab2c5adf12fa0743c9898130fb2
Author: Ivana Hutarova Varekova <varekova at redhat.com>
Date:   Tue Jan 25 16:33:19 2011 +0100

    - resolves: #652870
      fix strtol man-page

 man-pages-3.32-strtol.patch |   13 +++++++++++++
 man-pages.spec              |    9 ++++++++-
 2 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/man-pages-3.32-strtol.patch b/man-pages-3.32-strtol.patch
new file mode 100644
index 0000000..f05f132
--- /dev/null
+++ b/man-pages-3.32-strtol.patch
@@ -0,0 +1,13 @@
+diff -up man-pages-3.32/man3/strtol.3.pom man-pages-3.32/man3/strtol.3
+--- man-pages-3.32/man3/strtol.3.pom	2010-12-03 08:02:02.000000000 +0100
++++ man-pages-3.32/man3/strtol.3	2011-01-21 12:55:58.000000000 +0100
+@@ -158,9 +158,6 @@ and then determine if an error occurred 
+ .I errno
+ has a nonzero value after the call.
+ 
+-In locales other than the "C" locale, other strings may also be accepted.
+-(For example, the thousands separator of the current locale may be
+-supported.)
+ .LP
+ BSD also has
+ .sp
diff --git a/man-pages.spec b/man-pages.spec
index 57a81b9..d7c35ef 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.32
-Release: 1%{?dist}
+Release: 3%{?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/
@@ -34,6 +34,8 @@ Patch72: man-pages-posix-2003-man.patch
 Patch73: man-pages-posix-2003-printf.patch
 #Resolves: #647269
 Patch75: man-pages-3.30-prctl.patch
+#Resolves: #652870
+Patch76: man-pages-3.32-strtol.patch
 #Resolves: #655961
 Conflicts: quota < 3.17-14
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -69,6 +71,7 @@ rmdir man-pages-posix-%{posix_version}-%{posix_release}
 %patch72 -p1
 %patch73 -p1
 %patch75 -p1
+%patch76 -p1
 
 ### And now remove those we are not going to use:
 
@@ -124,6 +127,10 @@ rm -rf $RPM_BUILD_ROOT
 %lang(en) %{_mandir}/en/man*/*
 
 %changelog
+* Tue Jan 25 2011 Ivana Hutarova Varekova <varekova at redhat.com> - 3.31-3
+- resolves: #652870
+  fix strtol man-page
+
 * Mon Jan  3 2011 Ivana Hutarova Varekova <varekova at redhat.com> - 3.31-2
 - update to 3.32
 


More information about the scm-commits mailing list