From: Stefan Schantl Date: Sat, 4 Apr 2015 13:57:21 +0000 (+0200) Subject: perl-common-sense: Update to 3.73. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9443512a13efa04fbe9378a297807c92b8974e49;p=people%2Fpmueller%2Fipfire-3.x.git 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. --- 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