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 2022-08-10 17:13:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-concurrent-output (Old) and /work/SRC/openSUSE:Factory/.ghc-concurrent-output.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-concurrent-output" Wed Aug 10 17:13:18 2022 rev:5 rq:994040 version:1.10.16 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-concurrent-output/ghc-concurrent-output.changes 2022-02-11 23:10:38.767160567 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-concurrent-output.new.1521/ghc-concurrent-output.changes 2022-08-10 17:14:17.717863863 +0200 @@ -1,0 +2,11 @@ +Fri May 20 23:32:14 UTC 2022 - Peter Simons <psim...@suse.com> + +- Update concurrent-output to version 1.10.16. + concurrent-output (1.10.16) unstable; urgency=medium + + * Allow transformers-0.6 + (Thanks, Janus Troelsen) + + -- Joey Hess <i...@joeyh.name> Fri, 20 May 2022 19:31:56 -0400 + +------------------------------------------------------------------- Old: ---- concurrent-output-1.10.15.tar.gz New: ---- concurrent-output-1.10.16.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-concurrent-output.spec ++++++ --- /var/tmp/diff_new_pack.5c4JCM/_old 2022-08-10 17:14:18.265865293 +0200 +++ /var/tmp/diff_new_pack.5c4JCM/_new 2022-08-10 17:14:18.269865304 +0200 @@ -18,7 +18,7 @@ %global pkg_name concurrent-output Name: ghc-%{pkg_name} -Version: 1.10.15 +Version: 1.10.16 Release: 0 Summary: Ungarble output from several threads or commands License: BSD-2-Clause ++++++ concurrent-output-1.10.15.tar.gz -> concurrent-output-1.10.16.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/concurrent-output-1.10.15/CHANGELOG new/concurrent-output-1.10.16/CHANGELOG --- old/concurrent-output-1.10.15/CHANGELOG 2001-09-09 03:46:40.000000000 +0200 +++ new/concurrent-output-1.10.16/CHANGELOG 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,10 @@ +concurrent-output (1.10.16) unstable; urgency=medium + + * Allow transformers-0.6 + (Thanks, Janus Troelsen) + + -- Joey Hess <i...@joeyh.name> Fri, 20 May 2022 19:31:56 -0400 + concurrent-output (1.10.15) unstable; urgency=medium * Allow text-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/concurrent-output-1.10.15/concurrent-output.cabal new/concurrent-output-1.10.16/concurrent-output.cabal --- old/concurrent-output-1.10.15/concurrent-output.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/concurrent-output-1.10.16/concurrent-output.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ Name: concurrent-output -Version: 1.10.15 +Version: 1.10.16 Cabal-Version: >= 1.10 License: BSD2 Maintainer: Joey Hess <i...@joeyh.name> @@ -37,7 +37,7 @@ , stm (>= 2.0 && < 2.6) , process (>= 1.6.0 && < 1.7.0) , directory (>= 1.2.0 && < 1.4.0) - , transformers (>= 0.3.0 && < 0.6.0) + , transformers (>= 0.3.0 && < 0.7.0) , exceptions (>= 0.6.0 && < 0.11.0) , ansi-terminal (>= 0.6.0 && < 0.12.0) , terminal-size (>= 0.3.0 && < 0.4.0)