diff --git a/perl-Time-Period.spec b/perl-Time-Period.spec index 82a8a9323a2445dc6d91802d0fcc5fa338f318d8..abb9b97f60bda8ff02c2d501b907620d4ef6e428 100644 --- a/perl-Time-Period.spec +++ b/perl-Time-Period.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: perl-Time-Period Version: 1.25 -Release: 1 +Release: 2 Summary: Perl module to deal with time periods License: GPL+ or Artistic Group: Development/Libraries @@ -16,7 +16,6 @@ BuildRequires: perl(strict) BuildRequires: perl(Test::More) BuildRequires: perl(warnings) Requires: perl(Exporter) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The inPeriod function determines if a given time falls within a given period. inPeriod returns 1 if the time does fall within the given period, 0 @@ -76,5 +75,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Fri Feb 07 2025 sqfu - 1.25-2 +- drop useless perl(:MODULE_COMPAT) requirement + * Wed Jun 23 2021 Perl_Bot 1.25-1 - Specfile autogenerated by Perl_Bot