diff --git a/.gitignore b/.gitignore index bb00625..47616c1 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ghc-entropy.spec b/ghc-entropy.spec index 852d0c6..a39239b 100644 --- a/ghc-entropy.spec +++ b/ghc-entropy.spec @@ -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 - 0.3.7-1 +- update to 0.3.7 + * Wed Feb 03 2016 Fedora Release Engineering - 0.3.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 70b6932..60c87d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b408253d7ebd7792df909b621020de0 entropy-0.3.4.1.tar.gz +2ac059eebfb0d2368df1b825207055c2 entropy-0.3.7.tar.gz