forked from pool/perl-Archive-Zip
Accepting request 735715 from home:pmonrealgonzalez:branches:devel:languages:perl
- Update to 1.67 see /usr/share/doc/packages/perl-Archive-Zip/Changes 1.67 Sun 06 Oct 2019 - Fixed compatibility issues with zip64 format (defined-or, pack) - Fixed hard-coded version fields introduced in version 1.66 - Fixed merge glitch with tests 26 and 27 - Fixed merge glitch with bzip passthrough - Updated bzip test file to avoid zip bomb detection OBS-URL: https://build.opensuse.org/request/show/735715 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=57
This commit is contained in:
parent
9b5be4a806
commit
d94c92a4a2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:468ac2a355b93e90e973ca6c8d18ec31c0d8f5bd3b065e16519f4cee0b9c53f7
|
|
||||||
size 202402
|
|
3
Archive-Zip-1.67.tar.gz
Normal file
3
Archive-Zip-1.67.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:be2274344c7659bf9189838dc6b9a59ec6f957c74ddfd35ff2780d56f4592774
|
||||||
|
size 212270
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 7 09:05:51 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.67
|
||||||
|
see /usr/share/doc/packages/perl-Archive-Zip/Changes
|
||||||
|
|
||||||
|
1.67 Sun 06 Oct 2019
|
||||||
|
- Fixed compatibility issues with zip64 format (defined-or, pack)
|
||||||
|
- Fixed hard-coded version fields introduced in version 1.66
|
||||||
|
- Fixed merge glitch with tests 26 and 27
|
||||||
|
- Fixed merge glitch with bzip passthrough
|
||||||
|
- Updated bzip test file to avoid zip bomb detection
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 18 08:15:38 UTC 2019 - <timueller+perl@suse.de>
|
Wed Sep 18 08:15:38 UTC 2019 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Archive-Zip
|
Name: perl-Archive-Zip
|
||||||
Version: 1.66
|
Version: 1.67
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Archive-Zip
|
%define cpan_name Archive-Zip
|
||||||
Summary: Provide an interface to ZIP archive files
|
Summary: Provide an interface to ZIP archive files
|
||||||
@ -31,6 +31,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Compress::Raw::Zlib) >= 2.017
|
BuildRequires: perl(Compress::Raw::Zlib) >= 2.017
|
||||||
|
BuildRequires: perl(Test::MockModule)
|
||||||
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
Requires: perl(Compress::Raw::Zlib) >= 2.017
|
Requires: perl(Compress::Raw::Zlib) >= 2.017
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user