0.15 bump
This commit is contained in:
parent
81e0177ac0
commit
33f5700d06
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ Crypt-OpenSSL-Random-0.04.tar.gz
|
||||
/Crypt-OpenSSL-Random-0.06.tar.gz
|
||||
/Crypt-OpenSSL-Random-0.10.tar.gz
|
||||
/Crypt-OpenSSL-Random-0.11.tar.gz
|
||||
/Crypt-OpenSSL-Random-0.15.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Crypt-OpenSSL-Random
|
||||
Version: 0.11
|
||||
Release: 9%{?dist}
|
||||
Version: 0.15
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenSSL/LibreSSL pseudo-random number generator access
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -11,10 +11,11 @@ BuildRequires: openssl-devel
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Crypt::OpenSSL::Guess) >= 0.11
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(strict)
|
||||
@ -60,6 +61,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 18 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.15-1
|
||||
- 0.15 bump
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user