[perl-IO-AIO] Update to 4.15

Paul Howarth pghmcfc at fedoraproject.org
Tue Apr 10 13:32:53 UTC 2012


commit ecc9b121e4bbcba43bdec6be27a4eb377216a7aa
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Apr 10 14:31:37 2012 +0100

    Update to 4.15
    
    - New upstream release 4.15
      - Always include linux/types.h for fiemap, for compatibility with ancient
        systems
      - Experimental support for IO::AIO::splice and ::tee (no aio_...)
      - Provide SEEK_HOLE and SEEK_DATA, if available
      - Work around (again!) an immensely stupid bug in RHEL, defining autoconf
        macros in linux system headers

 perl-IO-AIO.spec |   11 ++++++++++-
 sources          |    2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/perl-IO-AIO.spec b/perl-IO-AIO.spec
index 626cdd5..af3b23d 100644
--- a/perl-IO-AIO.spec
+++ b/perl-IO-AIO.spec
@@ -1,5 +1,5 @@
 Name:		perl-IO-AIO
-Version:	4.14
+Version:	4.15
 Release:	1%{?dist}
 Summary:	Asynchronous Input/Output
 License:	GPL+ or Artistic
@@ -54,6 +54,15 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::AIO.3pm*
 
 %changelog
+* Tue Apr 10 2012 Paul Howarth <paul at city-fan.org> - 4.15-1
+- Update to 4.15:
+  - Always include linux/types.h for fiemap, for compatibility with ancient
+    systems
+  - Experimental support for IO::AIO::splice and ::tee (no aio_...)
+  - Provide SEEK_HOLE and SEEK_DATA, if available
+  - Work around (again!) an immensely stupid bug in RHEL, defining autoconf
+    macros in linux system headers
+
 * Sat Apr  7 2012 Paul Howarth <paul at city-fan.org> - 4.14-1
 - Update to 4.14:
   - Fix stat structure usage on windows, which caused bogus stat results
diff --git a/sources b/sources
index e60916b..0d8c0d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-498e36d907b59fcf9131645dcac5e4c3  IO-AIO-4.14.tar.gz
+c5a127a431e8fb39395df4738055e48a  IO-AIO-4.15.tar.gz


More information about the scm-commits mailing list