Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-sop-core for openSUSE:Factory checked in at 2025-01-27 20:51:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-sop-core (Old) and /work/SRC/openSUSE:Factory/.ghc-sop-core.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-sop-core" Mon Jan 27 20:51:35 2025 rev:9 rq:1239826 version:0.5.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-sop-core/ghc-sop-core.changes 2024-05-21 18:36:35.618717700 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-sop-core.new.2316/ghc-sop-core.changes 2025-01-27 20:51:45.393980659 +0100 @@ -1,0 +2,6 @@ +Sat Jan 4 21:20:39 UTC 2025 - Peter Simons <psim...@suse.com> + +- Update sop-core to version 0.5.0.2 revision 5. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-sop-core.spec ++++++ --- /var/tmp/diff_new_pack.C48rVU/_old 2025-01-27 20:51:47.186054643 +0100 +++ /var/tmp/diff_new_pack.C48rVU/_new 2025-01-27 20:51:47.186054643 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-sop-core # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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/4.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof ++++++ sop-core.cabal ++++++ --- /var/tmp/diff_new_pack.C48rVU/_old 2025-01-27 20:51:47.222056129 +0100 +++ /var/tmp/diff_new_pack.C48rVU/_new 2025-01-27 20:51:47.226056295 +0100 @@ -1,6 +1,6 @@ name: sop-core version: 0.5.0.2 -x-revision: 4 +x-revision: 5 synopsis: True Sums of Products description: Implementation of n-ary sums and n-ary products. @@ -26,7 +26,7 @@ build-type: Simple cabal-version: >=1.10 extra-source-files: CHANGELOG.md doctest.sh -tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.8, GHC == 9.4.8, GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1 +tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.7, GHC == 9.4.4, GHC == 9.6.6, GHC == 9.8.4, GHC == 9.10.1, GHC == 9.12.1 source-repository head type: git @@ -42,7 +42,7 @@ Data.SOP.NP Data.SOP.NS Data.SOP.Sing - build-depends: base >= 4.9 && < 4.21, + build-depends: base >= 4.9 && < 4.22, deepseq >= 1.3 && < 1.6 hs-source-dirs: src default-language: Haskell2010