From: Stefan Schantl Date: Sat, 4 Apr 2015 13:59:53 +0000 (+0200) Subject: perl-Coro: Update to 6.42. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd2c8ff1ce0c9c29ce2c0fd2275cc18298adf47b;p=ipfire-3.x.git perl-Coro: Update to 6.42. From now we require a perl(:MODULE_COMPAT_xyz), where xyz contains the perl version and perl API the module has been linked against. This will prevent us in the future to install old perl modules which cannot be executed on more modern API's. --- diff --git a/perl-Coro/perl-Coro.nm b/perl-Coro/perl-Coro.nm index e263a67cc..cad57d028 100644 --- a/perl-Coro/perl-Coro.nm +++ b/perl-Coro/perl-Coro.nm @@ -4,7 +4,7 @@ ############################################################################### name = perl-Coro -version = 6.08 +version = 6.42 release = 1 thisapp = Coro-%{version} @@ -40,7 +40,8 @@ build make %{PARALLELISMFLAGS} end - make_install_targets = pure_install DESTDIR=%{BUILDROOT} + make_install_targets = \ + pure_install DESTDIR=%{BUILDROOT} end packages @@ -55,7 +56,7 @@ packages end requires - perl + perl(:MODULE_COMPAT_%{perl_version}) end end