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