Hello community,
here is the log from the commit of package ghc-concurrent-output for
openSUSE:Factory checked in at 2016-10-22 13:20:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-concurrent-output (Old)
and /work/SRC/openSUSE:Factory/.ghc-concurrent-output.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-concurrent-output"
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-concurrent-output/ghc-concurrent-output.changes
2016-07-21 08:11:18.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-concurrent-output.new/ghc-concurrent-output.changes
2016-10-22 13:20:14.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 07:02:19 UTC 2016 - [email protected]
+
+- Update to version 1.7.7 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
concurrent-output-1.7.6.tar.gz
New:
----
concurrent-output-1.7.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-concurrent-output.spec ++++++
--- /var/tmp/diff_new_pack.aiSbPV/_old 2016-10-22 13:20:15.000000000 +0200
+++ /var/tmp/diff_new_pack.aiSbPV/_new 2016-10-22 13:20:15.000000000 +0200
@@ -18,15 +18,14 @@
%global pkg_name concurrent-output
Name: ghc-%{pkg_name}
-Version: 1.7.6
+Version: 1.7.7
Release: 0
Summary: Ungarble output from several threads or commands
License: BSD-2-Clause
-Group: System/Libraries
+Group: Development/Languages/Other
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
-# Begin cabal-rpm deps:
BuildRequires: ghc-ansi-terminal-devel
BuildRequires: ghc-async-devel
BuildRequires: ghc-directory-devel
@@ -39,7 +38,6 @@
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-unix-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
%description
Lets multiple threads and external processes concurrently output to the
@@ -66,15 +64,12 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%post devel
%ghc_pkg_recache
++++++ concurrent-output-1.7.6.tar.gz -> concurrent-output-1.7.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/concurrent-output-1.7.6/CHANGELOG
new/concurrent-output-1.7.7/CHANGELOG
--- old/concurrent-output-1.7.6/CHANGELOG 2016-05-02 14:01:38.000000000
+0200
+++ new/concurrent-output-1.7.7/CHANGELOG 2016-09-06 19:48:00.000000000
+0200
@@ -1,3 +1,9 @@
+concurrent-output (1.7.7) unstable; urgency=medium
+
+ * Fix build on Windows.
+
+ -- Joey Hess <[email protected]> Tue, 06 Sep 2016 13:41:46 -0400
+
concurrent-output (1.7.6) unstable; urgency=medium
* Update transformers dep to allow 0.5.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/concurrent-output-1.7.6/System/Console/Concurrent.hs
new/concurrent-output-1.7.7/System/Console/Concurrent.hs
--- old/concurrent-output-1.7.6/System/Console/Concurrent.hs 2016-05-02
14:01:38.000000000 +0200
+++ new/concurrent-output-1.7.7/System/Console/Concurrent.hs 2016-09-06
19:48:00.000000000 +0200
@@ -14,8 +14,6 @@
-- > `concurrently`
-- > createProcessConcurrent (proc "ls" [])
-{-# LANGUAGE CPP #-}
-
module System.Console.Concurrent (
-- * Concurrent output
withConcurrentOutput,
@@ -23,9 +21,7 @@
outputConcurrent,
errorConcurrent,
ConcurrentProcessHandle,
-#ifndef mingw32_HOST_OS
createProcessConcurrent,
-#endif
waitForProcessConcurrent,
createProcessForeground,
flushConcurrentOutput,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/concurrent-output-1.7.6/concurrent-output.cabal
new/concurrent-output-1.7.7/concurrent-output.cabal
--- old/concurrent-output-1.7.6/concurrent-output.cabal 2016-05-02
14:01:38.000000000 +0200
+++ new/concurrent-output-1.7.7/concurrent-output.cabal 2016-09-06
19:48:00.000000000 +0200
@@ -1,5 +1,5 @@
Name: concurrent-output
-Version: 1.7.6
+Version: 1.7.7
Cabal-Version: >= 1.8
License: BSD2
Maintainer: Joey Hess <[email protected]>