Update to 0.07
- New upstream release 0.07 - New :fail_on_warning feature, for more easily seeing where the surprising warning appeared during testing - Use author-independent source URL - Simplify find command using -delete
This commit is contained in:
parent
09c65582af
commit
c532b102cb
3
perl-Test-Warnings.rpmlintrc
Normal file
3
perl-Test-Warnings.rpmlintrc
Normal file
@ -0,0 +1,3 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error %description -l en_US NoWarnings -> ")
|
||||
addFilter("spelling-error %description -l en_US nowarnings -> ")
|
@ -6,19 +6,19 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Test-Warnings
|
||||
Version: 0.026
|
||||
Release: 12%{?dist}
|
||||
Version: 0.027
|
||||
Release: 1%{?dist}
|
||||
Summary: Test for warnings and the lack of them
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Test-Warnings
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-Warnings-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module
|
||||
BuildRequires: perl(Carp)
|
||||
@ -79,8 +79,8 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
%{_fixperms} %{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -92,6 +92,13 @@ make test
|
||||
%{_mandir}/man3/Test::Warnings.3*
|
||||
|
||||
%changelog
|
||||
* Sat Sep 28 2019 Paul Howarth <paul@city-fan.org> - 0.027-1
|
||||
- Update to 0.07
|
||||
- New :fail_on_warning feature, for more easily seeing where the surprising
|
||||
warning appeared during testing
|
||||
- Use author-independent source URL
|
||||
- Simplify find command using -delete
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.026-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user