Compare commits
No commits in common. "c8" and "c9" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Test2-Suite-0.000111.tar.gz
|
||||
SOURCES/Test2-Suite-0.000139.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
75d85caab2e6c61c6d085a288119ffcfe968f74d SOURCES/Test2-Suite-0.000111.tar.gz
|
||||
d050132765c5cbf7d964b4657e31ef73af27c543 SOURCES/Test2-Suite-0.000139.tar.gz
|
||||
|
||||
@ -2,13 +2,14 @@
|
||||
%bcond_without perl_Test2_Suite_enables_unicode
|
||||
|
||||
Name: perl-Test2-Suite
|
||||
Version: 0.000111
|
||||
Release: 1%{?dist}
|
||||
Version: 0.000139
|
||||
Release: 4%{?dist}
|
||||
Summary: Set of tools built upon the Test2 framework
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Test2-Suite/
|
||||
Source0: http://www.cpan.org/authors/id/E/EX/EXODIST/Test2-Suite-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/Test2-Suite
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
@ -30,12 +31,11 @@ BuildRequires: perl(overload)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(Scope::Guard)
|
||||
BuildRequires: perl(Sub::Info) >= 0.002
|
||||
BuildRequires: perl(Term::Table) >= 0.002
|
||||
BuildRequires: perl(Term::Table) >= 0.013
|
||||
BuildRequires: perl(Term::Table::Cell)
|
||||
BuildRequires: perl(Term::Table::LineBreak)
|
||||
BuildRequires: perl(Term::Table::Util)
|
||||
# Test2::API version from Test2 in META
|
||||
BuildRequires: perl(Test2::API) >= 1.302127
|
||||
BuildRequires: perl(Test2::API) >= 1.302176
|
||||
BuildRequires: perl(Test2::API::Context)
|
||||
BuildRequires: perl(Test2::Event)
|
||||
BuildRequires: perl(Test2::Event::Exception)
|
||||
@ -44,6 +44,8 @@ BuildRequires: perl(Test2::Event::Note)
|
||||
# Test2::Event::Skip loaded by send_event()
|
||||
BuildRequires: perl(Test2::Event::Skip)
|
||||
BuildRequires: perl(Test2::EventFacet)
|
||||
BuildRequires: perl(Test2::EventFacet::Info::Table)
|
||||
BuildRequires: perl(Test2::EventFacet::Trace)
|
||||
BuildRequires: perl(Test2::Hub::Interceptor)
|
||||
BuildRequires: perl(Test2::Hub::Subtest)
|
||||
BuildRequires: perl(Test2::IPC)
|
||||
@ -73,10 +75,8 @@ Requires: perl(Module::Pluggable) >= 2.7
|
||||
Requires: perl(Sub::Info) >= 0.002
|
||||
# Sub::Util or Sub::Name
|
||||
Suggests: perl(Sub::Util)
|
||||
Requires: perl(Term::Table) >= 0.002
|
||||
# Test2 not used in any useful way
|
||||
# Test2::API version from Test2 in META
|
||||
Requires: perl(Test2::API) >= 1.302127
|
||||
Requires: perl(Term::Table) >= 0.013
|
||||
Requires: perl(Test2::API) >= 1.302176
|
||||
Requires: perl(Test2::Event)
|
||||
# Test2::Event::Note loaded by send_event()
|
||||
Requires: perl(Test2::Event::Note)
|
||||
@ -108,14 +108,15 @@ for you.
|
||||
%setup -q -n Test2-Suite-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{make_install}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
unset AUTHOR_TESTING
|
||||
make test
|
||||
|
||||
%files
|
||||
@ -125,6 +126,103 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.000139-4
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.000139-3
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.000139-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Dec 16 2020 Petr Pisar <ppisar@redhat.com> - 0.000139-1
|
||||
- 0.000139 bump
|
||||
|
||||
* Thu Oct 22 2020 Petr Pisar <ppisar@redhat.com> - 0.000138-1
|
||||
- 0.000138 bump
|
||||
|
||||
* Tue Oct 06 2020 Petr Pisar <ppisar@redhat.com> - 0.000136-1
|
||||
- 0.000136 bump
|
||||
|
||||
* Wed Aug 19 2020 Petr Pisar <ppisar@redhat.com> - 0.000135-1
|
||||
- 0.000135 bump
|
||||
|
||||
* Fri Aug 07 2020 Petr Pisar <ppisar@redhat.com> - 0.000132-1
|
||||
- 0.000132 bump
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.000130-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.000130-2
|
||||
- Perl 5.32 rebuild
|
||||
|
||||
* Mon Jun 01 2020 Petr Pisar <ppisar@redhat.com> - 0.000130-1
|
||||
- 0.000130 bump
|
||||
|
||||
* Fri Jan 31 2020 Petr Pisar <ppisar@redhat.com> - 0.000129-1
|
||||
- 0.000129 bump
|
||||
|
||||
* Fri Jan 31 2020 Petr Pisar <ppisar@redhat.com> - 0.000128-1
|
||||
- 0.000128 bump
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.000127-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Oct 31 2019 Petr Pisar <ppisar@redhat.com> - 0.000127-1
|
||||
- 0.000127 bump
|
||||
|
||||
* Thu Aug 29 2019 Petr Pisar <ppisar@redhat.com> - 0.000126-1
|
||||
- 0.000126 bump
|
||||
|
||||
* Tue Aug 20 2019 Petr Pisar <ppisar@redhat.com> - 0.000125-1
|
||||
- 0.000125 bump
|
||||
|
||||
* Mon Aug 19 2019 Petr Pisar <ppisar@redhat.com> - 0.000124-1
|
||||
- 0.000124 bump
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.000122-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.000122-2
|
||||
- Perl 5.30 rebuild
|
||||
|
||||
* Mon May 20 2019 Petr Pisar <ppisar@redhat.com> - 0.000122-1
|
||||
- 0.000122 bump
|
||||
|
||||
* Thu May 09 2019 Petr Pisar <ppisar@redhat.com> - 0.000121-1
|
||||
- 0.000121 bump
|
||||
|
||||
* Mon Apr 29 2019 Petr Pisar <ppisar@redhat.com> - 0.000120-1
|
||||
- 0.000120 bump
|
||||
|
||||
* Mon Mar 18 2019 Petr Pisar <ppisar@redhat.com> - 0.000119-1
|
||||
- 0.000119 bump
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.000118-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Mon Jan 21 2019 Petr Pisar <ppisar@redhat.com> - 0.000118-1
|
||||
- 0.000118 bump
|
||||
|
||||
* Wed Dec 05 2018 Petr Pisar <ppisar@redhat.com> - 0.000117-1
|
||||
- 0.000117 bump
|
||||
|
||||
* Thu Nov 29 2018 Petr Pisar <ppisar@redhat.com> - 0.000116-1
|
||||
- 0.000116 bump
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.000115-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Jul 12 2018 Petr Pisar <ppisar@redhat.com> - 0.000115-1
|
||||
- 0.000115 bump
|
||||
|
||||
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.000114-2
|
||||
- Perl 5.28 rebuild
|
||||
|
||||
* Fri Apr 20 2018 Petr Pisar <ppisar@redhat.com> - 0.000114-1
|
||||
- 0.000114 bump
|
||||
|
||||
* Thu Mar 15 2018 Petr Pisar <ppisar@redhat.com> - 0.000111-1
|
||||
- 0.000111 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user