From d94c92a4a20b3069b9d6d900667b88d2a69618e0bc567c039ef70ba5a792cedd Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Mon, 7 Oct 2019 10:34:54 +0000 Subject: [PATCH] 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 --- Archive-Zip-1.66.tar.gz | 3 --- Archive-Zip-1.67.tar.gz | 3 +++ perl-Archive-Zip.changes | 13 +++++++++++++ perl-Archive-Zip.spec | 4 +++- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 Archive-Zip-1.66.tar.gz create mode 100644 Archive-Zip-1.67.tar.gz diff --git a/Archive-Zip-1.66.tar.gz b/Archive-Zip-1.66.tar.gz deleted file mode 100644 index 268f4f8..0000000 --- a/Archive-Zip-1.66.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:468ac2a355b93e90e973ca6c8d18ec31c0d8f5bd3b065e16519f4cee0b9c53f7 -size 202402 diff --git a/Archive-Zip-1.67.tar.gz b/Archive-Zip-1.67.tar.gz new file mode 100644 index 0000000..7321244 --- /dev/null +++ b/Archive-Zip-1.67.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be2274344c7659bf9189838dc6b9a59ec6f957c74ddfd35ff2780d56f4592774 +size 212270 diff --git a/perl-Archive-Zip.changes b/perl-Archive-Zip.changes index 2deb703..45e6f94 100644 --- a/perl-Archive-Zip.changes +++ b/perl-Archive-Zip.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Oct 7 09:05:51 UTC 2019 - Pedro Monreal Gonzalez + +- 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 - diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec index 6e855ab..872d437 100644 --- a/perl-Archive-Zip.spec +++ b/perl-Archive-Zip.spec @@ -17,7 +17,7 @@ Name: perl-Archive-Zip -Version: 1.66 +Version: 1.67 Release: 0 %define cpan_name Archive-Zip Summary: Provide an interface to ZIP archive files @@ -31,6 +31,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Compress::Raw::Zlib) >= 2.017 +BuildRequires: perl(Test::MockModule) +BuildRequires: perl(Test::More) >= 0.88 Requires: perl(Compress::Raw::Zlib) >= 2.017 %{perl_requires}