Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-tdigest for openSUSE:Factory checked in at 2022-02-11 23:08:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-tdigest (Old) and /work/SRC/openSUSE:Factory/.ghc-tdigest.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-tdigest" Fri Feb 11 23:08:02 2022 rev:5 rq:953403 version:0.2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-tdigest/ghc-tdigest.changes 2021-09-10 23:41:30.294571748 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-tdigest.new.1956/ghc-tdigest.changes 2022-02-11 23:09:58.123043013 +0100 @@ -1,0 +2,6 @@ +Mon Jan 3 02:56:41 UTC 2022 - Peter Simons <[email protected]> + +- Update tdigest to version 0.2.1.1 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-tdigest.spec ++++++ --- /var/tmp/diff_new_pack.lFdYve/_old 2022-02-11 23:09:58.823045038 +0100 +++ /var/tmp/diff_new_pack.lFdYve/_new 2022-02-11 23:09:58.831045062 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-tdigest # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,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-compat-devel BuildRequires: ghc-binary-devel ++++++ tdigest.cabal ++++++ --- /var/tmp/diff_new_pack.lFdYve/_old 2022-02-11 23:09:58.879045200 +0100 +++ /var/tmp/diff_new_pack.lFdYve/_new 2022-02-11 23:09:58.887045223 +0100 @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: tdigest version: 0.2.1.1 -x-revision: 1 +x-revision: 2 synopsis: On-line accumulation of rank-based statistics description: A new data structure for accurate on-line accumulation of rank-based statistics such as quantiles and trimmed means. @@ -26,6 +26,7 @@ || ==8.8.4 || ==8.10.4 || ==9.0.1 + || ==9.2.1 build-type: Simple extra-source-files: @@ -44,13 +45,13 @@ -- GHC boot libraries build-depends: - base >=4.7 && <4.16 + base >=4.7 && <4.19 , binary >=0.7.1.0 && <0.10 , deepseq >=1.3.0.2 && <1.5 , transformers >=0.3 && <0.6 if !impl(ghc >=8.0) - build-depends: semigroups >=0.18.4 && <0.20 + build-depends: semigroups >=0.18.4 && <0.21 -- other dependencies build-depends:
