[ghc-rpm-macros/f19] fix missing backslash in macros.ghc-extra

Jens Petersen petersen at fedoraproject.org
Mon Jun 2 05:33:11 UTC 2014


commit ce2ed10fa2a1bea042c78de31e665579fa031168
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Jun 2 14:33:12 2014 +0900

    fix missing backslash in macros.ghc-extra

 ghc-rpm-macros.ghc-extra |    2 +-
 ghc-rpm-macros.spec      |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ghc-rpm-macros.ghc-extra b/ghc-rpm-macros.ghc-extra
index a0b3f6b..240232c 100644
--- a/ghc-rpm-macros.ghc-extra
+++ b/ghc-rpm-macros.ghc-extra
@@ -61,7 +61,7 @@ Requires(post): ghc-compiler = %{ghc_version}\
 Requires(postun): ghc-compiler = %{ghc_version}\
 %if 0%{!?-m:1}\
 Requires:       ghc-%{?pkg_name}%{!?pkg_name:%{pkgname}} = %{?pkgver}%{!?pkgver:%{version}}-%{release}\
-%endif
+%endif\
 %{?ghc_pkg_c_deps:Requires:       %{ghc_pkg_c_deps}}\
 %{-c:Requires:       %{-c*}}\
 %{?ghc_pkg_obsoletes:Obsoletes:      %{ghc_pkg_obsoletes}}\
diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec
index 035d64c..2723a0a 100644
--- a/ghc-rpm-macros.spec
+++ b/ghc-rpm-macros.spec
@@ -7,7 +7,7 @@
 
 Name:           ghc-rpm-macros
 Version:        0.98.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        RPM macros for building packages for GHC
 
 License:        GPLv3+
@@ -79,6 +79,9 @@ EOF
 
 
 %changelog
+* Mon Jun  2 2014 Jens Petersen <petersen at redhat.com> - 0.98.7-2
+- fix missing backslash in macros.ghc-extra
+
 * Sat May 17 2014 Jens Petersen <petersen at redhat.com> - 0.98.7-1
 - do bcond cabal configure --enable-tests also for Bin packages
 - enable configure bcond check for tests


More information about the scm-commits mailing list