- Upstream update.
- Minor spec cleanups.
This commit is contained in:
parent
bcf97e81cd
commit
436752155a
@ -1 +1 @@
|
||||
Test-LongString-0.11.tar.gz
|
||||
Test-LongString-0.13.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Test-LongString
|
||||
Version: 0.11
|
||||
Release: 6%{?dist}
|
||||
Version: 0.13
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl module to test long strings
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -13,10 +13,7 @@ BuildArch: noarch
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Required by the tests
|
||||
BuildRequires: perl(Test::Builder) >= 0.12
|
||||
# 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::Builder::Tester) >= 1.04
|
||||
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
||||
BuildRequires: perl(Test::Pod) >= 1.14
|
||||
@ -57,6 +54,10 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 01 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.13-1
|
||||
- Upstream update.
|
||||
- Minor spec cleanups.
|
||||
|
||||
* Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 0.11-6
|
||||
- rebuild against perl 5.10.1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user