Hello community,

here is the log from the commit of package ghc-yaml for openSUSE:Factory 
checked in at 2016-06-14 23:08:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-yaml (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-yaml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-yaml"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-yaml/ghc-yaml.changes        2016-05-03 
09:36:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-yaml.new/ghc-yaml.changes   2016-06-14 
23:08:33.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jun 10 06:57:00 UTC 2016 - mimi...@gmail.com
+
+- update to 0.8.17.2
+* Fix pretty-printing order of UnexpectedEvent's fields
+
+-------------------------------------------------------------------

Old:
----
  yaml-0.8.17.1.tar.gz

New:
----
  yaml-0.8.17.2.tar.gz

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

Other differences:
------------------
++++++ ghc-yaml.spec ++++++
--- /var/tmp/diff_new_pack.0cgMoH/_old  2016-06-14 23:08:34.000000000 +0200
+++ /var/tmp/diff_new_pack.0cgMoH/_new  2016-06-14 23:08:34.000000000 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name yaml
 Name:           ghc-yaml
-Version:        0.8.17.1
+Version:        0.8.17.2
 Release:        0
 Summary:        Support for parsing and rendering YAML documents
 License:        BSD-3-Clause

++++++ yaml-0.8.17.1.tar.gz -> yaml-0.8.17.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.17.1/ChangeLog.md 
new/yaml-0.8.17.2/ChangeLog.md
--- old/yaml-0.8.17.1/ChangeLog.md      2016-04-14 17:22:07.000000000 +0200
+++ new/yaml-0.8.17.2/ChangeLog.md      2016-06-09 20:40:20.000000000 +0200
@@ -1,3 +1,7 @@
+## 0.8.17.2
+
+* Fix pretty-printing order of UnexpectedEvent's fields (fixes 
[#84](https://github.com/snoyberg/yaml/issues/84)) 
[#85](https://github.com/snoyberg/yaml/pull/85)
+
 ## 0.8.17.1
 
 * Avoid bug in Cabal [#83](https://github.com/snoyberg/yaml/pull/83)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.17.1/Data/Yaml/Internal.hs 
new/yaml-0.8.17.2/Data/Yaml/Internal.hs
--- old/yaml-0.8.17.1/Data/Yaml/Internal.hs     2016-04-14 17:22:07.000000000 
+0200
+++ new/yaml-0.8.17.2/Data/Yaml/Internal.hs     2016-06-09 20:40:20.000000000 
+0200
@@ -78,7 +78,7 @@
 prettyPrintParseException pe = case pe of
   NonScalarKey -> "Non scalar key"
   UnknownAlias anchor -> "Unknown alias `" ++ anchor ++ "`"
-  UnexpectedEvent mbExpected mbUnexpected -> unlines
+  UnexpectedEvent { _expected = mbExpected, _received = mbUnexpected } -> 
unlines
     [ "Unexpected event: expected"
     , "  " ++ show mbExpected
     , "but received"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.17.1/yaml.cabal new/yaml-0.8.17.2/yaml.cabal
--- old/yaml-0.8.17.1/yaml.cabal        2016-04-14 17:22:07.000000000 +0200
+++ new/yaml-0.8.17.2/yaml.cabal        2016-06-09 20:40:20.000000000 +0200
@@ -1,5 +1,5 @@
 name:            yaml
-version:         0.8.17.1
+version:         0.8.17.2
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <mich...@snoyman.com>, Anton Ageev 
<ant...@gmail.com>,Kirill Simonov 


Reply via email to