]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- up to 6.4.0 auto/th/gcc-6.4.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 25 Jul 2017 08:16:50 +0000 (10:16 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 25 Jul 2017 08:16:50 +0000 (10:16 +0200)
branch.sh
gcc-info.patch
gcc.spec

index c476b969e08ca5f66114eddab8c6624d36a1fe14..274d741f7e0b21e1f95e0495f796338887b1729c 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_3_0_release
+tag=tags/${package}_6_4_0_release
 out=$package-branch.diff
 
 # use filterdiff, etc to exclude bad chunks from diff
index e47bdf68c898701d39fa105b9e4789cfcd1ec78c..abde4e4471f4ae72f09ff217ed36a6f110d94d6d 100644 (file)
@@ -28,7 +28,7 @@
  
 --- a/gcc/doc/gcc.texi 2004-07-22 22:12:20.000000000 +0200
 +++ b/gcc/doc/gcc.texi 2004-09-26 10:58:58.218713528 +0200
-@@ -62,12 +62,12 @@
+@@ -61,13 +61,13 @@ Texts being (a) (see below), and with th
       funds for GNU development.
  @end copying
  @ifnottex
 -* g++: (gcc).                  The GNU C++ compiler.
 -* gcov: (gcc) Gcov.            @command{gcov}---a test coverage program.
 -* gcov-tool: (gcc) Gcov-tool.  @command{gcov-tool}---an offline gcda profile processing program.
-+* gcc: (gcc).                         The GNU Compiler Collection
-+* g++: (gcc).                         The GNU C++ compiler
-+* gcov: (gcc) Gcov.                   @command{gcov}---a test coverage program
-+* gcov-tool: (gcc) Gcov-tool.         @command{gcov-tool}---an offline gcda profile processing program
+-* gcov-dump: (gcc) Gcov-dump.  @command{gcov-dump}---an offline gcda and gcno profile dump tool.
++* gcc: (gcc).                         The GNU Compiler Collection.
++* g++: (gcc).                         The GNU C++ compiler.
++* gcov: (gcc) Gcov.                   @command{gcov}---a test coverage program.
++* gcov-tool: (gcc) Gcov-tool.         @command{gcov-tool}---an offline gcda profile processing program.
++* gcov-dump: (gcc) Gcov-dump.         @command{gcov-dump}---an offline gcda and gcno profile dump tool.
  @end direntry
  This file documents the use of the GNU compilers.
  @sp 1
index 12ec9fd9ad4762cf0c904d4f4b69a087a49117fd..bd17e5ada0c2bbff8fe8d75a3f7e7424c7b40dfc 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
 %endif
 
 %define                major_ver       6
-%define                minor_ver       3.0
+%define                minor_ver       4.0
 %define                ecj_ver         4.9
 # class data version seen with file(1) that this jvm is able to load
 %define                _classdataversion 50.0
@@ -129,12 +129,12 @@ Summary(pl.UTF-8):        Kolekcja kompilatorów GNU: kompilator C i pliki współdziel
 Summary(pt_BR.UTF-8):  Coleção dos compiladores GNU: o compilador C e arquivos compartilhados
 Name:          gcc
 Version:       %{major_ver}.%{minor_ver}
-Release:       2
+Release:       1
 Epoch:         6
 License:       GPL v3+
 Group:         Development/Languages
-Source0:       https://ftp.gnu.org/pub/gnu/gcc/gcc-%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 677a7623c7ef6ab99881bc4e048debb6
+Source0:       https://ftp.gnu.org/pub/gnu/gcc/gcc-%{version}/%{name}-%{version}.tar.xz
+# Source0-md5: 11ba51a0cfb8471927f387c8895fe232
 Source1:       %{name}-optimize-la.pl
 # check libffi version with libffi/configure.ac
 Source3:       libffi.pc.in
This page took 0.131646 seconds and 4 git commands to generate.