- update to 2.64

- remove obsolete patch
This commit is contained in:
Ivana Varekova 2007-08-14 10:53:44 +00:00
parent eb63723369
commit e2daff60c7
4 changed files with 8 additions and 25 deletions

View File

@ -2,4 +2,4 @@ man-pages-extralocale.tar.bz2
man2.tar.gz
man2_sys2.1.tar.gz
man-suid-bins.tar.bz2
man-pages-2.63.tar.bz2
man-pages-2.64.tar.bz2

View File

@ -1,19 +0,0 @@
--- man-pages-2.43/man3/rand.3.pom 2007-02-15 09:53:56.000000000 +0100
+++ man-pages-2.43/man3/rand.3 2007-02-15 10:08:45.000000000 +0100
@@ -101,6 +101,16 @@
The versions of \fBrand\fP() and \fBsrand\fP() in the Linux C Library use
the same random number generator as \fBrandom\fP() and \fBsrandom\fP(), so
the lower-order bits should be as random as the higher-order bits.
+.PP
+Most modern
+.BR rand()
+functions, including the one provided on Linux systems,
+do not suffer from this problem, so using expressions like
+.RS
+rand() % 10
+.RE
+works fine.
+.PP
However, on older
.BR rand ()
implementations, and on current implementations on different systems,

View File

@ -1,7 +1,7 @@
Summary: Man (manual) pages from the Linux Documentation Project
Name: man-pages
Version: 2.63
Release: 3%{?dist}
Version: 2.64
Release: 1%{?dist}
License: distributable
Group: Documentation
URL: http://www.kernel.org/pub/linux/docs/manpages/
@ -26,7 +26,6 @@ Patch36: man-pages-2.63-unimplemented.patch
Patch37: man-pages-2.51-mmap.patch
Patch39: man-pages-2.63-tgkill.patch
Patch41: man-pages-2.43-rt_spm.patch
Patch43: man-pages-2.43-rand.patch
Patch44: man-pages-2.43-fadvise.patch
Patch45: man-pages-2.48-passwd.patch
Patch46: man-pages-2.51-nscd-conf.patch
@ -62,7 +61,6 @@ done
%patch37 -p1
%patch39 -p1
%patch41 -p1
%patch43 -p1
%patch44 -p1
%patch45 -p1
%patch46 -p1
@ -179,6 +177,10 @@ rm -rf $RPM_BUILD_ROOT
%lang(en) %{_mandir}/en/man*
%changelog
* Tue Aug 14 2007 Ivana Varekova <varekova@redhat.com> - 2.64-1
- update to 2.64
- remove obsolete patch
* Tue Aug 7 2007 Ivana Varekova <varekova@redhat.com> - 2.63-3
- add iconv patch (245040)
thanks to Josef Kubin

View File

@ -2,4 +2,4 @@
af09d031dcee66929510e078d00066f2 man2.tar.gz
fbc03fdbc665e24961d30dad3ed8596d man2_sys2.1.tar.gz
a9c6a14e5b34c18c3684a0b68322572f man-suid-bins.tar.bz2
aeddbf93dbb0aeac1c8ad950e80aad54 man-pages-2.63.tar.bz2
80683dd76cd4eb5aed36ac4401aef4d6 man-pages-2.64.tar.bz2