From cc6da7354113c5fbaff5fde3b1a585748948660b5214654f6b55773f64f2a8c1 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 3 Apr 2021 13:24:16 +0000 Subject: [PATCH] Accepting request 882462 from home:badshah400:branches:devel:libraries:c_c++ Update to version 4.24 OBS-URL: https://build.opensuse.org/request/show/882462 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/trng?expand=0&rev=6 --- trng-4.23.1.tar.gz | 3 --- trng-4.24.tar.gz | 3 +++ trng.changes | 17 +++++++++++++++++ trng.spec | 6 +++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 trng-4.23.1.tar.gz create mode 100644 trng-4.24.tar.gz diff --git a/trng-4.23.1.tar.gz b/trng-4.23.1.tar.gz deleted file mode 100644 index 0e65bdd..0000000 --- a/trng-4.23.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d9dbb275547026dd026052cfce105ff2f50b4286219e7124ecabb368488f89e -size 1429633 diff --git a/trng-4.24.tar.gz b/trng-4.24.tar.gz new file mode 100644 index 0000000..0df40d3 --- /dev/null +++ b/trng-4.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92dd7ab4de95666f453b4fef04827fa8599d93a3e533cdc604782c15edd0c13c +size 1459275 diff --git a/trng.changes b/trng.changes index 967b518..51eb5b4 100644 --- a/trng.changes +++ b/trng.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Apr 1 00:13:59 UTC 2021 - Atri Bhattacharya + +- Update to version 4.24: + * The two new random number engines, called xoshiro256plus + and lcg64_count_shift, have been implemented. + * New unit tests have been intoduced to extend test coverage. + * Special-functions unit tests use reference values with + improved numerical accuracy now. + * The numerical accuracy of various special functions has been + improved to reach machine precision also in 128-bit floating + point number arithmetic, e. g., the inverse cumulative + probability distribution of the normal distribution, + incomplete gamma functions and the Beta function. + * An uninitialized memory read access has been fixed. + * Documentation updates. + ------------------------------------------------------------------- Sat Feb 13 14:21:34 UTC 2021 - Atri Bhattacharya diff --git a/trng.spec b/trng.spec index e696ec2..6f84cea 100644 --- a/trng.spec +++ b/trng.spec @@ -16,9 +16,9 @@ # -%global shlib libtrng4-22 +%global shlib libtrng4-24 Name: trng -Version: 4.23.1 +Version: 4.24 Release: 0 Summary: A Random Number Generator Library License: BSD-3-Clause @@ -84,7 +84,7 @@ export LD_LIBRARY_PATH="%{buildroot}%{_libdir}" %files devel %license COPYING -%doc AUTHORS NEWS README doc/trng.pdf examples/ +%doc AUTHORS NEWS README.md doc/trng.pdf examples/ %{_libdir}/libtrng4.so %{_includedir}/trng/