diff --git a/.gitignore b/.gitignore index 0f5f04f..2d48a12 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Crypt-URandom-0.34.tar.gz +/Crypt-URandom-0.36.tar.gz diff --git a/perl-Crypt-URandom.spec b/perl-Crypt-URandom.spec index b5df2d0..575c4c5 100644 --- a/perl-Crypt-URandom.spec +++ b/perl-Crypt-URandom.spec @@ -1,12 +1,14 @@ Name: perl-Crypt-URandom -Version: 0.34 -Release: 2%{?dist} +Version: 0.36 +Release: 1%{?dist} Summary: Non-blocking randomness for Perl License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-URandom/ Source0: http://www.cpan.org/authors/id/D/DD/DDICK/Crypt-URandom-%{version}.tar.gz BuildArch: noarch +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) @@ -43,7 +45,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check -make test +make test %files %doc Changes README @@ -51,6 +53,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Jun 11 2015 Petr Pisar - 0.36-1 +- 0.36 bump + * Wed Jun 03 2015 Jitka Plesnikova - 0.34-2 - Perl 5.22 rebuild diff --git a/sources b/sources index e11e829..5ad6c3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d8f1bed6d188a1e1898a14c55db7617c Crypt-URandom-0.34.tar.gz +d19cdb64e3db13fdf32542c51eaaa79c Crypt-URandom-0.36.tar.gz