[perl-Text-Aligner] 0.07 bump

Petr Pisar ppisar at fedoraproject.org
Wed Sep 22 09:07:59 UTC 2010


commit 5320df99122c4701e99c0822619f3bfb377f7a94
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Sep 22 11:07:50 2010 +0200

    0.07 bump

 .gitignore             |    1 +
 perl-Text-Aligner.spec |   15 +++++++++++++--
 sources                |    2 +-
 3 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7dfccc5..7ba46ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Text-Aligner-0.03.tar.gz
+/Text-Aligner-0.07.tar.gz
diff --git a/perl-Text-Aligner.spec b/perl-Text-Aligner.spec
index 90a9f72..a5c909e 100644
--- a/perl-Text-Aligner.spec
+++ b/perl-Text-Aligner.spec
@@ -1,6 +1,6 @@
 Name:           perl-Text-Aligner
-Version:        0.03
-Release:        5%{?dist}
+Version:        0.07
+Release:        1%{?dist}
 Summary:        Text::Aligner Perl module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,7 +9,14 @@ Source0:        http://www.cpan.org/authors/id/A/AN/ANNO/Text-Aligner-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Term::ANSIColor) >= 2.01
+# Tests only
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Term::ANSIColor) >= 2.01
+
+%filter_from_requires /^perl(Term::ANSIColor)$/d
+%filter_setup
 
 %description
 Text::Aligner exports a single function, align(), which is used to justify
@@ -47,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Sep 22 2010 Petr Pisar <ppisar at redhat.com> - 0.07-1
+- 0.07 bump
+- Require 2.01 Term::ANSIColor, filter unversioned one out
+
 * Fri May 07 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.03-5
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 6abdc03..cc2b5f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd329d4e7e0ef200fd1f653ac9e828e0  Text-Aligner-0.03.tar.gz
+73088eaeae1e6c627398db1e7cc76717  Text-Aligner-0.07.tar.gz


More information about the scm-commits mailing list