Update to 1.3

- New upstream release 1.3
  - Fix to ignore inc/ directory used by Module::Install
- Drop hack to remove tabs from bundled Module::Install
- Bump version requirement for perl(Test::NoTabs) to 1.2 to avoid failing
  release tests due to tabs in bundled Module::Install
epel9
Paul Howarth 13 years ago
parent b6f7dd1e38
commit bd55272fca

@ -2,7 +2,7 @@
%global old_eumm %(perl -MExtUtils::MakeMaker -e 'print (($ExtUtils::MakeMaker::VERSION < 6.30) ? 1 : 0);' 2>/dev/null || echo 0) %global old_eumm %(perl -MExtUtils::MakeMaker -e 'print (($ExtUtils::MakeMaker::VERSION < 6.30) ? 1 : 0);' 2>/dev/null || echo 0)
Name: perl-Test-EOL Name: perl-Test-EOL
Version: 1.2 Version: 1.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Check the correct line endings in your project Summary: Check the correct line endings in your project
Group: Development/Libraries Group: Development/Libraries
@ -21,7 +21,7 @@ BuildRequires: perl(Pod::Coverage::TrustPod)
%endif %endif
BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
BuildRequires: perl(Test::NoTabs) BuildRequires: perl(Test::NoTabs) >= 1.2
BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::Pod::Coverage)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -39,9 +39,6 @@ whitespace.
%patch0 -p1 %patch0 -p1
%endif %endif
# Remove tabs from bundled Module::Install that break release tests
find inc/Module/ -type f -exec sh -c 'expand {} > {}.notabs && mv {}.notabs {}' \;
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} make %{?_smp_mflags}
@ -64,7 +61,14 @@ rm -rf %{buildroot}
%{_mandir}/man3/Test::EOL.3pm* %{_mandir}/man3/Test::EOL.3pm*
%changelog %changelog
* Fri Jun 15 2012 Paul Howarth <paul@city-fan.org> 1.2-1 * Sun Jun 17 2012 Paul Howarth <paul@city-fan.org> - 1.3-1
- Update to 1.3
- Fix to ignore inc/ directory used by Module::Install
- Drop hack to remove tabs from bundled Module::Install
- Bump version requirement for perl(Test::NoTabs) to 1.2 to avoid failing
release tests due to tabs in bundled Module::Install
* Fri Jun 15 2012 Paul Howarth <paul@city-fan.org> - 1.2-1
- Update to 1.2 - Update to 1.2
- Fix bad regex matching directories containing 'svn', not just '.svn' - Fix bad regex matching directories containing 'svn', not just '.svn'
directories (CPAN RT#75968) directories (CPAN RT#75968)
@ -78,13 +82,13 @@ rm -rf %{buildroot}
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 1.1-2 * Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 1.1-2
- Perl 5.16 rebuild - Perl 5.16 rebuild
* Mon Jan 16 2012 Paul Howarth <paul@city-fan.org> 1.1-1 * Mon Jan 16 2012 Paul Howarth <paul@city-fan.org> - 1.1-1
- Update to 1.1 - Update to 1.1
- Fix test fails on < 5.8 perls - Fix test fails on < 5.8 perls
- Fix t/13-latin1.t failures on Win32 and under TB1.5 - Fix t/13-latin1.t failures on Win32 and under TB1.5
- Add buildreqs for required core modules, which might be dual-lived - Add buildreqs for required core modules, which might be dual-lived
* Thu Jan 5 2012 Paul Howarth <paul@city-fan.org> 1.0-1 * Thu Jan 5 2012 Paul Howarth <paul@city-fan.org> - 1.0-1
- Update to 1.0 - Update to 1.0
- Fix misleading test failure diagnostics when only issue is trailing - Fix misleading test failure diagnostics when only issue is trailing
whitespace whitespace
@ -107,13 +111,13 @@ rm -rf %{buildroot}
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-3 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Mon Oct 18 2010 Paul Howarth <paul@city-fan.org> 0.9-2 * Mon Oct 18 2010 Paul Howarth <paul@city-fan.org> - 0.9-2
- Don't assume tested files are UTF-8 encoded (CPAN RT#59877) - Don't assume tested files are UTF-8 encoded (CPAN RT#59877)
* Wed Jun 16 2010 Paul Howarth <paul@city-fan.org> 0.9-1 * Wed Jun 16 2010 Paul Howarth <paul@city-fan.org> - 0.9-1
- Update to 0.9 (fix warnings on very old perls - CPAN RT#58442) - Update to 0.9 (fix warnings on very old perls - CPAN RT#58442)
- Use DESTDIR instead of PERL_INSTALL_ROOT - Use DESTDIR instead of PERL_INSTALL_ROOT
- Add %%{?perl_default_filter} - Add %%{?perl_default_filter}
* Wed Jun 16 2010 Paul Howarth <paul@city-fan.org> 0.8-1 * Wed Jun 16 2010 Paul Howarth <paul@city-fan.org> - 0.8-1
- Initial RPM version - Initial RPM version

@ -1 +1 @@
4857bc1361a4a251f2eb419f6dfc812c Test-EOL-1.2.tar.gz cbff8e06b0ddefdd37d89ea1be4fabb1 Test-EOL-1.3.tar.gz

Loading…
Cancel
Save