From 8e0e591fe740f692fb8ddfd4d92767b0aa3434e3a8b7561503715d508925a938 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Mon, 2 Oct 2023 11:19:31 +0000 Subject: [PATCH] Accepting request 1114774 from devel:languages:perl:autoupdate - 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 OBS-URL: https://build.opensuse.org/request/show/1114774 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Warnings?expand=0&rev=28 --- Test-Warnings-0.031.tar.gz | 3 --- Test-Warnings-0.032.tar.gz | 3 +++ perl-Test-Warnings.changes | 10 ++++++++++ perl-Test-Warnings.spec | 13 ++++++++----- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 Test-Warnings-0.031.tar.gz create mode 100644 Test-Warnings-0.032.tar.gz 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.032.tar.gz b/Test-Warnings-0.032.tar.gz new file mode 100644 index 0000000..763fdec --- /dev/null +++ b/Test-Warnings-0.032.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4727dae2416e9f07e41e2dc3a9143ba6affc1ec57652117c99d50038e313e9d9 +size 42877 diff --git a/perl-Test-Warnings.changes b/perl-Test-Warnings.changes index ff52bba..da0938a 100644 --- a/perl-Test-Warnings.changes +++ b/perl-Test-Warnings.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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..4af9223 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) 2023 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,13 @@ %define cpan_name Test-Warnings Name: perl-Test-Warnings -Version: 0.031 +Version: 0.32.0 Release: 0 -Summary: Test for warnings and the lack of them +%define cpan_version 0.032 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 +32,8 @@ BuildRequires: perl-macros BuildRequires: perl(Test::More) >= 0.94 BuildRequires: perl(parent) Requires: perl(parent) +Provides: perl(Test::Warnings) = 0.32.0 +%define __perllib_provides /bin/true %{perl_requires} %description @@ -60,7 +63,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} %build perl Makefile.PL INSTALLDIRS=vendor