forked from pool/perl-Test-Warnings
Accepting request 1153792 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1153792 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Warnings?expand=0&rev=17
This commit is contained in:
commit
b9fbd8a715
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4727dae2416e9f07e41e2dc3a9143ba6affc1ec57652117c99d50038e313e9d9
|
||||
size 42877
|
3
Test-Warnings-0.033.tar.gz
Normal file
3
Test-Warnings-0.033.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9c375719f2c61c5f97aa5ee6cf4c901a972347c415969379b0b51f67c48bbcb
|
||||
size 44091
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 24 03:10:02 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-Warnings
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,9 +18,9 @@
|
||||
|
||||
%define cpan_name Test-Warnings
|
||||
Name: perl-Test-Warnings
|
||||
Version: 0.32.0
|
||||
Version: 0.33.0
|
||||
Release: 0
|
||||
%define cpan_version 0.032
|
||||
%define cpan_version 0.033
|
||||
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}
|
||||
@ -32,7 +32,7 @@ BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
BuildRequires: perl(parent)
|
||||
Requires: perl(parent)
|
||||
Provides: perl(Test::Warnings) = 0.32.0
|
||||
Provides: perl(Test::Warnings) = %{version}
|
||||
%define __perllib_provides /bin/true
|
||||
%{perl_requires}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user