[perl-Text-Aligner] 0.09 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Mon Feb 3 11:02:59 UTC 2014


commit 860535afa29cb43036313f154dedc7f8f8ee5400
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Mon Feb 3 12:03:23 2014 +0100

    0.09 bump

 .gitignore             |    1 +
 perl-Text-Aligner.spec |   17 ++++++++++++++---
 sources                |    2 +-
 3 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f9f44a..9b85503 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,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
diff --git a/perl-Text-Aligner.spec b/perl-Text-Aligner.spec
index c31a6d9..04fefe7 100644
--- a/perl-Text-Aligner.spec
+++ b/perl-Text-Aligner.spec
@@ -1,5 +1,5 @@
 Name:           perl-Text-Aligner
-Version:        0.08
+Version:        0.09
 Release:        1%{?dist}
 Summary:        Text::Aligner Perl module
 License:        GPL+ or Artistic
@@ -8,13 +8,18 @@ URL:            http://search.cpan.org/dist/Text-Aligner/
 Source0:        http://www.cpan.org/authors/id/S/SH/SHLOMIF/Text-Aligner-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(strict)
 BuildRequires:  perl(Term::ANSIColor) >= 2.01
-BuildRequires:  perl(warnings)
 BuildRequires:  perl(vars)
 # Tests only
+BuildRequires:  perl(constant)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+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
@@ -33,6 +38,9 @@ alignment.
 
 %prep
 %setup -q -n Text-Aligner-%{version}
+rm -r inc
+sed -i -e '/^inc\// d' MANIFEST
+find -type f -exec chmod -x {} +
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -52,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 03 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.09-1
+- 0.09 bump
+
 * Tue Oct 08 2013 Jitka Plesnikova <jplesnik at redhat.com> - 0.08-1
 - 0.08 bump
 - Modernize spec, update BR and source URL
diff --git a/sources b/sources
index 7d9ba42..da04049 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0f5e74eab2a71a50b64755de0158dc69  Text-Aligner-0.08.tar.gz
+56a3c1b21f4a66f2f0c5064848abc0d3  Text-Aligner-0.09.tar.gz


More information about the scm-commits mailing list