rpms/man-pages/devel man-pages-2.13-aio.patch, NONE, 1.1 .cvsignore, 1.16, 1.17 man-pages.spec, 1.31, 1.32 sources, 1.16, 1.17 man-pages-1.60-fopen.patch, 1.1, NONE man-pages-1.60-shmget.patch, 1.1, NONE man-pages-1.60-strftime.patch, 1.1, NONE man-pages-1.66-typos.patch, 1.1, NONE man-pages-1.67-aio.patch, 1.1, NONE man-pages-1.67-getrpcent.patch, 1.1, NONE man-pages-2.05-atanh.patch, 1.1, NONE man-pages-2.05-ldd.patch, 1.1, NONE man-pages-2.07-SO_RCVLOWAT.patch, 1.1, NONE man-pages-2.07-nsswitch.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 10 09:36:31 UTC 2005


Author: varekova

Update of /cvs/dist/rpms/man-pages/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9039

Modified Files:
	.cvsignore man-pages.spec sources 
Added Files:
	man-pages-2.13-aio.patch 
Removed Files:
	man-pages-1.60-fopen.patch man-pages-1.60-shmget.patch 
	man-pages-1.60-strftime.patch man-pages-1.66-typos.patch 
	man-pages-1.67-aio.patch man-pages-1.67-getrpcent.patch 
	man-pages-2.05-atanh.patch man-pages-2.05-ldd.patch 
	man-pages-2.07-SO_RCVLOWAT.patch man-pages-2.07-nsswitch.patch 
Log Message:
update to 2.13


man-pages-2.13-aio.patch:
 io_destroy.2 |    4 ++--
 io_setup.2   |   12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

--- NEW FILE man-pages-2.13-aio.patch ---
--- man-pages-2.13/man2/io_setup.2.aio	2005-10-19 08:54:38.000000000 +0200
+++ man-pages-2.13/man2/io_setup.2	2005-11-10 09:47:39.213699696 +0100
@@ -27,10 +27,10 @@
 .ad l
 .hy 0
 
-#include <linux/aio.h>
+#include <libaio.h>
 .sp
 .HP 15
-long\ \fBio_setup\fR\ (unsigned\ \fInr_events\fR, aio_context_t\ \fI*ctxp\fR);
+int\ \fBio_setup\fR\ (int\ \fImaxevents\fR, io_context_t\ \fI*ctxp\fR);
 .ad
 .hy
 
@@ -38,7 +38,7 @@
 
 .PP
 \fBio_setup\fR() creates an asynchronous I/O context capable of receiving 
-at least \fInr_events\fR. 
+at least \fImaxevents\fR. 
 \fIctxp\fR must not point to an AIO context that already exists, and must 
 be initialized to 0 prior to the call. 
 On successful creation of the AIO context, \fI*ctxp\fR is filled in 
@@ -54,8 +54,8 @@
 
 .TP
 EINVAL
-\fIctxp\fR is not initialized, or the specified \fInr_events\fR 
-exceeds internal limits. \fInr_events\fR should be greater than 0.
+\fIctxp\fR is not initialized, or the specified \fImaxevents\fR 
+exceeds internal limits. \fImaxevents\fR should be greater than 0.
 
 .TP
 EFAULT
@@ -67,7 +67,7 @@
 
 .TP
 EAGAIN
-The specified \fInr_events\fR exceeds the user's limit of available events.
+The specified \fImaxevents\fR exceeds the user's limit of available events.
 
 .TP
 ENOSYS
--- man-pages-2.13/man2/io_destroy.2.aio	2005-10-19 08:54:38.000000000 +0200
+++ man-pages-2.13/man2/io_destroy.2	2005-11-10 09:48:20.626404008 +0100
@@ -27,10 +27,10 @@
 .ad l
 .hy 0
 
-#include <linux/aio.h>
+#include <libaio.h>
 .sp
 .HP 17
