Hello community,

here is the log from the commit of package ghc-yaml for openSUSE:Factory 
checked in at 2018-10-25 08:19:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-yaml (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-yaml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-yaml"

Thu Oct 25 08:19:39 2018 rev:29 rq:642909 version:0.11.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-yaml/ghc-yaml.changes        2018-07-24 
17:23:31.323387149 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-yaml.new/ghc-yaml.changes   2018-10-25 
08:19:41.539982456 +0200
@@ -1,0 +2,44 @@
+Mon Oct 15 02:01:17 UTC 2018 - psim...@suse.com
+
+- Update yaml to version 0.11.0.0.
+  ## 0.11.0.0
+
+  * Split out the `libyaml` and `Text.Libyaml` code into its own package. 
[#145](https://github.com/snoyberg/yaml/issues/145)
+
+-------------------------------------------------------------------
+Thu Oct 11 02:01:05 UTC 2018 - psim...@suse.com
+
+- Update yaml to version 0.10.4.0.
+  ## 0.10.4.0
+
+  * Add `decodeMarked` and `decodeFileMarked` functions to `Text.Libyaml`, and
+    extend native bindings to extract mark information. 
[#157](https://github.com/snoyberg/yaml/issues/157)
+
+-------------------------------------------------------------------
+Wed Oct 10 19:23:55 UTC 2018 - psim...@suse.com
+
+- Update yaml to version 0.10.3.0.
+  ## 0.10.3.0
+
+  * Add support for anchors and aliases to Data.Yaml.Builder 
[#155](https://github.com/snoyberg/yaml/pull/155)
+  * Fix test suite for 32 bit machines 
[#158](https://github.com/snoyberg/yaml/issues/158)
+
+  ## 0.10.2.0
+
+  * Add `EncodeOptions` and `FormatOptions` to control the style of the 
encoded YAML. [#153](https://github.com/snoyberg/yaml/pull/153)
+  * Default to using literal style for multiline strings 
[#152](https://github.com/snoyberg/yaml/issues/152)
+
+  ## 0.10.1.1
+
+  * Correctly declare libyaml dependency on system-libyaml flag 
[#151](https://github.com/snoyberg/yaml/pull/151)
+
+  ## 0.10.1
+
+  * Avoid incurring a `semigroups` dependency on recent GHCs.
+  * Fix a space leak that was introduced with `0.10.0` 
[#147](https://github.com/snoyberg/yaml/issues/147)
+
+  ## 0.10.0
+
+  * Add `decodeFileWithWarnings` which returns warnings for duplicate fields
+
+-------------------------------------------------------------------

Old:
----
  yaml-0.9.0.tar.gz

New:
----
  yaml-0.11.0.0.tar.gz

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

Other differences:
------------------
++++++ ghc-yaml.spec ++++++
--- /var/tmp/diff_new_pack.neUbAU/_old  2018-10-25 08:19:42.207982160 +0200
+++ /var/tmp/diff_new_pack.neUbAU/_new  2018-10-25 08:19:42.211982158 +0200
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %global pkg_name yaml
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.9.0
+Version:        0.11.0.0
 Release:        0
 Summary:        Support for parsing and rendering YAML documents
 License:        BSD-3-Clause
@@ -34,10 +34,11 @@
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-filepath-devel
+BuildRequires:  ghc-libyaml-devel
+BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-resourcet-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-scientific-devel
-BuildRequires:  ghc-semigroups-devel
 BuildRequires:  ghc-template-haskell-devel
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-transformers-devel
@@ -48,6 +49,7 @@
 BuildRequires:  ghc-base-compat-devel
 BuildRequires:  ghc-hspec-devel
 BuildRequires:  ghc-mockery-devel
+BuildRequires:  ghc-raw-strings-qq-devel
 BuildRequires:  ghc-temporary-devel
 %endif
 

++++++ yaml-0.9.0.tar.gz -> yaml-0.11.0.0.tar.gz ++++++
++++ 14938 lines of diff (skipped)


Reply via email to