!5 【软件升级】openEuler 22.03 LTS版本perl-YAML升级到1.30

Merge pull request !5 from 王歌/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-17 11:04:04 +00:00 committed by Gitee
commit 32efd57b86
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
YAML-1.30.tar.gz Normal file

Binary file not shown.

View File

@ -8,10 +8,10 @@
%bcond_with perl_YAML_enables_extra_test %bcond_with perl_YAML_enables_extra_test
Name: perl-YAML Name: perl-YAML
Version: 1.26 Version: 1.30
Release: 5 Release: 1
Summary: It Ain't Markup Language (tm) Summary: It Ain't Markup Language (tm)
License: GPL+ or Artistic License: Perl or GPL+
URL: https://metacpan.org/release/YAML URL: https://metacpan.org/release/YAML
Source0: https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -37,6 +37,7 @@ BuildRequires: perl(Test::Pod) >= 1.41
# Runtime # Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(B::Deparse) perl(Carp) Requires: perl(B::Deparse) perl(Carp)
Recommends: %{name}-help
%description %description
The YAML.pm module implements a YAML Loader and Dumper based The YAML.pm module implements a YAML Loader and Dumper based
@ -109,5 +110,8 @@ make test AUTHOR_TESTING=%{with perl_YAML_enables_extra_test}
%doc Changes CONTRIBUTING README %doc Changes CONTRIBUTING README
%changelog %changelog
* Mon Jan 04 2022 Ge Wang <wangge20@huawei.com> - 1.30-1
- Update to version 1.30
* Tue Dec 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.26-5 * Tue Dec 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.26-5
- Package init - Package init