1.88 bump

This commit is contained in:
Petr Šabata 2012-06-04 15:29:23 +02:00
parent 59175c64c5
commit e309c6c6d2
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 1.88-2
- 1.88 bump
- Drop command macros
* Fri Jun 01 2012 Petr Pisar <ppisar@redhat.com> - 1.84-2
- Omit optional Test::Pod tests on bootstrap

View File

@ -1 +1 @@
1c3b30a8eaa19e544fa70a33e826c852 Archive-Tar-1.84.tar.gz
a14e171b70cd785301ceb9570ccb9c33 Archive-Tar-1.88.tar.gz