[perl-Coro] 6.23 bump

Petr Pisar ppisar at fedoraproject.org
Mon Dec 10 10:10:45 UTC 2012


commit b11efc579e568b240365feaa967535f312aa1648
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Dec 10 11:10:34 2012 +0100

    6.23 bump

 .gitignore     |    1 +
 perl-Coro.spec |   33 +++++++++++++++++++++------------
 sources        |    2 +-
 3 files changed, 23 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 376e0a8..2f3c21b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /Coro-6.08.tar.gz
 /Coro-6.09.tar.gz
 /Coro-6.10.tar.gz
+/Coro-6.23.tar.gz
diff --git a/perl-Coro.spec b/perl-Coro.spec
index e3011f2..5959c3d 100644
--- a/perl-Coro.spec
+++ b/perl-Coro.spec
@@ -1,37 +1,46 @@
 Name:           perl-Coro
-Version:        6.10
-Release:        3%{?dist}
+Version:        6.23
+Release:        1%{?dist}
 Summary:        The only real threads in perl
-License:        GPL+ or Artistic
+# Coro/libcoro:    GPLv2 or BSD
+# Rest of package: GPL+ or Artistic
+License:        (GPL+ or Artistic) and (GPLv2 or BSD)
 Group:          Development/Libraries
 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(AnyEvent) >= 5
+BuildRequires:  perl(AnyEvent) >= 7
+BuildRequires:  perl(AnyEvent::DNS)
+BuildRequires:  perl(AnyEvent::Socket)
+BuildRequires:  perl(AnyEvent::Util)
 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(XSLoader)
 # Recommended optional modules
 BuildRequires:  perl(AnyEvent::AIO) >= 1
 BuildRequires:  perl(AnyEvent::BDB) >= 1
 BuildRequires:  perl(BDB)
 # perl-EV not packaged
-BuildRequires:  perl(EV) >= 3
+BuildRequires:  perl(EV) >= 4
 BuildRequires:  perl(Event) >= 1.08
-BuildRequires:  perl(IO::AIO) >= 3.1
+# IO::AIO >= 3.1 not used
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 # Export correct required versions
-Requires:       perl(AnyEvent) >= 5
+Requires:       perl(AnyEvent) >= 7
 Requires:       perl(AnyEvent::AIO) >= 1
 Requires:       perl(AnyEvent::BDB) >= 1
-Requires:       perl(EV) >= 3
+Requires:       perl(EV) >= 4
 Requires:       perl(Event) >= 1.08
 Requires:       perl(Guard) >= 0.5
 Requires:       perl(Storable) >= 2.15
@@ -114,12 +123,9 @@ RPM_OPT_FLAGS=$(echo "${RPM_OPT_FLAGS}" | sed -e 's/-Wp,-D_FORTIFY_SOURCE=2/-D_F
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -133,6 +139,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec 10 2012 Petr Pisar <ppisar at redhat.com> - 6.23-1
+- 6.23 bump
+
 * Mon Oct 22 2012 Petr Pisar <ppisar at redhat.com> - 6.10-3
 - Do not mark this package as bundling libecb
 
diff --git a/sources b/sources
index 681ea6b..6b4f143 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-188ff66672f7658fbc73c30845b2038e  Coro-6.10.tar.gz
+904113b17a6e7a85bc49f60b8899c28a  Coro-6.23.tar.gz


More information about the scm-commits mailing list