Author: sparky Date: Mon Feb 21 16:39:19 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated BRs
---- Files affected: packages/perl-Coro: perl-Coro.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: packages/perl-Coro/perl-Coro.spec diff -u packages/perl-Coro/perl-Coro.spec:1.16 packages/perl-Coro/perl-Coro.spec:1.17 --- packages/perl-Coro/perl-Coro.spec:1.16 Sun Feb 20 13:48:41 2011 +++ packages/perl-Coro/perl-Coro.spec Mon Feb 21 17:39:14 2011 @@ -18,9 +18,9 @@ Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/%{pnam}-%{version}.tar.gz # Source0-md5: 96161bae337944c6bdd2b9b5fb811a6f URL: http://search.cpan.org/dist/Coro/ -BuildRequires: perl-AnyEvent >= 1:2.7 -BuildRequires: perl-Event -BuildRequires: perl-IO-AIO +BuildRequires: perl-AnyEvent >= 2:5.0 +BuildRequires: perl-EV >= 1:3.3 +BuildRequires: perl-Event >= 0.89 BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} @@ -42,15 +42,13 @@ %setup -q -n %{pnam}-%{version} %build -echo "y -l -16384" | %{__perl} Makefile.PL \ +echo "y" | %{__perl} Makefile.PL \ INSTALLDIRS=vendor %{__make} \ CC="%{__cc}" \ OPTIMIZE="%{rpmcflags}" -%{?with_tests:%{__make} test} +%{?with_tests:%{__make} -j1 test} %install rm -rf $RPM_BUILD_ROOT @@ -84,6 +82,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2011/02/21 16:39:14 sparky +- updated BRs + Revision 1.16 2011/02/20 12:48:41 arekm - up to 5.26 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Coro/perl-Coro.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
