Update to 0.87
- New upstream release 0.87 - Turn off internal POK flag for number scalars - Avoid use of deprecated patch syntax
This commit is contained in:
parent
de8951c853
commit
2ccb0a12fe
@ -7,7 +7,7 @@
|
||||
|
||||
Name: perl-YAML-LibYAML
|
||||
Epoch: 1
|
||||
Version: 0.86
|
||||
Version: 0.87
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl YAML Serialization using XS and libyaml
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
@ -93,7 +93,7 @@ with "%{_libexecdir}/%{name}/test".
|
||||
# Unbundled libyaml, the source files are the same as in libyaml-0.2.4
|
||||
# It was determined by comparing commits in upstream repo:
|
||||
# https://github.com/yaml/libyaml/
|
||||
%patch0 -p1 -b .orig
|
||||
%patch -P 0 -p1 -b .orig
|
||||
for file in api.c dumper.c emitter.c loader.c parser.c reader.c scanner.c \
|
||||
writer.c yaml.h yaml_private.h; do
|
||||
rm LibYAML/$file
|
||||
@ -155,6 +155,11 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri May 5 2023 Paul Howarth <paul@city-fan.org> - 1:0.87-1
|
||||
- Update to 0.87
|
||||
- Turn off internal POK flag for number scalars
|
||||
- Avoid use of deprecated patch syntax
|
||||
|
||||
* Thu Jan 26 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.86-1
|
||||
- 0.86 bump
|
||||
- Package tests
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (YAML-LibYAML-0.86.tar.gz) = 4f95c5bd9627d129391a237f26096ed30ca32b50340fa2bf3d56b66c4fb87150f8399e6f1328103379269c5577f61cbe7247bf2da06021e3f8efb402106ef257
|
||||
SHA512 (YAML-LibYAML-0.87.tar.gz) = cd99144c45afe7dfa25fdf8731062b9f28e9687122b4dcefbfab6796dde1c40d9c59c35df62e97ace03d9c9ce0e9b27af22c548831d9706a830b1e74abd78b10
|
||||
|
Loading…
Reference in New Issue
Block a user