forked from pool/perl-Archive-Zip
Accepting request 729724 from devel:languages:perl:autoupdate
Automatic update OBS-URL: https://build.opensuse.org/request/show/729724 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Zip?expand=0&rev=55
This commit is contained in:
parent
1b65be93d8
commit
a24c433d44
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:de5f84f2148038363d557b1fa33f58edc208111f789f7299fe3d8f6e11b4d17d
|
|
||||||
size 192005
|
|
3
Archive-Zip-1.65.tar.gz
Normal file
3
Archive-Zip-1.65.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:743179fe0464d273cf4531d108bcdce9d76426eba0af61d98922d9d3d163db84
|
||||||
|
size 192150
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 09:02:19 UTC 2019 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.65
|
||||||
|
see /usr/share/doc/packages/perl-Archive-Zip/Changes
|
||||||
|
|
||||||
|
1.65 Sat 7 Sep 2019
|
||||||
|
- Fix for members using bzip compression [github/pmqs]
|
||||||
|
- NetBSD doesn't mind empty zips [github/pmqs]
|
||||||
|
- Solaris test failure, Add diag to failing test to collect data [github/pmqs]
|
||||||
|
- Test for presence of Test::MockModule [github/pmqs]
|
||||||
|
- Fix skip line for Windows [github/pmqs]
|
||||||
|
- Skip tests that assume /tmp on Windows [github/pmqs]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 24 08:40:02 UTC 2018 - pmonrealgonzalez@suse.com
|
Mon Sep 24 08:40:02 UTC 2018 - pmonrealgonzalez@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Archive-Zip
|
# spec file for package perl-Archive-Zip
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 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
|
||||||
@ -12,27 +12,26 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define cpan_name Archive-Zip
|
|
||||||
Name: perl-Archive-Zip
|
Name: perl-Archive-Zip
|
||||||
Version: 1.64
|
Version: 1.65
|
||||||
Release: 0
|
Release: 0
|
||||||
|
%define cpan_name Archive-Zip
|
||||||
Summary: Provide an interface to ZIP archive files
|
Summary: Provide an interface to ZIP archive files
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: https://metacpan.org/pod/Archive::Zip
|
Url: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
BuildArch: noarch
|
||||||
|
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(Test::MockModule)
|
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
|
||||||
Requires: perl(Compress::Raw::Zlib) >= 2.017
|
Requires: perl(Compress::Raw::Zlib) >= 2.017
|
||||||
BuildArch: noarch
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -65,7 +64,7 @@ perl Makefile.PL INSTALLDIRS=vendor
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user