[dragonegg] Fixed gcc dependency.

Eric Smith brouhaha at fedoraproject.org
Fri Nov 23 00:10:01 UTC 2012


commit 4a97abfe7cfc0fc5b82c687bf96f92e592ac1250
Author: Eric Smith <eric at brouhaha.com>
Date:   Thu Nov 22 17:11:54 2012 -0700

    Fixed gcc dependency.

 dragonegg.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/dragonegg.spec b/dragonegg.spec
index ecfb1c2..bd02482 100644
--- a/dragonegg.spec
+++ b/dragonegg.spec
@@ -36,7 +36,7 @@
 #
 # The following implements the above:
 
-#%global gcc_dist %{dist}
+%global gcc_dist %{dist}
 
 %global gcc_vr %(gcc --version | python -c "import re; import sys; print(re.match(r'.*\\(Red Hat (.+)\\).*', sys.stdin.read()).group(1))")%{gcc_dist}
 
@@ -56,7 +56,7 @@ ExcludeArch: s390 s390x ppc ppc64
 
 Name:           dragonegg
 Version:        3.1
-Release:        17%{?dist}
+Release:        18%{?dist}
 Summary:        GCC plugin to use LLVM optimizers and code generators
 
 Group:          Development/Languages
@@ -98,6 +98,9 @@ install -m 755 dragonegg.so %{buildroot}%{gcc_plugins_dir}
 
 
 %changelog
+* Thu Nov 22 2012 Eric Smith <eric at brouhaha.com> - 3.1-18
+- Fixed gcc dependency.
+
 * Sun Nov 11 2012 Eric Smith <eric at brouhaha.com> - 3.1-17
 - Rebuild for gcc-4.7.2-8.fc19.
 


More information about the scm-commits mailing list