[gccxml/el5] Copy gcc 4.8 support files for gcc 4.9

Mattias Ellert ellert at fedoraproject.org
Sun May 11 05:37:11 UTC 2014


commit 63dd4fb1d614ed60f379fb8088ecd74bfd4bc2e3
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Sun May 11 07:36:37 2014 +0200

    Copy gcc 4.8 support files for gcc 4.9

 gccxml.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/gccxml.spec b/gccxml.spec
index eacfe58..233734b 100644
--- a/gccxml.spec
+++ b/gccxml.spec
@@ -2,7 +2,7 @@
 
 Name:		gccxml
 Version:	0.9.0
-Release:	0.19.20131209.git9a114c0c%{?dist}
+Release:	0.20.20131209.git9a114c0c%{?dist}
 Summary:	XML output extension to GCC
 
 Group:		Development/Languages
@@ -32,6 +32,7 @@ without the burden of a complicated C++ parser.
 
 %prep
 %setup -q -n %{name}-%{version}-20131209
+cp -pr GCC_XML/Support/GCC/4.8 GCC_XML/Support/GCC/4.9
 
 %build
 %cmake -DGCCXML_DOC_DIR:STRING=`sed 's!^%{_prefix}/!!' <<< %{_pkgdocdir}` .
@@ -62,6 +63,9 @@ rm -rf %{buildroot}
 %doc %{_pkgdocdir}
 
 %changelog
+* Sat May 10 2014 Mattias Ellert <mattias.ellert at fysast.uu.se> - 0.9.0-0.20.20131209.git9a114c0c
+- Copy gcc 4.8 support files for gcc 4.9
+
 * Mon Dec 09 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 0.9.0-0.19.20131209.git9a114c0c
 - Updated git snapshot
 - Fixes compilation on ppc


More information about the scm-commits mailing list