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 2026-06-10 16:07:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-tasty-quickcheck (Old)
and /work/SRC/openSUSE:Factory/.ghc-tasty-quickcheck.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-tasty-quickcheck"
Wed Jun 10 16:07:11 2026 rev:13 rq:1358447 version:0.11.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-tasty-quickcheck/ghc-tasty-quickcheck.changes
2025-10-10 17:12:52.630150657 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-tasty-quickcheck.new.2375/ghc-tasty-quickcheck.changes
2026-06-10 16:11:07.545405068 +0200
@@ -1,0 +2,6 @@
+Thu Feb 26 22:04:08 UTC 2026 - Peter Simons <[email protected]>
+
+- Update tasty-quickcheck to version 0.11.1 revision 5.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-tasty-quickcheck.spec ++++++
--- /var/tmp/diff_new_pack.t0DuPR/_old 2026-06-10 16:11:10.449525416 +0200
+++ /var/tmp/diff_new_pack.t0DuPR/_new 2026-06-10 16:11:10.449525416 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-tasty-quickcheck
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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/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-QuickCheck-devel
BuildRequires: ghc-QuickCheck-prof
++++++ tasty-quickcheck.cabal ++++++
--- /var/tmp/diff_new_pack.t0DuPR/_old 2026-06-10 16:11:10.501527571 +0200
+++ /var/tmp/diff_new_pack.t0DuPR/_new 2026-06-10 16:11:10.509527903 +0200
@@ -1,6 +1,6 @@
name: tasty-quickcheck
version: 0.11.1
-x-revision: 4
+x-revision: 5
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.18,
+ QuickCheck >= 2.10 && < 2.19,
optparse-applicative < 0.20
default-language: Haskell2010