[perl-Text-Table] 1.116 bump

Petr Pisar ppisar at fedoraproject.org
Wed Sep 22 09:29:30 UTC 2010


commit e45a7f33b2bc4d8915d8e59a3095b2f805d92476
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Sep 22 11:29:14 2010 +0200

    1.116 bump

 .gitignore           |    1 +
 perl-Text-Table.spec |   17 +++++++++++++----
 sources              |    2 +-
 3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7e86e95..7c63e5d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Text-Table-1.114.tar.gz
+/Text-Table-1.116.tar.gz
diff --git a/perl-Text-Table.spec b/perl-Text-Table.spec
index b7d8e62..c44415d 100644
--- a/perl-Text-Table.spec
+++ b/perl-Text-Table.spec
@@ -1,6 +1,6 @@
 Name:           perl-Text-Table
-Version:        1.114
-Release:        5%{?dist}
+Version:        1.116
+Release:        1%{?dist}
 Summary:        Organize Data in Tables
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,10 +9,15 @@ Source0:        http://www.cpan.org/authors/id/A/AN/ANNO/Text-Table-%{version}.t
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Text::Aligner) >= 0.01
-Requires:       perl(Text::Aligner) >= 0.01
+BuildRequires:  perl(Text::Aligner) >= 0.05
+# Tests only:
+BuildRequires:  perl(Test::More)
+Requires:       perl(Text::Aligner) >= 0.05
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%filter_from_requires /^perl(Text::Aligner)$/d
+%filter_setup
+
 %description
 Organization of data in table form is a time-honored and useful method of
 data representation. While columns of data are trivially generated by
@@ -52,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Sep 22 2010 Petr Pisar <ppisar at redhat.com> - 1.116-1
+- 1.116 bump
+- Filter unversioned Text::Alignt Requires out
+
 * Fri May 07 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.114-5
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 01e2492..32b5019 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae0d69a743bc52a169dea6a07c301e06  Text-Table-1.114.tar.gz
+9f02e30e22b1486a86c4454291b97ef7  Text-Table-1.116.tar.gz


More information about the scm-commits mailing list