update to 5.4.2.4 for haskell-platform-2011.4

This commit is contained in:
Jens Petersen 2011-12-19 10:53:06 +09:00
parent fd6e40afcb
commit cf4507806d
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
fgl-5.4.2.3.tar.gz
/fgl-5.4.2.4.tar.gz

View File

@ -5,19 +5,20 @@
%global common_description Martin Erwig's Functional Graph Library.
Name: ghc-%{pkg_name}
# part of haskell-platform-2011.2.0.1
Version: 5.4.2.3
Release: 8%{?dist}.2
# part of haskell-platform-2011.4.0.0
Version: 5.4.2.4
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
License: BSD
# BEGIN cabal2spec
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch: %{ghc_arches}
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: hscolour
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
# END cabal2spec
BuildRequires: ghc-mtl-prof
%description
@ -40,6 +41,9 @@ BuildRequires: ghc-mtl-prof
%changelog
* Mon Dec 19 2011 Jens Petersen <petersen@redhat.com> - 5.4.2.4-1
- update to 5.4.2.4 for haskell-platform-2011.4
* Thu Oct 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 5.4.2.3-8.2
- rebuild with new gmp without compat lib

View File

@ -1 +1 @@
29ccab8bebed16a8d7346c3ed52c5d9c fgl-5.4.2.3.tar.gz
6b5430f4a5ad374bc4351acaf3d81e4f fgl-5.4.2.4.tar.gz