Update to 1.34
- New upstream release 1.34 - Fix memory corruption (GH#52) - Fix for handling circular aliases (GH#53) - Unconditionally include stdlib.h in syck.h (GH#56) - Switch changelog to a more parsable format - Update github CI to use a cpanfile - Update Devel::PPPort to 3.62 - Stop depending on constants dropped from Perl 5.28 (GH#50)
This commit is contained in:
parent
975c44cbd0
commit
272cf964b3
@ -6,8 +6,8 @@
|
||||
%endif
|
||||
|
||||
Name: perl-YAML-Syck
|
||||
Version: 1.32
|
||||
Release: 3%{?dist}
|
||||
Version: 1.34
|
||||
Release: 1%{?dist}
|
||||
Summary: Fast, lightweight YAML loader and dumper
|
||||
License: BSD and MIT
|
||||
URL: https://metacpan.org/release/YAML-Syck
|
||||
@ -92,6 +92,16 @@ make test
|
||||
%{_mandir}/man3/YAML::Syck.3*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 27 2020 Paul Howarth <paul@city-fan.org> - 1.34-1
|
||||
- Update to 1.34
|
||||
- Fix memory corruption (GH#52)
|
||||
- Fix for handling circular aliases (GH#53)
|
||||
- Unconditionally include stdlib.h in syck.h (GH#56)
|
||||
- Switch changelog to a more parsable format
|
||||
- Update github CI to use a cpanfile
|
||||
- Update Devel::PPPort to 3.62
|
||||
- Stop depending on constants dropped from Perl 5.28 (GH#50)
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.32-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (YAML-Syck-1.32.tar.gz) = 284d62f1fabdcca9fbdc57b732f5b9b2c2739020c620dbb66e84a89ea83e0a80580ec8fd8516a1c080dd9de9a817dbe357ee66041daa5103a8bf49c436355c99
|
||||
SHA512 (YAML-Syck-1.34.tar.gz) = 18288f54026823e84b2d642d880d7758c5d95ba4b56d3fcf758efe59303ea71a49822d7c000b4c7b0629eccd4dcf3c940bc1c26f2b2ef89e4fdba78a35c04760
|
||||
|
Loading…
Reference in New Issue
Block a user