diff --git a/Test-Harness-3.36.tar.gz b/Test-Harness-3.36.tar.gz deleted file mode 100644 index c20501f..0000000 --- a/Test-Harness-3.36.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7566f13b041d028b56f184b77ec2545ec6f0bb5a0f8f5368f7e4a08b496b63e -size 213440 diff --git a/Test-Harness-3.38.tar.gz b/Test-Harness-3.38.tar.gz new file mode 100644 index 0000000..0a3e8dd --- /dev/null +++ b/Test-Harness-3.38.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af906dd279217a6db5064a058658f2b1d5aa1d307ed6f142d96ac4d339754c01 +size 211530 diff --git a/perl-Test-Harness.changes b/perl-Test-Harness.changes index 1924f15..6f9e5d9 100644 --- a/perl-Test-Harness.changes +++ b/perl-Test-Harness.changes @@ -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 diff --git a/perl-Test-Harness.spec b/perl-Test-Harness.spec index d90ee91..2335c67 100644 --- a/perl-Test-Harness.spec +++ b/perl-Test-Harness.spec @@ -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