r66214 - in /trunk/libio-async-loop-epoll-perl: Changes META.yml debian/changelog debian/control lib/IO/Async/Loop/Epoll.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Dec 24 20:37:03 UTC 2010


Author: jawnsy-guest
Date: Fri Dec 24 20:36:56 2010
New Revision: 66214

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66214
Log:
WAITS-FOR: libio-async-perl 0.33
* New upstream release
  + Update for the new IO::Async 0.33 API

Modified:
    trunk/libio-async-loop-epoll-perl/Changes
    trunk/libio-async-loop-epoll-perl/META.yml
    trunk/libio-async-loop-epoll-perl/debian/changelog
    trunk/libio-async-loop-epoll-perl/debian/control
    trunk/libio-async-loop-epoll-perl/lib/IO/Async/Loop/Epoll.pm

Modified: trunk/libio-async-loop-epoll-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-loop-epoll-perl/Changes?rev=66214&op=diff
==============================================================================
--- trunk/libio-async-loop-epoll-perl/Changes (original)
+++ trunk/libio-async-loop-epoll-perl/Changes Fri Dec 24 20:36:56 2010
@@ -1,4 +1,7 @@
 Revision history for IO-Async-Loop-Epoll
+
+0.09    CHANGES:
+         * Updated API version for IO::Async 0.33
 
 0.08    CHANGES:
          * Full example in SYNOPSIS section

Modified: trunk/libio-async-loop-epoll-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-loop-epoll-perl/META.yml?rev=66214&op=diff
==============================================================================
--- trunk/libio-async-loop-epoll-perl/META.yml (original)
+++ trunk/libio-async-loop-epoll-perl/META.yml Fri Dec 24 20:36:56 2010
@@ -16,10 +16,10 @@
 provides:
   IO::Async::Loop::Epoll:
     file: lib/IO/Async/Loop/Epoll.pm
-    version: 0.08
+    version: 0.09
 requires:
   IO::Async: 0.24
   IO::Epoll: 0.02
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.08
+version: 0.09

Modified: trunk/libio-async-loop-epoll-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-loop-epoll-perl/debian/changelog?rev=66214&op=diff
==============================================================================
--- trunk/libio-async-loop-epoll-perl/debian/changelog (original)
+++ trunk/libio-async-loop-epoll-perl/debian/changelog Fri Dec 24 20:36:56 2010
@@ -1,3 +1,12 @@
+libio-async-loop-epoll-perl (0.09-1) UNRELEASED; urgency=low
+
+  WAITS-FOR: libio-async-perl 0.33
+
+  * New upstream release
+    + Update for the new IO::Async 0.33 API
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 24 Dec 2010 15:51:02 -0500
+
 libio-async-loop-epoll-perl (0.08-1) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libio-async-loop-epoll-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-loop-epoll-perl/debian/control?rev=66214&op=diff
==============================================================================
--- trunk/libio-async-loop-epoll-perl/debian/control (original)
+++ trunk/libio-async-loop-epoll-perl/debian/control Fri Dec 24 20:36:56 2010
@@ -3,7 +3,7 @@
 Priority: optional
 Build-Depends: debhelper (>= 8), perl
 Build-Depends-Indep: libio-epoll-perl (>= 0.02),
- libtest-refcount-perl, libtest-exception-perl, libio-async-perl (>= 0.24)
+ libtest-refcount-perl, libtest-exception-perl, libio-async-perl (>= 0.33)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.9.1
@@ -14,8 +14,8 @@
 Package: libio-async-loop-epoll-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libio-epoll-perl (>= 0.02),
- libio-async-perl (>= 0.24)
-Breaks: libio-async-perl (<< 0.24)
+ libio-async-perl (>= 0.33)
+Breaks: libio-async-perl (<< 0.33)
 Description: Perl extension for an event loop using epoll
  IO::Async::Loop::Epoll is a Perl module that provides an implementation of
  an event loop that uses the epoll() system call. The epoll system call, which

Modified: trunk/libio-async-loop-epoll-perl/lib/IO/Async/Loop/Epoll.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-async-loop-epoll-perl/lib/IO/Async/Loop/Epoll.pm?rev=66214&op=diff
==============================================================================
--- trunk/libio-async-loop-epoll-perl/lib/IO/Async/Loop/Epoll.pm (original)
+++ trunk/libio-async-loop-epoll-perl/lib/IO/Async/Loop/Epoll.pm Fri Dec 24 20:36:56 2010
@@ -8,8 +8,8 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.08';
-use constant API_VERSION => '0.24';
+our $VERSION = '0.09';
+use constant API_VERSION => '0.33';
 
 use base qw( IO::Async::Loop );
 




More information about the Pkg-perl-cvs-commits mailing list