diff --git a/ghc-regex-base.spec b/ghc-regex-base.spec index 844587d..967ee79 100644 --- a/ghc-regex-base.spec +++ b/ghc-regex-base.spec @@ -12,8 +12,9 @@ %global debug_package %{nil} Name: ghc-%{pkg_name} +# part of haskell-platform-2010.1.0.0 Version: 0.93.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -34,7 +35,7 @@ This package provides the shared library. %endif -%ghc_lib_package +%{?ghc_lib_package} %prep @@ -59,6 +60,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Apr 27 2010 Jens Petersen - 0.93.1-3 +- part of haskell-platform-2010.1.0.0 +- rebuild against ghc-6.12.2 +- condition ghc_lib_package + * Fri Jan 15 2010 Jens Petersen - 0.93.1-2 - license is BSD - depends on mtl