Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/Test-Warn-0.32.tar.gz
|
SOURCES/Test-Warn-0.36.tar.gz
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
a46b9a551d2f569f6e9c7202cdc8453e21cba754 SOURCES/Test-Warn-0.32.tar.gz
|
a6a56aa08cb3f62897cf6844ad7e350c37668223 SOURCES/Test-Warn-0.36.tar.gz
|
||||||
|
|||||||
@ -1,17 +1,17 @@
|
|||||||
Name: perl-Test-Warn
|
Name: perl-Test-Warn
|
||||||
Version: 0.32
|
Version: 0.36
|
||||||
Release: 5%{?dist}
|
Release: 13%{?dist}
|
||||||
Summary: Perl extension to test methods for warnings
|
Summary: Perl extension to test methods for warnings
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/Test-Warn/
|
URL: https://metacpan.org/release/Test-Warn
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/B/BI/BIGJ/Test-Warn-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/B/BI/BIGJ/Test-Warn-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Build
|
# Build
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-interpreter
|
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
# Runtime
|
# Runtime
|
||||||
@ -22,6 +22,7 @@ BuildRequires: perl(Sub::Uplevel) >= 0.12
|
|||||||
BuildRequires: perl(Test::Builder) >= 0.13
|
BuildRequires: perl(Test::Builder) >= 0.13
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# Test Suite
|
# Test Suite
|
||||||
|
BuildRequires: perl(blib)
|
||||||
BuildRequires: perl(constant)
|
BuildRequires: perl(constant)
|
||||||
BuildRequires: perl(Test)
|
BuildRequires: perl(Test)
|
||||||
BuildRequires: perl(Test::Builder::Tester) >= 1.02
|
BuildRequires: perl(Test::Builder::Tester) >= 1.02
|
||||||
@ -61,6 +62,66 @@ make test
|
|||||||
%{_mandir}/man3/Test::Warn.3*
|
%{_mandir}/man3/Test::Warn.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.36-13
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.36-12
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.36-9
|
||||||
|
- Perl 5.32 rebuild
|
||||||
|
|
||||||
|
* Tue Mar 03 2020 Petr Pisar <ppisar@redhat.com> - 0.36-8
|
||||||
|
- Build-require blib module for the tests
|
||||||
|
|
||||||
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.36-5
|
||||||
|
- Perl 5.30 rebuild
|
||||||
|
|
||||||
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.36-2
|
||||||
|
- Perl 5.28 rebuild
|
||||||
|
|
||||||
|
* Mon Jun 25 2018 Paul Howarth <paul@city-fan.org> - 0.36-1
|
||||||
|
- Update to 0.36
|
||||||
|
- Added provide section to META.yml via changing Makefile.PL
|
||||||
|
|
||||||
|
* Wed Jun 13 2018 Paul Howarth <paul@city-fan.org> - 0.35-1
|
||||||
|
- Update to 0.35
|
||||||
|
- Create META.json so that perl Makefile.PL stops complaining (GH#2)
|
||||||
|
- Update META.yml (GH#3)
|
||||||
|
- Add missing comma in Makefile.PL (GH#4)
|
||||||
|
- Pod clean-up (GH#5)
|
||||||
|
- README clean-up: assign copyright to current author (GH#6)
|
||||||
|
|
||||||
|
* Thu May 31 2018 Paul Howarth <paul@city-fan.org> - 0.34-1
|
||||||
|
- Update to 0.34
|
||||||
|
- Added a note that XS warnings might not be caught (CPAN RT#42070, GH#1)
|
||||||
|
- Removed TODO section
|
||||||
|
- Updated Copyright section
|
||||||
|
|
||||||
|
* Tue May 29 2018 Paul Howarth <paul@city-fan.org> - 0.33-1
|
||||||
|
- Update to 0.33
|
||||||
|
- Clean up some manpage language (Debian Bug #322351, CPAN RT#49519)
|
||||||
|
- Switch upstream from search.cpan.org to metacpan.org
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.32-5
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.32-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user