]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
perl-Coro: Update to 6.42.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 4 Apr 2015 13:59:53 +0000 (15:59 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 4 Apr 2015 13:59:53 +0000 (15:59 +0200)
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.

perl-Coro/perl-Coro.nm

index e263a67cccf12c53d0528bfe54d86ef328552e15..cad57d028d2eb00f510ea7e64bbebb28b81969e3 100644 (file)
@@ -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