- Upstream update.

- For now, ignore BR: perl(Test::Builder::Tester) > 1.04.
This commit is contained in:
corsepiu 2007-02-21 10:10:48 +00:00
parent 3c5c315820
commit f1db5dc20c
3 changed files with 11 additions and 9 deletions

View File

@ -1 +1 @@
Test-LongString-0.10.tar.gz
Test-LongString-0.11.tar.gz

View File

@ -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 <rc040203@freenet.de> - 0.11-1
- Upstream update.
- For now, ignore BR: perl(Test::Builder::Tester) > 1.04.
* Wed Feb 21 2007 Ralf Corsépius <rc040203@freenet.de>
- Preps for 0.11. Deactivated, because perl(Test::Builder::Tester) on
all current Fedoras is too old for this to be applicable.

View File

@ -1 +1 @@
66f3fa30c0100d0f8d8089741964ad52 Test-LongString-0.10.tar.gz
860635425e63c5f15261418f25cf106f Test-LongString-0.11.tar.gz