[perl-Term-UI] 0.42 bump

Petr Pisar ppisar at fedoraproject.org
Fri Jan 3 10:21:14 UTC 2014


commit 3a9c8e7fab7b354f1d26c7604a095c9b46dc261e
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jan 3 11:20:56 2014 +0100

    0.42 bump

 .gitignore        |    1 +
 perl-Term-UI.spec |    7 +++++--
 sources           |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7d370f7..e9fbb12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Term-UI-0.18.tar.gz
 /Term-UI-0.34.tar.gz
 /Term-UI-0.36.tar.gz
 /Term-UI-0.38.tar.gz
+/Term-UI-0.42.tar.gz
diff --git a/perl-Term-UI.spec b/perl-Term-UI.spec
index a16af29..850c491 100644
--- a/perl-Term-UI.spec
+++ b/perl-Term-UI.spec
@@ -1,5 +1,5 @@
 Name:           perl-Term-UI
-Version:        0.38
+Version:        0.42
 Release:        1%{?dist}
 Summary:        Term::ReadLine user interface made easy
 License:        GPL+ or Artistic
@@ -27,7 +27,7 @@ BuildRequires:  perl(vars)
 # Tests:
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(lib)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.31
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 %if 0%(perl -e 'print $] > 5.017')
 Requires:       perl(deprecate)
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 03 2014 Petr Pisar <ppisar at redhat.com> - 0.42-1
+- 0.42 bump
+
 * Tue Sep 24 2013 Petr Pisar <ppisar at redhat.com> - 0.38-1
 - 0.38 bump
 
diff --git a/sources b/sources
index d1edd97..82f4170 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8f8cd5813a4fa0d387e281ca5ccaeec3  Term-UI-0.38.tar.gz
+cc9465134bcb923d65ac1f190d21b04f  Term-UI-0.42.tar.gz



More information about the perl-devel mailing list