parent
43b375eff6
commit
382cc59052
13
man-pages-3.32-strtol.patch
Normal file
13
man-pages-3.32-strtol.patch
Normal file
@ -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
|
@ -4,7 +4,7 @@
|
|||||||
Summary: Man (manual) pages from the Linux Documentation Project
|
Summary: Man (manual) pages from the Linux Documentation Project
|
||||||
Name: man-pages
|
Name: man-pages
|
||||||
Version: 3.32
|
Version: 3.32
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE
|
License: GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
URL: http://www.kernel.org/pub/linux/docs/manpages/
|
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
|
Patch73: man-pages-posix-2003-printf.patch
|
||||||
#Resolves: #647269
|
#Resolves: #647269
|
||||||
Patch75: man-pages-3.30-prctl.patch
|
Patch75: man-pages-3.30-prctl.patch
|
||||||
|
#Resolves: #652870
|
||||||
|
Patch76: man-pages-3.32-strtol.patch
|
||||||
#Resolves: #655961
|
#Resolves: #655961
|
||||||
Conflicts: quota < 3.17-14
|
Conflicts: quota < 3.17-14
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -69,6 +71,7 @@ rmdir man-pages-posix-%{posix_version}-%{posix_release}
|
|||||||
%patch72 -p1
|
%patch72 -p1
|
||||||
%patch73 -p1
|
%patch73 -p1
|
||||||
%patch75 -p1
|
%patch75 -p1
|
||||||
|
%patch76 -p1
|
||||||
|
|
||||||
### And now remove those we are not going to use:
|
### And now remove those we are not going to use:
|
||||||
|
|
||||||
@ -124,6 +127,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%lang(en) %{_mandir}/en/man*/*
|
%lang(en) %{_mandir}/en/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 25 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 3.31-3
|
||||||
|
- resolves: #652870
|
||||||
|
fix strtol man-page
|
||||||
|
|
||||||
* Mon Jan 3 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 3.31-2
|
* Mon Jan 3 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 3.31-2
|
||||||
- update to 3.32
|
- update to 3.32
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user