diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec index fcaf8edc941b1bc3ba50138df5574fd6995e726b..757e184fbbda3fa963965f935d678d7b298b8b00 100644 --- a/perl-IO-Compress.spec +++ b/perl-IO-Compress.spec @@ -7,9 +7,9 @@ Name: perl-IO-Compress Version: 2.212 -Release: 1 +Release: 2 Summary: Read and write compressed data -License: GPL+ or Artistic +License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/IO-Compress Source0: https://cpan.metacpan.org/authors/id/P/PM/PMQS/IO-Compress-%{version}.tar.gz BuildArch: noarch @@ -37,7 +37,6 @@ BuildRequires: perl(Test::Pod) >= 1.00 %endif %endif # Runtime -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(File::Glob) # This is wrapper for different Compress modules @@ -109,6 +108,9 @@ make test COMPRESS_ZLIB_RUN_%{?with_long_tests:ALL}%{!?with_long_tests:MOST}=1 %{_mandir}/man3/IO::Uncompress::*.3* %changelog +* Sat Jan 18 2025 Funda Wang - 2.212-2 +- drop useless perl(:MODULE_COMPAT) requirement + * Mon Oct 28 2024 hugel - 2.212-1 - upgrade version to 2.212