diff --git a/Test-Simple-1.302214.tar.gz b/Test-Simple-1.302214.tar.gz deleted file mode 100644 index 0c8c317..0000000 --- a/Test-Simple-1.302214.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6077ecc35f37b11b3b75df2d0ba1b9ca541f1dc24b2be8e15b6e91f78e2e03fc -size 537140 diff --git a/Test-Simple-1.302216.tar.gz b/Test-Simple-1.302216.tar.gz new file mode 100644 index 0000000..92b5acd --- /dev/null +++ b/Test-Simple-1.302216.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411d05be789eab489ee1a65226cafdedea5f4d5b6ecd09176741019ebaad8934 +size 568102 diff --git a/perl-Test-Simple.changes b/perl-Test-Simple.changes index 71cd72b..40f301c 100644 --- a/perl-Test-Simple.changes +++ b/perl-Test-Simple.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Nov 17 05:34:30 UTC 2025 - Tina Müller + +- updated to 1.302216 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302216 2025-11-15 21:18:57-08:00 America/Los_Angeles + - Fix Changelog, no other changes + - Add dzil tool to prevent this next time + 1.302215 2025-11-13 16:41:55-08:00 America/Los_Angeles + - Fix Typos (Thanks Masahiro Iuchi) + - Fix undef string bug in Test::Tester (Thanks Branislav Zahradník) + ------------------------------------------------------------------- Mon Jul 28 15:39:07 UTC 2025 - Nathan Cutler diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec index ebfdb57..d48c1a0 100644 --- a/perl-Test-Simple.spec +++ b/perl-Test-Simple.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Simple # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define cpan_name Test-Simple Name: perl-Test-Simple -Version: 1.302214 +Version: 1.302216 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Basic utilities for writing tests @@ -47,7 +47,7 @@ complicated testing, use the Test::More module (a drop-in replacement for this one). %prep -%autosetup -n %{cpan_name}-%{version} -p1 +%autosetup -n %{cpan_name}-%{version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644