From fac0e5016c2545bb3614f7f3909c685b2bf8109a Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Oct 23 2016 10:07:24 +0000 Subject: Update to 0.08 --- diff --git a/.gitignore b/.gitignore index 807ad41..0dbfbbc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Math-Random-Secure-0.06.tar.gz +/Math-Random-Secure-0.08.tar.gz diff --git a/perl-Math-Random-Secure.spec b/perl-Math-Random-Secure.spec index 8c98ec7..e3b1f8e 100644 --- a/perl-Math-Random-Secure.spec +++ b/perl-Math-Random-Secure.spec @@ -1,6 +1,6 @@ Name: perl-Math-Random-Secure -Version: 0.06 -Release: 16%{?dist} +Version: 0.08 +Release: 1%{?dist} Summary: Cryptographically-secure, cross-platform replacement for rand() License: Artistic 2.0 @@ -14,19 +14,18 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time -BuildRequires: perl(Any::Moose) BuildRequires: perl(base) BuildRequires: perl(constant) BuildRequires: perl(Crypt::Random::Source::Factory) BuildRequires: perl(Exporter) BuildRequires: perl(if) BuildRequires: perl(Math::Random::ISAAC) -# No way to express (Mouse|Moose)::Util::TypeConstraints -# No way to express (Mouse|Moose) +BuildRequires: perl(Moo) # Tests BuildRequires: perl(Data::Dumper) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Test::More) +BuildRequires: perl(Test::SharedFork) BuildRequires: perl(Test::Warn) # Optional tests BuildRequires: perl(Test::LeakTrace) @@ -59,6 +58,9 @@ make test %{_mandir}/man3/Math* %changelog +* Sun Oct 23 2016 Emmanuel Seyman - 0.08-1 +- Update to 0.08 + * Mon May 16 2016 Jitka Plesnikova - 0.06-16 - Perl 5.24 rebuild diff --git a/sources b/sources index a69db35..264d907 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7397735ec33ef8fc69303b0a7d741b51 Math-Random-Secure-0.06.tar.gz +9c02a5d331b8e7335b1a709716a24253 Math-Random-Secure-0.08.tar.gz