From 02599e29b8984d21fde044c1a4f731d7c028adb8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Wed, 9 Nov 2016 14:48:45 +0100
Subject: 0.007 bump

---
 .gitignore                 |  1 +
 perl-TAP-SimpleOutput.spec | 11 ++++++++++-
 sources                    |  2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index f0c9565..806c5db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /TAP-SimpleOutput-0.002.tar.gz
 /TAP-SimpleOutput-0.003.tar.gz
 /TAP-SimpleOutput-0.004.tar.gz
+/TAP-SimpleOutput-0.007.tar.gz
diff --git a/perl-TAP-SimpleOutput.spec b/perl-TAP-SimpleOutput.spec
index 4e62254..c9e5711 100644
--- a/perl-TAP-SimpleOutput.spec
+++ b/perl-TAP-SimpleOutput.spec
@@ -1,5 +1,5 @@
 Name:           perl-TAP-SimpleOutput
-Version:        0.004
+Version:        0.007
 Release:        1%{?dist}
 Summary:        Simple closure-driven TAP generator
 License:        LGPLv2
@@ -15,7 +15,11 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Class::Load)
+# Perl::Version not used at tests
 BuildRequires:  perl(Sub::Exporter::Progressive)
+# Test::More 0.98 not used at tests
 # Tests:
 BuildRequires:  perl(blib) >= 1.01
 # CPAN::Meta not useful
@@ -27,6 +31,8 @@ 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))
+Requires:       perl(Perl::Version)
+Requires:       perl(Test::More) >= 0.98
 
 %description
 We provide one function, counters(), that returns a number of simple closures
@@ -54,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 09 2016 Petr Pisar <ppi...@redhat.com> - 0.007-1
+- 0.007 bump
+
 * Wed Nov 02 2016 Petr Pisar <ppi...@redhat.com> - 0.004-1
 - 0.004 bump
 
diff --git a/sources b/sources
index d2927a3..b47d466 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-47122754014f29981a5e6b923d0d491b  TAP-SimpleOutput-0.004.tar.gz
+25c4a34670a39bee5716b700d17b163a  TAP-SimpleOutput-0.007.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-TAP-SimpleOutput.git/commit/?h=master&id=02599e29b8984d21fde044c1a4f731d7c028adb8
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to