automatic update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Harness?expand=0&rev=23
This commit is contained in:
parent
bf26ed0896
commit
b35c7d5732
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e7566f13b041d028b56f184b77ec2545ec6f0bb5a0f8f5368f7e4a08b496b63e
|
|
||||||
size 213440
|
|
3
Test-Harness-3.38.tar.gz
Normal file
3
Test-Harness-3.38.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:af906dd279217a6db5064a058658f2b1d5aa1d307ed6f142d96ac4d339754c01
|
||||||
|
size 211530
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 14 07:44:45 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 3.38
|
||||||
|
see /usr/share/doc/packages/perl-Test-Harness/Changes-2.64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 13 15:34:25 UTC 2017 - coolo@suse.com
|
Mon Mar 13 15:34:25 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-Harness
|
Name: perl-Test-Harness
|
||||||
Version: 3.36
|
Version: 3.38
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Test-Harness
|
%define cpan_name Test-Harness
|
||||||
Summary: Run Perl standard test scripts with statistics
|
Summary: Run Perl standard test scripts with statistics
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Test-Harness/
|
Url: http://search.cpan.org/dist/Test-Harness/
|
||||||
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -33,23 +33,22 @@ BuildRequires: perl-macros
|
|||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Although, for historical reasons, the the Test::Harness manpage
|
Although, for historical reasons, the Test::Harness distribution takes its
|
||||||
distribution takes its name from this module it now exists only to provide
|
name from this module it now exists only to provide TAP::Harness with an
|
||||||
the TAP::Harness manpage with an interface that is somewhat backwards
|
interface that is somewhat backwards compatible with Test::Harness 2.xx. If
|
||||||
compatible with the Test::Harness manpage 2.xx. If you're writing new code
|
you're writing new code consider using TAP::Harness directly instead.
|
||||||
consider using the TAP::Harness manpage directly instead.
|
|
||||||
|
|
||||||
Emulation is provided for 'runtests' and 'execute_tests' but the pluggable
|
Emulation is provided for 'runtests' and 'execute_tests' but the pluggable
|
||||||
'Straps' interface that previous versions of the Test::Harness manpage
|
'Straps' interface that previous versions of Test::Harness supported is not
|
||||||
supported is not reproduced here. Straps is now available as a stand alone
|
reproduced here. Straps is now available as a stand alone module:
|
||||||
module: the Test::Harness::Straps manpage.
|
Test::Harness::Straps.
|
||||||
|
|
||||||
See the TAP::Parser manpage, the TAP::Harness manpage for the main
|
See TAP::Parser, TAP::Harness for the main documentation for this
|
||||||
documentation for this distribution.
|
distribution.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
find . -type f -print0 | xargs -0 chmod 644
|
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
chmod a+x t/source_tests/source.sh t/source_tests/source_args.sh
|
chmod a+x t/source_tests/source.sh t/source_tests/source_args.sh
|
||||||
# MANUAL END
|
# MANUAL END
|
||||||
|
Loading…
x
Reference in New Issue
Block a user