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.1.tar.gz
/entropy-0.2.2.tar.gz /entropy-0.2.2.tar.gz
/entropy-0.2.2.1.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 %global pkg_name entropy
# Setup uses TH
%global ghc_without_dynamic 1
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.2.2.1 Version: 0.2.2.4
Release: 2%{?dist} Release: 1%{?dist}
Summary: A platform independent entropy source Summary: A platform independent entropy source
License: BSD License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name} 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-Cabal-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps: # Begin cabal-rpm deps:
BuildRequires: ghc-bytestring-devel BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-unix-devel
# End cabal-rpm deps # End cabal-rpm deps
# Setup uses TH
ExclusiveArch: %{ghc_arches_with_ghci}
BuildRequires: ghc-template-haskell-devel
%description %description
A platform independent method to obtain cryptographically strong entropy A platform independent method to obtain cryptographically strong entropy
(urandom on Linux, CryptAPI on Windows, patches welcome). (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 %package devel
Summary: Haskell %{pkg_name} library development files Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version} Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel %description devel
This package provides the Haskell entropy library development files. This package provides the Haskell %{pkg_name} library development files.
%prep %prep
@ -66,9 +61,13 @@ This package provides the Haskell entropy library development files.
%files devel -f %{name}-devel.files %files devel -f %{name}-devel.files
%doc README.md
%changelog %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 * 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 - 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