Update to 0.82
- New upstream release 0.82 - Updated libyaml sources to 0.2.4; changes affecting YAML::XS are: - Output '...' at the stream end after a block scalar with trailing empty lines - Accept '%YAML 1.2' directives (they are ignored and do not change behaviour though)
This commit is contained in:
parent
e6788e8a60
commit
c55d8e3058
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: perl-YAML-LibYAML
|
Name: perl-YAML-LibYAML
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.81
|
Version: 0.82
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl YAML Serialization using XS and libyaml
|
Summary: Perl YAML Serialization using XS and libyaml
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -20,8 +20,8 @@ BuildRequires: coreutils
|
|||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: libyaml >= 0.2.2
|
BuildRequires: libyaml >= 0.2.4
|
||||||
BuildRequires: libyaml-devel >= 0.2.2
|
BuildRequires: libyaml-devel >= 0.2.4
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
@ -67,7 +67,7 @@ BuildRequires: perl(Path::Class)
|
|||||||
# Dependencies
|
# Dependencies
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
Requires: perl(B::Deparse)
|
Requires: perl(B::Deparse)
|
||||||
Requires: libyaml >= 0.2.2
|
Requires: libyaml >= 0.2.4
|
||||||
|
|
||||||
# Avoid provides for perl shared objects
|
# Avoid provides for perl shared objects
|
||||||
%{?perl_default_filter}
|
%{?perl_default_filter}
|
||||||
@ -79,7 +79,7 @@ bound to Python and was later bound to Ruby.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n YAML-LibYAML-%{version}
|
%setup -q -n YAML-LibYAML-%{version}
|
||||||
# Unbundled libyaml, the source files are the same as in libyaml-0.2.2
|
# Unbundled libyaml, the source files are the same as in libyaml-0.2.4
|
||||||
# It was determined by comparing commits in upstream repo:
|
# It was determined by comparing commits in upstream repo:
|
||||||
# https://github.com/yaml/libyaml/
|
# https://github.com/yaml/libyaml/
|
||||||
%patch0 -p1 -b .orig
|
%patch0 -p1 -b .orig
|
||||||
@ -111,6 +111,14 @@ make test
|
|||||||
%{_mandir}/man3/YAML::XS::LibYAML.3*
|
%{_mandir}/man3/YAML::XS::LibYAML.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 3 2020 Paul Howarth <paul@city-fan.org> - 1:0.82-1
|
||||||
|
- Update to 0.82
|
||||||
|
- Updated libyaml sources to 0.2.4; changes affecting YAML::XS are:
|
||||||
|
- Output '...' at the stream end after a block scalar with trailing empty
|
||||||
|
lines
|
||||||
|
- Accept '%%YAML 1.2' directives (they are ignored and do not change
|
||||||
|
behaviour though)
|
||||||
|
|
||||||
* Tue Jan 28 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.81-1
|
* Tue Jan 28 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.81-1
|
||||||
- Update to 0.81
|
- Update to 0.81
|
||||||
- Breaking Change: Set $YAML::XS::LoadBlessed default to false to make it
|
- Breaking Change: Set $YAML::XS::LoadBlessed default to false to make it
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (YAML-LibYAML-0.81.tar.gz) = 469ac568f5b7562cb4e58150121f7dbaaf129ce2ae72690e94c644da980a43fb0e1b372c4d674ca5413741af1d2756971341631f03c51bd99479cfe775b7c6e2
|
SHA512 (YAML-LibYAML-0.82.tar.gz) = b4535ab4d19ea8a9c4aaa9683937bc822c59f80439fa1da0a02e057ce5d95f271ab06ce58346c58eeacd99d29bf276f5a1289992ca569f63d65ceff9b833da0c
|
||||||
|
Loading…
Reference in New Issue
Block a user