Accepting request 913798 from devel:languages:perl:autoupdate

- updated to 1.54
   see /usr/share/doc/packages/perl-Crypt-Random/Changes
  1.54                                                     June 3, 2021
    * Removed a superfluous call to makerandom_itv() thanks to Larry
      Leszczynski <larryl@emailplus.org>.
    * Improved makerandom_itv test to ensure generated numbers are in the
      intterval.
    * Actually include t/chisquare.t

OBS-URL: https://build.opensuse.org/request/show/913798
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-Random?expand=0&rev=13
This commit is contained in:
2021-08-23 14:07:34 +00:00
committed by Git OBS Bridge
parent a3ce01b51c
commit 0e50c1b9fd
4 changed files with 24 additions and 14 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jun 4 03:07:35 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.54
see /usr/share/doc/packages/perl-Crypt-Random/Changes
1.54 June 3, 2021
* Removed a superfluous call to makerandom_itv() thanks to Larry
Leszczynski <larryl@emailplus.org>.
* Improved makerandom_itv test to ensure generated numbers are in the
intterval.
* Actually include t/chisquare.t
-------------------------------------------------------------------
Wed Apr 3 06:50:10 UTC 2019 - Stephan Kulow <coolo@suse.com>