From 48295634110eb089bdc6ee773c9e30e1d23c83b8 Mon Sep 17 00:00:00 2001 From: Yangyang Shen Date: Wed, 13 May 2020 16:40:31 +0800 Subject: [PATCH] add build requires of perl-devel --- perl-Compress-Raw-Zlib.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec index 6981a49..27ebdf7 100644 --- a/perl-Compress-Raw-Zlib.spec +++ b/perl-Compress-Raw-Zlib.spec @@ -1,6 +1,7 @@ Name: perl-Compress-Raw-Zlib +Epoch: 1 Version: 2.081 -Release: 6 +Release: 7 Summary: Provides a Perl interface to the zlib compression library # source code in tarball have different license # not used @@ -12,7 +13,7 @@ Source0: https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Zlib-%{ve BuildRequires: gcc gdb perl(ExtUtils::MakeMaker) perl-interpreter perl-generators zlib-devel #for test -BuildRequires: perl(Test::Pod) >= 1.00 +BuildRequires: perl(Test::Pod) >= 1.00 perl-devel Requires: perl(XSLoader) perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2)) %description @@ -50,6 +51,12 @@ make test TEST_VERBOSE=1 COMPRESS_ZLIB_RUN_ALL=1 %{_mandir}/man3/* %changelog +* Wed May 13 2020 shenyangyang - 1:2.081-7 +- Type:enhancement +- ID:NA +- SUG:restart +- DESC:add build requires of perl-devel and add Epoch for updating + * Thu Sep 5 2019 shenyangyang - 2.081-6 - Type:enhancement - ID:NA