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:
parent
3661512e50
commit
4e98d40be3
@ -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
3
Archive-Zip-1.56.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:109f3ccaee5bc963144f700e96206c248dd83f855dffc9b796a76518c36400f8
|
||||
size 190124
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user