Hello community,
here is the log from the commit of package ghc-websockets-snap for
openSUSE:Factory checked in at 2017-06-04 01:59:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-websockets-snap (Old)
and /work/SRC/openSUSE:Factory/.ghc-websockets-snap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-websockets-snap"
Sun Jun 4 01:59:17 2017 rev:3 rq:499740 version:0.10.2.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-websockets-snap/ghc-websockets-snap.changes
2017-05-17 10:55:37.176146166 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-websockets-snap.new/ghc-websockets-snap.changes
2017-06-04 01:59:18.000684662 +0200
@@ -1,0 +2,5 @@
+Thu May 18 09:52:27 UTC 2017 - [email protected]
+
+- Update to version 0.10.2.2 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
websockets-snap-0.10.2.1.tar.gz
New:
----
websockets-snap-0.10.2.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-websockets-snap.spec ++++++
--- /var/tmp/diff_new_pack.qpu2hi/_old 2017-06-04 01:59:18.808570529 +0200
+++ /var/tmp/diff_new_pack.qpu2hi/_new 2017-06-04 01:59:18.812569964 +0200
@@ -18,7 +18,7 @@
%global pkg_name websockets-snap
Name: ghc-%{pkg_name}
-Version: 0.10.2.1
+Version: 0.10.2.2
Release: 0
Summary: Snap integration for the websockets library
License: BSD-3-Clause
@@ -72,6 +72,6 @@
%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
-%doc CHANGELOG
+%doc CHANGELOG.md README.md
%changelog
++++++ websockets-snap-0.10.2.1.tar.gz -> websockets-snap-0.10.2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/websockets-snap-0.10.2.1/CHANGELOG
new/websockets-snap-0.10.2.2/CHANGELOG
--- old/websockets-snap-0.10.2.1/CHANGELOG 2017-04-16 23:47:42.000000000
+0200
+++ new/websockets-snap-0.10.2.2/CHANGELOG 1970-01-01 01:00:00.000000000
+0100
@@ -1,28 +0,0 @@
-- 0.10.2.1
- * Bump websockets to 0.11.0.0
-
-- 0.10.2.0
- * Bump websockets to 0.10.0.0
-
-- 0.10.1.1
- * Add `bytestring-builder` as dependency to fix GHC 7.6 compatibility
-
-- 0.10.1.0
- * Fix issues with timeout tickling
-
-- 0.10.0.0
- * Bump snap-core and snap-server to 1.0.0.0
- * Remove git submodules; use hackage for all dependencies
- * Use cabal.project file to build example server
-
-- 0.9.2.0
- * Bump websockets to 0.9.5.0 to fix socket closing issues
-
-- 0.9.1.0
- * Fixed interleaved messages issue
-
-- 0.9.0.0
- * Bump websockets dependency
-
-- 0.8.2.2
- * Bump mtl dependency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/websockets-snap-0.10.2.1/CHANGELOG.md
new/websockets-snap-0.10.2.2/CHANGELOG.md
--- old/websockets-snap-0.10.2.1/CHANGELOG.md 1970-01-01 01:00:00.000000000
+0100
+++ new/websockets-snap-0.10.2.2/CHANGELOG.md 2017-05-13 14:59:44.000000000
+0200
@@ -0,0 +1,31 @@
+- 0.10.2.2
+ * Bump io-streams to 1.4.0.0
+
+- 0.10.2.1
+ * Bump websockets to 0.11.0.0
+
+- 0.10.2.0
+ * Bump websockets to 0.10.0.0
+
+- 0.10.1.1
+ * Add `bytestring-builder` as dependency to fix GHC 7.6 compatibility
+
+- 0.10.1.0
+ * Fix issues with timeout tickling
+
+- 0.10.0.0
+ * Bump snap-core and snap-server to 1.0.0.0
+ * Remove git submodules; use hackage for all dependencies
+ * Use cabal.project file to build example server
+
+- 0.9.2.0
+ * Bump websockets to 0.9.5.0 to fix socket closing issues
+
+- 0.9.1.0
+ * Fixed interleaved messages issue
+
+- 0.9.0.0
+ * Bump websockets dependency
+
+- 0.8.2.2
+ * Bump mtl dependency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/websockets-snap-0.10.2.1/README.md
new/websockets-snap-0.10.2.2/README.md
--- old/websockets-snap-0.10.2.1/README.md 1970-01-01 01:00:00.000000000
+0100
+++ new/websockets-snap-0.10.2.2/README.md 2017-05-13 14:59:44.000000000
+0200
@@ -0,0 +1,12 @@
+websockets-snap
+===============
+
+Provides [Snap] integration for the [websockets] library.
+
+This library must be used with the threaded GHC runtime system. You can do this
+by using something like this in your cabal file:
+
+ ghc-options: -Wall -threaded -rtsopts "-with-rtsopts=-N"
+
+[Snap]: http://snapframework.com/
+[websockets]: http://jaspervdj.be/websockets/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/websockets-snap-0.10.2.1/websockets-snap.cabal
new/websockets-snap-0.10.2.2/websockets-snap.cabal
--- old/websockets-snap-0.10.2.1/websockets-snap.cabal 2017-04-16
23:47:42.000000000 +0200
+++ new/websockets-snap-0.10.2.2/websockets-snap.cabal 2017-05-13
14:59:44.000000000 +0200
@@ -1,5 +1,5 @@
Name: websockets-snap
-Version: 0.10.2.1
+Version: 0.10.2.2
Synopsis: Snap integration for the websockets library
Description: Snap integration for the websockets library
License: BSD3
@@ -11,7 +11,8 @@
Cabal-version: >= 1.6
Extra-source-files:
- CHANGELOG
+ CHANGELOG.md
+ README.md
Library
Hs-source-dirs: src
@@ -24,7 +25,7 @@
base >= 4 && < 5,
bytestring >= 0.9 && < 0.11,
bytestring-builder >= 0.10 && < 0.11,
- io-streams >= 1.3 && < 1.4,
+ io-streams >= 1.3 && < 1.5,
mtl >= 2.1 && < 2.3,
snap-core >= 1.0 && < 1.1,
snap-server >= 1.0 && < 1.1,