[perl-Text-Aligner] 0.10 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Wed Feb 5 09:50:41 UTC 2014


commit 79e374a9ea89ad75d05fb2fd9c53654b0152855d
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Wed Feb 5 10:51:03 2014 +0100

    0.10 bump

 .gitignore             |    1 +
 perl-Text-Aligner.spec |    8 +++++---
 sources                |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9b85503..830cc6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Text-Aligner-0.03.tar.gz
 /Text-Aligner-0.07.tar.gz
 /Text-Aligner-0.08.tar.gz
 /Text-Aligner-0.09.tar.gz
+/Text-Aligner-0.10.tar.gz
diff --git a/perl-Text-Aligner.spec b/perl-Text-Aligner.spec
index 04fefe7..5ee3353 100644
--- a/perl-Text-Aligner.spec
+++ b/perl-Text-Aligner.spec
@@ -1,5 +1,5 @@
 Name:           perl-Text-Aligner
-Version:        0.09
+Version:        0.10
 Release:        1%{?dist}
 Summary:        Text::Aligner Perl module
 License:        GPL+ or Artistic
@@ -12,7 +12,7 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(Term::ANSIColor) >= 2.01
+BuildRequires:  perl(Term::ANSIColor) >= 2.02
 BuildRequires:  perl(vars)
 # Tests only
 BuildRequires:  perl(constant)
@@ -22,7 +22,6 @@ BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires:       perl(Term::ANSIColor) >= 2.01
 
 %{?perl_default_filter:
 %filter_from_requires /^perl(Term::ANSIColor)$/d
@@ -60,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 05 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.10-1
+- 0.10 bump
+
 * Mon Feb 03 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.09-1
 - 0.09 bump
 
diff --git a/sources b/sources
index da04049..1b22dd3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56a3c1b21f4a66f2f0c5064848abc0d3  Text-Aligner-0.09.tar.gz
+3bd3688114a5d442f41e6d886d3aa1a7  Text-Aligner-0.10.tar.gz



More information about the perl-devel mailing list