8
0

Compare commits

...

10 Commits

Author SHA256 Message Date
ca62ba405d Accepting request 1276802 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1276802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Harness?expand=0&rev=2
2025-05-12 14:52:03 +00:00
Martin Pluskal
b20dd10718 Accepting request 1276518 from devel:languages:perl:autoupdate
- updated to 3.52
   see /usr/share/doc/packages/perl-Test-Harness/Changes
  3.52    2025-05-03
  3.51_01 2025-01-17
          - Supports additional indicators on block scalars in YAML
          - fix string comparisons with $] to use numeric comparison instead

OBS-URL: https://build.opensuse.org/request/show/1276518
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Harness?expand=0&rev=36
2025-05-12 10:27:58 +00:00
2b2eb440df Accepting request 1238288 from devel:languages:perl
Required by perl-Time-Out

OBS-URL: https://build.opensuse.org/request/show/1238288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Harness?expand=0&rev=1
2025-01-16 17:34:57 +00:00
Martin Pluskal
1bfed8a3af Accepting request 1195918 from devel:languages:perl:autoupdate
- updated to 3.50
   see /usr/share/doc/packages/perl-Test-Harness/Changes

OBS-URL: https://build.opensuse.org/request/show/1195918
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Harness?expand=0&rev=34
2024-08-26 10:26:04 +00:00
4348175664 Fix disabling of __perllib_provides
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Harness?expand=0&rev=33
2024-03-08 23:05:33 +00:00
Martin Pluskal
17ce3d0ef3 Accepting request 1116898 from devel:languages:perl:autoupdate
- updated to 3.48
   see /usr/share/doc/packages/perl-Test-Harness/Changes
  3.48 2023-10-02
          - Accept TAP version 14

OBS-URL: https://build.opensuse.org/request/show/1116898
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Harness?expand=0&rev=32
2023-10-11 10:54:43 +00:00
Martin Pluskal
3d587d0d64 Accepting request 1108653 from devel:languages:perl:autoupdate
- updated to 3.47
   see /usr/share/doc/packages/perl-Test-Harness/Changes
  3.47 2023-08-13
          - Add missing negation in EINTR check
          - Fix HARNESS_PERL_SWITCHES=-I handling in TAP::Harness::Env

OBS-URL: https://build.opensuse.org/request/show/1108653
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Harness?expand=0&rev=31
2023-09-04 11:07:54 +00:00
a2a61973cf Accepting request 1102946 from devel:languages:perl:autoupdate
- 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/request/show/1102946
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Harness?expand=0&rev=30
2023-08-08 15:12:23 +00:00
Martin Pluskal
e7c72e6a73 Accepting request 970711 from devel:languages:perl:autoupdate
- 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/request/show/970711
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Harness?expand=0&rev=29
2022-04-19 13:53:27 +00:00
Stephan Kulow
4311006d70 Accepting request 588894 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/588894
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Harness?expand=0&rev=26
2018-04-04 10:13:35 +00:00
4 changed files with 110 additions and 18 deletions

View File

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

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

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

View File

@@ -1,3 +1,97 @@
-------------------------------------------------------------------
Sun May 4 05:34:35 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 3.52
see /usr/share/doc/packages/perl-Test-Harness/Changes
3.52 2025-05-03
3.51_01 2025-01-17
- Supports additional indicators on block scalars in YAML
- fix string comparisons with $] to use numeric comparison instead
-------------------------------------------------------------------
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>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Tue Oct 3 03:08:13 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 3.48
see /usr/share/doc/packages/perl-Test-Harness/Changes
3.48 2023-10-02
- Accept TAP version 14
-------------------------------------------------------------------
Mon Aug 14 03:07:33 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 3.47
see /usr/share/doc/packages/perl-Test-Harness/Changes
3.47 2023-08-13
- Add missing negation in EINTR check
- Fix HARNESS_PERL_SWITCHES=-I handling in TAP::Harness::Env
-------------------------------------------------------------------
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>
- 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
- updated to 3.42
see /usr/share/doc/packages/perl-Test-Harness/Changes-2.64
-------------------------------------------------------------------
Thu Mar 1 07:04:20 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Harness
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# 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)
# 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.41
Release: 0
%define cpan_name Test-Harness
Summary: Run Perl standard test scripts with statistics
Name: perl-Test-Harness
Version: 3.52
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-Harness/
Summary: Run Perl standard test scripts with statistics
URL: https://metacpan.org/release/%{cpan_name}
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
BuildRequires: perl
BuildRequires: perl-macros
%{perl_requires}
@@ -47,18 +45,19 @@ See TAP::Parser, TAP::Harness for the main documentation for this
distribution.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%autosetup -n %{cpan_name}-%{version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
# MANUAL BEGIN
chmod a+x t/source_tests/source.sh t/source_tests/source_args.sh
# MANUAL END
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@@ -70,7 +69,6 @@ mv %buildroot/usr/share/man/man1/prove.1 %buildroot/usr/share/man/man1/prove-cpa
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes Changes-2.64 examples MANIFEST.CUMMULATIVE README
%changelog