diff --git a/ghc-uniplate.spec b/ghc-uniplate.spec index 3d89656..2cefa56 100644 --- a/ghc-uniplate.spec +++ b/ghc-uniplate.spec @@ -11,7 +11,7 @@ Scrap Your Boilerplate work. It requires few extensions to Haskell. Name: ghc-%{pkg_name} Version: 1.6.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -23,9 +23,9 @@ ExclusiveArch: %{ghc_arches} BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} # END cabal2spec -BuildRequires: ghc-containers-prof -BuildRequires: ghc-syb-prof -BuildRequires: ghc-unordered-containers-prof +BuildRequires: ghc-containers-devel +BuildRequires: ghc-syb-devel +BuildRequires: ghc-unordered-containers-devel %description %{common_description} @@ -56,6 +56,9 @@ BuildRequires: ghc-unordered-containers-prof %changelog +* Mon Jul 16 2012 Jens Petersen - 1.6.7-3 +- change prof BRs to devel + * Fri Jun 15 2012 Jens Petersen - 1.6.7-2 - rebuild