- New upstream release 3.75
- Make build (more) reproducible
- Removed "portable" from the warnngs list, as 32-bit perls (as opposed to
32-bit platforms) are practically extinct and it warns about a weird subset
of operations, e.g. 64-bit hex() is not ok, 64-bit addition is fine, makes
no sense; additionally, other than hex/oct etc. harassment, there is
nothing in this category that otherwise could be useful
- Specify all build dependencies
- Drop ancient obsoletes/provides for removed tests sub-package
- Drop redundant buildroot cleaning in %install section
- Simplify find command using -delete
- Fix permissions verbosely
None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
- New upstream release 3.73
- Move pod to separate file, to further improve loading times
- Make it arch-specific, adding a test that warns when an old version is
still installed
- Due to a logic glitch, warnings were not enabled at all on 5.16
- Remove "deprecated", as it turned out to be yet another time bomb as p5p
don't care the least about backwards compatibility anymore
(https://rt.perl.org/Public/Bug/Display.html?id=119123)
- Manually generate the manpage so we get a non-empty one
- New upstream release 3.6:
- Work around more 5.16 breakage - $^H doesn't work as nicely as P5P make
you believe
- Add features: unicode_strings current_sub fc evalbytes
- Disable features: array_base
- New upstream release 3.5:
- Localise $^W, as this causes warnings with 5.16 when some lost soul uses
-w; common::sense doesn't support $^W, but tries to shield module authors
and programs from its ill effects
- Don't need to remove empty directories from buildroot
- Drop %defattr, redundant since rpm 4.4
- Reinstate compatibility with older distributions like EL-5
- Drop -tests subpackage (general lack of interest in this), but include
them as documentation for the main package
- Don't use macros for commands
- Make %files list more explicit
- Use tabs