From 9443512a13efa04fbe9378a297807c92b8974e49 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 4 Apr 2015 15:57:21 +0200 Subject: [PATCH] perl-common-sense: Update to 3.73. 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-common-sense/perl-common-sense.nm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/perl-common-sense/perl-common-sense.nm b/perl-common-sense/perl-common-sense.nm index f6dfb0e28..f71a743ce 100644 --- a/perl-common-sense/perl-common-sense.nm +++ b/perl-common-sense/perl-common-sense.nm @@ -4,7 +4,7 @@ ############################################################################### name = perl-common-sense -version = 3.5 +version = 3.73 release = 1 arch = noarch thisapp = common-sense-%{version} @@ -41,13 +41,14 @@ build make test end - make_install_targets = pure_install DESTDIR=%{BUILDROOT} + make_install_targets = \ + pure_install DESTDIR=%{BUILDROOT} end packages package %{name} requires - perl + perl(:MODULE_COMPAT_%{perl_version}) end end end -- 2.39.2