update to 0.2.2.4

This commit is contained in:
Jens Petersen 2014-04-23 14:28:30 +09:00
parent 78d263d6f2
commit 622fb50937
3 changed files with 14 additions and 14 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/entropy-0.2.1.tar.gz
/entropy-0.2.2.tar.gz
/entropy-0.2.2.1.tar.gz
/entropy-0.2.2.4.tar.gz

View File

@ -2,43 +2,38 @@
%global pkg_name entropy
# Setup uses TH
%global ghc_without_dynamic 1
Name: ghc-%{pkg_name}
Version: 0.2.2.1
Release: 2%{?dist}
Version: 0.2.2.4
Release: 1%{?dist}
Summary: A platform independent entropy source
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-unix-devel
# End cabal-rpm deps
# Setup uses TH
ExclusiveArch: %{ghc_arches_with_ghci}
BuildRequires: ghc-template-haskell-devel
%description
A platform independent method to obtain cryptographically strong entropy
(urandom on Linux, CryptAPI on Windows, patches welcome).
Users looking for cryptographically strong (number-theoretically sound)
PRNGs should see the 'DRBG' package too!.
PRNGs should see the 'DRBG' package too.
%package devel
Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides the Haskell entropy library development files.
This package provides the Haskell %{pkg_name} library development files.
%prep
@ -66,9 +61,13 @@ This package provides the Haskell entropy library development files.
%files devel -f %{name}-devel.files
%doc README.md
%changelog
* Wed Apr 23 2014 Jens Petersen <petersen@redhat.com> - 0.2.2.4-1
- update to 0.2.2.4
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
64e67e78842f3ab8bb77a8ff7218b83a entropy-0.2.2.1.tar.gz
1f5cacebd882b25ac4dc8be3597e1cf8 entropy-0.2.2.4.tar.gz