From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/9] perl-Coro: Update to 6.49 Date: Thu, 14 Apr 2016 08:30:37 +0200 Message-ID: <1460615445-3996-1-git-send-email-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1309429069420140797==" List-Id: --===============1309429069420140797== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable * Update to the latest available version of perl-Coro. * Add missing build and runtime dependencies. Fixes #10877. Signel-off-by: Stefan Schantl --- perl-Coro/perl-Coro.nm | 46 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 42 insertions(+), 4 deletions(-) diff --git a/perl-Coro/perl-Coro.nm b/perl-Coro/perl-Coro.nm index 5f25160..04ca803 100644 --- a/perl-Coro/perl-Coro.nm +++ b/perl-Coro/perl-Coro.nm @@ -4,8 +4,8 @@ ############################################################################= ### =20 name =3D perl-Coro -version =3D 6.42 -release =3D 1.1 +version =3D 6.49 +release =3D 1 thisapp =3D Coro-%{version} =20 groups =3D Development/Libraries @@ -24,8 +24,34 @@ source_dl =3D http://search.cpan.org/CPAN/authors/id/M/ML= /MLEHMANN/ =20 build requires - perl(ExtUtils::MakeMaker) - perl(ExtUtils::ParseXS) + coreutils + findutils + perl(AnyEvent) >=3D 7 + perl(AnyEvent::AIO) >=3D 1 + perl(AnyEvent::BDB) >=3D 1 + perl(AnyEvent::Socket) + perl(AnyEvent::Util) + perl(Canary::Stability) + perl(Carp) + perl(Config) + perl(Errno) + perl(Exporter) + perl(EV) >=3D 4 + perl(EV::MakeMaker) + perl(Event) >=3D 1.08 + perl(Event::MakeMaker) + perl(ExtUtils::MakeMaker) >=3D 6.52 + perl(Guard) >=3D 0.5 + perl(IO::Socket::INET) + perl(Scalar::Util) + perl(Socket) + perl(Storable) >=3D 2.15 + perl(XSLoader) + perl(base) + perl(common::sense) + perl(overload) + perl(strict) + perl(warnings) pakfire >=3D 0.9.26-3.1 end =20 @@ -41,6 +67,10 @@ build make %{PARALLELISMFLAGS} end =20 + test + make test + end + make_install_targets =3D \ pure_install DESTDIR=3D%{BUILDROOT} end @@ -58,6 +88,14 @@ packages =20 requires perl(:MODULE_COMPAT_%{perl_version}) + perl(AnyEvent) >=3D 7 + perl(AnyEvent::AIO) >=3D 1 + perl(AnyEvent::BDB) >=3D 1 + perl(EV) >=3D 4 + perl(Event) >=3D 1.08 + perl(Guard) >=3D 0.5 + perl(Storable) >=3D 2.15 + perl(warnings) end end =20 --=20 2.4.11 --===============1309429069420140797==--