From a3dec4571b417deec7bc97b24e4e089189dba86a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 22 Jun 2011 15:35:34 +0900 Subject: [PATCH] ghc-deps.sh: also ignore base-3 since it is part of ghc-base --- ghc-deps.sh | 1 + ghc-rpm-macros.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ghc-deps.sh b/ghc-deps.sh index 0cb24de..9033a92 100755 --- a/ghc-deps.sh +++ b/ghc-deps.sh @@ -42,6 +42,7 @@ for i in $files; do for i in $HASHS; do case $i in # ignore internal packages + base-3*) ;; bin-package-db-*) ;; ghc-binary-*) ;; ghc-prim-*) ;; diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec index ca85ee6..b632a1d 100644 --- a/ghc-rpm-macros.spec +++ b/ghc-rpm-macros.spec @@ -3,7 +3,7 @@ %global macros_file %{_sysconfdir}/rpm/macros.ghc Name: ghc-rpm-macros -Version: 0.10.56 +Version: 0.10.57 Release: 1%{?dist} Summary: Macros for building packages for GHC @@ -60,6 +60,9 @@ EOF %changelog +* Wed Jun 22 2011 Jens Petersen - 0.10.57-1 +- ghc-deps.sh: also ignore base-3 since it is part of ghc-base + * Mon Jun 13 2011 Jens Petersen - 0.10.56-1 - merge prof subpackages into devel to simplify packaging - condition --htmldir on pkg_name