From 4d63e41b1756fbc3f67f9bb6698470d74c05e2c9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 28 Apr 2010 07:07:02 +0000 Subject: [PATCH] - rebuild against ghc-6.12.2 - condition ghc_lib_package --- ghc-regex-compat.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ghc-regex-compat.spec b/ghc-regex-compat.spec index f7825a7..3aed46d 100644 --- a/ghc-regex-compat.spec +++ b/ghc-regex-compat.spec @@ -13,8 +13,9 @@ %global debug_package %{nil} Name: ghc-%{pkg_name} +# part of haskell-platform-2010.1.0.0 Version: 0.92 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -36,7 +37,7 @@ This package provides the shared library. %endif -%ghc_lib_package +%{?ghc_lib_package} %prep @@ -61,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Apr 28 2010 Jens Petersen - 0.92-3 +- rebuild against ghc-6.12.2 +- condition ghc_lib_package + * Fri Jan 15 2010 Jens Petersen - 0.92-2 - depends on regexp-posix - license is BSD