[perl-Text-Table] Update to 1.125

Jitka Plesnikova jplesnik at fedoraproject.org
Mon Sep 3 10:49:50 UTC 2012


commit a6fdb6557c15b26c5f67fac7f2594020937490f5
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Mon Sep 3 12:49:22 2012 +0200

    Update to 1.125

 .gitignore           |    1 +
 perl-Text-Table.spec |   15 +++++++++++----
 sources              |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f00eada..32b54b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ Text-Table-1.114.tar.gz
 /Text-Table-1.122.tar.gz
 /Text-Table-1.123.tar.gz
 /Text-Table-1.124.tar.gz
+/Text-Table-1.125.tar.gz
diff --git a/perl-Text-Table.spec b/perl-Text-Table.spec
index 70de1af..b6d0b3f 100644
--- a/perl-Text-Table.spec
+++ b/perl-Text-Table.spec
@@ -1,12 +1,15 @@
 Name:           perl-Text-Table
-Version:        1.124
-Release:        4%{?dist}
+Version:        1.125
+Release:        1%{?dist}
 Summary:        Organize Data in Tables
 License:        BSD
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Text-Table/
 Source0:        http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Text-Table-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Text::Aligner) >= 0.05
@@ -14,8 +17,8 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Tests only:
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Pod) >= 1.00
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
 Requires:       perl(Text::Aligner) >= 0.05
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -52,6 +55,10 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 03 2012 Jitka Plesnikova <jplesnik at redhat.com> - 1.125-1
+- 1.125 bump
+- Specify all dependencies.
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.124-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 74ce11b..5df4558 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea52bf0a1ca109c6612b42113c1d9142  Text-Table-1.124.tar.gz
+1cf44adad77f3db8566135c3d4172f2f  Text-Table-1.125.tar.gz


More information about the scm-commits mailing list