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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a93c06de409e6f2eb2e9868ea6d4e653d99f2f7900b2c1831e1f65ace0c4ef84
size 9525

3
Crypt-Random-1.54.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d66f8e17edc3877cc797fdd59de534e3990636f8f1a5e726062159af7e67dacc
size 22368

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> Wed Apr 3 06:50:10 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Crypt-Random # spec file for package perl-Crypt-Random
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
# #
Name: perl-Crypt-Random
Version: 1.52
Release: 0
%define cpan_name Crypt-Random %define cpan_name Crypt-Random
Name: perl-Crypt-Random
Version: 1.54
Release: 0
Summary: Cryptographically Secure, True Random Number Generator Summary: Cryptographically Secure, True Random Number Generator
License: CHECK(Artistic-1.0 OR GPL-1.0-or-later) License: CHECK(Artistic-1.0 OR GPL-1.0-or-later)
Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name}
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/V/VI/VIPUL/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/V/VI/VIPUL/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Class::Loader) >= 2.00 BuildRequires: perl(Class::Loader) >= 2.00
@@ -47,12 +45,12 @@ generate random integers of arbitrary size of a given bitsize or in a
specified interval. specified interval.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} %make_build
%check %check
make test make test
@@ -63,7 +61,6 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README %doc Changes README
%changelog %changelog