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/