[ghc] rebuild in the right dist tag

Jens Petersen petersen at fedoraproject.org
Fri Oct 28 10:09:38 UTC 2011


commit 583bb8c9d17e6499dd8f0b61295ef121afb6112e
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Oct 28 19:09:35 2011 +0900

    rebuild in the right dist tag

 ghc.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ghc.spec b/ghc.spec
index df3e888..9a418e4 100644
--- a/ghc.spec
+++ b/ghc.spec
@@ -28,7 +28,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: 35%{?dist}
+Release: 35%{?dist}.1
 Summary: Glasgow Haskell Compiler
 # fedora ghc has been bootstrapped on the following archs:
 #ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 ppc64 armv7hl
@@ -380,6 +380,9 @@ fi
 %files devel
 
 %changelog
+* Fri Oct 28 2011 Jens Petersen <petersen at redhat.com> - 7.0.4-35.1
+- rebuild against new gmp
+
 * Fri Oct 28 2011 Jens Petersen <petersen at redhat.com> - 7.0.4-35
 - add HaskellReport license tag to some of the library subpackages
   which contain some code from the Haskell Reports


More information about the scm-commits mailing list