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-10-10 17:11:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-tasty-quickcheck (Old)
and /work/SRC/openSUSE:Factory/.ghc-tasty-quickcheck.new.5300 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-tasty-quickcheck"
Fri Oct 10 17:11:00 2025 rev:12 rq:1310475 version:0.11.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-tasty-quickcheck/ghc-tasty-quickcheck.changes
2025-07-02 12:08:59.173425461 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-tasty-quickcheck.new.5300/ghc-tasty-quickcheck.changes
2025-10-10 17:12:52.630150657 +0200
@@ -1,0 +2,6 @@
+Tue Oct 7 20:44:13 UTC 2025 - Peter Simons <[email protected]>
+
+- Update tasty-quickcheck to version 0.11.1 revision 4.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-tasty-quickcheck.spec ++++++
--- /var/tmp/diff_new_pack.PZY4Uf/_old 2025-10-10 17:12:53.082169710 +0200
+++ /var/tmp/diff_new_pack.PZY4Uf/_new 2025-10-10 17:12:53.086169879 +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/3.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-QuickCheck-prof
++++++ tasty-quickcheck.cabal ++++++
--- /var/tmp/diff_new_pack.PZY4Uf/_old 2025-10-10 17:12:53.134171902 +0200
+++ /var/tmp/diff_new_pack.PZY4Uf/_new 2025-10-10 17:12:53.138172071 +0200
@@ -1,6 +1,6 @@
name: tasty-quickcheck
version: 0.11.1
-x-revision: 3
+x-revision: 4
synopsis: QuickCheck support for the Tasty test framework.
description: QuickCheck support for the Tasty test framework.
.
@@ -27,7 +27,7 @@
tagged < 0.9,
tasty >= 1.5.1 && < 1.6,
random < 1.4,
- QuickCheck >= 2.10 && < 2.17,
+ QuickCheck >= 2.10 && < 2.18,
optparse-applicative < 0.20
default-language: Haskell2010