[perl-Test-Spec] update to 0.33

Iain Arnell iarnell at fedoraproject.org
Sat Jun 25 10:37:02 UTC 2011


commit 9f5aa66b14031e8b6088ca8559d7cec3ae67d629
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Jun 25 12:34:56 2011 +0200

    update to 0.33

 .gitignore          |    1 +
 perl-Test-Spec.spec |    6 +++++-
 sources             |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 13ed19a..6b29fd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Test-Spec-0.31.tar.gz
 /Test-Spec-0.32.tar.gz
+/Test-Spec-0.33.tar.gz
diff --git a/perl-Test-Spec.spec b/perl-Test-Spec.spec
index 1c1e0ec..16ec451 100644
--- a/perl-Test-Spec.spec
+++ b/perl-Test-Spec.spec
@@ -1,5 +1,5 @@
 Name:           perl-Test-Spec
-Version:        0.32
+Version:        0.33
 Release:        1%{?dist}
 Summary:        Write tests in a declarative specification style
 License:        GPL+ or Artistic
@@ -16,6 +16,7 @@ BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Package::Stash) >= 0.23
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(TAP::Parser)
 BuildRequires:  perl(Test::Deep) >= 0.103
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Trap)
@@ -57,6 +58,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 25 2011 Iain Arnell <iarnell at gmail.com> 0.33-1
+- update to latest upstream version
+
 * Sun Jun 12 2011 Iain Arnell <iarnell at gmail.com> 0.32-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 3bab3b2..45a8d0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6b5a3853457bc949a61ce964098e6dff  Test-Spec-0.32.tar.gz
+1271d96c3c491fa9cb828f64a329c42e  Test-Spec-0.33.tar.gz



More information about the perl-devel mailing list