From a24c433d447f31a18f7708151905e94a1e4a4d14da8f7fdc50ff0bb2441e380e Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 10 Sep 2019 09:45:27 +0000 Subject: [PATCH] Accepting request 729724 from devel:languages:perl:autoupdate Automatic update OBS-URL: https://build.opensuse.org/request/show/729724 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=55 --- Archive-Zip-1.64.tar.gz | 3 --- Archive-Zip-1.65.tar.gz | 3 +++ perl-Archive-Zip.changes | 14 ++++++++++++++ perl-Archive-Zip.spec | 17 ++++++++--------- 4 files changed, 25 insertions(+), 12 deletions(-) delete mode 100644 Archive-Zip-1.64.tar.gz create mode 100644 Archive-Zip-1.65.tar.gz diff --git a/Archive-Zip-1.64.tar.gz b/Archive-Zip-1.64.tar.gz deleted file mode 100644 index 3feda96..0000000 --- a/Archive-Zip-1.64.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de5f84f2148038363d557b1fa33f58edc208111f789f7299fe3d8f6e11b4d17d -size 192005 diff --git a/Archive-Zip-1.65.tar.gz b/Archive-Zip-1.65.tar.gz new file mode 100644 index 0000000..b0a445c --- /dev/null +++ b/Archive-Zip-1.65.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743179fe0464d273cf4531d108bcdce9d76426eba0af61d98922d9d3d163db84 +size 192150 diff --git a/perl-Archive-Zip.changes b/perl-Archive-Zip.changes index b0455bf..65ab3a7 100644 --- a/perl-Archive-Zip.changes +++ b/perl-Archive-Zip.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Sep 10 09:02:19 UTC 2019 - + +- updated to 1.65 + see /usr/share/doc/packages/perl-Archive-Zip/Changes + + 1.65 Sat 7 Sep 2019 + - Fix for members using bzip compression [github/pmqs] + - NetBSD doesn't mind empty zips [github/pmqs] + - Solaris test failure, Add diag to failing test to collect data [github/pmqs] + - Test for presence of Test::MockModule [github/pmqs] + - Fix skip line for Windows [github/pmqs] + - Skip tests that assume /tmp on Windows [github/pmqs] + ------------------------------------------------------------------- Mon Sep 24 08:40:02 UTC 2018 - pmonrealgonzalez@suse.com diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec index 9940391..94af220 100644 --- a/perl-Archive-Zip.spec +++ b/perl-Archive-Zip.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Archive-Zip # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,27 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define cpan_name Archive-Zip Name: perl-Archive-Zip -Version: 1.64 +Version: 1.65 Release: 0 +%define cpan_name Archive-Zip Summary: Provide an interface to ZIP archive files License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: https://metacpan.org/pod/Archive::Zip +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml +BuildArch: noarch +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 -BuildArch: noarch %{perl_requires} %description @@ -65,7 +64,7 @@ perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %check -make %{?_smp_mflags} test +make test %install %perl_make_install