From 74cdddfb9e893295636ae72118fc9497553e646a8df68ba5a57aac337787b038 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Fri, 13 Mar 2020 11:24:59 +0000 Subject: [PATCH] Accepting request 784598 from devel:languages:perl:autoupdate - updated to 1.68 see /usr/share/doc/packages/perl-Archive-Zip/Changes 1.68 Thr 12 Mar 2020 - Switched to GitHub as issue tracker - Replaced references to Test::MockModule in t/23_closed_handle.t with code from PR #32, RT #110087 - Unixified line endings in t/23_closed_handle.t - Added documentation for Archive::Zip::Member::isSymbolicLink, RT #130524 - Implemented other, unrelated doc fixes - Fixed examples/zipcheck.pl to skip symbolic links, RT #130525 - Described version 1.59, RT #117371 (tagged important!) - Completely re-did test suite: . Created new test APIs in t/common.pm and documented them in t/README.md . Changed tests to be less dependent on OS-specific quirks of "unzip -t" . Changed tests to write more diagnostic information if executed in automated test environments . Normalized access to test data and to temporary results. Removed references to obsolete temporary results (for example, those to directory "extracted"). . Normalized test headers and brushed up tests in general OBS-URL: https://build.opensuse.org/request/show/784598 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=59 --- Archive-Zip-1.67.tar.gz | 3 --- Archive-Zip-1.68.tar.gz | 3 +++ perl-Archive-Zip.changes | 28 ++++++++++++++++++++++++++++ perl-Archive-Zip.spec | 7 +++---- 4 files changed, 34 insertions(+), 7 deletions(-) delete mode 100644 Archive-Zip-1.67.tar.gz create mode 100644 Archive-Zip-1.68.tar.gz diff --git a/Archive-Zip-1.67.tar.gz b/Archive-Zip-1.67.tar.gz deleted file mode 100644 index 7321244..0000000 --- a/Archive-Zip-1.67.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be2274344c7659bf9189838dc6b9a59ec6f957c74ddfd35ff2780d56f4592774 -size 212270 diff --git a/Archive-Zip-1.68.tar.gz b/Archive-Zip-1.68.tar.gz new file mode 100644 index 0000000..af8542a --- /dev/null +++ b/Archive-Zip-1.68.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984e185d785baf6129c6e75f8eb44411745ac00bf6122fb1c8e822a3861ec650 +size 163490 diff --git a/perl-Archive-Zip.changes b/perl-Archive-Zip.changes index 45e6f94..a3f13c8 100644 --- a/perl-Archive-Zip.changes +++ b/perl-Archive-Zip.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Fri Mar 13 03:07:23 UTC 2020 - + +- updated to 1.68 + see /usr/share/doc/packages/perl-Archive-Zip/Changes + + 1.68 Thr 12 Mar 2020 + - Switched to GitHub as issue tracker + - Replaced references to Test::MockModule in + t/23_closed_handle.t with code from PR #32, RT #110087 + - Unixified line endings in t/23_closed_handle.t + - Added documentation for Archive::Zip::Member::isSymbolicLink, + RT #130524 + - Implemented other, unrelated doc fixes + - Fixed examples/zipcheck.pl to skip symbolic links, RT #130525 + - Described version 1.59, RT #117371 (tagged important!) + + - Completely re-did test suite: + . Created new test APIs in t/common.pm and documented them in + t/README.md + . Changed tests to be less dependent on OS-specific quirks of "unzip -t" + . Changed tests to write more diagnostic information if executed in + automated test environments + . Normalized access to test data and to temporary results. Removed + references to obsolete temporary results (for example, those to + directory "extracted"). + . Normalized test headers and brushed up tests in general + ------------------------------------------------------------------- Mon Oct 7 09:05:51 UTC 2019 - Pedro Monreal Gonzalez diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec index 872d437..c3055c6 100644 --- a/perl-Archive-Zip.spec +++ b/perl-Archive-Zip.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Archive-Zip # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Archive-Zip -Version: 1.67 +Version: 1.68 Release: 0 %define cpan_name Archive-Zip Summary: Provide an interface to ZIP archive files @@ -31,7 +31,6 @@ 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} @@ -59,7 +58,7 @@ as if they were files. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor