Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-foundation for openSUSE:Factory checked in at 2021-05-05 20:40:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-foundation (Old) and /work/SRC/openSUSE:Factory/.ghc-foundation.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-foundation" Wed May 5 20:40:30 2021 rev:5 rq:890698 version:0.0.26.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-foundation/ghc-foundation.changes 2020-12-22 11:39:38.965511764 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-foundation.new.2988/ghc-foundation.changes 2021-05-05 20:40:55.054676155 +0200 @@ -1,0 +2,6 @@ +Mon Apr 26 07:43:09 UTC 2021 - psim...@suse.com + +- Update foundation to version 0.0.26.1. + Upstream does not provide a change log file. + +------------------------------------------------------------------- Old: ---- foundation-0.0.25.tar.gz foundation.cabal New: ---- foundation-0.0.26.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-foundation.spec ++++++ --- /var/tmp/diff_new_pack.LMq3at/_old 2021-05-05 20:40:55.602673741 +0200 +++ /var/tmp/diff_new_pack.LMq3at/_new 2021-05-05 20:40:55.606673724 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-foundation # -# 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 @@ -19,13 +19,12 @@ %global pkg_name foundation %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.0.25 +Version: 0.0.26.1 Release: 0 Summary: Alternative prelude with batteries and no dependencies License: BSD-3-Clause URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-basement-devel BuildRequires: ghc-rpm-macros @@ -64,7 +63,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ foundation-0.0.25.tar.gz -> foundation-0.0.26.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/foundation-0.0.25/Foundation/Conduit/Internal.hs new/foundation-0.0.26.1/Foundation/Conduit/Internal.hs --- old/foundation-0.0.25/Foundation/Conduit/Internal.hs 2019-09-02 05:58:08.000000000 +0200 +++ new/foundation-0.0.26.1/Foundation/Conduit/Internal.hs 2021-04-25 03:00:28.000000000 +0200 @@ -126,7 +126,7 @@ instance MonadCatch m => MonadCatch (Conduit i o m) where catch (Conduit c0) onExc = Conduit $ \rest -> let go (PipeM m) = - PipeM $ catch (liftM go m) (return . flip unConduit rest . onExc) + PipeM $ catch (liftM go m) (\x -> return $ unConduit (onExc x) rest) go (Done r) = rest r go (Await p c) = Await (go . p) (go . c) go (Yield p m o) = Yield (go p) m o diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/foundation-0.0.25/foundation.cabal new/foundation-0.0.26.1/foundation.cabal --- old/foundation-0.0.25/foundation.cabal 2019-09-07 14:49:53.000000000 +0200 +++ new/foundation-0.0.26.1/foundation.cabal 2021-04-25 03:20:06.000000000 +0200 @@ -1,5 +1,5 @@ name: foundation -version: 0.0.25 +version: 0.0.26.1 synopsis: Alternative prelude with batteries and no dependencies description: A custom prelude with no dependencies apart from base. @@ -206,7 +206,7 @@ if arch(i386) extra-libraries: gcc - build-depends: basement == 0.0.11 + build-depends: basement == 0.0.12 -- FIXME add suport for armel mipsel -- CPP-options: -DARCH_IS_LITTLE_ENDIAN