update to 0.3.7

This commit is contained in:
Jens Petersen 2016-06-23 14:29:05 +09:00
parent 7780f0d6a4
commit a710efa468
3 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

@ -3,8 +3,8 @@
%global pkg_name entropy
Name: ghc-%{pkg_name}
Version: 0.3.4.1
Release: 3%{?dist}
Version: 0.3.7
Release: 1%{?dist}
Summary: A platform independent entropy source
License: BSD
@ -21,7 +21,7 @@ BuildRequires: ghc-unix-devel
%description
A platform independent method to obtain cryptographically strong entropy
(RDRAND when available anywhere, urandom on nix, CryptAPI on Windows, patches
welcome). Users looking for cryptographically strong (number-theoretically
welcome) Users looking for cryptographically strong (number-theoretically
sound) PRNGs should see the 'DRBG' package too.
@ -48,6 +48,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%post devel
%ghc_pkg_recache
@ -58,7 +60,7 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
@ -66,6 +68,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 0.3.7-1
- update to 0.3.7
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
4b408253d7ebd7792df909b621020de0 entropy-0.3.4.1.tar.gz
2ac059eebfb0d2368df1b825207055c2 entropy-0.3.7.tar.gz