Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-concurrent-output for
openSUSE:Factory checked in at 2023-01-18 13:09:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-concurrent-output (Old)
and /work/SRC/openSUSE:Factory/.ghc-concurrent-output.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-concurrent-output"
Wed Jan 18 13:09:44 2023 rev:6 rq:1059058 version:1.10.17
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-concurrent-output/ghc-concurrent-output.changes
2022-08-10 17:14:17.717863863 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-concurrent-output.new.32243/ghc-concurrent-output.changes
2023-01-18 13:09:53.520494896 +0100
@@ -1,0 +2,11 @@
+Tue Jan 10 19:40:46 UTC 2023 - Peter Simons <[email protected]>
+
+- Update concurrent-output to version 1.10.17.
+ concurrent-output (1.10.17) unstable; urgency=medium
+
+ * Fix ansi-terminal dependency to only include >= 0.6.2,
+ which is needed for hSupportsANSI.
+
+ -- Joey Hess <[email protected]> Tue, 10 Jan 2023 15:40:11 -0400
+
+-------------------------------------------------------------------
Old:
----
concurrent-output-1.10.16.tar.gz
New:
----
concurrent-output-1.10.17.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-concurrent-output.spec ++++++
--- /var/tmp/diff_new_pack.PY9xj0/_old 2023-01-18 13:09:54.800502248 +0100
+++ /var/tmp/diff_new_pack.PY9xj0/_new 2023-01-18 13:09:54.804502270 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-concurrent-output
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%global pkg_name concurrent-output
Name: ghc-%{pkg_name}
-Version: 1.10.16
+Version: 1.10.17
Release: 0
Summary: Ungarble output from several threads or commands
License: BSD-2-Clause
++++++ concurrent-output-1.10.16.tar.gz -> concurrent-output-1.10.17.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/concurrent-output-1.10.16/CHANGELOG
new/concurrent-output-1.10.17/CHANGELOG
--- old/concurrent-output-1.10.16/CHANGELOG 2001-09-09 03:46:40.000000000
+0200
+++ new/concurrent-output-1.10.17/CHANGELOG 2001-09-09 03:46:40.000000000
+0200
@@ -1,3 +1,10 @@
+concurrent-output (1.10.17) unstable; urgency=medium
+
+ * Fix ansi-terminal dependency to only include >= 0.6.2,
+ which is needed for hSupportsANSI.
+
+ -- Joey Hess <[email protected]> Tue, 10 Jan 2023 15:40:11 -0400
+
concurrent-output (1.10.16) unstable; urgency=medium
* Allow transformers-0.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/concurrent-output-1.10.16/concurrent-output.cabal
new/concurrent-output-1.10.17/concurrent-output.cabal
--- old/concurrent-output-1.10.16/concurrent-output.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/concurrent-output-1.10.17/concurrent-output.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
Name: concurrent-output
-Version: 1.10.16
+Version: 1.10.17
Cabal-Version: >= 1.10
License: BSD2
Maintainer: Joey Hess <[email protected]>
@@ -8,7 +8,7 @@
Copyright: 2015-2021 Joey Hess, 2009 Joachim Breitner
License-File: LICENSE
Build-Type: Simple
-Category: User Interfaces
+Category: User Interfaces, Concurrency
Synopsis: Ungarble output from several threads or commands
Description:
Lets multiple threads and external processes concurrently output to the
@@ -39,7 +39,7 @@
, directory (>= 1.2.0 && < 1.4.0)
, transformers (>= 0.3.0 && < 0.7.0)
, exceptions (>= 0.6.0 && < 0.11.0)
- , ansi-terminal (>= 0.6.0 && < 0.12.0)
+ , ansi-terminal (>= 0.6.2 && < 0.12.0)
, terminal-size (>= 0.3.0 && < 0.4.0)
Exposed-Modules:
System.Console.Concurrent