r72060 - in /trunk/libio-aio-perl/debian: changelog patches/pod.patch
periapt-guest at users.alioth.debian.org
periapt-guest at users.alioth.debian.org
Wed Mar 30 09:28:53 UTC 2011
Author: periapt-guest
Date: Wed Mar 30 09:28:42 2011
New Revision: 72060
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72060
Log:
Refreshed patch
Modified:
trunk/libio-aio-perl/debian/changelog
trunk/libio-aio-perl/debian/patches/pod.patch
Modified: trunk/libio-aio-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-aio-perl/debian/changelog?rev=72060&op=diff
==============================================================================
--- trunk/libio-aio-perl/debian/changelog (original)
+++ trunk/libio-aio-perl/debian/changelog Wed Mar 30 09:28:42 2011
@@ -3,6 +3,7 @@
* Updated watch file
* New upstream release
* Updated copyright
+ * Refreshed patch
-- Nicholas Bamber <nicholas at periapt.co.uk> Wed, 30 Mar 2011 10:29:02 +0100
Modified: trunk/libio-aio-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-aio-perl/debian/patches/pod.patch?rev=72060&op=diff
==============================================================================
--- trunk/libio-aio-perl/debian/patches/pod.patch (original)
+++ trunk/libio-aio-perl/debian/patches/pod.patch Wed Mar 30 09:28:42 2011
@@ -1,10 +1,10 @@
Author: Nicholas Bamber <nicholas at periapt.co.uk>
Subject: spelling mistakes
Forwarded: no
-Last-Update: 2011-01-22
+Last-Update: 2011-03-30
--- a/AIO.pm
+++ b/AIO.pm
-@@ -705,7 +705,7 @@
+@@ -717,7 +717,7 @@
This flag should not be set when calling C<aio_readdirx>. Instead, it
is being set by C<aio_readdirx>, when any of the C<$type>'s found were
@@ -13,7 +13,7 @@
C<$type>'s are known, which can be used to speed up some algorithms.
=back
-@@ -897,7 +897,7 @@
+@@ -909,7 +909,7 @@
entry plus an appended C</.> will be C<stat>'ed, likely directories first,
in order of their inode numbers. If that succeeds, it assumes that the
entry is a directory or a symlink to directory (which will be checked
@@ -22,7 +22,7 @@
filesystems might detect the type of the entry without reading the inode
data (e.g. ext2fs filetype feature), even on systems that cannot return
the filetype information on readdir.
-@@ -1595,7 +1595,7 @@
+@@ -1613,7 +1613,7 @@
Simply calls the C<posix_fadvise> function (see its
manpage for details). The following advice constants are
@@ -31,7 +31,7 @@
C<IO::AIO::FADV_RANDOM>, C<IO::AIO::FADV_NOREUSE>,
C<IO::AIO::FADV_WILLNEED>, C<IO::AIO::FADV_DONTNEED>.
-@@ -1606,7 +1606,7 @@
+@@ -1624,7 +1624,7 @@
Simply calls the C<posix_madvise> function (see its
manpage for details). The following advice constants are
@@ -40,7 +40,7 @@
C<IO::AIO::MADV_RANDOM>, C<IO::AIO::MADV_WILLNEED>, C<IO::AIO::MADV_DONTNEED>.
On systems that do not implement C<posix_madvise>, this function returns
-@@ -1616,7 +1616,7 @@
+@@ -1634,7 +1634,7 @@
Simply calls the C<mprotect> function on the preferably AIO::mmap'ed
$scalar (see its manpage for details). The following protect
More information about the Pkg-perl-cvs-commits
mailing list