forked from pool/perl-Archive-Zip
Accepting request 210508 from devel:languages:perl
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/210508 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Archive-Zip?expand=0&rev=25
This commit is contained in:
commit
1974f20b2e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58812671e6eb88a43fcc89ab90562cf875961409b617b6d4787270dc3e23e94f
|
||||
size 205135
|
3
Archive-Zip-1.34.tar.gz
Normal file
3
Archive-Zip-1.34.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:098bb57215c90b58795c61f174151fb4f15af9f6cea4a0cee1ac9df6e3df4046
|
||||
size 184224
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 11:15:40 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 1.34
|
||||
- Restore svn history from svn.ali.as (thanks H. Merijn Brand)
|
||||
- #90854 Test 17 in t/03_ex.t is failing
|
||||
- Allow reading ZIP from seekable streams (like PerlIO::Scalar)
|
||||
- RT#75197
|
||||
- Fixes: #76780: Cannot create member called "0" with addString (HAGGAI)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 07:31:20 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Archive-Zip
|
||||
Version: 1.33
|
||||
Version: 1.34
|
||||
Release: 0
|
||||
%define cpan_name Archive-Zip
|
||||
Summary: Provide an interface to ZIP archive files.
|
||||
@ -86,6 +86,6 @@ find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples LICENSE MYMETA.json README
|
||||
%doc Changes examples
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user