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-08-01 21:30:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-tdigest (Old) and /work/SRC/openSUSE:Factory/.ghc-tdigest.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-tdigest" Mon Aug 1 21:30:37 2022 rev:6 rq:987096 version:0.2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-tdigest/ghc-tdigest.changes 2022-02-11 23:09:58.123043013 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-tdigest.new.1533/ghc-tdigest.changes 2022-08-01 21:31:03.745770673 +0200 @@ -1,0 +2,6 @@ +Sun May 22 19:33:01 UTC 2022 - Peter Simons <[email protected]> + +- Update tdigest to version 0.2.1.1 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-tdigest.spec ++++++ --- /var/tmp/diff_new_pack.aRlWmo/_old 2022-08-01 21:31:04.417772601 +0200 +++ /var/tmp/diff_new_pack.aRlWmo/_new 2022-08-01 21:31:04.425772623 +0200 @@ -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/2.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-compat-devel BuildRequires: ghc-binary-devel ++++++ tdigest.cabal ++++++ --- /var/tmp/diff_new_pack.aRlWmo/_old 2022-08-01 21:31:04.477772773 +0200 +++ /var/tmp/diff_new_pack.aRlWmo/_new 2022-08-01 21:31:04.481772784 +0200 @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: tdigest version: 0.2.1.1 -x-revision: 2 +x-revision: 3 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. @@ -24,9 +24,9 @@ || ==8.4.4 || ==8.6.5 || ==8.8.4 - || ==8.10.4 - || ==9.0.1 - || ==9.2.1 + || ==8.10.7 + || ==9.0.2 + || ==9.2.2 build-type: Simple extra-source-files: @@ -48,7 +48,7 @@ base >=4.7 && <4.19 , binary >=0.7.1.0 && <0.10 , deepseq >=1.3.0.2 && <1.5 - , transformers >=0.3 && <0.6 + , transformers >=0.3 && <0.7 if !impl(ghc >=8.0) build-depends: semigroups >=0.18.4 && <0.21
