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-10-18 21:25:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-concurrent-output (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-concurrent-output.new.31755 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-concurrent-output"

Wed Oct 18 21:25:52 2023 rev:10 rq:1118471 version:1.10.20

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-concurrent-output/ghc-concurrent-output.changes  
    2023-09-04 22:54:29.721704187 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-concurrent-output.new.31755/ghc-concurrent-output.changes
   2023-10-18 21:26:05.329524442 +0200
@@ -1,0 +2,10 @@
+Thu Oct 12 19:46:55 UTC 2023 - Peter Simons <[email protected]>
+
+- Update concurrent-output to version 1.10.20.
+  concurrent-output (1.10.20) unstable; urgency=medium
+
+    * Allow text-2.1.
+
+   -- Joey Hess <[email protected]>  Thu, 12 Oct 2023 15:46:36 -0400
+
+-------------------------------------------------------------------

Old:
----
  concurrent-output-1.10.19.tar.gz

New:
----
  concurrent-output-1.10.20.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-concurrent-output.spec ++++++
--- /var/tmp/diff_new_pack.ZVYUR3/_old  2023-10-18 21:26:05.873544148 +0200
+++ /var/tmp/diff_new_pack.ZVYUR3/_new  2023-10-18 21:26:05.873544148 +0200
@@ -19,7 +19,7 @@
 %global pkg_name concurrent-output
 %global pkgver %{pkg_name}-%{version}
 Name:           ghc-%{pkg_name}
-Version:        1.10.19
+Version:        1.10.20
 Release:        0
 Summary:        Ungarble output from several threads or commands
 License:        BSD-2-Clause

++++++ concurrent-output-1.10.19.tar.gz -> concurrent-output-1.10.20.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/concurrent-output-1.10.19/CHANGELOG 
new/concurrent-output-1.10.20/CHANGELOG
--- old/concurrent-output-1.10.19/CHANGELOG     2001-09-09 03:46:40.000000000 
+0200
+++ new/concurrent-output-1.10.20/CHANGELOG     2001-09-09 03:46:40.000000000 
+0200
@@ -1,3 +1,9 @@
+concurrent-output (1.10.20) unstable; urgency=medium
+
+  * Allow text-2.1.
+
+ -- Joey Hess <[email protected]>  Thu, 12 Oct 2023 15:46:36 -0400
+
 concurrent-output (1.10.19) unstable; urgency=medium
 
   * Support building for WASM.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/concurrent-output-1.10.19/concurrent-output.cabal 
new/concurrent-output-1.10.20/concurrent-output.cabal
--- old/concurrent-output-1.10.19/concurrent-output.cabal       2001-09-09 
03:46:40.000000000 +0200
+++ new/concurrent-output-1.10.20/concurrent-output.cabal       2001-09-09 
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
 Name: concurrent-output
-Version: 1.10.19
+Version: 1.10.20
 Cabal-Version: >= 1.10
 License: BSD2
 Maintainer: Joey Hess <[email protected]>
@@ -32,7 +32,7 @@
   Default-Language: Haskell2010
   GHC-Options: -Wall -fno-warn-tabs -O2
   Build-Depends: base (>= 4.6), base < 5
-    , text (>= 0.11.0 && < 2.1)
+    , text (>= 0.11.0 && < 2.2)
     , async (>= 2.0 && < 2.3)
     , stm (>= 2.0 && < 2.6)
     , process (>= 1.6.0 && < 1.7.0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/concurrent-output-1.10.19/demo2.hs 
new/concurrent-output-1.10.20/demo2.hs
--- old/concurrent-output-1.10.19/demo2.hs      2001-09-09 03:46:40.000000000 
+0200
+++ new/concurrent-output-1.10.20/demo2.hs      2001-09-09 03:46:40.000000000 
+0200
@@ -9,7 +9,7 @@
        , spinner 100 1 "Bubbles!!!!" setConsoleRegion ".oOo." (withtitle 1)
        , spinner 100 1 "Dots......!" appendConsoleRegion "."  (const (take 3))
        , spinner  30 2 "KleisiFish?" setConsoleRegion "  <=<   <=<  " 
(withtitle 10)
-       , spinner  10 9 "Countdowns!" setConsoleRegion
+       , spinner   9 9 "Countdowns!" setConsoleRegion
                (reverse ([1..10] :: [Int]))
                (\t n -> t ++ show (head n))
        ]

Reply via email to