From 119d6adac9fe7c55c5ed0e6a859a256185394734 Mon Sep 17 00:00:00 2001 From: xuxijian Date: Mon, 13 Jan 2020 10:40:43 -0500 Subject: [PATCH 1/2] delete MockModule --- perl-Archive-Zip.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec index 848c2e0..0e511cc 100644 --- a/perl-Archive-Zip.spec +++ b/perl-Archive-Zip.spec @@ -15,7 +15,7 @@ BuildRequires: perl(constant) perl(Cwd) perl(Data::Dumper) perl(Encode) perl(Ex BuildRequires: perl(File::Basename) perl(File::Copy) perl(File::Find) perl(File::Path) BuildRequires: perl(File::Spec) >= 0.80 perl(File::Temp) perl(FileHandle) perl(integer) BuildRequires: perl(IO::File) perl(IO::Seekable) perl(Time::Local) perl(vars) perl(lib) -BuildRequires: perl(File::Spec::Unix) perl(Test::MockModule) perl(Test::More) >= 0.88 +BuildRequires: perl(File::Spec::Unix) perl(Test::More) >= 0.88 BuildRequires: perl(utf8) perl(warnings) unzip zip Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Exporter) perl(File::Spec) >= 0.80 -- Gitee From fca3fc0d02f376a07685c6815487be0958efec8d Mon Sep 17 00:00:00 2001 From: xuxijian Date: Mon, 13 Jan 2020 10:48:14 -0500 Subject: [PATCH 2/2] modify spec --- perl-Archive-Zip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec index 0e511cc..12897d3 100644 --- a/perl-Archive-Zip.spec +++ b/perl-Archive-Zip.spec @@ -2,7 +2,7 @@ Name: perl-Archive-Zip Version: 1.64 -Release: 2 +Release: 3 Summary: Perl library for accessing Zip archives License: (GPL+ or Artistic) and BSD URL: https://metacpan.org/release/Archive-Zip @@ -64,5 +64,8 @@ make test %{_mandir}/man3/Archive*.3* %changelog +* Mon Jan 13 2020 xuxijian - 1.64-3 +- delete a buildRequire + * Tue Nov 26 2019 liujing - 1.64-2 - Package init -- Gitee