[perl-Text-TabularDisplay] 1.30 bump

Petr Šabata psabata at fedoraproject.org
Mon Apr 2 09:45:04 UTC 2012


commit 9cd00d2fa7277a9e6c52e6d4df9566341893c5d5
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Apr 2 11:41:00 2012 +0200

    1.30 bump

 .gitignore                    |    1 +
 perl-Text-TabularDisplay.spec |   10 +++++++---
 sources                       |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e3e02a..1ac2105 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Text-TabularDisplay-1.22.tar.gz
 /Text-TabularDisplay-1.28.tar.gz
+/Text-TabularDisplay-1.30.tar.gz
diff --git a/perl-Text-TabularDisplay.spec b/perl-Text-TabularDisplay.spec
index f16e018..bc3b3ab 100644
--- a/perl-Text-TabularDisplay.spec
+++ b/perl-Text-TabularDisplay.spec
@@ -1,5 +1,5 @@
 Name:           perl-Text-TabularDisplay
-Version:        1.28
+Version:        1.30
 Release:        1%{?dist}
 Summary:        Display text in formatted table output
 # see TabularDisplay.pm's header
@@ -10,7 +10,7 @@ Source0:        http://www.cpan.org/authors/id/D/DA/DARREN/Text-TabularDisplay-%
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker) 
 BuildRequires:  perl(Test)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 Text::TabularDisplay simplifies displaying textual data in a table. The
@@ -22,7 +22,7 @@ text monitor. For example, this data:
 chmod -c -x t/* examples/*
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -40,6 +40,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 02 2012 Petr Šabata <contyk at redhat.com> - 1.30-1
+- 1.30 bump
+- Drop command macros
+
 * Mon Jan 16 2012 Petr Šabata <contyk at redhat.com> - 1.28-1
 - 1.28 bump
 - Spec cleanup
diff --git a/sources b/sources
index d53dbe2..8c25d39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-abb13449751ae40c01747a443f0420b4  Text-TabularDisplay-1.28.tar.gz
+b48cf56b6ce8106f90a9177115af4e57  Text-TabularDisplay-1.30.tar.gz


More information about the scm-commits mailing list