[perl-Text-TabularDisplay] 1.38 bump

Petr Šabata psabata at fedoraproject.org
Thu Jul 17 15:34:53 UTC 2014


commit 2379bb98e760cf034678f32ee3bae374e562a526
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Jul 17 17:35:14 2014 +0200

    1.38 bump

 .gitignore                    |    1 +
 perl-Text-TabularDisplay.spec |   12 +++++++-----
 sources                       |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2d11215..c3797ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ Text-TabularDisplay-1.22.tar.gz
 /Text-TabularDisplay-1.34.tar.gz
 /Text-TabularDisplay-1.35.tar.gz
 /Text-TabularDisplay-1.37.tar.gz
+/Text-TabularDisplay-1.38.tar.gz
diff --git a/perl-Text-TabularDisplay.spec b/perl-Text-TabularDisplay.spec
index e4b6945..1246ead 100644
--- a/perl-Text-TabularDisplay.spec
+++ b/perl-Text-TabularDisplay.spec
@@ -1,5 +1,5 @@
 Name:           perl-Text-TabularDisplay
-Version:        1.37
+Version:        1.38
 Release:        1%{?dist}
 Summary:        Display text in formatted table output
 # see TabularDisplay.pm's header
@@ -9,7 +9,7 @@ URL:            http://search.cpan.org/dist/Text-TabularDisplay/
 Source0:        http://www.cpan.org/authors/id/D/DA/DARREN/Text-TabularDisplay-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(integer)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test)
@@ -18,7 +18,7 @@ Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
 %description
 Text::TabularDisplay simplifies displaying textual data in a table. The
-output is identical to the columnar display of query results in the mysql
+output is identical to the columnar display of query results in the MySQL
 text monitor.
 
 %prep
@@ -26,12 +26,11 @@ text monitor.
 chmod -c -x t/* examples/*
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=true
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -43,6 +42,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 17 2014 Petr Šabata <contyk at redhat.com> - 1.38-1
+- 1.38 bump
+
 * Mon Jul 07 2014 Petr Pisar <ppisar at redhat.com> - 1.37-1
 - 1.37 bump
 
diff --git a/sources b/sources
index 42e997f..a9d1c46 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4e4e41273e3cc8ad4e44f1a91022203  Text-TabularDisplay-1.37.tar.gz
+f9d7dd9ed4ad8d34cdb0115aa12c79f5  Text-TabularDisplay-1.38.tar.gz


More information about the scm-commits mailing list