- updated to 3.44

see /usr/share/doc/packages/perl-Test-Harness/Changes
  3.44     17-04-2022
          - Release 3.43_06 as non-dev
  3.43_06  11-04-2022
          - Fix skipping SEGV test
  3.43_05  07-04-2022
          - Fix failing SEGV test on Windows
  3.43_04 22-01-2022
          - Remove ASCII-isms to better work on EBCDIC
  3.43_03 30-07-2021
          - Move timer initialization
          - Fix YAMLish behaviour with empty values
          - fix eintr error handling in TAP::Parser::Multiplexer
          - Parse out signal name & core dump.
  3.43_02 25-03-2020
          - Let the aggregator finish gracefully after bailout
          - Make prove respect HARNESS_VERBOSE if no verbosity flags are passed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Harness?expand=0&rev=29
This commit is contained in:
Martin Pluskal 2022-04-19 13:53:27 +00:00 committed by Git OBS Bridge
parent 6b4b07a711
commit 26741c738f
4 changed files with 38 additions and 18 deletions

View File

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

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

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Apr 18 03:15:18 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 3.44
see /usr/share/doc/packages/perl-Test-Harness/Changes
3.44 17-04-2022
- Release 3.43_06 as non-dev
3.43_06 11-04-2022
- Fix skipping SEGV test
3.43_05 07-04-2022
- Fix failing SEGV test on Windows
3.43_04 22-01-2022
- Remove ASCII-isms to better work on EBCDIC
3.43_03 30-07-2021
- Move timer initialization
- Fix YAMLish behaviour with empty values
- fix eintr error handling in TAP::Parser::Multiplexer
- Parse out signal name & core dump.
3.43_02 25-03-2020
- Let the aggregator finish gracefully after bailout
- Make prove respect HARNESS_VERBOSE if no verbosity flags are passed
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 20 06:57:24 UTC 2018 - coolo@suse.com Tue Mar 20 06:57:24 UTC 2018 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Test-Harness # spec file for package perl-Test-Harness
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2022 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
@ -12,22 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: perl-Test-Harness
Version: 3.42
Release: 0
%define cpan_name Test-Harness %define cpan_name Test-Harness
Summary: Run Perl standard test scripts with statistics Name: perl-Test-Harness
Version: 3.44
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Summary: Run Perl standard test scripts with statistics
Url: http://search.cpan.org/dist/Test-Harness/ 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}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
%{perl_requires} %{perl_requires}
@ -47,18 +45,18 @@ See TAP::Parser, TAP::Harness for the main documentation for this
distribution. distribution.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -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
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %make_build
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@ -70,7 +68,6 @@ mv %buildroot/usr/share/man/man1/prove.1 %buildroot/usr/share/man/man1/prove-cpa
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes Changes-2.64 examples MANIFEST.CUMMULATIVE README %doc Changes Changes-2.64 examples MANIFEST.CUMMULATIVE README
%changelog %changelog