diff --git a/ghc-QuickCheck.spec b/ghc-QuickCheck.spec index 440835f..62c4ec2 100644 --- a/ghc-QuickCheck.spec +++ b/ghc-QuickCheck.spec @@ -23,7 +23,7 @@ observe the distribution of test data, and define test data generators. Name: ghc-%{pkg_name} # part of haskell-platform-2010.1.0.0 Version: 2.1.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -36,7 +36,6 @@ BuildRequires: ghc, ghc-rpm-macros >= 0.5.1 BuildRequires: ghc-doc BuildRequires: ghc-prof %{?ghc_pkg_deps:BuildRequires: %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")} -%{?ghc_pkg_c_deps:BuildRequires: %{ghc_pkg_c_deps}} %description %{common_description} @@ -70,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Apr 27 2010 Jens Petersen - 2.1.0.3-2 +- rebuild against ghc-6.12.2 + * Tue Mar 23 2010 Jens Petersen - 2.1.0.3-1 - update to 2.1.0.3 for haskell-platform-2010.1.0.0 - BR ghc-ghc