-long\ \fBio_destroy\fR\ (aio_context_t\ \fIctx\fR);
+int\ \fBio_destroy\fR\ (io_context_t\ \fIctx\fR);
 .ad
 .hy
 


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/man-pages/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	10 Oct 2005 09:21:07 -0000	1.16
+++ .cvsignore	10 Nov 2005 09:36:28 -0000	1.17
@@ -1,3 +1,3 @@
 man-pages-extralocale.tar.bz2
 man2.tar.gz
-man-pages-2.08.tar.gz
+man-pages-2.13.tar.gz


Index: man-pages.spec
===================================================================
RCS file: /cvs/dist/rpms/man-pages/devel/man-pages.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- man-pages.spec	10 Oct 2005 09:21:07 -0000	1.31
+++ man-pages.spec	10 Nov 2005 09:36:28 -0000	1.32
@@ -1,6 +1,6 @@
 Summary: Man (manual) pages from the Linux Documentation Project.
 Name: man-pages
-Version: 2.08
+Version: 2.13
 Release: 1
 License: distributable
 Group: Documentation
@@ -15,21 +15,12 @@
 Patch2: man-pages-1.51-nopent.patch
 Patch3: man-pages-1.53-langinfo.patch
 Patch4: man-pages-1.60-re_comp.patch
-Patch5: man-pages-1.60-strftime.patch
-Patch6: man-pages-1.60-fopen.patch
-Patch7: man-pages-1.60-shmget.patch
 Patch8: man-pages-1.60-fs.patch
 Patch9: man-pages-1.60-issue.patch
-Patch10: man-pages-1.66-typos.patch
-Patch11: man-pages-1.67-getrpcent.patch
 Patch12: man-pages-1.67-shm_hugetlb.patch
-Patch13: man-pages-1.67-aio.patch
-Patch15: man-pages-2.05-atanh.patch
 Patch16: man-pages-2.05-issue.patch
-Patch17: man-pages-2.05-ldd.patch
-Patch18: man-pages-2.07-SO_RCVLOWAT.patch
 Patch19: man-pages-2.07-termcap.patch
-Patch20: man-pages-2.07-nsswitch.patch
+Patch20: man-pages-2.13-aio.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 Autoreq: false
@@ -52,19 +43,10 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
 %patch8 -p1
 %patch9 -p1 
-%patch10 -p1 
-%patch11 -p1 
 %patch12 -p1
-%patch13 -p1
-%patch15 -p1
 %patch16 -p1
-%patch17 -p1
-%patch18 -p1 
 %patch19 -p1
 %patch20 -p1
 
@@ -160,6 +142,9 @@
 %{_mandir}/en/man*/*
 
 %changelog
+* Thu Nov 10 2005 Ivana Varekova <varekova at redhat.com> 2.13-1
+- update to 2.13
+
 * Mon Oct 10 2005 Ivana Varekova <varekova at redhat.com> 2.08-1
 - update to 2.08
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/man-pages/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	10 Oct 2005 09:21:07 -0000	1.16
+++ sources	10 Nov 2005 09:36:28 -0000	1.17
@@ -1,3 +1,3 @@
 57f2e0500d177e05647990eae439a8ee  man-pages-extralocale.tar.bz2
 af09d031dcee66929510e078d00066f2  man2.tar.gz
-a5309f1bd018840e9304a5b2d4ce1952  man-pages-2.08.tar.gz
+8b5a9c069013ba2402da1a2339f727af  man-pages-2.13.tar.gz


--- man-pages-1.60-fopen.patch DELETED ---


--- man-pages-1.60-shmget.patch DELETED ---


--- man-pages-1.60-strftime.patch DELETED ---


--- man-pages-1.66-typos.patch DELETED ---


--- man-pages-1.67-aio.patch DELETED ---


--- man-pages-1.67-getrpcent.patch DELETED ---


--- man-pages-2.05-atanh.patch DELETED ---


--- man-pages-2.05-ldd.patch DELETED ---


--- man-pages-2.07-SO_RCVLOWAT.patch DELETED ---


--- man-pages-2.07-nsswitch.patch DELETED ---




More information about the fedora-cvs-commits mailing list