From f1db5dc20c085952978063a346d0bc115ed8a775 Mon Sep 17 00:00:00 2001 From: corsepiu Date: Wed, 21 Feb 2007 10:10:48 +0000 Subject: [PATCH] - Upstream update. - For now, ignore BR: perl(Test::Builder::Tester) > 1.04. --- .cvsignore | 2 +- perl-Test-LongString.spec | 16 +++++++++------- sources | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 530dab8..e220d9d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Test-LongString-0.10.tar.gz +Test-LongString-0.11.tar.gz diff --git a/perl-Test-LongString.spec b/perl-Test-LongString.spec index 71d6016..d1aadeb 100644 --- a/perl-Test-LongString.spec +++ b/perl-Test-LongString.spec @@ -1,5 +1,5 @@ Name: perl-Test-LongString -Version: 0.10 +Version: 0.11 Release: 1%{?dist} Summary: Perl module to test long strings License: GPL or Artistic @@ -12,12 +12,10 @@ BuildArch: noarch # Required by the tests BuildRequires: perl(Test::Builder) >= 0.12 -%if "%{version}" == "0.11" -BuildRequires: perl(Test::Builder::Tester) >= 1.04 -%endif -%if "%{version}" == "0.10" -BuildRequires: perl(Test::Builder::Tester) >= 1.00 -%endif +# 0.11 would require 1.04, but we only have 1.02 +# Causes a warning when running tests +# BuildRequires: perl(Test::Builder::Tester) >= 1.04 +BuildRequires: perl(Test::Builder::Tester) BuildRequires: perl(Test::Pod::Coverage) >= 1.04 BuildRequires: perl(Test::Pod) >= 1.14 @@ -58,6 +56,10 @@ make test %{_mandir}/man3/* %changelog +* Wed Feb 21 2007 Ralf Corsépius - 0.11-1 +- Upstream update. +- For now, ignore BR: perl(Test::Builder::Tester) > 1.04. + * Wed Feb 21 2007 Ralf Corsépius - Preps for 0.11. Deactivated, because perl(Test::Builder::Tester) on all current Fedoras is too old for this to be applicable. diff --git a/sources b/sources index 7150351..a5db104 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -66f3fa30c0100d0f8d8089741964ad52 Test-LongString-0.10.tar.gz +860635425e63c5f15261418f25cf106f Test-LongString-0.11.tar.gz