diff --git a/Test-Needs-0.002005.tar.gz b/Test-Needs-0.002005.tar.gz deleted file mode 100644 index 8818767..0000000 --- a/Test-Needs-0.002005.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a4f33983586edacdbe00a3b429a9834190140190dab28d0f873c394eb7df399 -size 8505 diff --git a/Test-Needs-0.002006.tar.gz b/Test-Needs-0.002006.tar.gz new file mode 100644 index 0000000..a34e996 --- /dev/null +++ b/Test-Needs-0.002006.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f9fff0c96c5e09f34d0416b3533c3319f7cd0bb1f7fe8f8072ad59f433f0e5 +size 15337 diff --git a/perl-Test-Needs.changes b/perl-Test-Needs.changes index 6e28f8f..3d46639 100644 --- a/perl-Test-Needs.changes +++ b/perl-Test-Needs.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Apr 5 05:29:56 UTC 2019 - Stephan Kulow + +- updated to 0.002006 + see /usr/share/doc/packages/perl-Test-Needs/Changes + + 0.002006 - 2019-04-04 + - added additional references to related modules in pod + - various internal cleanups + - fix backwards compatibility with earlier versions of version.pm + - fix output from test script when tests fail + - added note about RELEASE_TESTING to test message on forced failures + ------------------------------------------------------------------- Tue Sep 27 06:17:39 UTC 2016 - coolo@suse.com diff --git a/perl-Test-Needs.spec b/perl-Test-Needs.spec index 0fe6acb..27d7905 100644 --- a/perl-Test-Needs.spec +++ b/perl-Test-Needs.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Needs # -# 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-Needs -Version: 0.002005 +Version: 0.002006 Release: 0 %define cpan_name Test-Needs Summary: Skip tests when modules not available -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-Needs/ -Source0: http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -59,11 +59,11 @@ continue running after that point. %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 @@ -73,5 +73,6 @@ continue running after that point. %files -f %{name}.files %defattr(-,root,root,755) %doc Changes README +%license LICENSE %changelog