diff --git a/Test-Simple-1.302193.tar.gz b/Test-Simple-1.302193.tar.gz deleted file mode 100644 index 5412759..0000000 --- a/Test-Simple-1.302193.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb3392d217783bb17097aa95d61648c3242d59bd9abd124995d06da1cf3b0ca9 -size 334450 diff --git a/Test-Simple-1.302194.tar.gz b/Test-Simple-1.302194.tar.gz new file mode 100644 index 0000000..b9d807a --- /dev/null +++ b/Test-Simple-1.302194.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d4965eb32504c8c7670563ce784ce5dc043c2572d771ce4a584558d6869f48 +size 334490 diff --git a/perl-Test-Simple.changes b/perl-Test-Simple.changes index 319be96..4a2d33c 100644 --- a/perl-Test-Simple.changes +++ b/perl-Test-Simple.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Apr 21 03:09:45 UTC 2023 - Tina Müller + +- updated to 1.302194 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302194 2023-03-13 20:06:57-07:00 America/Los_Angeles + + - Fix failing test on 5.10 + ------------------------------------------------------------------- Tue Mar 7 03:09:01 UTC 2023 - Tina Müller diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec index 820f298..94cc099 100644 --- a/perl-Test-Simple.spec +++ b/perl-Test-Simple.spec @@ -18,7 +18,7 @@ %define cpan_name Test-Simple Name: perl-Test-Simple -Version: 1.302193 +Version: 1.302194 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Basic utilities for writing tests @@ -45,7 +45,7 @@ this one). %prep %autosetup -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor