- new version format, see https://github.com/openSUSE/cpanspec/issues/47
- updated to 3.46 see /usr/share/doc/packages/perl-Test-Harness/Changes 3.46 2023-07-30 - Color the "ok"s as well. - Skip symlink tests on msys2 - Use use absolute path for executable tests - Space-quote executable if has spaces - Avoid using Errno::EINTR directly for platforms without it - stop calling import on App::Prove plugins 3.45_02 2023-06-01 - Avoid using Errno::EINTR directly for platforms without it 3.45_01 28-04-2023 - Color the "ok"s as well. - Skip symlink tests on msys2 - Use use absolute path for executable tests - Space-quote executable if has spaces OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Harness?expand=0&rev=30
This commit is contained in:
parent
26741c738f
commit
412e7f7a96
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7eb591ea6b499ece6745ff3e80e60cee669f0037f9ccbc4e4511425f593e5297
|
|
||||||
size 215148
|
|
3
Test-Harness-3.46.tar.gz
Normal file
3
Test-Harness-3.46.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4c9e2e704035fc290695fa2ab0db3570715ed1aaadb061423564bc5365f47813
|
||||||
|
size 215476
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 8 03:10:08 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 3.46
|
||||||
|
see /usr/share/doc/packages/perl-Test-Harness/Changes
|
||||||
|
|
||||||
|
3.46 2023-07-30
|
||||||
|
- Color the "ok"s as well.
|
||||||
|
- Skip symlink tests on msys2
|
||||||
|
- Use use absolute path for executable tests
|
||||||
|
- Space-quote executable if has spaces
|
||||||
|
- Avoid using Errno::EINTR directly for platforms without it
|
||||||
|
- stop calling import on App::Prove plugins
|
||||||
|
|
||||||
|
3.45_02 2023-06-01
|
||||||
|
- Avoid using Errno::EINTR directly for platforms without it
|
||||||
|
|
||||||
|
3.45_01 28-04-2023
|
||||||
|
- Color the "ok"s as well.
|
||||||
|
- Skip symlink tests on msys2
|
||||||
|
- Use use absolute path for executable tests
|
||||||
|
- Space-quote executable if has spaces
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 18 03:15:18 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
Mon Apr 18 03:15:18 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Harness
|
# spec file for package perl-Test-Harness
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,16 +18,66 @@
|
|||||||
|
|
||||||
%define cpan_name Test-Harness
|
%define cpan_name Test-Harness
|
||||||
Name: perl-Test-Harness
|
Name: perl-Test-Harness
|
||||||
Version: 3.44
|
Version: 3.460.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
%define cpan_version 3.46
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Run Perl standard test scripts with statistics
|
Summary: Run Perl standard test scripts with statistics
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
Provides: perl(App::Prove) = 3.460.0
|
||||||
|
Provides: perl(App::Prove::State) = 3.460.0
|
||||||
|
Provides: perl(App::Prove::State::Result) = 3.460.0
|
||||||
|
Provides: perl(App::Prove::State::Result::Test) = 3.460.0
|
||||||
|
Provides: perl(TAP::Base) = 3.460.0
|
||||||
|
Provides: perl(TAP::Formatter::Base) = 3.460.0
|
||||||
|
Provides: perl(TAP::Formatter::Color) = 3.460.0
|
||||||
|
Provides: perl(TAP::Formatter::Console) = 3.460.0
|
||||||
|
Provides: perl(TAP::Formatter::Console::ParallelSession) = 3.460.0
|
||||||
|
Provides: perl(TAP::Formatter::Console::Session) = 3.460.0
|
||||||
|
Provides: perl(TAP::Formatter::File) = 3.460.0
|
||||||
|
Provides: perl(TAP::Formatter::File::Session) = 3.460.0
|
||||||
|
Provides: perl(TAP::Formatter::Session) = 3.460.0
|
||||||
|
Provides: perl(TAP::Harness) = 3.460.0
|
||||||
|
Provides: perl(TAP::Harness::Env) = 3.460.0
|
||||||
|
Provides: perl(TAP::Object) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Aggregator) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Grammar) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Iterator) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Iterator::Array) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Iterator::Process) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Iterator::Stream) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::IteratorFactory) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Multiplexer) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Result) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Result::Bailout) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Result::Comment) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Result::Plan) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Result::Pragma) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Result::Test) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Result::Unknown) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Result::Version) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Result::YAML) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::ResultFactory) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Scheduler) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Scheduler::Job) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Scheduler::Spinner) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::Source) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::SourceHandler) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::SourceHandler::Executable) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::SourceHandler::File) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::SourceHandler::Handle) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::SourceHandler::Perl) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::SourceHandler::RawTAP) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::YAMLish::Reader) = 3.460.0
|
||||||
|
Provides: perl(TAP::Parser::YAMLish::Writer) = 3.460.0
|
||||||
|
Provides: perl(Test::Harness) = 3.460.0
|
||||||
|
%define __perllib_provides /bin/true
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -45,8 +95,9 @@ See TAP::Parser, TAP::Harness for the main documentation for this
|
|||||||
distribution.
|
distribution.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
|
||||||
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -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