Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-pipes-safe for openSUSE:Factory checked in at 2021-03-10 08:55:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-pipes-safe (Old) and /work/SRC/openSUSE:Factory/.ghc-pipes-safe.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-pipes-safe" Wed Mar 10 08:55:20 2021 rev:3 rq:877662 version:2.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-pipes-safe/ghc-pipes-safe.changes 2020-12-22 11:44:25.309764059 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-pipes-safe.new.2378/ghc-pipes-safe.changes 2021-03-10 08:57:25.866899872 +0100 @@ -1,0 +2,7 @@ +Sat Feb 13 11:43:59 UTC 2021 - [email protected] + +- Update pipes-safe to version 2.3.3. + Upstream has not updated the file "changelog.md" since the last + release. + +------------------------------------------------------------------- Old: ---- pipes-safe-2.3.2.tar.gz New: ---- pipes-safe-2.3.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-pipes-safe.spec ++++++ --- /var/tmp/diff_new_pack.zBtd2I/_old 2021-03-10 08:57:26.538900565 +0100 +++ /var/tmp/diff_new_pack.zBtd2I/_new 2021-03-10 08:57:26.538900565 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-pipes-safe # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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 pipes-safe Name: ghc-%{pkg_name} -Version: 2.3.2 +Version: 2.3.3 Release: 0 Summary: Safety for the pipes ecosystem License: BSD-3-Clause ++++++ pipes-safe-2.3.2.tar.gz -> pipes-safe-2.3.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pipes-safe-2.3.2/pipes-safe.cabal new/pipes-safe-2.3.3/pipes-safe.cabal --- old/pipes-safe-2.3.2/pipes-safe.cabal 2019-09-06 17:32:56.000000000 +0200 +++ new/pipes-safe-2.3.3/pipes-safe.cabal 2021-02-12 23:25:32.000000000 +0100 @@ -1,6 +1,6 @@ Name: pipes-safe -Version: 2.3.2 -Cabal-Version: >=1.8.0.2 +Version: 2.3.3 +Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 License-File: LICENSE @@ -53,3 +53,4 @@ Pipes.Safe.Prelude HS-Source-Dirs: src GHC-Options: -O2 -Wall + Default-Language: Haskell2010 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pipes-safe-2.3.2/src/Pipes/Safe/Prelude.hs new/pipes-safe-2.3.3/src/Pipes/Safe/Prelude.hs --- old/pipes-safe-2.3.2/src/Pipes/Safe/Prelude.hs 2019-09-06 17:32:56.000000000 +0200 +++ new/pipes-safe-2.3.3/src/Pipes/Safe/Prelude.hs 2021-02-12 23:25:32.000000000 +0100 @@ -42,5 +42,5 @@ necessary -} writeFile :: MonadSafe m => FilePath -> Consumer' String m r -writeFile file = withFile file IO.WriteMode P.toHandle +writeFile file = withFile file IO.WriteMode $ \h -> P.toHandle h {-# INLINABLE writeFile #-} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pipes-safe-2.3.2/src/Pipes/Safe.hs new/pipes-safe-2.3.3/src/Pipes/Safe.hs --- old/pipes-safe-2.3.2/src/Pipes/Safe.hs 2019-09-06 17:32:56.000000000 +0200 +++ new/pipes-safe-2.3.3/src/Pipes/Safe.hs 2021-02-12 23:25:32.000000000 +0100 @@ -290,7 +290,7 @@ finalization without exiting the 'Proxy' monad. -} runSafeP :: (MonadMask m, MonadIO m) => Effect (SafeT m) r -> Effect' m r -runSafeP = lift . runSafeT . runEffect +runSafeP e = lift . runSafeT . runEffect $ e {-# INLINABLE runSafeP #-} -- | Token used to 'release' a previously 'register'ed finalizer
