diff --git a/Archive-Zip-1.55.tar.gz b/Archive-Zip-1.55.tar.gz deleted file mode 100644 index 533eb7a..0000000 --- a/Archive-Zip-1.55.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce36f93a636c0041503cdfedad67ca087f84101e71ab3415d172150ad5d23707 -size 189966 diff --git a/Archive-Zip-1.56.tar.gz b/Archive-Zip-1.56.tar.gz new file mode 100644 index 0000000..ae52599 --- /dev/null +++ b/Archive-Zip-1.56.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109f3ccaee5bc963144f700e96206c248dd83f855dffc9b796a76518c36400f8 +size 190124 diff --git a/perl-Archive-Zip.changes b/perl-Archive-Zip.changes index 816b0e5..bc5965d 100644 --- a/perl-Archive-Zip.changes +++ b/perl-Archive-Zip.changes @@ -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 diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec index a9242f5..31a5464 100644 --- a/perl-Archive-Zip.spec +++ b/perl-Archive-Zip.spec @@ -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