Hello community,
here is the log from the commit of package perl-Archive-Zip for
openSUSE:Factory checked in at 2020-03-16 10:16:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Archive-Zip (Old)
and /work/SRC/openSUSE:Factory/.perl-Archive-Zip.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Archive-Zip"
Mon Mar 16 10:16:07 2020 rev:42 rq:784616 version:1.68
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Archive-Zip/perl-Archive-Zip.changes
2019-11-06 13:46:58.179562164 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Archive-Zip.new.3160/perl-Archive-Zip.changes
2020-03-16 10:16:47.375549386 +0100
@@ -1,0 +2,28 @@
+Fri Mar 13 03:07:23 UTC 2020 - <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
Archive-Zip-1.67.tar.gz
New:
----
Archive-Zip-1.68.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Archive-Zip.spec ++++++
--- /var/tmp/diff_new_pack.EWP4ZT/_old 2020-03-16 10:16:48.451549824 +0100
+++ /var/tmp/diff_new_pack.EWP4ZT/_new 2020-03-16 10:16:48.455549826 +0100
@@ -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 @@
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 @@
%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
++++++ Archive-Zip-1.67.tar.gz -> Archive-Zip-1.68.tar.gz ++++++
++++ 5913 lines of diff (skipped)