Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-tasty-quickcheck for openSUSE:Factory checked in at 2025-06-04 20:29:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-tasty-quickcheck (Old) and /work/SRC/openSUSE:Factory/.ghc-tasty-quickcheck.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-tasty-quickcheck" Wed Jun 4 20:29:49 2025 rev:10 rq:1282762 version:0.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-tasty-quickcheck/ghc-tasty-quickcheck.changes 2025-01-27 20:51:54.830370232 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-tasty-quickcheck.new.16005/ghc-tasty-quickcheck.changes 2025-06-04 20:30:03.200712062 +0200 @@ -1,0 +2,6 @@ +Tue Jun 3 20:13:28 UTC 2025 - Peter Simons <psim...@suse.com> + +- Update tasty-quickcheck to version 0.11.1 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-tasty-quickcheck.spec ++++++ --- /var/tmp/diff_new_pack.QFEj3T/_old 2025-06-04 20:30:03.788736445 +0200 +++ /var/tmp/diff_new_pack.QFEj3T/_new 2025-06-04 20:30:03.788736445 +0200 @@ -26,7 +26,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-QuickCheck-devel BuildRequires: ghc-QuickCheck-prof ++++++ tasty-quickcheck.cabal ++++++ --- /var/tmp/diff_new_pack.QFEj3T/_old 2025-06-04 20:30:03.832738269 +0200 +++ /var/tmp/diff_new_pack.QFEj3T/_new 2025-06-04 20:30:03.836738435 +0200 @@ -1,6 +1,6 @@ name: tasty-quickcheck version: 0.11.1 -x-revision: 1 +x-revision: 2 synopsis: QuickCheck support for the Tasty test framework. description: QuickCheck support for the Tasty test framework. . @@ -28,7 +28,7 @@ tasty >= 1.5.1 && < 1.6, random < 1.4, QuickCheck >= 2.10 && < 2.16, - optparse-applicative < 0.19 + optparse-applicative < 0.20 default-language: Haskell2010 default-extensions: CPP