Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-tasty-rerun for openSUSE:Factory checked in at 2025-03-10 18:04:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-tasty-rerun (Old) and /work/SRC/openSUSE:Factory/.ghc-tasty-rerun.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-tasty-rerun" Mon Mar 10 18:04:20 2025 rev:15 rq:1251463 version:1.1.19 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-tasty-rerun/ghc-tasty-rerun.changes 2024-12-24 16:26:38.586329045 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-tasty-rerun.new.19136/ghc-tasty-rerun.changes 2025-03-10 18:04:33.956673161 +0100 @@ -1,0 +2,6 @@ +Sat Mar 1 13:59:51 UTC 2025 - Peter Simons <psim...@suse.com> + +- Update tasty-rerun to version 1.1.19 revision 5. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-tasty-rerun.spec ++++++ --- /var/tmp/diff_new_pack.W8vMw2/_old 2025-03-10 18:04:34.800708125 +0100 +++ /var/tmp/diff_new_pack.W8vMw2/_new 2025-03-10 18:04:34.804708290 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-tasty-rerun # -# 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 ++++++ tasty-rerun.cabal ++++++ --- /var/tmp/diff_new_pack.W8vMw2/_old 2025-03-10 18:04:34.856710445 +0100 +++ /var/tmp/diff_new_pack.W8vMw2/_new 2025-03-10 18:04:34.860710610 +0100 @@ -1,6 +1,6 @@ name: tasty-rerun version: 1.1.19 -x-revision: 4 +x-revision: 5 homepage: http://github.com/ocharles/tasty-rerun license: BSD3 license-file: LICENSE @@ -39,7 +39,7 @@ exposed-modules: Test.Tasty.Ingredients.Rerun build-depends: base >=4.6 && <4.22, - containers >= 0.5.0.0 && < 0.8, + containers >= 0.5.0.0 && < 0.9, mtl >= 2.1.2 && < 2.4, optparse-applicative >= 0.6 && < 0.19, split >= 0.1 && < 0.3,