13.2.1-1
This commit is contained in:
parent
31fb054039
commit
4e02d56d94
1
.gitignore
vendored
1
.gitignore
vendored
@ -107,3 +107,4 @@
|
|||||||
/gcc-13.1.1-20230511.tar.xz
|
/gcc-13.1.1-20230511.tar.xz
|
||||||
/gcc-13.1.1-20230519.tar.xz
|
/gcc-13.1.1-20230519.tar.xz
|
||||||
/gcc-13.1.1-20230614.tar.xz
|
/gcc-13.1.1-20230614.tar.xz
|
||||||
|
/gcc-13.2.1-20230728.tar.xz
|
||||||
|
38
gcc.spec
38
gcc.spec
@ -1,10 +1,10 @@
|
|||||||
%global DATE 20230614
|
%global DATE 20230728
|
||||||
%global gitrev 0d7019741b037c7e9c4e57d6de3bce6bb2ed8026
|
%global gitrev 8a3e2d71f2a0309540e68c79dadd66a06ca3da73
|
||||||
%global gcc_version 13.1.1
|
%global gcc_version 13.2.1
|
||||||
%global gcc_major 13
|
%global gcc_major 13
|
||||||
# Note, gcc_release must be integer, if you want to add suffixes to
|
# Note, gcc_release must be integer, if you want to add suffixes to
|
||||||
# %%{release}, append them after %%{gcc_release} on Release: line.
|
# %%{release}, append them after %%{gcc_release} on Release: line.
|
||||||
%global gcc_release 4
|
%global gcc_release 1
|
||||||
%global nvptx_tools_gitrev 93e00909ceb9cbbc104f0fcba56c0361ffb3ca4b
|
%global nvptx_tools_gitrev 93e00909ceb9cbbc104f0fcba56c0361ffb3ca4b
|
||||||
%global newlib_cygwin_gitrev 9e09d6ed83cce4777a5950412647ccc603040409
|
%global newlib_cygwin_gitrev 9e09d6ed83cce4777a5950412647ccc603040409
|
||||||
%global _unpackaged_files_terminate_build 0
|
%global _unpackaged_files_terminate_build 0
|
||||||
@ -136,7 +136,7 @@
|
|||||||
Summary: Various compilers (C, C++, Objective-C, ...)
|
Summary: Various compilers (C, C++, Objective-C, ...)
|
||||||
Name: gcc
|
Name: gcc
|
||||||
Version: %{gcc_version}
|
Version: %{gcc_version}
|
||||||
Release: %{gcc_release}%{?dist}.1
|
Release: %{gcc_release}%{?dist}
|
||||||
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
|
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
|
||||||
# GCC Runtime Exception.
|
# GCC Runtime Exception.
|
||||||
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
|
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
|
||||||
@ -3453,6 +3453,34 @@ end
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 28 2023 Jakub Jelinek <jakub@redhat.com> 13.2.1-1
|
||||||
|
- update from releases/gcc-13 branch
|
||||||
|
- GCC 13.2 release
|
||||||
|
- PRs c++/109247, c++/110102, c++/110122, c++/110463, c++/110468,
|
||||||
|
c++/110524, c++/110535, c++/110595, c++/110809, d/103944, d/106977,
|
||||||
|
d/108842, d/108962, d/110113, d/110359, d/110471, d/110514, d/110516,
|
||||||
|
debug/110295, fortran/86277, fortran/95947, fortran/100297,
|
||||||
|
fortran/110288, fortran/110585, fortran/110658, ipa/109983,
|
||||||
|
ipa/110276, libgcc/109712, libgcc/110179, libstdc++/95048,
|
||||||
|
libstdc++/100285, libstdc++/104299, libstdc++/109741,
|
||||||
|
libstdc++/109921, libstdc++/110149, libstdc++/110239,
|
||||||
|
libstdc++/110432, libstdc++/110542, libstdc++/110574,
|
||||||
|
middle-end/98619, middle-end/103979, middle-end/110055,
|
||||||
|
middle-end/110420, modula2/108121, modula2/109586, modula2/109675,
|
||||||
|
modula2/109729, modula2/110246, rtl-optimization/110237,
|
||||||
|
target/101469, target/105325, target/106966, target/108743,
|
||||||
|
target/109932, target/110011, target/110100, target/110132,
|
||||||
|
target/110136, target/110206, target/110264, target/110309,
|
||||||
|
target/110406, target/110560, target/110624, testsuite/66005,
|
||||||
|
testsuite/83904, testsuite/110230, tree-optimization/109143,
|
||||||
|
tree-optimization/110228, tree-optimization/110298,
|
||||||
|
tree-optimization/110381, tree-optimization/110392,
|
||||||
|
tree-optimization/110515, tree-optimization/110556,
|
||||||
|
tree-optimization/110557, tree-optimization/110669,
|
||||||
|
tree-optimization/110731, tree-optimization/110755,
|
||||||
|
tree-optimization/110766, tree-optimization/110799,
|
||||||
|
tree-optimization/110829
|
||||||
|
|
||||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 13.1.1-4.1
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 13.1.1-4.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<a class="link" href="https://www.fsf.org" target="_top">FSF
|
<a class="link" href="https://www.fsf.org" target="_top">FSF
|
||||||
</a>
|
</a>
|
||||||
</p><p>
|
</p><p>
|
||||||
+ Release 13.1.1
|
+ Release 13.2.1
|
||||||
+ </p><p>
|
+ </p><p>
|
||||||
Permission is granted to copy, distribute and/or modify this
|
Permission is granted to copy, distribute and/or modify this
|
||||||
document under the terms of the GNU Free Documentation
|
document under the terms of the GNU Free Documentation
|
||||||
@ -17,7 +17,7 @@
|
|||||||
</p><p>
|
</p><p>
|
||||||
- The API documentation, rendered into HTML, can be viewed online
|
- The API documentation, rendered into HTML, can be viewed online
|
||||||
+ The API documentation, rendered into HTML, can be viewed locally
|
+ The API documentation, rendered into HTML, can be viewed locally
|
||||||
+ <a class="link" href="api/index.html" target="_top">for the 13.1.1 release</a>,
|
+ <a class="link" href="api/index.html" target="_top">for the 13.2.1 release</a>,
|
||||||
+ online
|
+ online
|
||||||
<a class="link" href="http://gcc.gnu.org/onlinedocs/" target="_top">for each GCC release</a>
|
<a class="link" href="http://gcc.gnu.org/onlinedocs/" target="_top">for each GCC release</a>
|
||||||
and
|
and
|
||||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
|||||||
SHA512 (gcc-13.1.1-20230614.tar.xz) = 47deb22e3025f469cd54f60fd64cab91dd9bdc044224a2e913577d663f6218e8e7eaaf755a25e1e208c2f9a454bf657fcd2cb1b483c86805340b7fa65bcb2301
|
SHA512 (gcc-13.2.1-20230728.tar.xz) = 7698968e1eabfe8ae8ff79806d9c15a50e861b2776ea5968e6b1f2ebf399d7b62cc4066d7d43b3cd791b790f41c2da401c33a0b258b640bf4c1f1cebd2cac99a
|
||||||
SHA512 (isl-0.24.tar.bz2) = aab3bddbda96b801d0f56d2869f943157aad52a6f6e6a61745edd740234c635c38231af20bc3f1a08d416a5e973a90e18249078ed8e4ae2f1d5de57658738e95
|
SHA512 (isl-0.24.tar.bz2) = aab3bddbda96b801d0f56d2869f943157aad52a6f6e6a61745edd740234c635c38231af20bc3f1a08d416a5e973a90e18249078ed8e4ae2f1d5de57658738e95
|
||||||
SHA512 (newlib-cygwin-9e09d6ed83cce4777a5950412647ccc603040409.tar.xz) = bef3fa04f7b1a915fc1356ebed114698b5cc835e9fa04b0becff05a9efc76c59fb376482990873d222d7acdcfee3c4f30f5a4cb7f3be1f291f1fa5f1c7a9d983
|
SHA512 (newlib-cygwin-9e09d6ed83cce4777a5950412647ccc603040409.tar.xz) = bef3fa04f7b1a915fc1356ebed114698b5cc835e9fa04b0becff05a9efc76c59fb376482990873d222d7acdcfee3c4f30f5a4cb7f3be1f291f1fa5f1c7a9d983
|
||||||
SHA512 (nvptx-tools-93e00909ceb9cbbc104f0fcba56c0361ffb3ca4b.tar.xz) = c719fad8689b2b6f3c888d0308604ddef884037d71ec3e755c68052d30075a181c29358fda516833ace437921b17602b147be7886317be94ec9736faa8cb52be
|
SHA512 (nvptx-tools-93e00909ceb9cbbc104f0fcba56c0361ffb3ca4b.tar.xz) = c719fad8689b2b6f3c888d0308604ddef884037d71ec3e755c68052d30075a181c29358fda516833ace437921b17602b147be7886317be94ec9736faa8cb52be
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
git clone --depth 1 git://gcc.gnu.org/git/gcc.git gcc-dir.tmp
|
git clone --depth 1 git://gcc.gnu.org/git/gcc.git gcc-dir.tmp
|
||||||
git --git-dir=gcc-dir.tmp/.git fetch --depth 1 origin $1
|
git --git-dir=gcc-dir.tmp/.git fetch --depth 1 origin $1
|
||||||
d=`date --iso | sed 's/-//g'`
|
d=`date --iso | sed 's/-//g'`
|
||||||
git --git-dir=gcc-dir.tmp/.git archive --prefix=gcc-13.1.1-$d/ $1 | xz -9e > gcc-13.1.1-$d.tar.xz
|
git --git-dir=gcc-dir.tmp/.git archive --prefix=gcc-13.2.1-$d/ $1 | xz -9e > gcc-13.2.1-$d.tar.xz
|
||||||
rm -rf gcc-dir.tmp
|
rm -rf gcc-dir.tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user