[perl-TAP-SimpleOutput] 0.002 bump

Petr Pisar ppisar at fedoraproject.org
Mon Nov 18 16:35:19 UTC 2013


commit 8ff091a088f085f6cb27051e2714fc1f9c3218e4
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Nov 18 17:35:20 2013 +0100

    0.002 bump

 .gitignore                 |    1 +
 perl-TAP-SimpleOutput.spec |   26 +++++++++++++++++---------
 sources                    |    2 +-
 3 files changed, 19 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6f98a3e..0baedc1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /TAP-SimpleOutput-0.001.tar.gz
+/TAP-SimpleOutput-0.002.tar.gz
diff --git a/perl-TAP-SimpleOutput.spec b/perl-TAP-SimpleOutput.spec
index be92005..8028fc0 100644
--- a/perl-TAP-SimpleOutput.spec
+++ b/perl-TAP-SimpleOutput.spec
@@ -1,21 +1,26 @@
 Name:           perl-TAP-SimpleOutput
-Version:        0.001
-Release:        4%{?dist}
+Version:        0.002
+Release:        1%{?dist}
 Summary:        Simple closure-driven TAP generator
 License:        LGPLv2
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/TAP-SimpleOutput/
 Source0:        http://www.cpan.org/authors/id/R/RS/RSRCHBOY/TAP-SimpleOutput-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time:
-BuildRequires:  perl(Sub::Exporter)
+BuildRequires:  perl(Sub::Exporter::Progressive)
 # Tests:
-BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(Test::More) >= 0.88
-# Optional tests:
-BuildRequires:  perl(Test::Script) >= 1.05
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(Test::CheckDeps) >= 0.010
+BuildRequires:  perl(Test::More) >= 0.94
+BuildRequires:  perl(utf8)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 We provide one function, counters(), that returns a number of simple closures
@@ -25,7 +30,7 @@ designed to help output TAP easily and correctly, with a minimum of fuss.
 %setup -q -n TAP-SimpleOutput-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -42,6 +47,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Nov 18 2013 Petr Pisar <ppisar at redhat.com> - 0.002-1
+- 0.002 bump
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.001-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 7d8aebb..a47c6b6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da9be0d0e662742e17ab2145c9039233  TAP-SimpleOutput-0.001.tar.gz
+177aa37d05d9f0672418077a71d508a5  TAP-SimpleOutput-0.002.tar.gz



More information about the perl-devel mailing list