- updated to 1.37

- Need newer Test::More to support done_testing() [thaljef]
    - Fix error in version update with 1.35 [RT #91744]
    - fallback on copy if move gives permission denied [github.com/plicease]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=23
This commit is contained in:
Stephan Kulow 2014-02-09 13:41:00 +00:00 committed by Git OBS Bridge
parent ecb344557a
commit 06bd5ac36c
4 changed files with 15 additions and 19 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Feb 9 13:31:40 UTC 2014 - coolo@suse.com
- updated to 1.37
- Need newer Test::More to support done_testing() [thaljef]
- Fix error in version update with 1.35 [RT #91744]
- fallback on copy if move gives permission denied [github.com/plicease]
-------------------------------------------------------------------
Mon Dec 9 11:15:40 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Archive-Zip
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: perl-Archive-Zip
Version: 1.34
Version: 1.37
Release: 0
%define cpan_name Archive-Zip
Summary: Provide an interface to ZIP archive files.
@ -30,20 +30,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Compress::Raw::Zlib) >= 2.017
#BuildRequires: perl(Archive::Zip)
#BuildRequires: perl(Archive::Zip::Archive)
#BuildRequires: perl(Archive::Zip::BufferedFileHandle)
#BuildRequires: perl(Archive::Zip::DirectoryMember)
#BuildRequires: perl(Archive::Zip::FileMember)
#BuildRequires: perl(Archive::Zip::Member)
#BuildRequires: perl(Archive::Zip::MemberRead)
#BuildRequires: perl(Archive::Zip::MockFileHandle)
#BuildRequires: perl(Archive::Zip::NewFileMember)
#BuildRequires: perl(Archive::Zip::StringMember)
#BuildRequires: perl(Archive::Zip::ZipFileMember)
#BuildRequires: perl(IO::Scalar)
#BuildRequires: perl(IO::String)
#BuildRequires: perl(MIME::Entity)
BuildRequires: perl(Test::More) >= 0.88
Requires: perl(Compress::Raw::Zlib) >= 2.017
%{perl_requires}