Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-psqueues for openSUSE:Factory checked in at 2025-01-27 20:51:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-psqueues (Old) and /work/SRC/openSUSE:Factory/.ghc-psqueues.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-psqueues" Mon Jan 27 20:51:25 2025 rev:9 rq:1239821 version:0.2.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-psqueues/ghc-psqueues.changes 2024-09-03 13:39:07.262710230 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-psqueues.new.2316/ghc-psqueues.changes 2025-01-27 20:51:35.589575892 +0100 @@ -1,0 +2,6 @@ +Sun Jan 12 16:57:23 UTC 2025 - Peter Simons <psim...@suse.com> + +- Update psqueues to version 0.2.8.0 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-psqueues.spec ++++++ --- /var/tmp/diff_new_pack.DxNfeE/_old 2025-01-27 20:51:36.661620150 +0100 +++ /var/tmp/diff_new_pack.DxNfeE/_new 2025-01-27 20:51:36.661620150 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-psqueues # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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: 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 ++++++ psqueues.cabal ++++++ --- /var/tmp/diff_new_pack.DxNfeE/_old 2025-01-27 20:51:36.697621636 +0100 +++ /var/tmp/diff_new_pack.DxNfeE/_new 2025-01-27 20:51:36.701621802 +0100 @@ -1,6 +1,6 @@ Name: psqueues Version: 0.2.8.0 -X-revision: 1 +X-revision: 2 License: BSD3 License-file: LICENSE Maintainer: Jasper Van der Jeugt <jasper...@gmail.com> @@ -145,10 +145,10 @@ Build-depends: HUnit >= 1.2 && < 1.7 - , QuickCheck >= 2.7 && < 2.15 + , QuickCheck >= 2.7 && < 2.16 , tasty >= 1.2 && < 1.6 , tasty-hunit >= 0.9 && < 0.11 - , tasty-quickcheck >= 0.8 && < 0.11 + , tasty-quickcheck >= 0.8 && < 0.12 , base , array