[gccxml/el5: 3/3] Updated git snapshot

Mattias Ellert ellert at fedoraproject.org
Thu Jun 26 08:20:36 UTC 2014


commit a82a66b9eee725bcdae72d3af36ddcf4c9c0c53b
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Thu Jun 26 10:19:50 2014 +0200

    Updated git snapshot
    
    - Now contains support files for gcc 4.9

 gccxml.spec |   20 +++++++++++---------
 sources     |    2 +-
 2 files changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/gccxml.spec b/gccxml.spec
index 7e5a5d7..7c3275f 100644
--- a/gccxml.spec
+++ b/gccxml.spec
@@ -2,7 +2,7 @@
 
 Name:		gccxml
 Version:	0.9.0
-Release:	0.22.20131209.git9a114c0c%{?dist}
+Release:	0.23.20140610.gita012b8fe%{?dist}
 Summary:	XML output extension to GCC
 
 Group:		Development/Languages
@@ -13,11 +13,11 @@ URL:		http://www.gccxml.org/
 #		git clone https://github.com/gccxml/gccxml.git
 #		cd gccxml
 #		echo 'GCC_XML/Support/Borland/ export-ignore' >> .gitattributes
-#		git archive -o ../gccxml-0.9.0-20131209-9a114c0c.tar.gz \
-#			    --format tar.gz --prefix gccxml-0.9.0-20131209/ \
-#		            --worktree-attributes 9a114c0c
-Source0:	%{name}-%{version}-20131209-9a114c0c.tar.gz
-Patch0:		gccxml-enable-ppc64le.patch
+#		git archive -o ../gccxml-0.9.0-20140610-a012b8fe.tar.gz \
+#			    --format tar.gz --prefix gccxml-0.9.0-20140610/ \
+#		            --worktree-attributes a012b8fe
+Source0:	%{name}-%{version}-20140610-a012b8fe.tar.gz
+Patch0:		%{name}-enable-ppc64le.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Provides:	bundled(libiberty)
 
@@ -32,9 +32,8 @@ parse, other development tools will be able to work with C++ programs
 without the burden of a complicated C++ parser.
 
 %prep
-%setup -q -n %{name}-%{version}-20131209
+%setup -q -n %{name}-%{version}-20140610
 %patch0 -p1 
-cp -pr GCC_XML/Support/GCC/4.8 GCC_XML/Support/GCC/4.9
 
 %build
 %cmake -DGCCXML_DOC_DIR:STRING=`sed 's!^%{_prefix}/!!' <<< %{_pkgdocdir}` .
@@ -57,7 +56,6 @@ ctest
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %{_bindir}/%{name}
 %{_bindir}/%{name}_cc1plus
 %{_mandir}/man1/%{name}.1*
@@ -65,6 +63,10 @@ rm -rf %{buildroot}
 %doc %{_pkgdocdir}
 
 %changelog
+* Thu Jun 26 2014 Mattias Ellert <mattias.ellert at fysast.uu.se> - 0.9.0-0.23.20140610.gita012b8fe
+- Updated git snapshot
+- Now contains support files for gcc 4.9
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0-0.22.20131209.git9a114c0c
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 3fbdd42..3e81edd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7f63f9e2c40349cf7eceeb57ebccf8ee  gccxml-0.9.0-20131209-9a114c0c.tar.gz
+8f03fb281d7ea5bb6b93eaf4ffd74705  gccxml-0.9.0-20140610-a012b8fe.tar.gz


More information about the scm-commits mailing list