Update to 2.02

- New upstream release 2.02
  - Better matching on files, directories to be ignored, e.g. no longer
    confuses directory "vincent" for "inc" (CPAN RT#133862, GH#1)
  - Handle long @INC lines by passing through $PERL5LIB (CPAN RT#123448)
- Use %license and BR: perl(CPAN::Meta) unconditionally
epel9 imports/e9/perl-Test-EOL-2.02-1.el9
Paul Howarth 4 years ago
parent 3fdac0f81f
commit 4035461220

@ -1,6 +1,6 @@
Name: perl-Test-EOL Name: perl-Test-EOL
Version: 2.00 Version: 2.02
Release: 13%{?dist} Release: 1%{?dist}
Summary: Check the correct line endings in your project Summary: Check the correct line endings in your project
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/Test-EOL URL: https://metacpan.org/release/Test-EOL
@ -23,11 +23,9 @@ BuildRequires: perl(warnings)
# Test Suite # Test Suite
BuildRequires: perl(Config) BuildRequires: perl(Config)
BuildRequires: perl(File::Temp) BuildRequires: perl(File::Temp)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More) >= 0.88
# Optional Tests # Optional Tests
%if "%{?rhel}" != "6"
BuildRequires: perl(CPAN::Meta) >= 2.120900 BuildRequires: perl(CPAN::Meta) >= 2.120900
%endif
# Dependencies # Dependencies
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -52,16 +50,19 @@ find %{buildroot} -type f -name .packlist -delete
make test make test
%files %files
%if 0%{?_licensedir:1}
%license LICENCE %license LICENCE
%else
%doc LICENCE
%endif
%doc Changes CONTRIBUTING README %doc Changes CONTRIBUTING README
%{perl_vendorlib}/Test/ %{perl_vendorlib}/Test/
%{_mandir}/man3/Test::EOL.3* %{_mandir}/man3/Test::EOL.3*
%changelog %changelog
* Mon Dec 7 2020 Paul Howarth <paul@city-fan.org> - 2.02-1
- Update to 2.02
- Better matching on files, directories to be ignored, e.g. no longer
confuses directory "vincent" for "inc" (CPAN RT#133862, GH#1)
- Handle long @INC lines by passing through $PERL5LIB (CPAN RT#123448)
- Use %%license and BR: perl(CPAN::Meta) unconditionally
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.00-13 * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.00-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (Test-EOL-2.00.tar.gz) = 9f43b88c05915fe722307a313f9149837058e34c8310393e97418f1393f828c2d2f7c6a7537d9ca8caff1b07a19cb2600904319f753b1a76bca09e654637ede2 SHA512 (Test-EOL-2.02.tar.gz) = 03f3a60973fde1c0fb9532be957d981bad657fec4db1b77dca865011e1bf39dcbb91a8ee09cc692ab9b372a139371ba66b69c60ae582b687a6ec230fb58a9654

Loading…
Cancel
Save