diff --git a/Text-FindIndent-0.11.tar.gz b/Text-FindIndent-0.11.tar.gz deleted file mode 100644 index 1f588fa887ac7f5b8c64d742871ab81124c89a67..0000000000000000000000000000000000000000 Binary files a/Text-FindIndent-0.11.tar.gz and /dev/null differ diff --git a/Text-FindIndent-0.12.tar.gz b/Text-FindIndent-0.12.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a3d4fc1ab2a5a657aacdf51aa32edd22a8047036 Binary files /dev/null and b/Text-FindIndent-0.12.tar.gz differ diff --git a/perl-Text-FindIndent.spec b/perl-Text-FindIndent.spec index 38a2bd6abb8ced4e890030721ad0d11b8dadd7ab..8506c4f443310798ca9b1df1a75f72d0d0631fdf 100644 --- a/perl-Text-FindIndent.spec +++ b/perl-Text-FindIndent.spec @@ -2,7 +2,7 @@ %global _empty_manifest_terminate_build 0 Name: perl-%{cpan_name} -Version: 0.11 +Version: 0.12 Release: 1 Summary: Heuristically determine the indent style @@ -17,7 +17,6 @@ BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.80 BuildRequires: perl(inc::Module::Install::DSL) >= 1.10 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This is a module that attempts to intuit the underlying indent "policy" for @@ -90,5 +89,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 07 2025 sqfu - 0.12-1 +- update to 0.12 +- Move from Module::Install to ExtUtils::MakeMaker to fix default lib upstream perl issue. +- drop useless perl(:MODULE_COMPAT) requirement + * Fri Jul 16 2021 ice-kylin 0.11-1 - Initial package