[perl-IO-Async] Update to 0.65

Emmanuel Seyman eseyman at fedoraproject.org
Sun Feb 22 09:43:53 UTC 2015


commit 48923a5854e243ff4e15cfd7c09dbc6e4ccca2e8
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Feb 22 10:43:50 2015 +0100

    Update to 0.65

 .gitignore         | 1 +
 perl-IO-Async.spec | 8 +++++---
 sources            | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 31c4f7a..caadae1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ IO-Async-0.28.tar.gz
 /IO-Async-0.62.tar.gz
 /IO-Async-0.63.tar.gz
 /IO-Async-0.64.tar.gz
+/IO-Async-0.65.tar.gz
diff --git a/perl-IO-Async.spec b/perl-IO-Async.spec
index e77c106..ac3a9ed 100644
--- a/perl-IO-Async.spec
+++ b/perl-IO-Async.spec
@@ -1,5 +1,5 @@
 Name:           perl-IO-Async
-Version:        0.64
+Version:        0.65
 Release:        1%{?dist}
 Summary:        A collection of modules that implement asynchronous filehandle IO
 
@@ -34,13 +34,12 @@ A collection of modules that implement asynchronous filehandle IO
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 
 
 %check
@@ -54,6 +53,9 @@ make test
 
 
 %changelog
+* Sun Feb 22 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.65-1
+- Update to 0.65
+
 * Sun Nov 02 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.64-1
 - Update to 0.64
 
diff --git a/sources b/sources
index 6d48442..b71683d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52a52cd31d70bbd7d9a2e3dfc18d3853  IO-Async-0.64.tar.gz
+96426bf63e18dfb7212926d08ad31df3  IO-Async-0.65.tar.gz


More information about the scm-commits mailing list