Hello community,
here is the log from the commit of package ghc-threepenny-gui for
openSUSE:Factory checked in at 2017-05-17 10:55:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-threepenny-gui (Old)
and /work/SRC/openSUSE:Factory/.ghc-threepenny-gui.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-threepenny-gui"
Wed May 17 10:55:33 2017 rev:2 rq:495447 version:0.7.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-threepenny-gui/ghc-threepenny-gui.changes
2017-05-09 18:01:32.254563436 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-threepenny-gui.new/ghc-threepenny-gui.changes
2017-05-17 10:55:35.584370097 +0200
@@ -1,0 +2,5 @@
+Wed May 3 08:14:00 UTC 2017 - [email protected]
+
+- Update to version 0.7.0.2 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
threepenny-gui-0.7.0.1.tar.gz
New:
----
threepenny-gui-0.7.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-threepenny-gui.spec ++++++
--- /var/tmp/diff_new_pack.QiSqKZ/_old 2017-05-17 10:55:36.240277824 +0200
+++ /var/tmp/diff_new_pack.QiSqKZ/_new 2017-05-17 10:55:36.244277262 +0200
@@ -18,7 +18,7 @@
%global pkg_name threepenny-gui
Name: ghc-%{pkg_name}
-Version: 0.7.0.1
+Version: 0.7.0.2
Release: 0
Summary: GUI framework that uses the web browser as a display
License: BSD-3-Clause
++++++ threepenny-gui-0.7.0.1.tar.gz -> threepenny-gui-0.7.0.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/threepenny-gui-0.7.0.1/CHANGELOG.md
new/threepenny-gui-0.7.0.2/CHANGELOG.md
--- old/threepenny-gui-0.7.0.1/CHANGELOG.md 2017-02-01 07:12:57.000000000
+0100
+++ new/threepenny-gui-0.7.0.2/CHANGELOG.md 2017-04-23 19:04:12.000000000
+0200
@@ -1,5 +1,10 @@
## Changelog for the `threepenny-gui` package
+**0.7.0.2** -- Maintenance release
+
+* Bump dependencies to allow `aeson` 1.2
+* Bump dependencies to allow `websockets` 0.11
+
**0.7.0.1** -- Maintenance release
* Bump dependencies to allow `aeson` 1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/threepenny-gui-0.7.0.1/threepenny-gui.cabal
new/threepenny-gui-0.7.0.2/threepenny-gui.cabal
--- old/threepenny-gui-0.7.0.1/threepenny-gui.cabal 2017-02-01
07:12:57.000000000 +0100
+++ new/threepenny-gui-0.7.0.2/threepenny-gui.cabal 2017-04-23
19:04:12.000000000 +0200
@@ -1,5 +1,5 @@
Name: threepenny-gui
-Version: 0.7.0.1
+Version: 0.7.0.2
Synopsis: GUI framework that uses the web browser as a display.
Description:
Threepenny-GUI is a GUI framework that uses the web browser as a display.
@@ -104,7 +104,7 @@
cpp-options: -DREBUG
ghc-options: -O2
build-depends: base >= 4.6 && < 4.11
- ,aeson (>= 0.7 && < 0.10) || == 0.11.* ||
(>= 1.0 && < 1.2)
+ ,aeson (>= 0.7 && < 0.10) || == 0.11.* ||
(>= 1.0 && < 1.3)
,async >= 2.0 && < 2.2
,bytestring >= 0.9.2 && < 0.11
,containers >= 0.4.2 && < 0.6
@@ -120,7 +120,7 @@
,text >= 0.11 && < 1.3
,transformers >= 0.3.0 && < 0.6
,unordered-containers == 0.2.*
- ,websockets >= 0.8 && < 0.11
+ ,websockets >= 0.8 && < 0.12
,websockets-snap >= 0.8 && < 0.11
,vault == 0.3.*
,vector >= 0.10 && < 0.13