diff --git a/Test-Warnings-0.037.tar.gz b/Test-Warnings-0.037.tar.gz deleted file mode 100644 index 8b937ff..0000000 --- a/Test-Warnings-0.037.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:682de3e7a3e8ac9265c53d0e314b8b903294c5199c005bd37e808f4484c25df2 -size 45018 diff --git a/Test-Warnings-0.038.tar.gz b/Test-Warnings-0.038.tar.gz new file mode 100644 index 0000000..d2e8a6e --- /dev/null +++ b/Test-Warnings-0.038.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da27e003a3c3cafed3c09b42be05cf9bdbff0bee5c8590a731b02853880a273 +size 45021 diff --git a/perl-Test-Warnings.changes b/perl-Test-Warnings.changes index f3142ae..c903cb1 100644 --- a/perl-Test-Warnings.changes +++ b/perl-Test-Warnings.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Feb 2 05:29:57 UTC 2025 - Tina Müller + +- updated to 0.38.0 (0.038) + see /usr/share/doc/packages/perl-Test-Warnings/Changes + + 0.038 2025-02-02 00:27:04Z + - no longer swap out done_testing method if :no_end_test is + configured + ------------------------------------------------------------------- Mon Jan 6 05:34:57 UTC 2025 - Tina Müller diff --git a/perl-Test-Warnings.spec b/perl-Test-Warnings.spec index dbd73ae..d40d4e9 100644 --- a/perl-Test-Warnings.spec +++ b/perl-Test-Warnings.spec @@ -18,10 +18,10 @@ %define cpan_name Test-Warnings Name: perl-Test-Warnings -Version: 0.37.0 +Version: 0.38.0 Release: 0 -# 0.037 -> normalize -> 0.37.0 -%define cpan_version 0.037 +# 0.038 -> normalize -> 0.38.0 +%define cpan_version 0.038 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Test for warnings and the lack of them URL: https://metacpan.org/release/%{cpan_name} @@ -65,7 +65,7 @@ It can also be used as a replacement for Test::Warn, if you wish to test the content of expected warnings; read on to find out how. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor