update to 0.3.4.1

This commit is contained in:
Jens Petersen 2015-01-19 18:20:55 +09:00
parent bb25c9e371
commit 346b1dfe6e
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/entropy-0.2.2.tar.gz
/entropy-0.2.2.1.tar.gz
/entropy-0.3.4.tar.gz
/entropy-0.3.4.1.tar.gz

View File

@ -3,13 +3,13 @@
%global pkg_name entropy
Name: ghc-%{pkg_name}
Version: 0.3.4
Version: 0.3.4.1
Release: 1%{?dist}
Summary: A platform independent entropy source
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
@ -20,8 +20,9 @@ BuildRequires: ghc-unix-devel
%description
A platform independent method to obtain cryptographically strong entropy
(urandom on Linux, CryptAPI on Windows, patches welcome).
PRNGs should see the 'DRBG' package too.
(RDRAND when available anywhere, urandom on nix, CryptAPI on Windows, patches
welcome). Users looking for cryptographically strong (number-theoretically
sound) PRNGs should see the 'DRBG' package too.
%package devel
@ -65,6 +66,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Mon Jan 19 2015 Jens Petersen <petersen@redhat.com> - 0.3.4.1-1
- update to 0.3.4.1
* Wed Oct 29 2014 Jens Petersen <petersen@redhat.com> - 0.3.4-1
- update to 0.3.4

View File

@ -1 +1 @@
e1de82bcdebc64ccc49d085177b34565 entropy-0.3.4.tar.gz
4b408253d7ebd7792df909b621020de0 entropy-0.3.4.1.tar.gz