Accepting request 221600 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/221600 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Archive-Zip?expand=0&rev=26
This commit is contained in:
commit
9d284468ae
@ -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
3
Archive-Zip-1.37.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ba789436dc82db02a7f3d2e9d120d0221edc83d8c7ec72519648ae64bbc4ce05
|
||||||
|
size 184345
|
@ -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
|
Mon Dec 9 11:15:40 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Archive-Zip
|
# 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
|
# 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.34
|
Version: 1.37
|
||||||
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.
|
||||||
@ -30,20 +30,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Compress::Raw::Zlib) >= 2.017
|
BuildRequires: perl(Compress::Raw::Zlib) >= 2.017
|
||||||
#BuildRequires: perl(Archive::Zip)
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
#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)
|
|
||||||
Requires: perl(Compress::Raw::Zlib) >= 2.017
|
Requires: perl(Compress::Raw::Zlib) >= 2.017
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user