1.60 bump
This commit is contained in:
parent
ec76d7463c
commit
c2f3a42c33
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ Archive-Zip-1.30.tar.gz
|
||||
/Archive-Zip-1.57.tar.gz
|
||||
/Archive-Zip-1.58.tar.gz
|
||||
/Archive-Zip-1.59.tar.gz
|
||||
/Archive-Zip-1.60.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-Archive-Zip
|
||||
Version: 1.59
|
||||
Release: 6%{?dist}
|
||||
Version: 1.60
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for accessing Zip archives
|
||||
# lib/Archive/Zip/Member.pm: (GPL+ or Artistic) and BSD
|
||||
# (The _mapPermissionsToUnix() comments are
|
||||
@ -70,8 +70,6 @@ existing Zip files, or from existing directories, files, or strings.
|
||||
|
||||
%prep
|
||||
%setup -q -n Archive-Zip-%{version}
|
||||
perl -MConfig -pi -e 's|^#/usr/bin/perl|$Config{startperl}|' \
|
||||
examples/selfex.pl
|
||||
for F in examples/*.pl; do
|
||||
perl -MExtUtils::MakeMaker -e "ExtUtils::MM_Unix->fixin(q{$F})"
|
||||
done
|
||||
@ -99,9 +97,12 @@ make test
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 20 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.60-1
|
||||
- 1.60 bump
|
||||
|
||||
* Tue Dec 19 2017 Petr Pisar <ppisar@redhat.com> - 1.59-6
|
||||
- Fix shellbang in examples/selfex.pl documentation (CPAN RT#123913)
|
||||
- Moderinze spec file
|
||||
- Modernize spec file
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.59-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user