[ghc-rpm-macros] quote ghc_fix_dynamic_rpath error message

Jens Petersen petersen at fedoraproject.org
Fri Jan 10 02:48:56 UTC 2014


commit 3ec60c7a31e97fda4a3cabe14fdf9bba0aa04e78
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Jan 10 11:48:58 2014 +0900

    quote ghc_fix_dynamic_rpath error message

 ghc-rpm-macros.ghc  |    2 +-
 ghc-rpm-macros.spec |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ghc-rpm-macros.ghc b/ghc-rpm-macros.ghc
index 14c7e93..b22ca20 100644
--- a/ghc-rpm-macros.ghc
+++ b/ghc-rpm-macros.ghc
@@ -147,7 +147,7 @@ for i in %*; do\
          ;;\
     esac\
   else\
-    echo "%ghc_fix_dynamic_rpath: no such file $PROG"\
+    echo "%%ghc_fix_dynamic_rpath: no such file $PROG"\
     exit 1\
   fi\
 done\
diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec
index 86b2c80..3def8a4 100644
--- a/ghc-rpm-macros.spec
+++ b/ghc-rpm-macros.spec
@@ -6,7 +6,7 @@
 #%%global without_hscolour 1
 
 Name:           ghc-rpm-macros
-Version:        1.2.1
+Version:        1.2.2
 Release:        1%{?dist}
 Summary:        RPM macros for building packages for GHC
 
@@ -90,6 +90,9 @@ EOF
 
 
 %changelog
+* Fri Jan 10 2014 Jens Petersen <petersen at redhat.com> - 1.2.2-1
+- quote the ghc_fix_dynamic_rpath error message
+
 * Fri Jan 10 2014 Jens Petersen <petersen at redhat.com> - 1.2.1-1
 - ghc_fix_dynamic_rpath: abort for non-existent executable name
 - cabal-tweak-flag: add manual field to enforce flag changes


More information about the scm-commits mailing list