Hello community,
here is the log from the commit of package ghc-streaming-commons for
openSUSE:Factory checked in at 2016-03-16 10:33:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-streaming-commons (Old)
and /work/SRC/openSUSE:Factory/.ghc-streaming-commons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-streaming-commons"
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-streaming-commons/ghc-streaming-commons.changes
2016-02-17 12:12:01.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-streaming-commons.new/ghc-streaming-commons.changes
2016-03-16 10:33:44.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar 8 09:13:01 UTC 2016 - [email protected]
+
+- update to 0.1.15.1
+* Document child process behavior in waitForProcess
+
+-------------------------------------------------------------------
Old:
----
streaming-commons-0.1.15.1.tar.gz
New:
----
streaming-commons-0.1.15.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-streaming-commons.spec ++++++
--- /var/tmp/diff_new_pack.LtvEsQ/_old 2016-03-16 10:33:45.000000000 +0100
+++ /var/tmp/diff_new_pack.LtvEsQ/_new 2016-03-16 10:33:45.000000000 +0100
@@ -21,7 +21,7 @@
%bcond_with tests
Name: ghc-streaming-commons
-Version: 0.1.15.1
+Version: 0.1.15.2
Release: 0
Summary: Common lower-level functions needed by various streaming data
libraries
License: MIT
++++++ streaming-commons-0.1.15.1.tar.gz -> streaming-commons-0.1.15.2.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/streaming-commons-0.1.15.1/ChangeLog.md
new/streaming-commons-0.1.15.2/ChangeLog.md
--- old/streaming-commons-0.1.15.1/ChangeLog.md 2016-02-08 19:05:13.000000000
+0100
+++ new/streaming-commons-0.1.15.2/ChangeLog.md 2016-03-03 10:57:56.000000000
+0100
@@ -1,3 +1,7 @@
+## 0.1.15.2
+
+* Document child process behavior in `waitForProcess`
+
## 0.1.15.1
* Catch exceptions thrown by `waitForProcess`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/streaming-commons-0.1.15.1/Data/Streaming/Process.hs
new/streaming-commons-0.1.15.2/Data/Streaming/Process.hs
--- old/streaming-commons-0.1.15.1/Data/Streaming/Process.hs 2016-02-08
19:05:13.000000000 +0100
+++ new/streaming-commons-0.1.15.2/Data/Streaming/Process.hs 2016-03-03
10:57:56.000000000 +0100
@@ -202,6 +202,10 @@
-- code. If the exit code is not a success, throw a
-- 'ProcessExitedUnsuccessfully'.
--
+-- NOTE: This function does not kill the child process in the event of an
+-- exception from the provided function. For that, please use
+-- @withCheckedProcessCleanup@ from the @conduit-extra@ package.
+--
-- Since 0.1.7
withCheckedProcess :: ( InputSource stdin
, OutputSink stderr
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/streaming-commons-0.1.15.1/streaming-commons.cabal
new/streaming-commons-0.1.15.2/streaming-commons.cabal
--- old/streaming-commons-0.1.15.1/streaming-commons.cabal 2016-02-08
19:05:13.000000000 +0100
+++ new/streaming-commons-0.1.15.2/streaming-commons.cabal 2016-03-03
10:57:56.000000000 +0100
@@ -1,5 +1,5 @@
name: streaming-commons
-version: 0.1.15.1
+version: 0.1.15.2
synopsis: Common lower-level functions needed by various streaming
data libraries
description: Provides low-dependency functionality commonly needed by
various streaming data libraries, such as conduit and pipes.
homepage: https://github.com/fpco/streaming-commons