14.0.1-0.6
This commit is contained in:
parent
564bdfea3f
commit
216b9da073
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/gcc-14.0.1-20240125.tar.xz
|
||||
/gcc-14.0.1-20240127.tar.xz
|
||||
/gcc-14.0.1-20240207.tar.xz
|
||||
/gcc-14.0.1-20240208.tar.xz
|
||||
|
11
gcc.spec
11
gcc.spec
@ -1,5 +1,5 @@
|
||||
%global DATE 20240207
|
||||
%global gitrev 0e40195e10a1c63f6b20ea9db0356ed98039480b
|
||||
%global DATE 20240208
|
||||
%global gitrev b006f0561c0b004822f600ad0ea9a2b90fb29d7f
|
||||
%global gcc_version 14.0.1
|
||||
%global gcc_major 14
|
||||
# Note, gcc_release must be integer, if you want to add suffixes to
|
||||
@ -141,7 +141,7 @@
|
||||
Summary: Various compilers (C, C++, Objective-C, ...)
|
||||
Name: gcc
|
||||
Version: %{gcc_version}
|
||||
Release: %{gcc_release}.5%{?dist}
|
||||
Release: %{gcc_release}.6%{?dist}
|
||||
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
|
||||
# GCC Runtime Exception.
|
||||
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
|
||||
@ -3595,6 +3595,11 @@ end
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 8 2024 Jakub Jelinek <jakub@redhat.com> 14.0.1-0.6
|
||||
- update from trunk
|
||||
- PRs c++/113814, c/113776, target/113711, target/113733, target/113824,
|
||||
testsuite/113710, tree-optimization/113735, tree-optimization/113808
|
||||
|
||||
* Wed Feb 7 2024 Jakub Jelinek <jakub@redhat.com> 14.0.1-0.5
|
||||
- update from trunk
|
||||
- PRs analyzer/113253, analyzer/113509, analyzer/113654, c++/94231,
|
||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (gcc-14.0.1-20240207.tar.xz) = 3088bfd54e746678c3a8c366e5650171ac2029a359d4bbfb23d8bf30228634c1c6ac4bd7187341903eaf16af67ebcac8866ffe1ae3288ddfcc8a5e03fea709ba
|
||||
SHA512 (gcc-14.0.1-20240208.tar.xz) = 02054b26fe0500d4ad88deeb41b5d356b70dafcc3fcb98c790d79e78f1c9a1d77654d2b553b43ab273147d9cfe76b801c2c9a1903caafce84bbffd5fb177c53d
|
||||
SHA512 (isl-0.24.tar.bz2) = aab3bddbda96b801d0f56d2869f943157aad52a6f6e6a61745edd740234c635c38231af20bc3f1a08d416a5e973a90e18249078ed8e4ae2f1d5de57658738e95
|
||||
SHA512 (newlib-cygwin-d45261f62a15f8abd94a1031020b9a9f455e4eed.tar.xz) = 31bfc19429797236e268e22b752c5abeabb9c0f39b1058634af8dab329b4f028fc72a35888193c9575f6cee5cf2c069669d79fcb4d4e3a4318f57413452f707d
|
||||
SHA512 (nvptx-tools-c5ad8ada3e86d96b10a9d352b7a764f801478ba6.tar.xz) = 8a5c282852c995fabf75a8d6331db807a1acd935fd82022e00801b798fb850392d03e29cfa4aa7e3d5cfd8f48510e5e25b79a647fbec79c8566792584a0c1c49
|
||||
|
Loading…
Reference in New Issue
Block a user