SHA256
1
0
forked from pool/libyaml

Accepting request 695728 from home:mimi_vx:branches:devel:libraries:c_c++

- 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

OBS-URL: https://build.opensuse.org/request/show/695728
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libyaml?expand=0&rev=23
This commit is contained in:
2019-05-01 06:32:59 +00:00
committed by Git OBS Bridge
parent c5e5122d05
commit 61db61feeb
5 changed files with 14 additions and 36 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Apr 18 13:17:19 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- 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 13:21:05 UTC 2019 - Jan Engelhardt <jengelh@inai.de>