From 56d947cbdbc50eeb382e0f82a6c57d21411cbba2 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sun, 9 Sep 2012 13:01:43 +0100 Subject: [PATCH] Update to 1.5 - New upstream release 1.5 - Properly fix Win32 (CPAN RT#76037) - Change default to searching for trailing whitespace from the current directory downwards (as tests are run from the top of a dist normally), rather than one directory above the test file, as then we don't work as expected if tests are in t/author or similar - BR: perl(Pod::Coverage::TrustPod) even when bootstrapping --- perl-Test-EOL.spec | 16 +++++++++++----- sources | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/perl-Test-EOL.spec b/perl-Test-EOL.spec index 1632093..806b243 100644 --- a/perl-Test-EOL.spec +++ b/perl-Test-EOL.spec @@ -1,6 +1,6 @@ Name: perl-Test-EOL -Version: 1.3 -Release: 6%{?dist} +Version: 1.5 +Release: 1%{?dist} Summary: Check the correct line endings in your project Group: Development/Libraries License: GPL+ or Artistic @@ -12,10 +12,7 @@ BuildRequires: perl(Cwd) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(File::Temp) -# Simplify breaking dependency loops at bootstrap time -%if 0%{!?perl_bootstrap:1} BuildRequires: perl(Pod::Coverage::TrustPod) -%endif BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::More) BuildRequires: perl(Test::NoTabs) >= 1.2 @@ -53,6 +50,15 @@ rm -rf %{buildroot} %{_mandir}/man3/Test::EOL.3pm* %changelog +* Sun Sep 9 2012 Paul Howarth - 1.5-1 +- Update to 1.5 + - Properly fix Win32 (CPAN RT#76037) + - Change default to searching for trailing whitespace from the current + directory downwards (as tests are run from the top of a dist normally), + rather than one directory above the test file, as then we don't work as + expected if tests are in t/author or similar +- BR: perl(Pod::Coverage::TrustPod) even when bootstrapping + * Tue Aug 7 2012 Paul Howarth - 1.3-6 - Reinstate EPEL-5 compatibility - Drop redundant patch for building with ExtUtils::MakeMaker < 6.30 diff --git a/sources b/sources index 6ffaded..afc07c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cbff8e06b0ddefdd37d89ea1be4fabb1 Test-EOL-1.3.tar.gz +d6ae3b338c034dc747458ed0a5fb6667 Test-EOL-1.5.tar.gz