[ghc-rpm-macros] no need to BR hscolour

Jens Petersen petersen at fedoraproject.org
Thu Sep 20 03:05:53 UTC 2012


commit 5d116cb4cc84568cd828e32573ae12eaa48b3ace
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Sep 20 12:05:40 2012 +0900

    no need to BR hscolour

 ghc-rpm-macros.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec
index 67acbeb..9e5f663 100644
--- a/ghc-rpm-macros.spec
+++ b/ghc-rpm-macros.spec
@@ -7,7 +7,7 @@
 
 Name:           ghc-rpm-macros
 Version:        0.97.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Macros for building packages for GHC
 
 Group:          Development/Libraries
@@ -27,7 +27,6 @@ Requires:       redhat-rpm-config
 %if %{undefined without_hscolour}
 ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-rpm-macros
-BuildRequires:  hscolour
 Requires:       hscolour
 %endif
 
@@ -81,6 +80,9 @@ EOF
 
 
 %changelog
+* Thu Sep 20 2012 Jens Petersen <petersen at redhat.com> - 0.97.1-2
+- no need to BR hscolour
+
 * Wed Sep 19 2012 Jens Petersen <petersen at redhat.com> - 0.97.1-1
 - fix broken duplicate hash output for haskell-platform binaries buildhack
   when haskell-platform locally installed


More information about the scm-commits mailing list