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 2021-11-11 21:37:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-psqueues (Old) and /work/SRC/openSUSE:Factory/.ghc-psqueues.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-psqueues" Thu Nov 11 21:37:42 2021 rev:5 rq:930443 version:0.2.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-psqueues/ghc-psqueues.changes 2020-12-22 11:44:52.405785900 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-psqueues.new.1890/ghc-psqueues.changes 2021-11-11 21:38:33.892982423 +0100 @@ -1,0 +2,10 @@ +Sat Nov 6 20:32:59 UTC 2021 - [email protected] + +- Update psqueues to version 0.2.7.3. + # CHANGELOG + + - 0.2.7.3 (2021-11-05) + * Relax hashable, tasty and QuickCheck upper bounds + * Bump Cabal-version to 1.10 + +------------------------------------------------------------------- Old: ---- psqueues-0.2.7.2.tar.gz psqueues.cabal New: ---- psqueues-0.2.7.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-psqueues.spec ++++++ --- /var/tmp/diff_new_pack.ARxZWQ/_old 2021-11-11 21:38:36.232984130 +0100 +++ /var/tmp/diff_new_pack.ARxZWQ/_new 2021-11-11 21:38:36.236984132 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-psqueues # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,12 @@ %global pkg_name psqueues %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.7.2 +Version: 0.2.7.3 Release: 0 Summary: Pure priority search queues 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 BuildRequires: ghc-Cabal-devel BuildRequires: ghc-deepseq-devel BuildRequires: ghc-hashable-devel @@ -93,7 +92,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ psqueues-0.2.7.2.tar.gz -> psqueues-0.2.7.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/psqueues-0.2.7.2/CHANGELOG new/psqueues-0.2.7.3/CHANGELOG --- old/psqueues-0.2.7.2/CHANGELOG 2019-06-07 16:30:42.000000000 +0200 +++ new/psqueues-0.2.7.3/CHANGELOG 2021-11-05 18:37:16.000000000 +0100 @@ -1,3 +1,9 @@ +# CHANGELOG + +- 0.2.7.3 (2021-11-05) + * Relax hashable, tasty and QuickCheck upper bounds + * Bump Cabal-version to 1.10 + - 0.2.7.2 (2019-06-07) * Relax hashable upper bound to 1.3 * Relax QuickCheck upper bound to 2.13 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/psqueues-0.2.7.2/psqueues.cabal new/psqueues-0.2.7.3/psqueues.cabal --- old/psqueues-0.2.7.2/psqueues.cabal 2019-06-07 16:30:52.000000000 +0200 +++ new/psqueues-0.2.7.3/psqueues.cabal 2021-11-05 18:36:43.000000000 +0100 @@ -1,5 +1,5 @@ Name: psqueues -Version: 0.2.7.2 +Version: 0.2.7.3 License: BSD3 License-file: LICENSE Maintainer: Jasper Van der Jeugt <[email protected]> @@ -7,7 +7,7 @@ Synopsis: Pure priority search queues Category: Data Structures Build-type: Simple -Cabal-version: >=1.8 +Cabal-version: >=1.10 Description: The psqueues package provides @@ -60,13 +60,14 @@ location: http://github.com/jaspervdj/psqueues.git Library - Ghc-options: -O2 -Wall - Hs-source-dirs: src + Default-language: Haskell2010 + Ghc-options: -O2 -Wall + Hs-source-dirs: src Build-depends: base >= 4.2 && < 5 , deepseq >= 1.2 && < 1.5 - , hashable >= 1.1.2.3 && < 1.4 + , hashable >= 1.1.2.3 && < 1.5 if impl(ghc>=6.10) Build-depends: ghc-prim @@ -82,10 +83,11 @@ Data.OrdPSQ.Internal Benchmark psqueues-benchmarks - Type: exitcode-stdio-1.0 - Hs-source-dirs: src benchmarks - Main-is: Main.hs - Ghc-options: -Wall + Default-language: Haskell2010 + Ghc-options: -Wall + Hs-source-dirs: src benchmarks + Main-is: Main.hs + Type: exitcode-stdio-1.0 Other-modules: BenchmarkTypes @@ -118,11 +120,12 @@ , psqueues Test-suite psqueues-tests - Cpp-options: -DTESTING -DSTRICT - Ghc-options: -Wall - Hs-source-dirs: src tests - Main-is: Main.hs - Type: exitcode-stdio-1.0 + Cpp-options: -DTESTING -DSTRICT + Default-language: Haskell2010 + Ghc-options: -Wall + Hs-source-dirs: src tests + Main-is: Main.hs + Type: exitcode-stdio-1.0 Other-modules: Data.BitUtil @@ -142,8 +145,8 @@ Build-depends: HUnit >= 1.2 && < 1.7 - , QuickCheck >= 2.7 && < 2.14 - , tasty >= 1.2 && < 1.3 + , QuickCheck >= 2.7 && < 2.15 + , tasty >= 1.2 && < 1.5 , tasty-hunit >= 0.9 && < 0.11 , tasty-quickcheck >= 0.8 && < 0.11
