diff --git a/Test-Simple-1.302214.tar.gz b/Test-Simple-1.302214.tar.gz deleted file mode 100644 index dbd333d86e2328f85caf4eba1ce42812127ccc3d..0000000000000000000000000000000000000000 Binary files a/Test-Simple-1.302214.tar.gz and /dev/null differ diff --git a/Test-Simple-1.302219.tar.gz b/Test-Simple-1.302219.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..64e1c2fa6a003acff9aeb65a279404230aa21977 Binary files /dev/null and b/Test-Simple-1.302219.tar.gz differ diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec index 5d90ee66db3d2d0882c80b2b2569acc46be42175..3ca6f59626ab7ad69363295ea08876ceb3dd88a0 100644 --- a/perl-Test-Simple.spec +++ b/perl-Test-Simple.spec @@ -2,7 +2,7 @@ Name: perl-%{mod_name} Summary: Basic utilities for writing tests Epoch: 2 -Version: 1.302214 +Version: 1.302219 Release: 1 License: (GPL-1.0-or-later OR Artistic-1.0-Perl) and CC0 and Public Domain URL: https://metacpan.org/release/%{mod_name} @@ -67,6 +67,16 @@ make test AUTHOR_TESTING=1 %{_mandir}/man3/Test* %changelog +* Wed Dec 10 2025 yyli - 2:1.302219-1 +- update to 1.302219 +- Fix downstream test not to install Test2::Suite +- Fix documentation mistakes +- Add Test2::V1 bundle (1.302217) +- Fix Changelog, no other changes (1.302216) +- Add dzil tool to prevent this next time (1.302216) +- Fix Typos (1.302215) +- Fix undef string bug in Test::Tester (1.302215) + * Mon Sep 01 2025 sqfu - 2:1.302214-1 - update to 1.302214 - Fix duplicate words in Changes file (Thanks Daniel Böhmer)