Changelog for
libyaml-0-2-0.2.5-lp154.31.2.x86_64.rpm :
* Tue Sep 06 2022 Dominique Leuenberger
- Add baselibs.conf: produce libyaml-0-2-32bit, required by libcamera -> pipewire.
* Sat Aug 15 2020 Dirk Mueller - update to 0.2.5:
* Allow question marks in plain scalars in flow collections
* Emitter: Don\'t output trailing space for empty scalar nodes
* Emitter: Output space after an alias mapping key
* Add -h and --flow (on|off|keep) to run-
*-test-suite
* Remove unnecessary include and malloc
* Add specific files back to .gitignore
* Output error position in run-parser-test-suite.c
* A couple patches to improve test suite support
* Mon Apr 20 2020 Paolo Stivanin - update to 0.2.4
* Support %YAML 1.2 directives
* Multiple fixes
* Wed Jul 31 2019 Tina Müller - Remove patch
* Patch libyaml-revert-emitter-changes.patch is not needed anymore
* Thu Apr 18 2019 Ondřej Súkup - update to 0.2.2- refreshed libyaml-revert-emitter-changes.patch
* Fix comparison in tests/run-emitter.c
* Allow colons in plain scalars inside flow collections
* The closing single quote needs to be indented...
* Revert removing of open_ended after top level plain scalar
* Mon Jan 28 2019 Jan Engelhardt - --with-pic is useless without static libs, remove it.- Update RPM groups and descriptions.
* Thu Jan 17 2019 bjorn.lieAATTgmail.com- Add libyaml-revert-emitter-changes.patch: Revert \"This code is not needed and breaks tests\" (gh#yaml/libyaml#122).
* Tue Dec 04 2018 Ondřej Súkup - update to 0.2.1
* Fixed most compiler warnings -Wall -Wextra
* Support static and dynamic libraries
* Add support for `make test`
* Apply old fix for `\\/` that is not in master.
* Port bug fix from Perl binding
* Removed trailing-whitespaces
* Fix -Wformat compilation errors in tests
* Added missing Cflags path in pkg-config file
* Forbid escaped singlequote in doublequotes
* Sun Dec 31 2017 avindraAATTopensuse.org- update to 0.1.7
* Fixed segfault in yaml_string_write_handler
* Fixed invalid simple key assertion (CVE-2014-9130)
* Fixed error handling in some examples- remove CVE-2014-9130.patch - fixed upstream in 946596172d140497b560e016e581accb0a92cca4- cleanup spec file with spec-cleaner
* Wed Dec 03 2014 jmassaguerplaAATTsuse.com- fix CVE-2014-9130: libyaml: assert failure when processing wrapped strings (bnc#907809) CVE-2014-9130.patch contains the fix