1
0

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
This commit is contained in:
Pedro Monreal Gonzalez 2023-10-02 11:19:31 +00:00 committed by Git OBS Bridge
parent 08cb80cefc
commit 8e0e591fe7
4 changed files with 21 additions and 8 deletions

BIN
Test-Warnings-0.031.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4727dae2416e9f07e41e2dc3a9143ba6affc1ec57652117c99d50038e313e9d9
size 42877

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Oct 1 03:06:35 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@ -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