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-09-22 16:38:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-tasty-rerun (Old)
and /work/SRC/openSUSE:Factory/.ghc-tasty-rerun.new.27445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-tasty-rerun"
Mon Sep 22 16:38:58 2025 rev:18 rq:1306181 version:1.1.20
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-tasty-rerun/ghc-tasty-rerun.changes
2025-06-04 20:30:03.928742250 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-tasty-rerun.new.27445/ghc-tasty-rerun.changes
2025-09-22 16:39:37.105256421 +0200
@@ -1,0 +2,6 @@
+Sat Sep 13 18:22:45 UTC 2025 - Peter Simons <[email protected]>
+
+- Update tasty-rerun to version 1.1.20 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-tasty-rerun.spec ++++++
--- /var/tmp/diff_new_pack.S9qk2D/_old 2025-09-22 16:39:37.613277796 +0200
+++ /var/tmp/diff_new_pack.S9qk2D/_new 2025-09-22 16:39:37.617277965 +0200
@@ -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/1.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
++++++ tasty-rerun.cabal ++++++
--- /var/tmp/diff_new_pack.S9qk2D/_old 2025-09-22 16:39:37.657279648 +0200
+++ /var/tmp/diff_new_pack.S9qk2D/_new 2025-09-22 16:39:37.661279816 +0200
@@ -1,7 +1,7 @@
cabal-version: 2.2
name: tasty-rerun
version: 1.1.20
-x-revision: 1
+x-revision: 2
license: BSD-3-Clause
license-file: LICENSE
copyright:
@@ -39,7 +39,7 @@
default-language: GHC2021
ghc-options: -Wall -Wcompat
build-depends:
- base >=4.17 && <4.22,
+ base >=4.17 && <4.23,
containers >=0.5.0.0 && <0.9,
filepath <1.6,
mtl >=2.1.2 && <2.4,