- updated to 3.50

see /usr/share/doc/packages/perl-Test-Harness/Changes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Harness?expand=0&rev=34
This commit is contained in:
Martin Pluskal 2024-08-26 10:26:04 +00:00 committed by Git OBS Bridge
parent 539c0b026f
commit bc702eeb7f
4 changed files with 12 additions and 56 deletions

View File

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

3
Test-Harness-3.50.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 14 05:30:43 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 3.50
see /usr/share/doc/packages/perl-Test-Harness/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 8 23:05:30 UTC 2024 - Tina Müller <tina.mueller@suse.com> Fri Mar 8 23:05:30 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@ -18,66 +18,16 @@
%define cpan_name Test-Harness %define cpan_name Test-Harness
Name: perl-Test-Harness Name: perl-Test-Harness
Version: 3.480.0 Version: 3.50
Release: 0 Release: 0
%define cpan_version 3.48
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}-%{cpan_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
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
Provides: perl(App::Prove) = 3.480.0
Provides: perl(App::Prove::State) = 3.480.0
Provides: perl(App::Prove::State::Result) = 3.480.0
Provides: perl(App::Prove::State::Result::Test) = 3.480.0
Provides: perl(TAP::Base) = 3.480.0
Provides: perl(TAP::Formatter::Base) = 3.480.0
Provides: perl(TAP::Formatter::Color) = 3.480.0
Provides: perl(TAP::Formatter::Console) = 3.480.0
Provides: perl(TAP::Formatter::Console::ParallelSession) = 3.480.0
Provides: perl(TAP::Formatter::Console::Session) = 3.480.0
Provides: perl(TAP::Formatter::File) = 3.480.0
Provides: perl(TAP::Formatter::File::Session) = 3.480.0
Provides: perl(TAP::Formatter::Session) = 3.480.0
Provides: perl(TAP::Harness) = 3.480.0
Provides: perl(TAP::Harness::Env) = 3.480.0
Provides: perl(TAP::Object) = 3.480.0
Provides: perl(TAP::Parser) = 3.480.0
Provides: perl(TAP::Parser::Aggregator) = 3.480.0
Provides: perl(TAP::Parser::Grammar) = 3.480.0
Provides: perl(TAP::Parser::Iterator) = 3.480.0
Provides: perl(TAP::Parser::Iterator::Array) = 3.480.0
Provides: perl(TAP::Parser::Iterator::Process) = 3.480.0
Provides: perl(TAP::Parser::Iterator::Stream) = 3.480.0
Provides: perl(TAP::Parser::IteratorFactory) = 3.480.0
Provides: perl(TAP::Parser::Multiplexer) = 3.480.0
Provides: perl(TAP::Parser::Result) = 3.480.0
Provides: perl(TAP::Parser::Result::Bailout) = 3.480.0
Provides: perl(TAP::Parser::Result::Comment) = 3.480.0
Provides: perl(TAP::Parser::Result::Plan) = 3.480.0
Provides: perl(TAP::Parser::Result::Pragma) = 3.480.0
Provides: perl(TAP::Parser::Result::Test) = 3.480.0
Provides: perl(TAP::Parser::Result::Unknown) = 3.480.0
Provides: perl(TAP::Parser::Result::Version) = 3.480.0
Provides: perl(TAP::Parser::Result::YAML) = 3.480.0
Provides: perl(TAP::Parser::ResultFactory) = 3.480.0
Provides: perl(TAP::Parser::Scheduler) = 3.480.0
Provides: perl(TAP::Parser::Scheduler::Job) = 3.480.0
Provides: perl(TAP::Parser::Scheduler::Spinner) = 3.480.0
Provides: perl(TAP::Parser::Source) = 3.480.0
Provides: perl(TAP::Parser::SourceHandler) = 3.480.0
Provides: perl(TAP::Parser::SourceHandler::Executable) = 3.480.0
Provides: perl(TAP::Parser::SourceHandler::File) = 3.480.0
Provides: perl(TAP::Parser::SourceHandler::Handle) = 3.480.0
Provides: perl(TAP::Parser::SourceHandler::Perl) = 3.480.0
Provides: perl(TAP::Parser::SourceHandler::RawTAP) = 3.480.0
Provides: perl(TAP::Parser::YAMLish::Reader) = 3.480.0
Provides: perl(TAP::Parser::YAMLish::Writer) = 3.480.0
Provides: perl(Test::Harness) = 3.480.0
%undefine __perllib_provides
%{perl_requires} %{perl_requires}
%description %description
@ -95,7 +45,7 @@ See TAP::Parser, TAP::Harness for the main documentation for this
distribution. distribution.
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} %autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -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