Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-random for openSUSE:Factory 
checked in at 2021-10-12 21:49:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-random (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-random.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-random"

Tue Oct 12 21:49:02 2021 rev:21 rq:921708 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-random/ghc-random.changes    2021-08-25 
20:58:04.813171274 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-random.new.2443/ghc-random.changes  
2021-10-12 21:50:17.975952999 +0200
@@ -1,0 +2,25 @@
+Mon Sep 20 07:13:14 UTC 2021 - [email protected]
+
+- Update random to version 1.2.1.
+  # 1.2.1
+
+  * Fix support for ghc-9.2 [#99](https://github.com/haskell/random/pull/99)
+  * Fix performance regression for ghc-9.0 
[#101](https://github.com/haskell/random/pull/101)
+  * Add `uniformEnumM` and `uniformEnumRM`
+  * Add `initStdGen` [#103](https://github.com/haskell/random/pull/103)
+  * Add `globalStdGen` [#117](https://github.com/haskell/random/pull/117)
+  * Add `runStateGenST_`
+  * Ensure that default implementation of `ShortByteString` generation uses
+    unpinned memory. [#116](https://github.com/haskell/random/pull/116)
+  * Fix [#54](https://github.com/haskell/random/issues/54) with
+    [#68](https://github.com/haskell/random/pull/68) - if exactly one value in 
the
+    range of floating point is infinite, then `uniformRM`/`randomR` returns 
that
+    value.
+  * Add default implementation of `uniformM` that uses `Generic`
+    [#70](https://github.com/haskell/random/pull/70)
+  * `Random` instance for `CBool` 
[#77](https://github.com/haskell/random/pull/77)
+  * Addition of `TGen` and `TGenM` 
[#95](https://github.com/haskell/random/pull/95)
+  * Addition of tuple instances for `Random` up to 7-tuple
+    [#72](https://github.com/haskell/random/pull/72)
+
+-------------------------------------------------------------------

Old:
----
  random-1.2.0.tar.gz
  random.cabal

New:
----
  random-1.2.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-random.spec ++++++
--- /var/tmp/diff_new_pack.qIRw9o/_old  2021-10-12 21:50:18.859954264 +0200
+++ /var/tmp/diff_new_pack.qIRw9o/_new  2021-10-12 21:50:18.863954270 +0200
@@ -19,13 +19,12 @@
 %global pkg_name random
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.2.0
+Version:        1.2.1
 Release:        0
 Summary:        Pseudo-random number generation
 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/6.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-deepseq-devel
@@ -36,15 +35,13 @@
 %if %{with tests}
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-doctest-devel
-BuildRequires:  ghc-mwc-random-devel
-BuildRequires:  ghc-primitive-devel
 BuildRequires:  ghc-smallcheck-devel
+BuildRequires:  ghc-stm-devel
 BuildRequires:  ghc-tasty-devel
-BuildRequires:  ghc-tasty-expected-failure-devel
 BuildRequires:  ghc-tasty-hunit-devel
+BuildRequires:  ghc-tasty-inspection-testing-devel
 BuildRequires:  ghc-tasty-smallcheck-devel
-BuildRequires:  ghc-unliftio-devel
-BuildRequires:  ghc-vector-devel
+BuildRequires:  ghc-transformers-devel
 %endif
 
 %description
@@ -80,7 +77,7 @@
 pureGen = mkStdGen 42 >>> runStateGen_ pureGen (replicateM 10 . rollM) ::
 [Word] [1,1,3,2,4,5,3,4,6,2]
 
-The monadic adapter 'System.Random.Stateful.runGenState_' is used here to lift
+The monadic adapter 'System.Random.Stateful.runStateGen_' is used here to lift
 the pure pseudo-random number generator 'pureGen' into the
 'System.Random.Stateful.StatefulGen' context.
 
@@ -106,7 +103,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ random-1.2.0.tar.gz -> random-1.2.1.tar.gz ++++++
++++ 3063 lines of diff (skipped)

Reply via email to