!6 upgrade to verison 2.143

From: @huyubiao 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
This commit is contained in:
openeuler-ci-bot 2023-10-26 01:33:27 +00:00 committed by Gitee
commit 0a7db633c8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 10 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,15 +1,17 @@
%define mod_name CPAN-Meta-Requirements
Name: perl-%{mod_name}
Version: 2.140
Release: 420
Version: 2.143
Release: 1
Summary: A set of version requirements for a CPAN dist
License: GPL+ or Artistic
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/%{mod_name}
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{mod_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{mod_name}-%{version}.tar.gz
BuildArch: noarch
Provides: perl(CPAN::Meta::Requirements) = 2.140000
%define six_digit_version %(LC_ALL=C; printf '%.6f' '%{version}')
Provides: perl(CPAN::Meta::Requirements) = %{six_digit_version}
BuildRequires: perl-interpreter perl-generators perl(ExtUtils::MakeMaker) perl(Test::More) coreutils findutils make
BuildRequires: perl(:VERSION) >= 5.10
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(B) perl(version) >= 0.88
@ -61,6 +63,9 @@ make test
%{_mandir}/*/*
%changelog
* Wed Oct 25 2023 huyubiao <huyubiao@huawei.com> - 2.143-1
- upgrade to verison 2.143
* Tue Oct 25 2022 huyubiao <huyubiao@huawei.com> - 2.140-420
- define mod_name to opitomize the specfile