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
This commit is contained in:
parent
6a1fc8c360
commit
3661512e50
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c66f3cdfd1965d47d84af1e37b997e17d3f8c5f2cceffc1e90d04d64001424b9
|
||||
size 189493
|
3
Archive-Zip-1.55.tar.gz
Normal file
3
Archive-Zip-1.55.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce36f93a636c0041503cdfedad67ca087f84101e71ab3415d172150ad5d23707
|
||||
size 189966
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user