]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- up to 6.3.0
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 21 Dec 2016 12:44:24 +0000 (13:44 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 21 Dec 2016 12:44:24 +0000 (13:44 +0100)
branch.sh
gcc.spec

index 51254f6cae42cec17d3db56ec85ba6eb705066a1..c476b969e08ca5f66114eddab8c6624d36a1fe14 100755 (executable)
--- a/branch.sh
+++ b/branch.sh
@@ -3,7 +3,7 @@ set -e
 package=gcc
 svn=svn://gcc.gnu.org/svn/$package
 branch=branches/$package-6-branch
-tag=tags/${package}_6_2_0_release
+tag=tags/${package}_6_3_0_release
 out=$package-branch.diff
 
 # use filterdiff, etc to exclude bad chunks from diff
index 52616ef3ef307a760be8182754d9df64f82a9c99..807d77cdc683c8b9ead6fe00725a8bfdd366c683 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
 %endif
 
 %define                major_ver       6
-%define                minor_ver       2.0
+%define                minor_ver       3.0
 %define                major_ecj_ver   4.9
 # class data version seen with file(1) that this jvm is able to load
 %define                _classdataversion 50.0
@@ -131,7 +131,7 @@ Epoch:              6
 License:       GPL v3+
 Group:         Development/Languages
 Source0:       https://ftp.gnu.org/pub/gnu/gcc/gcc-%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 9768625159663b300ae4de2f4745fcc4
+# Source0-md5: 677a7623c7ef6ab99881bc4e048debb6
 Source1:       %{name}-optimize-la.pl
 Source2:       ftp://sourceware.org/pub/java/ecj-%{major_ecj_ver}.jar
 # Source2-md5: 7339f199ba11c941890031fd9981d7be
@@ -140,7 +140,7 @@ Source3:    libffi.pc.in
 Source4:       branch.sh
 # use branch.sh to update glibc-branch.diff
 Patch100:      %{name}-branch.diff
-# Patch100-md5:        07f029f587c1c07a9cddf7d84ed5b21e
+# Patch100-md5:        15e56f8d7ba9be17cd5d1595c5b3dde5
 Patch0:                %{name}-info.patch
 Patch2:                %{name}-nodebug.patch
 Patch3:                %{name}-ada-link.patch
@@ -3668,7 +3668,6 @@ rm -rf $RPM_BUILD_ROOT
 %{gcclibdir}/include/mm_malloc.h
 %{gcclibdir}/include/nmmintrin.h
 %{gcclibdir}/include/mwaitxintrin.h
-%{gcclibdir}/include/pcommitintrin.h
 %{gcclibdir}/include/pkuintrin.h
 %{gcclibdir}/include/pmmintrin.h
 %{gcclibdir}/include/popcntintrin.h
This page took 0.121645 seconds and 4 git commands to generate.