forked from pool/perl-Archive-Zip
Accepting request 784616 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/784616 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Archive-Zip?expand=0&rev=42
This commit is contained in:
commit
4163859804
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be2274344c7659bf9189838dc6b9a59ec6f957c74ddfd35ff2780d56f4592774
|
||||
size 212270
|
BIN
Archive-Zip-1.68.tar.gz
(Stored with Git LFS)
Normal file
BIN
Archive-Zip-1.68.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 13 03:07:23 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.68
|
||||
see /usr/share/doc/packages/perl-Archive-Zip/Changes
|
||||
|
||||
1.68 Thr 12 Mar 2020
|
||||
- Switched to GitHub as issue tracker
|
||||
- Replaced references to Test::MockModule in
|
||||
t/23_closed_handle.t with code from PR #32, RT #110087
|
||||
- Unixified line endings in t/23_closed_handle.t
|
||||
- Added documentation for Archive::Zip::Member::isSymbolicLink,
|
||||
RT #130524
|
||||
- Implemented other, unrelated doc fixes
|
||||
- Fixed examples/zipcheck.pl to skip symbolic links, RT #130525
|
||||
- Described version 1.59, RT #117371 (tagged important!)
|
||||
|
||||
- Completely re-did test suite:
|
||||
. Created new test APIs in t/common.pm and documented them in
|
||||
t/README.md
|
||||
. Changed tests to be less dependent on OS-specific quirks of "unzip -t"
|
||||
. Changed tests to write more diagnostic information if executed in
|
||||
automated test environments
|
||||
. Normalized access to test data and to temporary results. Removed
|
||||
references to obsolete temporary results (for example, those to
|
||||
directory "extracted").
|
||||
. Normalized test headers and brushed up tests in general
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 09:05:51 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Archive-Zip
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LINUX 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.67
|
||||
Version: 1.68
|
||||
Release: 0
|
||||
%define cpan_name Archive-Zip
|
||||
Summary: Provide an interface to ZIP archive files
|
||||
@ -31,7 +31,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Compress::Raw::Zlib) >= 2.017
|
||||
BuildRequires: perl(Test::MockModule)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
Requires: perl(Compress::Raw::Zlib) >= 2.017
|
||||
%{perl_requires}
|
||||
@ -59,7 +58,7 @@ as if they were files.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Loading…
Reference in New Issue
Block a user