packages: perl-Coro/perl-Coro.spec - updated to 6.08 - tests require specif...

qboosh qboosh at pld-linux.org
Mon May 28 18:32:20 CEST 2012


Author: qboosh                       Date: Mon May 28 16:32:20 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 6.08
- tests require specific implementations of perl-AnyEvent (EV, Event)

---- Files affected:
packages/perl-Coro:
   perl-Coro.spec (1.24 -> 1.25) 

---- Diffs:

================================================================
Index: packages/perl-Coro/perl-Coro.spec
diff -u packages/perl-Coro/perl-Coro.spec:1.24 packages/perl-Coro/perl-Coro.spec:1.25
--- packages/perl-Coro/perl-Coro.spec:1.24	Fri Oct  7 15:04:29 2011
+++ packages/perl-Coro/perl-Coro.spec	Mon May 28 18:32:15 2012
@@ -1,5 +1,4 @@
 # $Revision$, $Date$
-# NOTE:		perl-AnyEvent requires perl(Core::{Event,Signal})
 #
 # Conditional build:
 %bcond_without	tests	# do not perform "make test"
@@ -10,13 +9,13 @@
 Summary:	Coro - do events the coro-way
 Summary(pl.UTF-8):	Coro - obsługa zdarzeń na sposób coro
 Name:		perl-Coro
-Version:	6.06
-Release:	2
+Version:	6.08
+Release:	1
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-authors/id/M/ML/MLEHMANN/%{pnam}-%{version}.tar.gz
-# Source0-md5:	2ee54f58bced7471f77149e97c73a94f
+# Source0-md5:	86bcfac8bf53c9fe979106692b82b8b1
 Patch0:		kill-blocked-test.patch
 URL:		http://search.cpan.org/dist/Coro/
 BuildRequires:	perl-AnyEvent >= 2:5.0
@@ -26,6 +25,8 @@
 BuildRequires:	rpm-perlprov >= 4.1-13
 BuildRequires:	sed >= 4.0
 %if %{with tests}
+BuildRequires:	perl-AnyEvent-Impl-EV
+BuildRequires:	perl-AnyEvent-Impl-Event
 BuildRequires:	perl-Guard >= 0.5
 BuildRequires:	perl-Storable >= 2.15
 BuildRequires:	perl-Time-HiRes
@@ -69,7 +70,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc Changes INSTALL README README.linux-glibc
+%doc COPYING Changes INSTALL README README.linux-glibc
 %{perl_vendorarch}/Coro.pm
 %{perl_vendorarch}/Coro
 %dir %{perl_vendorarch}/auto/Coro
@@ -90,6 +91,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.25  2012/05/28 16:32:15  qboosh
+- updated to 6.08
+- tests require specific implementations of perl-AnyEvent (EV, Event)
+
 Revision 1.24  2011/10/07 13:04:29  lisu
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/perl-Coro/perl-Coro.spec?r1=1.24&r2=1.25



More information about the pld-cvs-commit mailing list