[dragonegg] Rebuild for gcc-4.8.1-5.fc20.1.

Eric Smith brouhaha at fedoraproject.org
Thu Aug 8 17:42:16 UTC 2013


commit d0b55ffd8582c7daaa60c5c08c974aca177450e2
Author: Eric Smith <brouhaha at fedoraproject.org>
Date:   Thu Aug 8 11:42:09 2013 -0600

    Rebuild for gcc-4.8.1-5.fc20.1.

 dragonegg.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/dragonegg.spec b/dragonegg.spec
index bec7b41..34375c9 100644
--- a/dragonegg.spec
+++ b/dragonegg.spec
@@ -32,13 +32,15 @@
 # we can scrape out the "4.6.1-9" from the version line.
 #
 # We then have to add the dist tag; which we must hope is the same as what we
-# have
+# have, unless the gcc dist tag has a "minor release bump" such as ".1"
+# appended, which we have to deal with manually.
 #
 # The following implements the above:
 
 %global gcc_dist %{dist}
+%global gcc_dist_minor 1
 
-%global gcc_vr %(gcc --version | python -c "import re; import sys; print(re.match(r'.*\\(Red Hat (.+)\\).*', sys.stdin.read()).group(1))")%{gcc_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}%{?gcc_dist_minor:.%{gcc_dist_minor}}
 
 # Define a boolean to make it easy to turn the above off, in case it fails:
 %global with_hard_gcc_version_requirement 1
@@ -57,7 +59,7 @@ ExcludeArch: armv7hl
 
 Name:           dragonegg
 Version:        3.3
-Release:        %{?prerel:0.}4%{?prerel:.}%{?prerel}%{?dist}
+Release:        %{?prerel:0.}5%{?prerel:.}%{?prerel}%{?dist}
 Summary:        GCC plugin to use LLVM optimizers and code generators
 
 Group:          Development/Languages
@@ -118,6 +120,9 @@ install -m 755 dragonegg.so %{buildroot}%{gcc_plugins_dir}
 
 
 %changelog
+* Thu Aug 08 2013 Eric Smith <spacewar at gmail.com> - 3.3-5
+- Rebuild for gcc-4.8.1-5.fc20.1.
+
 * Sat Aug 03 2013 Eric Smith <spacewar at gmail.com> - 3.3-4
 - LLVM package no longer has ExcludeArch s390 s390x ppc ppc64, so removed here
   also.


More information about the scm-commits mailing list