Accepting request 296043 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/296043 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Archive-Zip?expand=0&rev=28
This commit is contained in:
commit
1acc3fea3c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ba789436dc82db02a7f3d2e9d120d0221edc83d8c7ec72519648ae64bbc4ce05
|
|
||||||
size 184345
|
|
3
Archive-Zip-1.46.tar.gz
Normal file
3
Archive-Zip-1.46.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6630ebeba753a7025126028eb290040ce44d86e8ced77017e31b75863348e524
|
||||||
|
size 186426
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 13 18:15:12 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.46
|
||||||
|
see /usr/share/doc/packages/perl-Archive-Zip/Changes
|
||||||
|
|
||||||
|
1.46 Tue 24 Mar 2015
|
||||||
|
- "CRC or size mismatch" when extracting member second time [github/AGWA github/pwr22]
|
||||||
|
|
||||||
|
1.45 Mon 26 Jan 2015
|
||||||
|
- FreeBSD unzip sets $? to 0 for empty zip file [github.com/revhippie]
|
||||||
|
|
||||||
|
1.44 Fri 23 Jan 2015
|
||||||
|
- Win32 with ZIP executable cannot create temp file [github.com/revhippie]
|
||||||
|
|
||||||
|
1.43 Wed 14 Jan 2015
|
||||||
|
- Restore 101374 - failing tests were not regressions.
|
||||||
|
|
||||||
|
1.42 Sun 11 Jan 2015
|
||||||
|
- Revert 101374, caused tester regression
|
||||||
|
- https://rt.cpan.org/Public/Bug/Display.html?id=101240 [cpan/PMQS]
|
||||||
|
|
||||||
|
1.41 Fri 09 Jan 2015
|
||||||
|
- https://rt.cpan.org/Public/Bug/Display.html?id=101374 [zefram]
|
||||||
|
|
||||||
|
1.40 Sun 04 Jan 2015
|
||||||
|
- https://rt.cpan.org/Public/Bug/Display.html?id=92205 [cpan/PMQS]
|
||||||
|
- https://rt.cpan.org/Public/Bug/Display.html?id=101092 [cpan/PMQS]
|
||||||
|
|
||||||
|
1.39 Tue 21 Oct 2014
|
||||||
|
- store test data in temp dirs to fix parallelism and shuffling
|
||||||
|
[Graham Knop]
|
||||||
|
|
||||||
|
1.38 Tue 02 Sep 2014
|
||||||
|
- Setting unicode flag for each member when using $Archive::Zip::UNICODE [github.com/lackas]
|
||||||
|
https://rt.cpan.org/Ticket/Display.html?id=83367
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 9 13:31:40 UTC 2014 - coolo@suse.com
|
Sun Feb 9 13:31:40 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Archive-Zip
|
# spec file for package perl-Archive-Zip
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Archive-Zip
|
Name: perl-Archive-Zip
|
||||||
Version: 1.37
|
Version: 1.46
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Archive-Zip
|
%define cpan_name Archive-Zip
|
||||||
Summary: Provide an interface to ZIP archive files.
|
Summary: Provide an interface to ZIP archive files.
|
||||||
@ -31,7 +31,6 @@ BuildRequires: perl
|
|||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Compress::Raw::Zlib) >= 2.017
|
BuildRequires: perl(Compress::Raw::Zlib) >= 2.017
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
|
|
||||||
Requires: perl(Compress::Raw::Zlib) >= 2.017
|
Requires: perl(Compress::Raw::Zlib) >= 2.017
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user