Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-parallel for openSUSE:Factory checked in at 2024-04-12 17:34:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-parallel (Old) and /work/SRC/openSUSE:Factory/.ghc-parallel.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-parallel" Fri Apr 12 17:34:59 2024 rev:14 rq:1166989 version:3.2.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-parallel/ghc-parallel.changes 2023-10-06 21:16:57.789317439 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-parallel.new.26366/ghc-parallel.changes 2024-04-12 17:40:16.699890955 +0200 @@ -1,0 +2,6 @@ +Thu Apr 4 06:37:28 UTC 2024 - Peter Simons <psim...@suse.com> + +- Update parallel to version 3.2.2.0 revision 8. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-parallel.spec ++++++ --- /var/tmp/diff_new_pack.uhzzHZ/_old 2024-04-12 17:40:17.127906718 +0200 +++ /var/tmp/diff_new_pack.uhzzHZ/_new 2024-04-12 17:40:17.127906718 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-parallel # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ 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/7.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/8.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-array-prof ++++++ parallel.cabal ++++++ --- /var/tmp/diff_new_pack.uhzzHZ/_old 2024-04-12 17:40:17.167908192 +0200 +++ /var/tmp/diff_new_pack.uhzzHZ/_new 2024-04-12 17:40:17.171908339 +0200 @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: parallel version: 3.2.2.0 -x-revision: 7 +x-revision: 8 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE @@ -12,9 +12,10 @@ build-type: Simple tested-with: - GHC == 9.8.0 - GHC == 9.6.3 - GHC == 9.4.7 + GHC == 9.10.0 + GHC == 9.8.2 + GHC == 9.6.4 + GHC == 9.4.8 GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 @@ -64,7 +65,7 @@ build-depends: array >= 0.3 && < 0.6, - base >= 4.3 && < 4.20, + base >= 4.3 && < 4.21, containers >= 0.4 && < 0.8, deepseq >= 1.1 && < 1.6