diff --git a/Test-Warnings-0.030.tar.gz b/Test-Warnings-0.030.tar.gz deleted file mode 100644 index e1cdbff..0000000 --- a/Test-Warnings-0.030.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89a4947ddf1564ae01122275584433d7f6c4370370bcf3768922d796956ae24f -size 42304 diff --git a/Test-Warnings-0.031.tar.gz b/Test-Warnings-0.031.tar.gz new file mode 100644 index 0000000..4881165 --- /dev/null +++ b/Test-Warnings-0.031.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e542909fef305e45563e9878ea1c3b0c7cef1b28bb7ae07eba2e1efabec477b +size 42031 diff --git a/perl-Test-Warnings.changes b/perl-Test-Warnings.changes index 77a5cbe..ff52bba 100644 --- a/perl-Test-Warnings.changes +++ b/perl-Test-Warnings.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jul 14 03:06:57 UTC 2021 - Tina Müller + +- updated to 0.031 + see /usr/share/doc/packages/perl-Test-Warnings/Changes + + 0.031 2021-07-13 22:13:48Z + - remove unneeded develop prereqs that caused metacpan to unduly + raise the river position of some dependent modules + ------------------------------------------------------------------- Sun Mar 22 03:11:38 UTC 2020 - diff --git a/perl-Test-Warnings.spec b/perl-Test-Warnings.spec index 21db20d..20c1a0c 100644 --- a/perl-Test-Warnings.spec +++ b/perl-Test-Warnings.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Warnings # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # -Name: perl-Test-Warnings -Version: 0.030 -Release: 0 %define cpan_name Test-Warnings +Name: perl-Test-Warnings +Version: 0.031 +Release: 0 Summary: Test for warnings and the lack of them License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::More) >= 0.94 @@ -62,11 +60,11 @@ 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 -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -77,7 +75,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes CONTRIBUTING examples README %license LICENCE