[perl-Coro] 6.29 bump

Petr Pisar ppisar at fedoraproject.org
Thu May 9 09:25:20 UTC 2013


commit 6498017fd8d1529ff0de36e95490d19b34bbab0e
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu May 9 11:11:14 2013 +0200

    6.29 bump

 .gitignore     |    1 +
 perl-Coro.spec |   25 ++++++++++++++++---------
 sources        |    2 +-
 3 files changed, 18 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2f3c21b..7b88d56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /Coro-6.09.tar.gz
 /Coro-6.10.tar.gz
 /Coro-6.23.tar.gz
+/Coro-6.29.tar.gz
diff --git a/perl-Coro.spec b/perl-Coro.spec
index cbb2b9e..34d659f 100644
--- a/perl-Coro.spec
+++ b/perl-Coro.spec
@@ -1,6 +1,6 @@
 Name:           perl-Coro
-Version:        6.23
-Release:        2%{?dist}
+Version:        6.29
+Release:        1%{?dist}
 Summary:        The only real threads in perl
 # Coro/libcoro:    GPLv2 or BSD
 # Rest of package: GPL+ or Artistic
@@ -10,6 +10,14 @@ URL:            http://search.cpan.org/dist/Coro/
 Source0:        http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Coro-%{version}.tar.gz
 Patch0:         %{name}-5.25-ucontext-default.patch
 BuildRequires:  libecb
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(EV) >= 4
+BuildRequires:  perl(EV::MakeMaker)
+BuildRequires:  perl(Event) >= 1.08
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+# Run-time:
 BuildRequires:  perl(AnyEvent) >= 7
 BuildRequires:  perl(AnyEvent::DNS)
 BuildRequires:  perl(AnyEvent::Socket)
@@ -18,24 +26,20 @@ BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(common::sense)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Guard) >= 0.5
 BuildRequires:  perl(IO::Socket::INET)
 # Net::* not used
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(Storable) >= 2.15
-BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(warnings)
 BuildRequires:  perl(XSLoader)
 # Recommended optional modules
 BuildRequires:  perl(AnyEvent::AIO) >= 1
 BuildRequires:  perl(AnyEvent::BDB) >= 1
 BuildRequires:  perl(BDB)
-# perl-EV not packaged
-BuildRequires:  perl(EV) >= 4
-BuildRequires:  perl(Event) >= 1.08
 # IO::AIO >= 3.1 not used
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 # Export correct required versions
 Requires:       perl(AnyEvent) >= 7
 Requires:       perl(AnyEvent::AIO) >= 1
@@ -119,7 +123,7 @@ RPM_OPT_FLAGS=$(echo "${RPM_OPT_FLAGS}" | sed -e 's/-Wp,-D_FORTIFY_SOURCE=2/-D_F
 %endif
 
 # Interractive configuration. Use default values.
-%{__perl} Makefile.PL INSTALLDIRS=perl OPTIMIZE="$RPM_OPT_FLAGS" </dev/null
+perl Makefile.PL INSTALLDIRS=perl OPTIMIZE="$RPM_OPT_FLAGS" </dev/null
 make %{?_smp_mflags}
 
 %install
@@ -139,6 +143,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu May 09 2013 Petr Pisar <ppisar at redhat.com> - 6.29-1
+- 6.29 bump
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.23-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 6b4f143..bc56dc8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-904113b17a6e7a85bc49f60b8899c28a  Coro-6.23.tar.gz
+e5419bcca3b248afa5294693eb4caa2d  Coro-6.29.tar.gz


More information about the scm-commits mailing list