diff --git a/ghc-random.changes b/ghc-random.changes index b3260ff..267a318 100644 --- a/ghc-random.changes +++ b/ghc-random.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Apr 9 17:25:19 UTC 2015 - mimi.vx@gmail.com + +- update to 1.1 + * breaking change to `randomIValInteger` to improve RNG quality and performance + * correct documentation about generated range of Int32 sized values of type Int + * fix memory leaks by using strict fields and strict atomicModifyIORef' + * support for base < 4.6 (which doesnt provide strict atomicModifyIORef') + * fix C type in test suite https://github.com/haskell/random/pull/9 + ------------------------------------------------------------------- Tue Sep 2 09:53:08 UTC 2014 - peter.trommler@ohm-hochschule.de diff --git a/ghc-random.spec b/ghc-random.spec index 0b495b5..43ecb85 100644 --- a/ghc-random.spec +++ b/ghc-random.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-random # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name random Name: ghc-random -Version: 1.0.1.1 +Version: 1.1 Release: 0 Summary: Random number library License: BSD-3-Clause diff --git a/random-1.0.1.1.tar.gz b/random-1.0.1.1.tar.gz deleted file mode 100644 index 3d3294a..0000000 --- a/random-1.0.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df7c3b405de0ac27a2ee8fdc8dad87cb42e8eac01fef53861e43bc47c8111559 -size 8699 diff --git a/random-1.1.tar.gz b/random-1.1.tar.gz new file mode 100644 index 0000000..03d10ec --- /dev/null +++ b/random-1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +size 10870