diff --git a/Test-Warnings-0.026.tar.gz b/Test-Warnings-0.026.tar.gz deleted file mode 100644 index be1ef92..0000000 --- a/Test-Warnings-0.026.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae2b68b1b5616704598ce07f5118efe42dc4605834453b7b2be14e26f9cc9a08 -size 38058 diff --git a/Test-Warnings-0.027.tar.gz b/Test-Warnings-0.027.tar.gz new file mode 100644 index 0000000..ba60885 --- /dev/null +++ b/Test-Warnings-0.027.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118dd9f48408557555f0af5478e0e873f9df0952cf5911f697a4ce5165880864 +size 41301 diff --git a/perl-Test-Warnings.changes b/perl-Test-Warnings.changes index d6097bf..d1c61a9 100644 --- a/perl-Test-Warnings.changes +++ b/perl-Test-Warnings.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Sep 30 10:47:24 UTC 2019 - + +- updated to 0.027 + see /usr/share/doc/packages/perl-Test-Warnings/Changes + + 0.027 2019-09-28 03:54:47Z + - new :fail_on_warning feature, for more easily seeing where the + surprising warning appeared during testing + ------------------------------------------------------------------- Wed Jan 27 10:43:06 UTC 2016 - coolo@suse.com diff --git a/perl-Test-Warnings.spec b/perl-Test-Warnings.spec index 1951bb7..9a1ccff 100644 --- a/perl-Test-Warnings.spec +++ b/perl-Test-Warnings.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Warnings # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Test-Warnings -Version: 0.026 +Version: 0.027 Release: 0 %define cpan_name Test-Warnings Summary: Test for warnings and the lack of them -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Test-Warnings/ -Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +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 @@ -65,11 +65,11 @@ the content of expected warnings; read on to find out how. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -78,6 +78,7 @@ the content of expected warnings; read on to find out how. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTING examples LICENCE README +%doc Changes CONTRIBUTING examples README +%license LICENCE %changelog