[haskell-platform] change prof BRs to devel

Jens Petersen petersen at fedoraproject.org
Mon Jul 16 02:16:51 UTC 2012


commit 06e837925c7d82525b8f4a105b9e6ea727a6f610
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Jul 16 11:16:45 2012 +0900

    change prof BRs to devel

 haskell-platform.spec |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/haskell-platform.spec b/haskell-platform.spec
index 619c141..924b0f0 100644
--- a/haskell-platform.spec
+++ b/haskell-platform.spec
@@ -13,7 +13,7 @@ Version:        2012.2.0.0
 # - release can only be reset if all library versions get bumped simultaneously
 #   (eg for a major release)
 # - minor release numbers should be incremented monotonically
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        Standard Haskell distribution
 
 Group:          Development/Tools
@@ -33,18 +33,18 @@ BuildRequires:  freeglut-devel%{?_isa}
 # OpenGL
 BuildRequires:  mesa-libGL-devel%{?_isa},mesa-libGLU-devel%{?_isa}
 # QuickCheck
-BuildRequires:  ghc-extensible-exceptions-prof
+BuildRequires:  ghc-extensible-exceptions-devel
 %ifarch %{ghc_arches_with_ghci}
-BuildRequires:  ghc-template-haskell-prof
+BuildRequires:  ghc-template-haskell-devel
 %endif
 # haskell-src
-BuildRequires:  ghc-haskell98-prof
+BuildRequires:  ghc-haskell98-devel
 # parallel, text
-BuildRequires:  ghc-deepseq-prof
+BuildRequires:  ghc-deepseq-devel
 # random
 BuildRequires:  ghc-time-devel
 # regex-base, text
-BuildRequires:  ghc-bytestring-prof
+BuildRequires:  ghc-bytestring-devel
 # zlib
 BuildRequires:  zlib-devel%{?_isa}
 # "ghci" library is not officially part of hackage-platform
@@ -320,6 +320,9 @@ done
 
 
 %changelog
+* Mon Jul 16 2012 Jens Petersen <petersen at redhat.com> - 2012.2.0.0-16
+- change prof BRs to devel
+
 * Thu Jun  7 2012 Jens Petersen <petersen at redhat.com> - 2012.2.0.0-15
 - update to 2012.2.0.0
 - build the whole of haskell-platform now from this package


More information about the scm-commits mailing list