Accepting request 350840 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/350840
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=38
This commit is contained in:
Dirk Stoecker 2015-12-26 12:14:24 +00:00 committed by Git OBS Bridge
parent 3661512e50
commit 4e98d40be3
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce36f93a636c0041503cdfedad67ca087f84101e71ab3415d172150ad5d23707
size 189966

3
Archive-Zip-1.56.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:109f3ccaee5bc963144f700e96206c248dd83f855dffc9b796a76518c36400f8
size 190124

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Dec 26 09:29:20 UTC 2015 - coolo@suse.com
- updated to 1.56
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.56 Thu 17 Dec 2015
- fix $Archive::Zip::UNICODE issues [github/xlat]
- on MSWin32 in methods addFile, addDirectory, addTree: the externalFileName was
used in place of newName
- make sure that file names are utf8 in memberNames
- use Encode on all platform
-------------------------------------------------------------------
Sat Dec 5 09:49:37 UTC 2015 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Archive-Zip
Version: 1.55
Version: 1.56
Release: 0
%define cpan_name Archive-Zip
Summary: Provide an interface to ZIP archive files
@ -59,7 +59,7 @@ as if they were files.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor