Blame SPECS/perl-Test-Simple.spec

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