Stephan Kulow 2017-03-15 09:03:16 +00:00 committed by Git OBS Bridge
parent bf26ed0896
commit b35c7d5732
4 changed files with 21 additions and 16 deletions

View File

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

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

View File

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

View File

@ -17,14 +17,14 @@
Name: perl-Test-Harness
Version: 3.36
Version: 3.38
Release: 0
%define cpan_name Test-Harness
Summary: Run Perl standard test scripts with statistics
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
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
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -33,23 +33,22 @@ BuildRequires: perl-macros
%{perl_requires}
%description
Although, for historical reasons, the the Test::Harness manpage
distribution takes its name from this module it now exists only to provide
the TAP::Harness manpage with an interface that is somewhat backwards
compatible with the Test::Harness manpage 2.xx. If you're writing new code
consider using the TAP::Harness manpage directly instead.
Although, for historical reasons, the Test::Harness distribution takes its
name from this module it now exists only to provide TAP::Harness with an
interface that is somewhat backwards compatible with Test::Harness 2.xx. If
you're writing new code consider using TAP::Harness directly instead.
Emulation is provided for 'runtests' and 'execute_tests' but the pluggable
'Straps' interface that previous versions of the Test::Harness manpage
supported is not reproduced here. Straps is now available as a stand alone
module: the Test::Harness::Straps manpage.
'Straps' interface that previous versions of Test::Harness supported is not
reproduced here. Straps is now available as a stand alone module:
Test::Harness::Straps.
See the TAP::Parser manpage, the TAP::Harness manpage for the main
documentation for this distribution.
See TAP::Parser, TAP::Harness for the main documentation for this
distribution.
%prep
%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
chmod a+x t/source_tests/source.sh t/source_tests/source_args.sh
# MANUAL END