Hello community,
here is the log from the commit of package ghc-process-extras for
openSUSE:Factory checked in at 2017-07-05 23:59:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-process-extras (Old)
and /work/SRC/openSUSE:Factory/.ghc-process-extras.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-process-extras"
Wed Jul 5 23:59:32 2017 rev:4 rq:506846 version:0.7.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-process-extras/ghc-process-extras.changes
2017-03-14 10:05:50.250405216 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-process-extras.new/ghc-process-extras.changes
2017-07-05 23:59:33.922706980 +0200
@@ -1,0 +2,5 @@
+Mon Jun 19 20:51:49 UTC 2017 - [email protected]
+
+- Update to version 0.7.2.
+
+-------------------------------------------------------------------
Old:
----
process-extras-0.7.1.tar.gz
New:
----
process-extras-0.7.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-process-extras.spec ++++++
--- /var/tmp/diff_new_pack.0LSdUp/_old 2017-07-05 23:59:35.474488379 +0200
+++ /var/tmp/diff_new_pack.0LSdUp/_new 2017-07-05 23:59:35.478487815 +0200
@@ -19,7 +19,7 @@
%global pkg_name process-extras
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.7.1
+Version: 0.7.2
Release: 0
Summary: Process extras
License: MIT
++++++ process-extras-0.7.1.tar.gz -> process-extras-0.7.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/process-extras-0.7.1/Tests.hs
new/process-extras-0.7.2/Tests.hs
--- old/process-extras-0.7.1/Tests.hs 2016-12-05 20:06:55.000000000 +0100
+++ new/process-extras-0.7.2/Tests.hs 2017-06-14 20:19:58.000000000 +0200
@@ -37,7 +37,7 @@
dir = "/usr/share/doc/cron"
cmd :: CreateProcess
-cmd = shell "echo a; echo b 1>&2; echo -n c"
+cmd = shell "echo a; echo b 1>&2; printf c"
omitProcessHandle :: [Chunk a] -> [Chunk a]
omitProcessHandle [] = []
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/process-extras-0.7.1/process-extras.cabal
new/process-extras-0.7.2/process-extras.cabal
--- old/process-extras-0.7.1/process-extras.cabal 2016-12-05
20:06:55.000000000 +0100
+++ new/process-extras-0.7.2/process-extras.cabal 2017-06-14
20:19:58.000000000 +0200
@@ -1,5 +1,5 @@
Name: process-extras
-Version: 0.7.1
+Version: 0.7.2
Synopsis: Process extras
Description: Extends <http://hackage.haskell.org/package/process>.
Read process input and output as ByteStrings or