update to 1.30 version

This commit is contained in:
wang--ge 2022-01-04 15:34:12 +08:00
parent 24c6fd7aff
commit 8375b1d9af
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
Name: perl-YAML
Version: 1.26
Release: 5
Version: 1.30
Release: 1
Summary: It Ain't Markup Language (tm)
License: GPL+ or Artistic
License: Perl or GPL+
URL: https://metacpan.org/release/YAML
Source0: https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-%{version}.tar.gz
BuildArch: noarch
@ -37,6 +37,7 @@ BuildRequires: perl(Test::Pod) >= 1.41
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(B::Deparse) perl(Carp)
Recommends: %{name}-help
%description
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
%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
- Package init