Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Test2-Plugin-NoWarnings-0.06.tar.gz
|
||||
/Test2-Plugin-NoWarnings-[0-9.]*.tar.gz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
6e00cc5b49ca297344525b61eff479efac198008 SOURCES/Test2-Plugin-NoWarnings-0.06.tar.gz
|
||||
3
perl-Test2-Plugin-NoWarnings.rpmlintrc
Normal file
3
perl-Test2-Plugin-NoWarnings.rpmlintrc
Normal file
@ -0,0 +1,3 @@
|
||||
from Config import *
|
||||
|
||||
addFilter("spelling-error %description -l en_US diag -> ")
|
||||
@ -1,21 +1,22 @@
|
||||
Name: perl-Test2-Plugin-NoWarnings
|
||||
Version: 0.06
|
||||
Release: 3%{?dist}
|
||||
Version: 0.09
|
||||
Release: 5%{?dist}
|
||||
Summary: Fail if tests warn
|
||||
License: Artistic 2.0
|
||||
URL: http://search.cpan.org/dist/Test2-Plugin-NoWarnings/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/Test2-Plugin-NoWarnings
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) > 6.75
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(parent)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Test2) >= 1.302167
|
||||
BuildRequires: perl(Test2::API)
|
||||
BuildRequires: perl(Test2::Event)
|
||||
BuildRequires: perl(Test2::Util::HashBase)
|
||||
@ -23,8 +24,8 @@ BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(IPC::Run3)
|
||||
BuildRequires: perl(Test2::Bundle::Extended)
|
||||
BuildRequires: perl(Test2::Require::Module)
|
||||
BuildRequires: perl(Test2::V0)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
# Optional Tests
|
||||
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
||||
@ -45,10 +46,10 @@ this module will stop working.
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
%{make_install}
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
@ -56,12 +57,64 @@ make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc Changes README.md
|
||||
%doc Changes CODE_OF_CONDUCT.md README.md
|
||||
%{perl_vendorlib}/Test2/
|
||||
%{_mandir}/man3/Test2::Event::Warning.3*
|
||||
%{_mandir}/man3/Test2::Plugin::NoWarnings.3*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.09-5
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.09-4
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.09-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.09-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jun 30 2020 Paul Howarth <paul@city-fan.org> - 0.09-1
|
||||
- Update to 0.09
|
||||
- Don't emit a failing test if there is a warning _after_ done_testing() is
|
||||
called (based on GH#3)
|
||||
|
||||
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-3
|
||||
- Perl 5.32 rebuild
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Oct 11 2019 Paul Howarth <paul@city-fan.org> - 0.08-1
|
||||
- Update to 0.08
|
||||
- Use IPC::Run3 instead of Capture::Tiny for all tests, which fixes an issue
|
||||
with the 'tap-bug-in-test2.t' on Windows (CPAN RT#129294)
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.07-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.07-2
|
||||
- Perl 5.30 rebuild
|
||||
|
||||
* Mon Apr 22 2019 Paul Howarth <paul@city-fan.org> - 0.07-1
|
||||
- Update to 0.07
|
||||
- Reverted back to using the Warning event type, since the bug in the Test2
|
||||
core that caused this to be a problem has since been fixed
|
||||
- Replaced use of Test2::Bundle::Extended with Test2::V0
|
||||
- Package new document CODE_OF_CONDUCT.md
|
||||
- Modernize spec using %%{make_build} and %%{make_install}
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.06-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.06-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.06-4
|
||||
- Perl 5.28 rebuild
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.06-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user