Compare commits
No commits in common. "c8s" and "c8-stream-5.30" have entirely different histories.
c8s
...
c8-stream-
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
SOURCES/Test-Warnings-0.026.tar.gz
|
||||
/Test-Warnings-0.026.tar.gz
|
||||
SOURCES/Test-Warnings-0.028.tar.gz
|
||||
|
1
.perl-Test-Warnings.metadata
Normal file
1
.perl-Test-Warnings.metadata
Normal file
@ -0,0 +1 @@
|
||||
0f3235cbdeec6cbb08d71b6446e0c981f5dbddd4 SOURCES/Test-Warnings-0.028.tar.gz
|
@ -6,20 +6,19 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Test-Warnings
|
||||
Version: 0.026
|
||||
Release: 7%{?dist}
|
||||
Version: 0.028
|
||||
Release: 1%{?dist}
|
||||
Summary: Test for warnings and the lack of them
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Test-Warnings
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Warnings-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/Test-Warnings
|
||||
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)
|
||||
@ -80,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
|
||||
@ -93,6 +92,32 @@ make test
|
||||
%{_mandir}/man3/Test::Warnings.3*
|
||||
|
||||
%changelog
|
||||
* Sun Dec 22 2019 Paul Howarth <paul@city-fan.org> - 0.028-1
|
||||
- Update to 0.028
|
||||
- Allow for warnings->import being called after importing the "warnings" sub
|
||||
|
||||
* Sat Sep 28 2019 Paul Howarth <paul@city-fan.org> - 0.027-1
|
||||
- Update to 0.027
|
||||
- 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
|
||||
|
||||
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.026-11
|
||||
- Perl 5.30 rebuild
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.026-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.026-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.026-8
|
||||
- Perl 5.28 rebuild
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.026-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user