From 3661512e5064e545c7b08be636ec539e2490dcc3c0ab703b1ca67c5c05e8f70d Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Sat, 5 Dec 2015 17:04:39 +0000 Subject: [PATCH] Accepting request 347527 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/347527 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=36 --- Archive-Zip-1.53.tar.gz | 3 --- Archive-Zip-1.55.tar.gz | 3 +++ perl-Archive-Zip.changes | 12 ++++++++++++ perl-Archive-Zip.spec | 11 ++++++----- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 Archive-Zip-1.53.tar.gz create mode 100644 Archive-Zip-1.55.tar.gz diff --git a/Archive-Zip-1.53.tar.gz b/Archive-Zip-1.53.tar.gz deleted file mode 100644 index 28620db..0000000 --- a/Archive-Zip-1.53.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c66f3cdfd1965d47d84af1e37b997e17d3f8c5f2cceffc1e90d04d64001424b9 -size 189493 diff --git a/Archive-Zip-1.55.tar.gz b/Archive-Zip-1.55.tar.gz new file mode 100644 index 0000000..533eb7a --- /dev/null +++ b/Archive-Zip-1.55.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce36f93a636c0041503cdfedad67ca087f84101e71ab3415d172150ad5d23707 +size 189966 diff --git a/perl-Archive-Zip.changes b/perl-Archive-Zip.changes index fe6115b..816b0e5 100644 --- a/perl-Archive-Zip.changes +++ b/perl-Archive-Zip.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Dec 5 09:49:37 UTC 2015 - coolo@suse.com + +- updated to 1.55 + see /usr/share/doc/packages/perl-Archive-Zip/Changes + + 1.55 Fri 04 Dec 2015 + - rt.cpan.org #110064 - fix empty archive issue with OS X gnu tar + + 1.54 Wed 02 Dec 2015 + - Ensure filehandles created by Archive::Zip::tempFile are closed [github/antoniomonty] + ------------------------------------------------------------------- Sat Sep 26 08:32:21 UTC 2015 - coolo@suse.com diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec index e87101d..a9242f5 100644 --- a/perl-Archive-Zip.spec +++ b/perl-Archive-Zip.spec @@ -17,7 +17,7 @@ Name: perl-Archive-Zip -Version: 1.53 +Version: 1.55 Release: 0 %define cpan_name Archive-Zip Summary: Provide an interface to ZIP archive files @@ -31,6 +31,7 @@ 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} @@ -50,11 +51,11 @@ needed. Members can be created from members in existing Zip files, or from existing directories, files, or strings. -This module uses the the Compress::Raw::Zlib manpage library to read and -write the compressed streams inside the files. +This module uses the Compress::Raw::Zlib library to read and write the +compressed streams inside the files. -One can use the Archive::Zip::MemberRead manpage to read the zip file -archive members as if they were files. +One can use Archive::Zip::MemberRead to read the zip file archive members +as if they were files. %prep %setup -q -n %{cpan_name}-%{version}