Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-unliftio for openSUSE:Factory checked in at 2022-08-01 21:30:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-unliftio (Old) and /work/SRC/openSUSE:Factory/.ghc-unliftio.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unliftio" Mon Aug 1 21:30:48 2022 rev:22 rq:987109 version:0.2.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-unliftio/ghc-unliftio.changes 2022-02-11 23:10:03.335058088 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-unliftio.new.1533/ghc-unliftio.changes 2022-08-01 21:31:21.761822358 +0200 @@ -1,0 +2,9 @@ +Tue Apr 26 14:58:15 UTC 2022 - Peter Simons <[email protected]> + +- Update unliftio to version 0.2.22.0. + ## 0.2.22.0 + + * Add `UnliftIO.STM.flushTBQueue` + * Add `UnliftIO.STM.lengthTBQueue` + +------------------------------------------------------------------- Old: ---- unliftio-0.2.21.0.tar.gz New: ---- unliftio-0.2.22.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-unliftio.spec ++++++ --- /var/tmp/diff_new_pack.mkTQyg/_old 2022-08-01 21:31:22.297823896 +0200 +++ /var/tmp/diff_new_pack.mkTQyg/_new 2022-08-01 21:31:22.305823919 +0200 @@ -19,7 +19,7 @@ %global pkg_name unliftio %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.21.0 +Version: 0.2.22.0 Release: 0 Summary: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included) License: MIT ++++++ unliftio-0.2.21.0.tar.gz -> unliftio-0.2.22.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unliftio-0.2.21.0/ChangeLog.md new/unliftio-0.2.22.0/ChangeLog.md --- old/unliftio-0.2.21.0/ChangeLog.md 2022-02-09 05:27:43.000000000 +0100 +++ new/unliftio-0.2.22.0/ChangeLog.md 2022-04-26 16:57:26.000000000 +0200 @@ -1,5 +1,10 @@ # Changelog for unliftio +## 0.2.22.0 + +* Add `UnliftIO.STM.flushTBQueue` +* Add `UnliftIO.STM.lengthTBQueue` + ## 0.2.21.0 * Add `UnliftIO.Directory.createDirectoryLink` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unliftio-0.2.21.0/src/UnliftIO/STM.hs new/unliftio-0.2.22.0/src/UnliftIO/STM.hs --- old/unliftio-0.2.21.0/src/UnliftIO/STM.hs 2022-02-09 05:27:43.000000000 +0100 +++ new/unliftio-0.2.22.0/src/UnliftIO/STM.hs 2022-04-26 16:57:26.000000000 +0200 @@ -73,10 +73,12 @@ , newTBQueueIO , STM.readTBQueue , STM.tryReadTBQueue + , STM.flushTBQueue , STM.peekTBQueue , STM.tryPeekTBQueue , STM.writeTBQueue , STM.unGetTBQueue + , STM.lengthTBQueue , STM.isEmptyTBQueue , STM.isFullTBQueue ) where diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unliftio-0.2.21.0/unliftio.cabal new/unliftio-0.2.22.0/unliftio.cabal --- old/unliftio-0.2.21.0/unliftio.cabal 2022-02-09 05:27:50.000000000 +0100 +++ new/unliftio-0.2.22.0/unliftio.cabal 2022-04-26 16:57:33.000000000 +0200 @@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: unliftio -version: 0.2.21.0 +version: 0.2.22.0 synopsis: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included) description: Please see the documentation and README at <https://www.stackage.org/package/unliftio> category: Control @@ -55,7 +55,7 @@ , directory , filepath , process >=1.2.0.0 - , stm >=2.4.3 + , stm >=2.5 , time , transformers , unliftio-core >=0.1.1.0 @@ -110,7 +110,7 @@ , filepath , hspec , process >=1.2.0.0 - , stm >=2.4.3 + , stm >=2.5 , time , transformers , unliftio @@ -139,7 +139,7 @@ , filepath , gauge , process >=1.2.0.0 - , stm >=2.4.3 + , stm >=2.5 , time , transformers , unliftio
