Accepting request 691642 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/691642
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Needs?expand=0&rev=7
This commit is contained in:
Stephan Kulow 2019-04-05 05:36:47 +00:00 committed by Git OBS Bridge
parent 3dad5ddba5
commit 22ed9f03ee
4 changed files with 26 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a4f33983586edacdbe00a3b429a9834190140190dab28d0f873c394eb7df399
size 8505

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77f9fff0c96c5e09f34d0416b3533c3319f7cd0bb1f7fe8f8072ad59f433f0e5
size 15337

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Apr 5 05:29:56 UTC 2019 - Stephan Kulow <coolo@suse.com>
- 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

View File

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