]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- up to 8.2.0 auto/th/gcc-8.2.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 26 Jul 2018 13:12:59 +0000 (15:12 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 26 Jul 2018 13:12:59 +0000 (15:12 +0200)
branch.sh
gcc.spec

index 3204d1fc5564800ec7c1d88178fb1642459fae26..224d9b04117ea989f32677ced79566f8bdd6c49f 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-8-branch
 package=gcc
 svn=svn://gcc.gnu.org/svn/$package
 branch=branches/$package-8-branch
-tag=tags/${package}_8_1_0_release
+tag=tags/${package}_8_2_0_release
 out=$package-branch.diff
 
 # use filterdiff, etc to exclude bad chunks from diff
 out=$package-branch.diff
 
 # use filterdiff, etc to exclude bad chunks from diff
index 5667a309423c8f35c49ee7e62b74dbace9bf4faf..9b21ea03a743801211689658261452fe400e1efb 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -94,7 +94,7 @@
 # Stable is: any major_ver and minor_ver >= 1.0
 # For PLD we usually use gcc when minor_ver >= 2.0 (first bugfix release or later)
 %define                major_ver       8
 # Stable is: any major_ver and minor_ver >= 1.0
 # For PLD we usually use gcc when minor_ver >= 2.0 (first bugfix release or later)
 %define                major_ver       8
-%define                minor_ver       1.0
+%define                minor_ver       2.0
 
 Summary:       GNU Compiler Collection: the C compiler and shared files
 Summary(es.UTF-8):     Colección de compiladores GNU: el compilador C y ficheros compartidos
 
 Summary:       GNU Compiler Collection: the C compiler and shared files
 Summary(es.UTF-8):     Colección de compiladores GNU: el compilador C y ficheros compartidos
@@ -107,14 +107,14 @@ Epoch:            6
 License:       GPL v3+
 Group:         Development/Languages
 Source0:       https://ftp.gnu.org/pub/gnu/gcc/gcc-%{version}/%{name}-%{version}.tar.xz
 License:       GPL v3+
 Group:         Development/Languages
 Source0:       https://ftp.gnu.org/pub/gnu/gcc/gcc-%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 65f7c65818dc540b3437605026d329fc
+# Source0-md5: 4ab282f414676496483b3e1793d07862
 Source1:       %{name}-optimize-la.pl
 # check libffi version with libffi/configure.ac
 Source3:       libffi.pc.in
 Source4:       branch.sh
 # use branch.sh to update glibc-branch.diff
 Patch100:      %{name}-branch.diff
 Source1:       %{name}-optimize-la.pl
 # check libffi version with libffi/configure.ac
 Source3:       libffi.pc.in
 Source4:       branch.sh
 # use branch.sh to update glibc-branch.diff
 Patch100:      %{name}-branch.diff
-# Patch100-md5:        69918659e3d572bcf798354137569409
+# Patch100-md5:        d9a6ef7cbfd2b7e6800d77560824d59f
 Patch0:                %{name}-info.patch
 Patch2:                %{name}-nodebug.patch
 Patch3:                %{name}-ada-link.patch
 Patch0:                %{name}-info.patch
 Patch2:                %{name}-nodebug.patch
 Patch3:                %{name}-ada-link.patch
@@ -4010,6 +4010,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/gofmt
 %attr(755,root,root) %{gcclibdir}/cgo
 %attr(755,root,root) %{gcclibdir}/go1
 %attr(755,root,root) %{_bindir}/gofmt
 %attr(755,root,root) %{gcclibdir}/cgo
 %attr(755,root,root) %{gcclibdir}/go1
+%attr(755,root,root) %{gcclibdir}/test2json
+%attr(755,root,root) %{gcclibdir}/vet
 %dir %{_libdir}/go
 %{_libdir}/go/%{version}
 %{_mandir}/man1/go.1*
 %dir %{_libdir}/go
 %{_libdir}/go/%{version}
 %{_mandir}/man1/go.1*
This page took 0.057198 seconds and 4 git commands to generate.