[perl-TestML] 0.49 bump

Petr Pisar ppisar at fedoraproject.org
Tue Aug 19 06:34:07 UTC 2014


commit c2b2f64a2c8622aef3a8da91c25c2f9408b6ff18
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Aug 18 17:23:31 2014 +0200

    0.49 bump

 .gitignore       |    1 +
 perl-TestML.spec |    8 +++++---
 sources          |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0a8f234..002f6e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /TestML-0.42.tar.gz
 /TestML-0.43.tar.gz
 /TestML-0.44.tar.gz
+/TestML-0.49.tar.gz
diff --git a/perl-TestML.spec b/perl-TestML.spec
index 1b17dd0..8125cb8 100644
--- a/perl-TestML.spec
+++ b/perl-TestML.spec
@@ -1,5 +1,5 @@
 Name:           perl-TestML
-Version:        0.44
+Version:        0.49
 Release:        1%{?dist}
 Summary:        Generic software Testing Meta Language
 License:        GPL+ or Artistic
@@ -17,14 +17,12 @@ BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Basename)
 # IO::All not used at test-time
-# Module::Install::Base not used at test-time
 # Used Pegex::Parser is not versioned, depend on Pegex version
 BuildRequires:  perl(Pegex) >= 0.30
 BuildRequires:  perl(Pegex::Parser)
 # Template::Toolkit::Simple not used at test-time
 BuildRequires:  perl(Test::Builder)
 # Text::Diff not used at test-time
-# vars not used at test-time
 BuildRequires:  perl(YAML::XS)
 # Tests:
 BuildRequires:  perl(base)
@@ -36,6 +34,7 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 # Used Pegex::Parser is not versioned, depend on Pegex version
 Requires:       perl(Pegex) >= 0.30
 Requires:       perl(Text::Diff)
+Requires:       perl(warnings)
 
 %description
 TestML <http://www.testml.org/> is a generic, programming language agnostic,
@@ -75,6 +74,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 18 2014 Petr Pisar <ppisar at redhat.com> - 0.49-1
+- 0.49 bump
+
 * Thu Aug 14 2014 Petr Pisar <ppisar at redhat.com> - 0.44-1
 - 0.44 bump
 
diff --git a/sources b/sources
index fb3d6e8..0a9d90f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-674965ade9e8ee0719ec0b7504727890  TestML-0.44.tar.gz
+296dfa6482494129ece3f5645152fd42  TestML-0.49.tar.gz



More information about the perl-devel mailing list