Blame SPECS/perl-Test-Simple.spec

1e0ce3
%{?scl:%scl_package perl-Test-Simple}
1e0ce3
1e0ce3
%if ! (0%{?rhel}) && ! (0%{?scl:1})
1e0ce3
%bcond_without perl_Test_Simple_enables_optional_test
1e0ce3
%else
1e0ce3
%bcond_with perl_Test_Simple_enables_optional_test
1e0ce3
%endif
1e0ce3
1e0ce3
Name:           %{?scl_prefix}perl-Test-Simple
1e0ce3
Summary:        Basic utilities for writing tests
1e0ce3
Epoch:          3
1e0ce3
Version:        1.302170
1e0ce3
Release:        4%{?dist}
1e0ce3
# CC0: lib/ok.pm
1e0ce3
# Public Domain: lib/Test/Tutorial.pod
1e0ce3
# GPL+ or Artistic: the rest of the distribution
1e0ce3
License:        (GPL+ or Artistic) and CC0 and Public Domain
1e0ce3
URL:            https://metacpan.org/release/Test-Simple
1e0ce3
Source0:        https://cpan.metacpan.org/modules/by-module/Test/Test-Simple-%{version}.tar.gz
1e0ce3
BuildArch:      noarch
1e0ce3
# Module Build
1e0ce3
BuildRequires:  coreutils
1e0ce3
BuildRequires:  findutils
1e0ce3
BuildRequires:  make
1e0ce3
BuildRequires:  %{?scl_prefix}perl-generators
1e0ce3
BuildRequires:  %{?scl_prefix}perl-interpreter
1e0ce3
BuildRequires:  %{?scl_prefix}perl(Config)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(ExtUtils::MakeMaker) >= 6.76
1e0ce3
# Module Runtime
1e0ce3
BuildRequires:  %{?scl_prefix}perl(base)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(Carp)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(Data::Dumper)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(Exporter)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(File::Spec)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(File::Temp)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(IO::Handle)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(List::Util)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(overload)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(PerlIO) >= 1.02
1e0ce3
BuildRequires:  %{?scl_prefix}perl(POSIX)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(Scalar::Util) >= 1.13
1e0ce3
BuildRequires:  %{?scl_prefix}perl(Storable)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(strict)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(Symbol)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(Term::ANSIColor)
1e0ce3
%if !%{defined perl_bootstrap}
1e0ce3
BuildRequires:  %{?scl_prefix}perl(Term::Table)
1e0ce3
%endif
1e0ce3
BuildRequires:  %{?scl_prefix}perl(vars)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(warnings)
1e0ce3
# Test Suite
1e0ce3
BuildRequires:  %{?scl_prefix}perl(Cwd)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(File::Basename)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(IO::Pipe)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(lib)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(threads)
1e0ce3
# Optional Tests
1e0ce3
BuildRequires:  %{?scl_prefix}perl(CPAN::Meta)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(CPAN::Meta::Requirements) >= 2.120920
1e0ce3
BuildRequires:  %{?scl_prefix}perl(IPC::Open3)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(Module::Metadata)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(POSIX)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(Test::Harness) >= 2.03
1e0ce3
%if !%{defined perl_bootstrap}
1e0ce3
%if %{with perl_Test_Simple_enables_optional_test}
1e0ce3
BuildRequires:  %{?scl_prefix}perl(Test::Class)
1e0ce3
BuildRequires:  %{?scl_prefix}perl(Test::Pod) >= 0.95
1e0ce3
BuildRequires:  %{?scl_prefix}perl(Test::Script)
1e0ce3
%endif
1e0ce3
%endif
1e0ce3
# Runtime
1e0ce3
Requires:       %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'}))
1e0ce3
Requires:       %{?scl_prefix}perl(Data::Dumper)
1e0ce3
Requires:       %{?scl_prefix}perl(Term::ANSIColor)
1e0ce3
%if !%{defined perl_bootstrap}
1e0ce3
Requires:       %{?scl_prefix}perl(Term::Table)
1e0ce3
%endif
1e0ce3
1e0ce3
%{?perl_default_filter}
1e0ce3
1e0ce3
%description
1e0ce3
This package provides the bulk of the core testing facilities. For more
1e0ce3
information, see perldoc for Test::Simple, Test::More, etc.
1e0ce3
1e0ce3
This package is the CPAN component of the dual-lifed core package Test-Simple.
1e0ce3
1e0ce3
%prep
1e0ce3
%setup -q -n Test-Simple-%{version}
1e0ce3
%{?scl:scl enable %{scl} - <<'EOC'}
1e0ce3
find t -type f \
1e0ce3
    -exec perl -MConfig -i -pe 's{^#!/usr/bin/(?:env )?perl}{$Config{startperl}}' {} +
