Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-statistics for openSUSE:Factory checked in at 2023-01-18 13:10:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-statistics (Old) and /work/SRC/openSUSE:Factory/.ghc-statistics.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-statistics" Wed Jan 18 13:10:40 2023 rev:6 rq:1059113 version:0.16.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-statistics/ghc-statistics.changes 2022-08-01 21:30:59.809759381 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-statistics.new.32243/ghc-statistics.changes 2023-01-18 13:11:04.664910882 +0100 @@ -1,0 +2,8 @@ +Thu Dec 8 20:11:41 UTC 2022 - Peter Simons <[email protected]> + +- Update statistics to version 0.16.1.2. + ## Changes in 0.16.1.2 + + * Fixed bug in `fromSample` for exponential distribudion (#190) + +------------------------------------------------------------------- Old: ---- statistics-0.16.1.0.tar.gz New: ---- statistics-0.16.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-statistics.spec ++++++ --- /var/tmp/diff_new_pack.59UWzD/_old 2023-01-18 13:11:05.244913130 +0100 +++ /var/tmp/diff_new_pack.59UWzD/_new 2023-01-18 13:11:05.248913145 +0100 @@ -19,7 +19,7 @@ %global pkg_name statistics %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.16.1.0 +Version: 0.16.1.2 Release: 0 Summary: A library of statistical types, data, and functions License: BSD-2-Clause ++++++ statistics-0.16.1.0.tar.gz -> statistics-0.16.1.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/statistics-0.16.1.0/Statistics/Distribution/Exponential.hs new/statistics-0.16.1.2/Statistics/Distribution/Exponential.hs --- old/statistics-0.16.1.0/Statistics/Distribution/Exponential.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/statistics-0.16.1.2/Statistics/Distribution/Exponential.hs 2001-09-09 03:46:40.000000000 +0200 @@ -142,5 +142,5 @@ instance D.FromSample ExponentialDistribution Double where fromSample xs | G.null xs = Nothing - | G.all (>= 0) xs = Nothing - | otherwise = Just $! ED (S.mean xs) + | G.all (>= 0) xs = Just $! ED (S.mean xs) + | otherwise = Nothing diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/statistics-0.16.1.0/changelog.md new/statistics-0.16.1.2/changelog.md --- old/statistics-0.16.1.0/changelog.md 2001-09-09 03:46:40.000000000 +0200 +++ new/statistics-0.16.1.2/changelog.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,8 @@ +## Changes in 0.16.1.2 + + * Fixed bug in `fromSample` for exponential distribudion (#190) + + ## Changes in 0.16.1.0 * Dependency on monad-par is dropped. `parMap` from `parallel` is used instead. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/statistics-0.16.1.0/statistics.cabal new/statistics-0.16.1.2/statistics.cabal --- old/statistics-0.16.1.0/statistics.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/statistics-0.16.1.2/statistics.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ name: statistics -version: 0.16.1.0 +version: 0.16.1.2 synopsis: A library of statistical types, data, and functions description: This library provides a number of common functions and types useful
