diff --git a/libyaml.changes b/libyaml.changes index 13e8bc6..4adaa89 100644 --- a/libyaml.changes +++ b/libyaml.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Aug 15 22:27:54 UTC 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 14:45:18 UTC 2020 - Paolo Stivanin diff --git a/libyaml.spec b/libyaml.spec index dadcc19..4dbabb6 100644 --- a/libyaml.spec +++ b/libyaml.spec @@ -17,7 +17,7 @@ Name: libyaml -Version: 0.2.4 +Version: 0.2.5 Release: 0 Summary: A YAML parser and emitter written in C License: MIT diff --git a/yaml-0.2.4.tar.gz b/yaml-0.2.4.tar.gz deleted file mode 100644 index f0b0b03..0000000 --- a/yaml-0.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d80aeda8747b7c26fbbfd87ab687786e58394a8435ae3970e79cb97882e30557 -size 608448 diff --git a/yaml-0.2.5.tar.gz b/yaml-0.2.5.tar.gz new file mode 100644 index 0000000..1df7653 --- /dev/null +++ b/yaml-0.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4 +size 609454