1e0ce3
%{?scl:EOC}
1e0ce3
1e0ce3
%build
1e0ce3
%{?scl:scl enable %{scl} '}perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 && %{make_build}%{?scl:'}
1e0ce3
1e0ce3
%install
1e0ce3
%{?scl:scl enable %{scl} '}%{make_install}%{?scl:'}
1e0ce3
%{_fixperms} -c %{buildroot}
1e0ce3
1e0ce3
%check
1e0ce3
%{?scl:scl enable %{scl} '}make test %{!?perl_bootstrap:AUTHOR_TESTING=1}%{?scl:'}
1e0ce3
1e0ce3
%files
1e0ce3
%doc LICENSE
1e0ce3
%doc Changes README examples/ t/
1e0ce3
%dir %{perl_vendorlib}/Test/
1e0ce3
%{perl_vendorlib}/ok.pm
1e0ce3
%{perl_vendorlib}/Test/Builder.pm
1e0ce3
%{perl_vendorlib}/Test/Builder/
1e0ce3
%{perl_vendorlib}/Test/More.pm
1e0ce3
%{perl_vendorlib}/Test/Simple.pm
1e0ce3
%{perl_vendorlib}/Test/Tester.pm
1e0ce3
%{perl_vendorlib}/Test/Tester/
1e0ce3
%doc %{perl_vendorlib}/Test/Tutorial.pod
1e0ce3
%{perl_vendorlib}/Test/use/
1e0ce3
%{perl_vendorlib}/Test2.pm
1e0ce3
%{perl_vendorlib}/Test2/
1e0ce3
%{_mandir}/man3/ok.3*
1e0ce3
%{_mandir}/man3/Test::Builder.3*
1e0ce3
%{_mandir}/man3/Test::Builder::Formatter.3*
1e0ce3
%{_mandir}/man3/Test::Builder::IO::Scalar.3*
1e0ce3
%{_mandir}/man3/Test::Builder::Module.3*
1e0ce3
%{_mandir}/man3/Test::Builder::Tester.3*
1e0ce3
%{_mandir}/man3/Test::Builder::Tester::Color.3*
1e0ce3
%{_mandir}/man3/Test::Builder::TodoDiag.3*
1e0ce3
%{_mandir}/man3/Test::More.3*
1e0ce3
%{_mandir}/man3/Test::Simple.3*
1e0ce3
%{_mandir}/man3/Test::Tester.3*
1e0ce3
%{_mandir}/man3/Test::Tester::Capture.3*
1e0ce3
%{_mandir}/man3/Test::Tester::CaptureRunner.3*
1e0ce3
%{_mandir}/man3/Test::Tutorial.3*
1e0ce3
%{_mandir}/man3/Test::use::ok.3*
1e0ce3
%{_mandir}/man3/Test2.3*
1e0ce3
%{_mandir}/man3/Test2::API.3*
1e0ce3
%{_mandir}/man3/Test2::API::Breakage.3*
1e0ce3
%{_mandir}/man3/Test2::API::Context.3*
1e0ce3
%{_mandir}/man3/Test2::API::Instance.3*
1e0ce3
%{_mandir}/man3/Test2::API::Stack.3*
1e0ce3
%{_mandir}/man3/Test2::Event.3*
1e0ce3
%{_mandir}/man3/Test2::Event::Bail.3*
1e0ce3
%{_mandir}/man3/Test2::Event::Diag.3*
1e0ce3
%{_mandir}/man3/Test2::Event::Encoding.3*
1e0ce3
%{_mandir}/man3/Test2::Event::Exception.3*
1e0ce3
%{_mandir}/man3/Test2::Event::Fail.3*
1e0ce3
%{_mandir}/man3/Test2::Event::Generic.3*
1e0ce3
%{_mandir}/man3/Test2::Event::Note.3*
1e0ce3
%{_mandir}/man3/Test2::Event::Ok.3*
1e0ce3
%{_mandir}/man3/Test2::Event::Pass.3*
1e0ce3
%{_mandir}/man3/Test2::Event::Plan.3*
1e0ce3
%{_mandir}/man3/Test2::Event::Skip.3*
1e0ce3
%{_mandir}/man3/Test2::Event::Subtest.3*
1e0ce3
%{_mandir}/man3/Test2::Event::TAP::Version.3*
1e0ce3
%{_mandir}/man3/Test2::Event::V2.3*
1e0ce3
%{_mandir}/man3/Test2::Event::Waiting.3*
1e0ce3
%{_mandir}/man3/Test2::EventFacet.3*
1e0ce3
%{_mandir}/man3/Test2::EventFacet::About.3*
1e0ce3
%{_mandir}/man3/Test2::EventFacet::Amnesty.3*
1e0ce3
%{_mandir}/man3/Test2::EventFacet::Assert.3*
1e0ce3
%{_mandir}/man3/Test2::EventFacet::Control.3*
1e0ce3
%{_mandir}/man3/Test2::EventFacet::Error.3*
1e0ce3
%{_mandir}/man3/Test2::EventFacet::Hub.3*
1e0ce3
%{_mandir}/man3/Test2::EventFacet::Info.3*
1e0ce3
%{_mandir}/man3/Test2::EventFacet::Info::Table.3*
1e0ce3
%{_mandir}/man3/Test2::EventFacet::Meta.3*
1e0ce3
%{_mandir}/man3/Test2::EventFacet::Parent.3*
1e0ce3
%{_mandir}/man3/Test2::EventFacet::Plan.3*
1e0ce3
%{_mandir}/man3/Test2::EventFacet::Render.3*
1e0ce3
%{_mandir}/man3/Test2::EventFacet::Trace.3*
1e0ce3
%{_mandir}/man3/Test2::Formatter.3*
1e0ce3
%{_mandir}/man3/Test2::Formatter::TAP.3*
1e0ce3
%{_mandir}/man3/Test2::Hub.3*
1e0ce3
%{_mandir}/man3/Test2::Hub::Interceptor.3*
1e0ce3
%{_mandir}/man3/Test2::Hub::Interceptor::Terminator.3*
1e0ce3
%{_mandir}/man3/Test2::Hub::Subtest.3*
1e0ce3
%{_mandir}/man3/Test2::IPC.3*
1e0ce3
%{_mandir}/man3/Test2::IPC::Driver.3*
1e0ce3
%{_mandir}/man3/Test2::IPC::Driver::Files.3*
1e0ce3
%{_mandir}/man3/Test2::Tools::Tiny.3*
1e0ce3
%{_mandir}/man3/Test2::Transition.3*
1e0ce3
%{_mandir}/man3/Test2::Util.3*
1e0ce3
%{_mandir}/man3/Test2::Util::ExternalMeta.3*
1e0ce3
%{_mandir}/man3/Test2::Util::Facets2Legacy.3*
1e0ce3
%{_mandir}/man3/Test2::Util::HashBase.3*
1e0ce3
%{_mandir}/man3/Test2::Util::Trace.3*
1e0ce3
1e0ce3
%changelog
1e0ce3
* Tue Mar 17 2020 Petr Pisar <ppisar@redhat.com> - 3:1.302170-4
1e0ce3
- Normalize shebangs in the tests (bug #1813340)
1e0ce3
1e0ce3
* Wed Jan 08 2020 Jitka Plesnikova <jplesnik@redhat.com> - 3:1.302170-3
1e0ce3
- Re-rebuild of bootstrapped packages
1e0ce3
1e0ce3
* Fri Dec 20 2019 Jitka Plesnikova <jplesnik@redhat.com> - 3:1.302170-2
1e0ce3
- SCL
1e0ce3
1e0ce3
* Tue Dec  3 2019 Paul Howarth <paul@city-fan.org> - 3:1.302170-1
1e0ce3
- Update to 1.302170
1e0ce3
  - Fix unwanted END phase event (GH#840)
1e0ce3
1e0ce3
* Tue Nov 19 2019 Paul Howarth <paul@city-fan.org> - 3:1.302169-1
1e0ce3
- Update to 1.302169
1e0ce3
  - Update inlined Object::HashBase
1e0ce3
  - Avoid 'used only once' warnings in BEGIN and END blocks
1e0ce3
1e0ce3
* Fri Sep  6 2019 Paul Howarth <paul@city-fan.org> - 3:1.302168-1
1e0ce3
- Update to 1.302168
1e0ce3
  - Fix typo in a Test2::API::Breakage warning
1e0ce3
  - Delay loading of Term::Table until needed
1e0ce3
1e0ce3
* Mon Aug 26 2019 Paul Howarth <paul@city-fan.org> - 3:1.302167-1
1e0ce3
- Update to 1.302167
1e0ce3
  - Add test2_is_testing_done api method
1e0ce3
  - Fix string compare warning
1e0ce3
1e0ce3
* Fri Aug 16 2019 Paul Howarth <paul@city-fan.org> - 3:1.302166-1
1e0ce3
- Update to 1.302166
1e0ce3
  - Better diagnostics when a context is destroyed unexpectedly
1e0ce3
  - Add an event to notify when END phase starts
1e0ce3
1e0ce3
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.302164-4
1e0ce3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
1e0ce3
1e0ce3
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 3:1.302164-3
1e0ce3
- Perl 5.30 re-rebuild of bootstrapped packages
1e0ce3
1e0ce3
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 3:1.302164-2
1e0ce3
- Perl 5.30 rebuild
1e0ce3
1e0ce3
* Sun Apr 28 2019 Paul Howarth <paul@city-fan.org> - 2:1.302164-1
1e0ce3
- Update to 1.302164
1e0ce3
  - Do not use threads::shared in Test::Tester::Capture (GH#826)
1e0ce3
  - Add missing version info to Info/Table
1e0ce3
  - Fix event in global destruction bug (GH#827)
1e0ce3
  - Proper fix for todo = '' (GH#812, GH#829)
1e0ce3
- Modernize spec using %%{make_build} and %%{make_install}
1e0ce3
- Drop obsoletes/provides for perl-Test2 dating back to Fedora 25
1e0ce3
1e0ce3
* Wed Feb  6 2019 Paul Howarth <paul@city-fan.org> - 2:1.302162-1
1e0ce3
- Update to 1.302162
1e0ce3
  - Remove SHM Optimization
1e0ce3
  - Typo fixes in documentation
1e0ce3
1e0ce3
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.302160-2
1e0ce3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
1e0ce3
1e0ce3
* Sat Jan 19 2019 Paul Howarth <paul@city-fan.org> - 2:1.302160-1
1e0ce3
- Update to 1.302160
1e0ce3
  - Fix minor typos and missing doc sections
1e0ce3
  - Add table support in info facet and TAP formatter
1e0ce3
  - Fix TAP test on Windows
1e0ce3
  - Fix math errors in table indentation
1e0ce3
  - Devel requires Term::Table
1e0ce3
  - Add table support to ctx->fail and ctx->fail_and_return
1e0ce3
  - Fix Instance.t on haiku-os
1e0ce3
1e0ce3
* Tue Jan  8 2019 Paul Howarth <paul@city-fan.org> - 2:1.302156-1
1e0ce3
- Update to 1.302156
1e0ce3
  - Fix Windows fork+test failure (GH#814)
1e0ce3
  - Documentation updates (GH#819)
1e0ce3
  - Fix verbose TAP newline regression (GH#810)
1e0ce3
  - Fix local $TODO bugs (GH#812, GH#817)
1e0ce3
  - Fix shm read warning (GH#815)
1e0ce3
  - Merge doc fix PR's from magnolia-k
1e0ce3
  - Fix failure to check error code on shmwrite (GH#815)
1e0ce3
  - Fix localization error in new test (GH#820)
1e0ce3
  - Fix SHM test to work on machines without SHM
1e0ce3
  - Fix locale errors in Instance.t
1e0ce3
  - Windows test fixes
1e0ce3
  - Perl 5.6 test fixes
1e0ce3
  - Add trace to SHM error when possible
1e0ce3
  - Fix test not to fail in non-english locales
1e0ce3
1e0ce3
* Sun Dec  2 2018 Paul Howarth <paul@city-fan.org> - 2:1.302141-1
1e0ce3
- Update to 1.302141
1e0ce3
  - Fix bug where IPC init failed in preload+fork environments
1e0ce3
1e0ce3
* Tue Aug 14 2018 Paul Howarth <paul@city-fan.org> - 2:1.302140-1
1e0ce3
- Update to 1.302140
1e0ce3
  - Mask warning from the recent IPC fix generated when threaded Test tools are
1e0ce3
    loaded at run-time
1e0ce3
1e0ce3
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.302138-2
1e0ce3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
1e0ce3
1e0ce3
* Thu Jul 12 2018 Paul Howarth <paul@city-fan.org> - 2:1.302138-1
1e0ce3
- Update to 1.302138
1e0ce3
  - Make it safe to fork before events in IPC
1e0ce3
1e0ce3
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.302136-3
1e0ce3
- Perl 5.28 re-rebuild of bootstrapped packages
1e0ce3
1e0ce3
* Tue Jun 26 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.302136-2
1e0ce3
- Perl 5.28 rebuild
1e0ce3
1e0ce3
* Thu Apr 19 2018 Paul Howarth <paul@city-fan.org> - 1:1.302136-1
1e0ce3
- Update to 1.302136
1e0ce3
  - Add test2_add_callback_testing_done to Test2::API
1e0ce3
1e0ce3
* Fri Mar 30 2018 Paul Howarth <paul@city-fan.org> - 1:1.302135-1
1e0ce3
- Update to 1.302135
1e0ce3
  - Make sure all hubs, events, and contexts get a unique (per run) id
1e0ce3
  - Use a common generator for unique(enough) id's (not UUIDs)
1e0ce3
1e0ce3
* Mon Mar 12 2018 Paul Howarth <paul@city-fan.org> - 1:1.302133-1
1e0ce3
- Update to 1.302133
1e0ce3
  - Make sure event puts the uuid into the about facet
1e0ce3
  - Add method to validate facet data
1e0ce3
  - Add Test2::Event::V2 event class, and context helpers
1e0ce3
  - Improve how events handle facets
1e0ce3
  - Break out meta_facet_data
1e0ce3
  - Document and fix Facets2Legacy
1e0ce3
  - Fix nested and in_subtest to look at hub facets
1e0ce3
  - Fix event->related and trace with uuid
1e0ce3
1e0ce3
* Thu Mar  8 2018 Paul Howarth <paul@city-fan.org> - 1:1.302130-1
1e0ce3
- Update to 1.302130
1e0ce3
  - Make hubs tag events with a new facet
1e0ce3
1e0ce3
* Tue Mar 06 2018 Petr Pisar <ppisar@redhat.com> - 1:1.302128-1
1e0ce3
- Update to 1.302128
1e0ce3
  - Add optional UUID tagging
1e0ce3
1e0ce3
* Thu Feb 22 2018 Paul Howarth <paul@city-fan.org> - 1:1.302125-1
1e0ce3
- Update to 1.302125
1e0ce3
  - Make it possible to disable IPC
1e0ce3
  - Fix a test to skip without threads
1e0ce3
1e0ce3
* Tue Feb  6 2018 Paul Howarth <paul@city-fan.org> - 1:1.302122-1
1e0ce3
- Update to 1.302122
1e0ce3
  - Add 'mode' to render facet
1e0ce3
1e0ce3
* Mon Feb  5 2018 Paul Howarth <paul@city-fan.org> - 1:1.302121-1
1e0ce3
- Update to 1.302121
1e0ce3
  - Update Copyright
1e0ce3
  - Add 'render' facet
1e0ce3
1e0ce3
* Thu Nov 30 2017 Paul Howarth <paul@city-fan.org> - 1:1.302120-1
1e0ce3
- Update to 1.302120
1e0ce3
  - Fix IPC reload bug
1e0ce3
1e0ce3
* Wed Nov 29 2017 Paul Howarth <paul@city-fan.org> - 1:1.302118-1
1e0ce3
- Update to 1.302118
1e0ce3
  - Added pre-subtest hook to Test2::API (GH#801)
1e0ce3
  - ipc_wait now reports exit and signal values
1e0ce3
  - Add better interface for ipc_wait
1e0ce3
  - Fix event Out of Order bug
1e0ce3
  - Add driver_abort() hook for IPC Drivers
1e0ce3
1e0ce3
* Tue Nov 21 2017 Paul Howarth <paul@city-fan.org> - 1:1.302113-1
1e0ce3
- Update to 1.302113
1e0ce3
  - Fix test on threaded 5.8
1e0ce3
  - Fix SIGPIPE in IPC test
1e0ce3
  - Mark t/Test2/regression/gh_16.t as usually AUTHOR_TESTING only
1e0ce3
1e0ce3
* Mon Nov 20 2017 Paul Howarth <paul@city-fan.org> - 1:1.302111-1
1e0ce3
- Update to 1.302111
1e0ce3
  - Fix some fragile tests
1e0ce3
  - Apply p5p test patch from Craig A. Berry
1e0ce3
  - Allow regexp in Test::Tester
1e0ce3
1e0ce3
* Mon Oct 23 2017 Paul Howarth <paul@city-fan.org> - 1:1.302106-1
1e0ce3
- Update to 1.302106
1e0ce3
  - Combine multiple diags into one event
1e0ce3
  - Make version number in HashBase sane
1e0ce3
1e0ce3
* Mon Oct 16 2017 Paul Howarth <paul@city-fan.org> - 1:1.302103-1
1e0ce3
- Update to 1.302103
1e0ce3
  - Fix some TODO edge cases that were not previously accounted for
1e0ce3
1e0ce3
* Fri Oct 13 2017 Paul Howarth <paul@city-fan.org> - 1:1.302101-1
1e0ce3
- Update to 1.302101
1e0ce3
  - Bump Test::Builder::IO::Scalar version for core
1e0ce3
1e0ce3
* Wed Oct 11 2017 Paul Howarth <paul@city-fan.org> - 1:1.302100-1
1e0ce3
- Update to 1.302100
1e0ce3
  - Fix run_subtest inherit_trace option
1e0ce3
1e0ce3
* Tue Oct  3 2017 Paul Howarth <paul@city-fan.org> - 1:1.302098-1
1e0ce3
- Update to 1.302098
1e0ce3
  - Add docs for test2_stdout and test2_stderr
1e0ce3
  - Fix 5.6 support
1e0ce3
1e0ce3
* Tue Oct 3 2017 Paul Howarth <paul@city-fan.org> - 1:1.302097-1
1e0ce3
- Update to 1.302097
1e0ce3
  - Fix hub->process bug that could let an error pass
1e0ce3
  - Fix modification of read only value (#789)
1e0ce3
  - Fix typo in Test::Builder when looking for IPC (#777)
1e0ce3
  - Fix clone_io broke on scalar io layer (#791)
1e0ce3
  - Fix Exception event stringify exception (#756, #790)
1e0ce3
  - Localize $^E in context (#780)
1e0ce3
  - Fix test that failed in verbose mode (#770)
1e0ce3
1e0ce3
* Mon Sep 11 2017 Paul Howarth <paul@city-fan.org> - 1:1.302096-1
1e0ce3
- Update to 1.302096
1e0ce3
  - Introduce 'Facets' for events
1e0ce3
  - Performance enhancements
1e0ce3
  - Upgrade inline HashBase
1e0ce3
  - Move Test2::Util::Trace to Test2::EventFacet::Trace
1e0ce3
  - Track hub id in Trace
1e0ce3
  - Remove Info event
1e0ce3
  - Add Pass and Fail events
1e0ce3
  - Remove Event JSON interface
1e0ce3
  - Fix tests on perl 5.25+ with newer Data::Dumper
1e0ce3
  - Fix plan in buffered subtest so that the facts say it is buffered
1e0ce3
  - Fix test that unintentionally required Test2::Suite
1e0ce3
  - Add 'new_root' constructor for formatters
1e0ce3
  - Add intercept_deep() to the API
1e0ce3
  - Fix bug in Version event
1e0ce3
  - Add 'number' attribute to assertion facet
1e0ce3
  - Fix bug in Facets for TodoDiag
1e0ce3
  - Add API command to reset after a fork
1e0ce3
  - Add 'important' flag to info event facet
1e0ce3
  - Make sure Test::Builder does not initialize Test2 too soon
1e0ce3
  - Fix Test::Builder in a preload scenario
1e0ce3
  - Make several tests work with preload
1e0ce3
  - Fix to work with subref-in-stash optimization
1e0ce3
1e0ce3
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.302086-2
1e0ce3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1e0ce3
1e0ce3
* Wed Jun 21 2017 Paul Howarth <paul@city-fan.org> - 1:1.302086-1
1e0ce3
- Update to 1.302086
1e0ce3
  - Make it possible to turn off result logging in Test::Builder
1e0ce3
1e0ce3
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.302085-2
1e0ce3
- Perl 5.26 rebuild
1e0ce3
1e0ce3
* Tue May  2 2017 Paul Howarth <paul@city-fan.org> - 1.302085-1
1e0ce3
- Update to 1.302085
1e0ce3
  - Better IO management
1e0ce3
  - Allow access to the STDERR/STDOUT Test2::API uses
1e0ce3
  - Formatters should use the Test2::API handles
1e0ce3
1e0ce3
* Sat Apr 15 2017 Paul Howarth <paul@city-fan.org> - 1.302083-1
1e0ce3
- Update to 1.302083
1e0ce3
  - Fixes for '. in @INC' changes (#768)
1e0ce3
  - Timeout when waiting for child procs and threads (#765)
1e0ce3
  - Fix SIGSYS localization issue (#758)
1e0ce3
  - Fix outdated docs (#759, #754)
1e0ce3
  - Fix bail-out in buffered subtest (#747)
1e0ce3
  - Fix threads timeout for older perls (as best we can)
1e0ce3
  - Fix test that incorrectly called private function as method
1e0ce3
  - Update some breakage info for Test::More::Prefix and
1e0ce3
    Test::DBIx::Class::Schema
1e0ce3
1e0ce3
* Thu Mar  2 2017 Paul Howarth <paul@city-fan.org> - 1.302078-1
1e0ce3
- Update to 1.302078
1e0ce3
  - Fix crash when TB->reset used inside subtest
1e0ce3
  - Fix #762, newlines for todo subtest
1e0ce3
  - Revisit #637, fix rare race condition it created
1e0ce3
1e0ce3
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.302075-2
1e0ce3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1e0ce3
1e0ce3
* Wed Jan 11 2017 Paul Howarth <paul@city-fan.org> - 1.302075-1
1e0ce3
- Update to 1.302075
1e0ce3
  - Add 'cid' to trace
1e0ce3
  - Add signatures to trace
1e0ce3
  - Add related() to events
1e0ce3
  - Now it is possible to check if events are related
1e0ce3
  - Add 'no_fork' option to run_subtest()
1e0ce3
1e0ce3
* Mon Dec 19 2016 Paul Howarth <paul@city-fan.org> - 1.302073-1
1e0ce3
- Update to 1.302073
1e0ce3
  - Add TO_JSON and from_json methods to Test2::Event and Test2::Trace::Util to
1e0ce3
    facilitate transferring event data between processes (#741)
1e0ce3
  - Generate HashBase from Object::HashBase, which has been split out
1e0ce3
  - When a subtest is marked as todo, all of its contained Ok and Subtest
1e0ce3
    events are now updated so that they return true for $e->effective_pass
1e0ce3
    (#742)
1e0ce3
  - Added two new event classes, Test2::Event::Encoding and
1e0ce3
    Test2::Event::TAP::Version; these are primarily being added for the benefit
1e0ce3
    of Test2::Harness now, but they could be useful for other Test2 event
1e0ce3
    consumer tools in the future (#743)
1e0ce3
  - Expose tools.pl as Test2::Tools::Tiny
1e0ce3
1e0ce3
* Thu Nov 24 2016 Paul Howarth <paul@city-fan.org> - 1.302067-1
1e0ce3
- Update to 1.302067
1e0ce3
  - Fix double release when 'throw' is used in context_do()
1e0ce3
  - Repo management improvements
1e0ce3
  - Better handling of info vs. diag in ->send_event
1e0ce3
  - Fix test that used 'parent'
1e0ce3
  - Better handling of non-bumping failures (#728)
1e0ce3
  - Set the TEST_ACTIVE env var to true
1e0ce3
  - Set the TEST2_ACTIVE env var to true
1e0ce3
  - Fix cmp_ok output in some confusing cases (#6)
1e0ce3
  - Update travis config
1e0ce3
  - Add missing author deps
1e0ce3
  - Fix handling of negative pids on Windows
1e0ce3
  - Add can() to Test::Tester::Delegate (despite deprecation)
1e0ce3
  - Fix some minor test issues
1e0ce3
  - Handle cases where SysV IPC can be available but not enabled
1e0ce3
  - Import 'context' into Test2::IPC; it is used by 'cull'
1e0ce3
  - Propagate warnings settings to use_ok (#736)
1e0ce3
  - Fix context test for recent blead
1e0ce3
1e0ce3
* Thu Oct 20 2016 Paul Howarth <paul@city-fan.org> - 1.302062-1
1e0ce3
- Update to 1.302062
1e0ce3
  - Formatters now have terminate() and finalize() methods; these are called
1e0ce3
    when there is a skip_all or bail event (terminate), or when a test suite is
1e0ce3
    exiting normally (finalize), which allows formatters to finalize their
1e0ce3
    output - this is important for any sort of document-oriented format (as
1e0ce3
    opposed to a stream format like TAP) (#723)
1e0ce3
  - Removed a warning when using a non-TAP formatter with Test::Builder about
1e0ce3
    the formatter not supporting "no_header" and "no_diag"; this happened even
1e0ce3
    if the alternative formatter class implemented these attributes
1e0ce3
1e0ce3
* Mon Sep 26 2016 Paul Howarth <paul@city-fan.org> - 1.302059-1
1e0ce3
- Update to 1.302059
1e0ce3
  - Documentation fixes
1e0ce3
  - Win32 color support in Test::Builder::Tester
1e0ce3
  - Support v-strings in is_deeply
1e0ce3
  - A streamed subtest run inside a buffered subtest will automatically be
1e0ce3
    converted to a buffered subtest; otherwise, the output from inside the
1e0ce3
    subtest is lost entirely (#721)
1e0ce3
  - Mask warning when comparing $@ in Test2::API::Context
1e0ce3
- Drop obsoletes/provides for perl-Test-Tester and perl-Test-use-ok, which
1e0ce3
  were integrated into this package in Fedora 22
1e0ce3
1e0ce3
* Tue Sep 13 2016 Paul Howarth <paul@city-fan.org> - 1.302056-1
1e0ce3
- Update to 1.302056
1e0ce3
  - Fix skip_all in require in intercept (#696)
1e0ce3
  - Documentation of what is better in Test2 (#663)
1e0ce3
  - Document Test::Builder::Tester plan limitations
1e0ce3
  - Document limitations in is_deeply (#595)
1e0ce3
  - Better documentation of done_testing purpose (#151)
1e0ce3
  - Make ctx->send_event detect termination events (#707)
1e0ce3
  - Allow '#' and '\n' in ok names
1e0ce3
  - Fix special case of ok line ending in backslash
1e0ce3
  - Improve a test that captures STDERR/STDOUT
1e0ce3
1e0ce3
* Sun Aug 14 2016 Paul Howarth <paul@city-fan.org> - 1.302052-1
1e0ce3
- Update to 1.302052
1e0ce3
  - Add contact info to main doc and readme
1e0ce3
  - Fix setting hub when getting context
1e0ce3
1e0ce3
* Fri Jul 29 2016 Paul Howarth <paul@city-fan.org> - 1.302049-1
1e0ce3
- Update to 1.302049
1e0ce3
  - Add 'active' attribute to hub
1e0ce3
1e0ce3
* Sat Jul 23 2016 Paul Howarth <paul@city-fan.org> - 1.302047-1
1e0ce3
- Update to 1.302047
1e0ce3
  - Restore traditional note/diag return values (#694)
1e0ce3
1e0ce3
* Tue Jul 19 2016 Paul Howarth <paul@city-fan.org> - 1.302045-1
1e0ce3
- Update to 1.302045
1e0ce3
  - Work around IPC bug on windows
1e0ce3
  - Fix IPC event ordering bug
1e0ce3
  - Fix TODO in mixed T2/TB subtests
1e0ce3
  - Fix test that segv'd on older perls
1e0ce3
1e0ce3
* Sun Jul 10 2016 Paul Howarth <paul@city-fan.org> - 1.302040-1
1e0ce3
- Update to 1.302040
1e0ce3
  - Fix broken MANIFEST.SKIP entries (#689)
1e0ce3
  - Add Info event for better diagnostics
1e0ce3
1e0ce3
* Mon Jul  4 2016 Paul Howarth <paul@city-fan.org> - 1.302037-1
1e0ce3
- Update to 1.302037
1e0ce3
  - Restore PerlIO layer cloning on STDERR and STDOUT
1e0ce3
- Bump obsoletes/provides versions for perl-Test2 to maintain upgrade path from
1e0ce3
  packages in third-party repositories
1e0ce3
1e0ce3
* Tue Jun 28 2016 Paul Howarth <paul@city-fan.org> - 1.302035-1
1e0ce3
- Update to 1.302035
1e0ce3
  - Fix some breakage info
1e0ce3
  - POD fixes
1e0ce3
1e0ce3
* Fri Jun 24 2016 Paul Howarth <paul@city-fan.org> - 1.302033-1
1e0ce3
- Update to 1.302033
1e0ce3
  - Fix nested TODO handling of diags (#684)
1e0ce3
1e0ce3
* Wed Jun 22 2016 Paul Howarth <paul@city-fan.org> - 1.302031-1
1e0ce3
- Update to 1.302031
1e0ce3
  - Remove Carp from dependency list (#682)
1e0ce3
1e0ce3
* Sun Jun 19 2016 Paul Howarth <paul@city-fan.org> - 1.302030-1
1e0ce3
- Update to 1.302030
1e0ce3
  - Use pre_filter instead of filter for TODO in Test::Builder (fix #683)
1e0ce3
  - Fix typos in transitions doc (#681)
1e0ce3
  - Add 'inherit_trace' param to run_subtest
1e0ce3
  - Properly skip thread test when threads are broken
1e0ce3
1e0ce3
* Tue Jun 14 2016 Paul Howarth <paul@city-fan.org> - 1.302026-1
1e0ce3
- Update to 1.302026
1e0ce3
  - Do not fail if Test2::API::Breakage cannot load (rare 5.10.0 issue)
1e0ce3
  - Potential fix for t/Legacy/Regression/637.t
1e0ce3
  - Make t/Legacy/Regression/637.t AUTHOR_TESTING for now
1e0ce3
  - Add Generic event type
1e0ce3
  - Make sure enabling culling/shm sets pid and tid (fix #679)
1e0ce3
1e0ce3
* Sun May 29 2016 Paul Howarth <paul@city-fan.org> - 1.302022-1
1e0ce3
- Update to 1.302022
1e0ce3
  - Many micro-optimizations
1e0ce3
  - Spelling fixes and tests
1e0ce3
  - Fix leaky File.t file so that tmp doesn't fill up
1e0ce3
  - Move some modules out of the known broken list in xt tests
1e0ce3
  - Add Test2-based tools to downstream testing
1e0ce3
  - Change when PID/TID are stashed (for forkprove)
1e0ce3
  - VMS fixes for Files.t and IPC system
1e0ce3
  - Improve thread checks to better detect broken 5.10 builds
1e0ce3
  - Use thread checks to skip/run t/Legacy/Regression/637.t
1e0ce3
1e0ce3
* Mon May 23 2016 Petr Pisar <ppisar@redhat.com> - 1.302019-2
1e0ce3
- Obsolete perl-Test2-0.000044-2 too
1e0ce3
1e0ce3
* Thu May 19 2016 Paul Howarth <paul@city-fan.org> - 1.302019-1
1e0ce3
- Update to 1.302019
1e0ce3
  - Block signals in critical IPC section (fix #661 and #668)
1e0ce3
  - Merge Examples and examples into one dir (#660)
1e0ce3
  - Documentation and typo fixes
1e0ce3
  - Make Test2::Util::get_tid have a consistent prototype (#665)
1e0ce3
  - Make TB->no_plan a no-op if a plan is set
1e0ce3
  - Fix util.t win32 bug
1e0ce3
  - Handle Test::Builder::Exception properly
1e0ce3
  - Silence noisy STDERR in test suite
1e0ce3
  - POD spelling fixes
1e0ce3
- BR: perl-generators
1e0ce3
1e0ce3
* Wed May 18 2016 Paul Howarth <paul@city-fan.org> - 1.302015-1
1e0ce3
- Update to 1.302015
1e0ce3
  - Major refactoring of existing API on top of (included) Test2
1e0ce3
- Obsolete/Provide perl-Test2
1e0ce3
1e0ce3
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.001014-365
1e0ce3
- Increase release to favour standalone package
1e0ce3
1e0ce3
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.001014-347
1e0ce3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1e0ce3
1e0ce3
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.001014-346
1e0ce3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1e0ce3
1e0ce3
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.001014-345
1e0ce3
- Increase release to favour standalone package
1e0ce3
1e0ce3
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.001014-3
1e0ce3
- Perl 5.22 rebuild
1e0ce3
1e0ce3
* Wed Mar 04 2015 Petr Šabata <contyk@redhat.com> - 1.001014-2
1e0ce3
- Correct the license tag
1e0ce3
1e0ce3
* Wed Jan  7 2015 Paul Howarth <paul@city-fan.org> - 1.001014-1
1e0ce3
- Update to 1.001014
1e0ce3
  - Fix a unit test that broke on some platforms with spaces in the $^X path
1e0ce3
  - Add a test to ensure that the Changes file is updated
1e0ce3
1e0ce3
* Wed Dec 24 2014 Paul Howarth <paul@city-fan.org> - 1.001012-1
1e0ce3
- Update to 1.001012
1e0ce3
  - Move test that was dropped in the wrong directory
1e0ce3
1e0ce3
* Tue Dec 23 2014 Paul Howarth <paul@city-fan.org> - 1.001011-1
1e0ce3
- Update to 1.001011
1e0ce3
  - Fix windows test bug (GH#491)
1e0ce3
  - Integrate Test::Tester and Test::use::ok for easier downgrade from trial
1e0ce3
  - Remove POD Coverage test
1e0ce3
- Obsolete/Provide perl-Test-Tester and perl-Test-use-ok
1e0ce3
- Classify buildreqs by usage
1e0ce3
- Use features from recent ExtUtils::MakeMaker to simplify spec
1e0ce3
- Run tests with AUTHOR_TESTING=1 so we do the threads test too
1e0ce3
1e0ce3
* Tue Nov  4 2014 Paul Howarth <paul@city-fan.org> - 1.001009-1
1e0ce3
- Update to 1.001009
1e0ce3
  - Backport cmp_ok fix from alphas (GH#478)
1e0ce3
1e0ce3
* Thu Oct 16 2014 Paul Howarth <paul@city-fan.org> - 1.001008-1
1e0ce3
- Update to 1.001008
1e0ce3
  - Fix subtest name when skip_all is used
1e0ce3
1e0ce3
* Tue Sep  9 2014 Paul Howarth <paul@city-fan.org> - 1.001006-1
1e0ce3
- Update to 1.001006
1e0ce3
  - Documentation updates
1e0ce3
  - Subtests accept args
1e0ce3
  - Outdent subtest diag
1e0ce3
  - Changed install path for perl 5.12 or higher
1e0ce3
1e0ce3
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.001003-3
1e0ce3
- Perl 5.20 rebuild
1e0ce3
1e0ce3
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.001003-2
1e0ce3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1e0ce3
1e0ce3
* Sat Mar 22 2014 Paul Howarth <paul@city-fan.org> - 1.001003-1
1e0ce3
- Update to 1.001003
1e0ce3
  - Documentation updates for maintainer change
1e0ce3
- This release by EXODIST -> update source URL
1e0ce3
- Drop obsoletes/provides for old tests sub-package
1e0ce3
1e0ce3
* Tue Nov  5 2013 Paul Howarth <paul@city-fan.org> - 1.001002-1
1e0ce3
- Update to 1.001002
1e0ce3
  - Restore ability to use regex with test_err and test_out (CPAN RT#89655)
1e0ce3
- Drop upstreamed regex patch
1e0ce3
1e0ce3
* Sat Oct 12 2013 Paul Howarth <paul@city-fan.org> - 0.99-1
1e0ce3
- 0.99 bump
1e0ce3
- This release by RJBS -> update source URL
1e0ce3
1e0ce3
* Fri Aug 09 2013 Petr Pisar <ppisar@redhat.com> - 0.98.05-3
1e0ce3
- Pass regular expression intact
1e0ce3
1e0ce3
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98.05-2
1e0ce3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1e0ce3
1e0ce3
* Mon Jul 15 2013 Petr Pisar <ppisar@redhat.com> - 0.98.05-1
1e0ce3
- 0.98_05 bump
1e0ce3
1e0ce3
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 0.98-244
1e0ce3
- Perl 5.18 rebuild
1e0ce3
1e0ce3
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98-243
1e0ce3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1e0ce3
1e0ce3
* Wed Nov 21 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.98-242
1e0ce3
- Update dependencies and comments
1e0ce3
1e0ce3
* Thu Aug 23 2012 Paul Howarth <paul@city-fan.org> - 0.98-241
1e0ce3
- Merge tests sub-package back into main package
1e0ce3
- Don't need to remove empty directories from the buildroot
1e0ce3
- Drop %%defattr, redundant since rpm 4.4
1e0ce3
- Make %%files list more explicit
1e0ce3
- Don't use macros for commands
1e0ce3
- Mark Tutorial.pod as %%doc
1e0ce3
- Drop explicit dependency on perl-devel
1e0ce3
1e0ce3
* Mon Aug 13 2012 Marcela Mašláňová <mmaslano@redhat.com> - 0.98-240
1e0ce3
- Bump release to override sub-package from perl.spec
1e0ce3
1e0ce3
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98-7
1e0ce3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1e0ce3
1e0ce3
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 0.98-6
1e0ce3
- Perl 5.16 rebuild
1e0ce3
1e0ce3
* Thu May 31 2012 Petr Pisar <ppisar@redhat.com> - 0.98-5
1e0ce3
- Specify all dependencies
1e0ce3
1e0ce3
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98-4
1e0ce3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1e0ce3
1e0ce3
* Tue Aug 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.98-3
1e0ce3
- Change path on vendor, so our debuginfo are not conflicting with
1e0ce3
  perl core debuginfos
1e0ce3
1e0ce3
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.98-2
1e0ce3
- Perl mass rebuild
1e0ce3
1e0ce3
* Thu Feb 24 2011 Iain Arnell <iarnell@gmail.com> - 0.98-1
1e0ce3
- Update to latest upstream version
1e0ce3
1e0ce3
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.96-2
1e0ce3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1e0ce3
1e0ce3
* Sat Nov 20 2010 Iain Arnell <iarnell@gmail.com> - 0.96-1
1e0ce3
- Update to latest upstream version
1e0ce3
- Clean up spec for modern rpmbuild
1e0ce3
1e0ce3
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.94-2
1e0ce3
- Mass rebuild with perl-5.12.0
1e0ce3
1e0ce3
* Tue Mar 16 2010 Chris Weyl <cweyl@alumni.drew.edu> - 0.94-1
1e0ce3
- Specfile by Fedora::App::MaintainerTools 0.006