Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-tasty for openSUSE:Factory checked in at 2025-06-04 20:29:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-tasty (Old) and /work/SRC/openSUSE:Factory/.ghc-tasty.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-tasty" Wed Jun 4 20:29:49 2025 rev:16 rq:1282761 version:1.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-tasty/ghc-tasty.changes 2025-03-10 18:04:30.980549879 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-tasty.new.16005/ghc-tasty.changes 2025-06-04 20:30:02.264673249 +0200 @@ -1,0 +2,6 @@ +Tue Jun 3 20:13:10 UTC 2025 - Peter Simons <psim...@suse.com> + +- Update tasty to version 1.5.3 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-tasty.spec ++++++ --- /var/tmp/diff_new_pack.St5ilm/_old 2025-06-04 20:30:02.912700119 +0200 +++ /var/tmp/diff_new_pack.St5ilm/_new 2025-06-04 20:30:02.916700285 +0200 @@ -25,7 +25,7 @@ License: MIT 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-ansi-terminal-devel BuildRequires: ghc-ansi-terminal-prof ++++++ tasty.cabal ++++++ --- /var/tmp/diff_new_pack.St5ilm/_old 2025-06-04 20:30:02.964702276 +0200 +++ /var/tmp/diff_new_pack.St5ilm/_new 2025-06-04 20:30:02.968702442 +0200 @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: tasty version: 1.5.3 -x-revision: 1 +x-revision: 2 synopsis: Modern and extensible testing framework description: Tasty is a modern testing framework for Haskell. It lets you combine your unit tests, golden @@ -65,7 +65,7 @@ containers >= 0.5.8 && < 0.9, transformers >= 0.5 && < 0.7, tagged >= 0.5 && < 0.9, - optparse-applicative >= 0.14 && < 0.19, + optparse-applicative >= 0.14 && < 0.20, ansi-terminal >= 0.9 && < 1.2 -- No reason to depend on unbounded-delays on 64-bit architecture