perl-Tk: Update to 804.033.

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.
This commit is contained in:
Stefan Schantl 2015-04-04 18:43:09 +02:00
parent d3caa69aba
commit 4eb534e83f
1 changed files with 6 additions and 2 deletions

View File

@ -4,8 +4,8 @@
###############################################################################
name = perl-Tk
version = 804.029
release = 2
version = 804.033
release = 1
thisapp = Tk-%{version}
groups = Development/Libraries
@ -57,6 +57,10 @@ packages
perl(Tk::TextReindex)
perl(Tk) = %{version}
end
requires
perl(:MODULE_COMPAT_%{perl_version})
end
end
package %{name}-devel