[perl-IO-Async/f19] Update to 0.60

Emmanuel Seyman eseyman at fedoraproject.org
Wed Oct 9 00:46:14 UTC 2013


commit eb281b48225238518cc84d8f7f104b181cd9148b
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Wed Oct 9 02:46:02 2013 +0200

    Update to 0.60

 .gitignore         |    1 +
 perl-IO-Async.spec |   10 ++++++++--
 sources            |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ab8738..0283771 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 IO-Async-0.28.tar.gz
 /IO-Async-0.29.tar.gz
+/IO-Async-0.60.tar.gz
diff --git a/perl-IO-Async.spec b/perl-IO-Async.spec
index f3667c7..ea6081f 100644
--- a/perl-IO-Async.spec
+++ b/perl-IO-Async.spec
@@ -1,6 +1,6 @@
 Name:           perl-IO-Async
-Version:        0.29
-Release:        10%{?dist}
+Version:        0.60
+Release:        1%{?dist}
 Summary:        A collection of modules that implement asynchronous filehandle IO
 
 Group:          Development/Libraries
@@ -11,8 +11,11 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Future)
 BuildRequires:  perl(Heap)
 BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::Identity)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Refcount)
@@ -56,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct 09 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 0.60-1
+- Update to 0.60
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.29-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 689e327..bfd694d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d184c7d2fd54eb19acfed78a02efd32  IO-Async-0.29.tar.gz
+12a0af13d9a53517eb9698869b365816  IO-Async-0.60.tar.gz



More information about the perl-devel mailing list