diff --git a/Text-FindIndent-0.11.tar.gz b/Text-FindIndent-0.11.tar.gz deleted file mode 100644 index 2f81287..0000000 --- a/Text-FindIndent-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d80d4b660c6b0676a9e0cb710c4397fa8c988f18ddb93fb99ae76f75a3af0bcd -size 28063 diff --git a/Text-FindIndent-0.12.tar.gz b/Text-FindIndent-0.12.tar.gz new file mode 100644 index 0000000..0cfce0b --- /dev/null +++ b/Text-FindIndent-0.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93cf7c74b313ac842108f272cd00cd6f705aa711a997d8a6345e3b4cae9242ca +size 16906 diff --git a/perl-Text-FindIndent.changes b/perl-Text-FindIndent.changes index 4cc5035..04dd39b 100644 --- a/perl-Text-FindIndent.changes +++ b/perl-Text-FindIndent.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue May 20 05:36:40 UTC 2025 - Tina Müller + +- updated to 0.120.0 (0.12) + see /usr/share/doc/packages/perl-Text-FindIndent/Changes + + 0.12 + - Move from Module::Install to ExtUtils::MakeMaker to fix default lib + upstream perl issue. + ------------------------------------------------------------------- Fri Oct 18 16:53:41 UTC 2019 - Tina Mueller diff --git a/perl-Text-FindIndent.spec b/perl-Text-FindIndent.spec index ca47ce8..a36c991 100644 --- a/perl-Text-FindIndent.spec +++ b/perl-Text-FindIndent.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-FindIndent # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,20 +18,20 @@ %define cpan_name Text-FindIndent Name: perl-Text-FindIndent -Version: 0.110.0 +Version: 0.120.0 Release: 0 -# 0.11 -> normalize -> 0.110.0 -%define cpan_version 0.11 +# 0.12 -> normalize -> 0.120.0 +%define cpan_version 0.12 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Heuristically determine the indent style URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/C/CH/CHORNY/%{cpan_name}-%{cpan_version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/S/SM/SMUELLER/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.36 BuildRequires: perl(Test::More) >= 0.80 +Requires: perl(Test::More) >= 0.80 Provides: perl(Text::FindIndent) = %{version} %undefine __perllib_provides %{perl_requires} @@ -41,10 +41,10 @@ This is a module that attempts to intuit the underlying indent "policy" for a text file (most likely a source code file). %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build -PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor %make_build %check @@ -57,5 +57,6 @@ make test %files -f %{name}.files %doc Changes +%license LICENSE %changelog