[gccxml/el5] Updated git snapshot

Mattias Ellert ellert at fedoraproject.org
Mon Dec 9 15:31:44 UTC 2013


commit 46f10b02683b6934d97816921f6ef5997463a3c8
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Mon Dec 9 16:30:38 2013 +0100

    Updated git snapshot
    
    - Fixes compilation on ppc

 gccxml.spec |   16 ++++++++++------
 sources     |    2 +-
 2 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/gccxml.spec b/gccxml.spec
index 0459418..eacfe58 100644
--- a/gccxml.spec
+++ b/gccxml.spec
@@ -2,7 +2,7 @@
 
 Name:		gccxml
 Version:	0.9.0
-Release:	0.18.20130919.gitb040a463%{?dist}
+Release:	0.19.20131209.git9a114c0c%{?dist}
 Summary:	XML output extension to GCC
 
 Group:		Development/Languages
@@ -13,10 +13,10 @@ 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-20130919-b040a463.tar.gz \
-#			    --format tar.gz --prefix gccxml-0.9.0-20130919/ \
-#		            --worktree-attributes b040a463
-Source0:	%{name}-%{version}-20130919-b040a463.tar.gz
+#		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
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Provides:	bundled(libiberty)
 
@@ -31,7 +31,7 @@ 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}-20130919
+%setup -q -n %{name}-%{version}-20131209
 
 %build
 %cmake -DGCCXML_DOC_DIR:STRING=`sed 's!^%{_prefix}/!!' <<< %{_pkgdocdir}` .
@@ -62,6 +62,10 @@ rm -rf %{buildroot}
 %doc %{_pkgdocdir}
 
 %changelog
+* 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
+
 * Wed Nov 27 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 0.9.0-0.18.20130919.gitb040a463
 - Updated git snapshot
 
diff --git a/sources b/sources
index 3f4ec76..3fbdd42 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2fd5b8aabb495bd7d19a8a1970fa49e2  gccxml-0.9.0-20130919-b040a463.tar.gz
+7f63f9e2c40349cf7eceeb57ebccf8ee  gccxml-0.9.0-20131209-9a114c0c.tar.gz


More information about the scm-commits mailing list