update to 0.95.1 for haskell-platform-2011.4.0.0

- cabal2spec-0.25.1
This commit is contained in:
Jens Petersen 2011-12-28 17:06:59 +09:00
parent 3c638173f4
commit 3bfdd2eeba
3 changed files with 20 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
regex-compat-0.93.1.tar.gz
/regex-compat-0.95.1.tar.gz

View File

@ -5,19 +5,20 @@
%global common_description A module layer over regex-posix to replace Text.Regex.
Name: ghc-%{pkg_name}
# part of haskell-platform-2011.2.0.1
Version: 0.93.1
Release: 9%{?dist}.3
# part of haskell-platform-2011.4.0.0
Version: 0.95.1
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-regex-posix-prof
%description
@ -36,10 +37,21 @@ BuildRequires: ghc-regex-posix-prof
%ghc_lib_install
%ghc_lib_package
%ghc_devel_package
%ghc_devel_description
%ghc_devel_post_postun
%ghc_files
%changelog
* Wed Dec 28 2011 Jens Petersen <petersen@redhat.com> - 0.95.1-1
- update to 0.95.1 for haskell-platform-2011.4.0.0
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.93.1-9.3
- rebuild with new gmp without compat lib

View File

@ -1 +1 @@
d6becec95ea8098cab663116fdce60a5 regex-compat-0.93.1.tar.gz
d0573ab4e2f3de5faa61380b67333320 regex-compat-0.95.1.tar.gz