diff --git a/Test-Warnings-0.031.tar.gz b/Test-Warnings-0.031.tar.gz deleted file mode 100644 index 4881165..0000000 --- a/Test-Warnings-0.031.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e542909fef305e45563e9878ea1c3b0c7cef1b28bb7ae07eba2e1efabec477b -size 42031 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 ff52bba..c903cb1 100644 --- a/perl-Test-Warnings.changes +++ b/perl-Test-Warnings.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +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 + +- updated to 0.37.0 (0.037) + see /usr/share/doc/packages/perl-Test-Warnings/Changes + + 0.037 2025-01-05 20:38:16Z + - remove unneeded use of Import::Into + - fix tests that invoke Test::Warnings->import directly + 0.036 2025-01-03 18:30:28Z + - avoid redefinition warnings when $^W is enabled in tests + (RT#158297) + 0.035 2025-01-03 17:47:24Z + - allow tests to pass even when Import::Into is not installed + (RT#158296) + - add backcompat shim for cases where Test::More is loaded in tests + after Test::Warnings + 0.034 2025-01-03 02:46:29Z + - fix Test2 compability for done_testing() + - Test2::Warnings added as a simple wrapper (for now) + +------------------------------------------------------------------- +Fri Mar 8 23:06:05 UTC 2024 - Tina Müller + +- Fix disabling of __perllib_provides + +------------------------------------------------------------------- +Wed Jan 24 03:10:02 UTC 2024 - Tina Müller + +- updated to 0.033 + see /usr/share/doc/packages/perl-Test-Warnings/Changes + + 0.033 2024-01-23 03:31:29Z + - add Test2 compatibility in the test triggered by done_testing(); + - new long-awaited feature (!!!) "allow_patterns", to either + temporarily or globally exempt particular warning patterns + +------------------------------------------------------------------- +Sun Oct 1 03:06:35 UTC 2023 - Tina Müller + +- updated to 0.032 + see /usr/share/doc/packages/perl-Test-Warnings/Changes + + 0.032 2023-09-30 23:36:50Z + - new config variable, $ENV{PERL_TEST_WARNINGS_ONLY_REPORT_WARNINGS}, + for temporarily turning failures into reports + ------------------------------------------------------------------- Wed Jul 14 03:06:57 UTC 2021 - Tina Müller diff --git a/perl-Test-Warnings.spec b/perl-Test-Warnings.spec index 20c1a0c..d40d4e9 100644 --- a/perl-Test-Warnings.spec +++ b/perl-Test-Warnings.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Warnings # -# Copyright (c) 2021 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,12 +18,14 @@ %define cpan_name Test-Warnings Name: perl-Test-Warnings -Version: 0.031 +Version: 0.38.0 Release: 0 -Summary: Test for warnings and the lack of them +# 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} -Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl @@ -31,6 +33,9 @@ BuildRequires: perl-macros BuildRequires: perl(Test::More) >= 0.94 BuildRequires: perl(parent) Requires: perl(parent) +Provides: perl(Test2::Warnings) = %{version} +Provides: perl(Test::Warnings) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -60,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}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor