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.57.tar.gz
|
||||||
/Archive-Zip-1.58.tar.gz
|
/Archive-Zip-1.58.tar.gz
|
||||||
/Archive-Zip-1.59.tar.gz
|
/Archive-Zip-1.59.tar.gz
|
||||||
|
/Archive-Zip-1.60.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Archive-Zip
|
Name: perl-Archive-Zip
|
||||||
Version: 1.59
|
Version: 1.60
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl library for accessing Zip archives
|
Summary: Perl library for accessing Zip archives
|
||||||
# lib/Archive/Zip/Member.pm: (GPL+ or Artistic) and BSD
|
# lib/Archive/Zip/Member.pm: (GPL+ or Artistic) and BSD
|
||||||
# (The _mapPermissionsToUnix() comments are
|
# (The _mapPermissionsToUnix() comments are
|
||||||
@ -70,8 +70,6 @@ existing Zip files, or from existing directories, files, or strings.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Archive-Zip-%{version}
|
%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
|
for F in examples/*.pl; do
|
||||||
perl -MExtUtils::MakeMaker -e "ExtUtils::MM_Unix->fixin(q{$F})"
|
perl -MExtUtils::MakeMaker -e "ExtUtils::MM_Unix->fixin(q{$F})"
|
||||||
done
|
done
|
||||||
@ -99,9 +97,12 @@ make test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 19 2017 Petr Pisar <ppisar@redhat.com> - 1.59-6
|
||||||
- Fix shellbang in examples/selfex.pl documentation (CPAN RT#123913)
|
- 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
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.59-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user