Hello community,

here is the log from the commit of package libyaml for openSUSE:Factory checked 
in at 2019-05-03 22:23:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyaml (Old)
 and      /work/SRC/openSUSE:Factory/.libyaml.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyaml"

Fri May  3 22:23:40 2019 rev:16 rq:699830 version:0.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyaml/libyaml.changes  2019-02-02 
21:45:17.468186533 +0100
+++ /work/SRC/openSUSE:Factory/.libyaml.new.5148/libyaml.changes        
2019-05-03 22:23:43.715895266 +0200
@@ -1,0 +2,10 @@
+Thu Apr 18 13:17:19 UTC 2019 - Ondřej Súkup <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  yaml-0.2.1.tar.gz

New:
----
  yaml-0.2.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libyaml.spec ++++++
--- /var/tmp/diff_new_pack.ApMuQJ/_old  2019-05-03 22:23:44.679891359 +0200
+++ /var/tmp/diff_new_pack.ApMuQJ/_new  2019-05-03 22:23:44.683891343 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           libyaml
-Version:        0.2.1
+Version:        0.2.2
 Release:        0
 Summary:        A YAML 1.1 parser and emitter written in C
 License:        MIT

++++++ libyaml-revert-emitter-changes.patch ++++++
--- /var/tmp/diff_new_pack.ApMuQJ/_old  2019-05-03 22:23:44.703891262 +0200
+++ /var/tmp/diff_new_pack.ApMuQJ/_new  2019-05-03 22:23:44.703891262 +0200
@@ -29,36 +29,4 @@
      return 1;
  }
 
-From 56f4b17221868593d6903ee58d6d679b690cf4df Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Tina=20M=C3=BCller?= <[email protected]>
-Date: Fri, 29 Jun 2018 23:16:26 +0200
-Subject: [PATCH 2/2] Don't emit document-end marker at the end of stream
-
-(only when explicitly requested)
-
-@jrtc27++ for the patch.
-
-See #60
----
- src/emitter.c | 7 -------
- 1 file changed, 7 deletions(-)
-
-diff --git a/src/emitter.c b/src/emitter.c
-index 32fe07c..2744495 100644
---- a/src/emitter.c
-+++ b/src/emitter.c
-@@ -649,13 +649,6 @@ yaml_emitter_emit_document_start(yaml_emitter_t *emitter,
- 
-     else if (event->type == YAML_STREAM_END_EVENT)
-     {
--        if (emitter->open_ended)
--        {
--            if (!yaml_emitter_write_indicator(emitter, "...", 1, 0, 0))
--                return 0;
--            if (!yaml_emitter_write_indent(emitter))
--                return 0;
--        }
- 
-         if (!yaml_emitter_flush(emitter))
-             return 0;
 

++++++ yaml-0.2.1.tar.gz -> yaml-0.2.2.tar.gz ++++++
++++ 5330 lines of diff (skipped)


Reply via email to