!4 fix perl version required and test failed

Merge pull request !4 from tianwei/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-04 11:36:06 +00:00 committed by Gitee
commit 8bb9eab888
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
Name: perl-Filter
Epoch: 2
Version: 1.60
Release: 1
Release: 2
Summary: Perl source filters
License: GPL+ or Artistic
URL: https://metacpan.org/release/Filter
@ -12,9 +12,10 @@ BuildRequires: perl(Carp) perl(Exporter) perl(warnings) perl(XSLoader)
BuildRequires: perl(Cwd) perl(FindBin) perl(lib) sed
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(:VERSION) >= 5.6
BuildRequires: perl(:VERSION) >= 5.6 perl(perl5db.pl)
Requires: perl(:MODULE_COMPAT_5.28.0) perl(Carp)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`";echo $version)
Requires: perl(Carp)
Suggests: bash gcc m4
%description
@ -55,6 +56,9 @@ make test
/usr/share/man/man3/*
%changelog
* Mon Jan 04 2022 tianwei <tianwei12@huawei.com> - 2:1.60-2
- fix perl version required and test failed
* Thu Jan 28 2021 liudabo <liudabo1@huawei.com> - 2:1.60-1
- upgrade version to 1.60