[perl-Archive-Tar] 1.88 bump

Petr Šabata psabata at fedoraproject.org
Mon Jun 4 13:30:08 UTC 2012


commit e309c6c6d201d58deff699bcb5bb9b4816b7bcfe
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Jun 4 15:29:23 2012 +0200

    1.88 bump

 .gitignore            |    1 +
 perl-Archive-Tar.spec |   10 +++++++---
 sources               |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 990409f..275656a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ Archive-Tar-1.64.tar.gz
 /Archive-Tar-1.80.tar.gz
 /Archive-Tar-1.82.tar.gz
 /Archive-Tar-1.84.tar.gz
+/Archive-Tar-1.88.tar.gz
diff --git a/perl-Archive-Tar.spec b/perl-Archive-Tar.spec
index 1aa156e..55888d3 100644
--- a/perl-Archive-Tar.spec
+++ b/perl-Archive-Tar.spec
@@ -1,5 +1,5 @@
 Name:           perl-Archive-Tar
-Version:        1.84
+Version:        1.88
 Release:        2%{?dist}
 Summary:        A module for Perl manipulation of .tar files
 Group:          Development/Libraries
@@ -30,7 +30,7 @@ BuildRequires:  perl(Test::More)
 %if !%{defined perl_bootstrap}
 BuildRequires:  perl(Test::Pod)
 %endif
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Compress::Zlib) >= 2.015
 Requires:       perl(IO::Zlib) >= 1.01
 
@@ -45,7 +45,7 @@ will also support compressed or gzipped tar files.
 %setup -q -n Archive-Tar-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -66,6 +66,10 @@ make test
 
 
 %changelog
+* Mon Jun 04 2012 Petr Šabata <contyk at redhat.com> - 1.88-2
+- 1.88 bump
+- Drop command macros
+
 * Fri Jun 01 2012 Petr Pisar <ppisar at redhat.com> - 1.84-2
 - Omit optional Test::Pod tests on bootstrap
 
diff --git a/sources b/sources
index 3aa4b88..cd460bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c3b30a8eaa19e544fa70a33e826c852  Archive-Tar-1.84.tar.gz
+a14e171b70cd785301ceb9570ccb9c33  Archive-Tar-1.88.tar.gz



More information about the perl-devel mailing list