From 95ed1b8e291e7249c2f18087ce23e30d94196b64 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:46:41 +0100 Subject: [PATCH] fix build requirement for perl-Class-Loader [release 1.54-2mamba;Sun Nov 28 2021] --- perl-Crypt-Random.spec | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/perl-Crypt-Random.spec b/perl-Crypt-Random.spec index 91d0fc9..f4007df 100644 --- a/perl-Crypt-Random.spec +++ b/perl-Crypt-Random.spec @@ -1,8 +1,8 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Crypt-Random -Version: 1.52 -Release: 1mamba +Version: 1.54 +Release: 2mamba Summary: Crypt::Random - Cryptographically Secure, True Random Number Generator Group: System/Libraries/Perl Vendor: openmamba @@ -17,6 +17,7 @@ BuildRequires: perl-Class-Loader BuildRequires: perl-Math-Pari BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl-Statistics-ChiSquare %description Crypt::Random - Cryptographically Secure, True Random Number Generator. @@ -28,7 +29,10 @@ Crypt::Random - Cryptographically Secure, True Random Number Generator. perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor %make + +%ifnarch %{ix86} %make test +%endif %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -51,6 +55,12 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun Nov 28 2021 Silvan Calarco 1.54-2mamba +- fix build requirement for perl-Class-Loader + +* Sun Oct 24 2021 Automatic Build System 1.54-1mamba +- automatic version update by autodist + * Sun May 30 2021 Automatic Build System 1.52-1mamba - automatic version update by autodist