[perl-Text-Wrapper] Upstream update.

corsepiu corsepiu at fedoraproject.org
Sat Feb 1 13:07:49 UTC 2014


commit 4dad99d0cca6efc2aa31f122f7c8ef95486d1780
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Sat Feb 1 14:08:16 2014 +0100

    Upstream update.
    
    - Reflect upstream not wanting us to perform Pod tests.

 perl-Text-Wrapper.spec |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/perl-Text-Wrapper.spec b/perl-Text-Wrapper.spec
index 077b65f..2cfbced 100644
--- a/perl-Text-Wrapper.spec
+++ b/perl-Text-Wrapper.spec
@@ -1,6 +1,6 @@
 Name: 		perl-Text-Wrapper
-Version: 	1.04
-Release: 	6%{?dist}
+Version: 	1.05
+Release: 	1%{?dist}
 Summary:	Simple word wrapping perl module
 License: 	GPL+ or Artistic
 Group: 		Development/Libraries
@@ -10,10 +10,8 @@ Source0: 	http://www.cpan.org/modules/by-module/Text/Text-Wrapper-%{version}.tar
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
 BuildRequires:  perl(Carp)
 BuildRequires:	perl(Test::More)
-# For improved tests
-BuildRequires:  perl(Test::Pod) >= 1.41
-BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
-BuildRequires:  perl(Pod::Coverage::TrustPod)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 
 Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch: 	noarch
@@ -45,6 +43,10 @@ make test RELEASE_TESTING=1
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 01 2014 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.05-1
+- Upstream update.
+- Reflect upstream not wanting us to perform Pod tests.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.04-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 



More information about the perl-devel mailing list