[perl-Test-EOL] Update to 1.1

Paul Howarth pghmcfc at fedoraproject.org
Mon Jan 16 19:49:30 UTC 2012


commit f0823e789a8de671e693565c636386eae345fcdb
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Jan 16 19:48:41 2012 +0000

    Update to 1.1
    
    - New upstream release 1.1
      - Fix test fails on < 5.8 perls
      - Fix t/13-latin1.t failures on Win32 and under TB1.5
    - Add buildreqs for required core modules, which might be dual-lived

 perl-Test-EOL.spec |   12 +++++++++++-
 sources            |    2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/perl-Test-EOL.spec b/perl-Test-EOL.spec
index 026b7c5..c5f76c4 100644
--- a/perl-Test-EOL.spec
+++ b/perl-Test-EOL.spec
@@ -2,7 +2,7 @@
 %global old_eumm %(perl -MExtUtils::MakeMaker -e 'printf "%d\\n", $ExtUtils::MakeMaker::VERSION < 6.30 ? 1 : 0;' 2>/dev/null || echo 0)
 
 Name:		perl-Test-EOL
-Version:	1.0
+Version:	1.1
 Release:	1%{?dist}
 Summary:	Check the correct line endings in your project
 Group:		Development/Libraries
@@ -13,10 +13,14 @@ Patch0:		Test-EOL-1.0-old-EU::MM.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(File::Find)
+BuildRequires:	perl(File::Spec)
+BuildRequires:	perl(FindBin)
 # 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)
 BuildRequires:	perl(Test::Pod)
@@ -60,6 +64,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::EOL.3pm*
 
 %changelog
+* Mon Jan 16 2012 Paul Howarth <paul at city-fan.org> 1.1-1
+- Update to 1.1
+  - Fix test fails on < 5.8 perls
+  - Fix t/13-latin1.t failures on Win32 and under TB1.5
+- Add buildreqs for required core modules, which might be dual-lived
+
 * Thu Jan  5 2012 Paul Howarth <paul at city-fan.org> 1.0-1
 - Update to 1.0
   - Fix misleading test failure diagnostics when only issue is trailing
diff --git a/sources b/sources
index 7ba0e06..3a0f28c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38407e5dcc00004693b3ba0afc59d3ae  Test-EOL-1.0.tar.gz
+daaffe10b30779567def40b22d432aec  Test-EOL-1.1.tar.gz


More information about the scm-commits mailing list