[ghc] use ghc-rpm-macros-0.13.11 to fix devel subpackages' provides/obsoletes versions

Jens Petersen petersen at fedoraproject.org
Fri Sep 30 02:16:11 UTC 2011


commit 6654f847c4f9063f99d777f0fcf22e5a79e32d42
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Sep 30 11:15:57 2011 +0900

    use ghc-rpm-macros-0.13.11 to fix devel subpackages' provides/obsoletes versions

 ghc.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ghc.spec b/ghc.spec
index 059b38f..291ad34 100644
--- a/ghc.spec
+++ b/ghc.spec
@@ -37,7 +37,7 @@ Version: 7.0.4
 # - 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: 30%{?dist}
+Release: 31%{?dist}
 Summary: Glasgow Haskell Compiler
 # fedora ghc has been bootstrapped on the following archs:
 #ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 ppc64 armv7hl
@@ -64,7 +64,7 @@ Obsoletes: ghc-dph-prim-seq < 0.5, ghc-dph-prim-seq-devel < 0.5, ghc-dph-prim-se
 Obsoletes: ghc-dph-seq < 0.5, ghc-dph-seq-devel < 0.5, ghc-dph-seq-prof < 0.5
 Obsoletes: ghc-feldspar-language < 0.4, ghc-feldspar-language-devel < 0.4, ghc-feldspar-language-prof < 0.4
 BuildRequires: ghc %{!?ghc_bootstrapping: = %{version}}
-BuildRequires: ghc-rpm-macros >= 0.13.5
+BuildRequires: ghc-rpm-macros >= 0.13.11
 BuildRequires: gmp-devel, libffi-devel
 BuildRequires: ghc-directory-devel, ghc-process-devel, ghc-pretty-devel, ghc-containers-devel, ghc-haskell98-devel, ghc-bytestring-devel
 # for internal terminfo
@@ -387,6 +387,10 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Fri Sep 30 2011 Jens Petersen <petersen at redhat.com> - 7.0.4-31
+- build with ghc-rpm-macros >= 0.13.11 to fix provides and obsoletes versions
+  in library devel subpackages
+
 * Thu Sep 29 2011 Jens Petersen <petersen at redhat.com> - 7.0.4-30
 - no need to specify -lffi in build.mk (Henrik Nordström)
 


More information about the scm-commits mailing list