Hello community,

here is the log from the commit of package ghc-yaml for openSUSE:Factory 
checked in at 2016-01-28 17:24:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-12-09 
22:17:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-yaml.new/ghc-yaml.changes   2016-01-28 
17:25:04.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Jan 20 13:48:32 UTC 2016 - mimi...@gmail.com
+
+- update to 0.8.15.3
+* Give a warning when compiling with GHCJS
+
+-------------------------------------------------------------------

Old:
----
  yaml-0.8.15.2.tar.gz

New:
----
  yaml-0.8.15.3.tar.gz

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

Other differences:
------------------
++++++ ghc-yaml.spec ++++++
--- /var/tmp/diff_new_pack.ZQQJNm/_old  2016-01-28 17:25:05.000000000 +0100
+++ /var/tmp/diff_new_pack.ZQQJNm/_new  2016-01-28 17:25:05.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-yaml
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %global pkg_name yaml
 Name:           ghc-yaml
-Version:        0.8.15.2
+Version:        0.8.15.3
 Release:        0
 Summary:        Support for parsing and rendering YAML documents
 License:        BSD-3-Clause
@@ -69,7 +69,6 @@
 %setup -q -n %{pkg_name}-%{version}
 
 %build
-
 %define cabal_configure_options -f system-libyaml
 %ghc_lib_build
 

++++++ yaml-0.8.15.2.tar.gz -> yaml-0.8.15.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.15.2/ChangeLog.md 
new/yaml-0.8.15.3/ChangeLog.md
--- old/yaml-0.8.15.2/ChangeLog.md      2015-11-29 17:03:39.000000000 +0100
+++ new/yaml-0.8.15.3/ChangeLog.md      2016-01-18 15:53:27.000000000 +0100
@@ -1,3 +1,7 @@
+## 0.8.15.3
+
+* Give a warning when compiling with GHCJS
+
 ## 0.8.15.2
 
 * Canonicalise Monad instances [#76](https://github.com/snoyberg/yaml/pull/76)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.15.2/Data/Yaml.hs 
new/yaml-0.8.15.3/Data/Yaml.hs
--- old/yaml-0.8.15.2/Data/Yaml.hs      2015-11-29 17:03:39.000000000 +0100
+++ new/yaml-0.8.15.3/Data/Yaml.hs      2016-01-18 15:53:27.000000000 +0100
@@ -16,7 +16,11 @@
 --
 -- For documentation on the @aeson@ types, functions, classes, and
 -- operators, please see the @Data.Aeson@ module of the @aeson@ package.
+#if (defined (ghcjs_HOST_OS))
+module Data.Yaml {-# WARNING "GHCJS is not supported yet (will break at 
runtime once called)." #-}
+#else
 module Data.Yaml
+#endif
     ( -- * Types
       Value (..)
     , Parser
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.15.2/yaml.cabal new/yaml-0.8.15.3/yaml.cabal
--- old/yaml-0.8.15.2/yaml.cabal        2015-11-29 17:03:39.000000000 +0100
+++ new/yaml-0.8.15.3/yaml.cabal        2016-01-18 15:53:27.000000000 +0100
@@ -1,5 +1,5 @@
 name:            yaml
-version:         0.8.15.2
+version:         0.8.15.3
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <mich...@snoyman.com>, Anton Ageev 
<ant...@gmail.com>,Kirill Simonov 


Reply via email to