[perl-Coro] Rebuild with EV support.

Mathieu Bridon bochecha at fedoraproject.org
Fri Apr 8 08:43:25 UTC 2011


commit 2c6355b078975c2a899fb78b29715d8b55aceac1
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Thu Apr 7 12:03:57 2011 +0800

    Rebuild with EV support.

 perl-Coro.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Coro.spec b/perl-Coro.spec
index 21f6cf8..319951a 100644
--- a/perl-Coro.spec
+++ b/perl-Coro.spec
@@ -1,6 +1,6 @@
 Name:           perl-Coro
 Version:        5.372
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        The only real threads in perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -19,7 +19,7 @@ BuildRequires:  perl(AnyEvent::AIO) >= 1
 BuildRequires:  perl(AnyEvent::BDB) >= 1
 BuildRequires:  perl(BDB)
 # perl-EV not packaged
-#BuildRequires:  perl(EV) >= 3
+BuildRequires:  perl(EV) >= 3
 BuildRequires:  perl(Event) >= 1.08
 BuildRequires:  perl(IO::AIO) >= 3.1
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -94,6 +94,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 07 2011 Mathieu Bridon <bochecha at fedoraproject.org> - 5.372-2
+- Rebuild with EV support.
+
 * Mon Mar 07 2011 Petr Pisar <ppisar at redhat.com> - 5.372-1
 - 5.372 bump
 


More information about the scm-commits mailing list