public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 14.2.1-1
@ 2026-06-29 12:30 Jakub Jelinek
0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2026-06-29 12:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : b100864ab2efe1f398e9b47012498e057ebbfb3c
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2024-08-01T20:59:14+02:00
Stats : +40/-10 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/b100864ab2efe1f398e9b47012498e057ebbfb3c?branch=rhel-f41-base
Log:
14.2.1-1
---
diff --git a/.gitignore b/.gitignore
index b76275e..052e49a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
/nvptx-tools-87ce9dc5999e5fca2e1d3478a30888d9864c9804.tar.xz
/gcc-14.1.1-20240620.tar.xz
/gcc-14.1.1-20240701.tar.xz
+/gcc-14.2.1-20240801.tar.xz
diff --git a/gcc.spec b/gcc.spec
index e312faa..215bb29 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,10 +1,10 @@
-%global DATE 20240701
-%global gitrev 6eada54ba865eeb9aabfcfbc106c3fbff7abe98a
-%global gcc_version 14.1.1
+%global DATE 20240801
+%global gitrev 43d4666d3d94934f11857a2fb9122c575be81801
+%global gcc_version 14.2.1
%global gcc_major 14
# Note, gcc_release must be integer, if you want to add suffixes to
# %%{release}, append them after %%{gcc_release} on Release: line.
-%global gcc_release 7
+%global gcc_release 1
%global nvptx_tools_gitrev 87ce9dc5999e5fca2e1d3478a30888d9864c9804
%global newlib_cygwin_gitrev d45261f62a15f8abd94a1031020b9a9f455e4eed
%global _unpackaged_files_terminate_build 0
@@ -143,7 +143,7 @@
Summary: Various compilers (C, C++, Objective-C, ...)
Name: gcc
Version: %{gcc_version}
-Release: %{gcc_release}%{?dist}.1
+Release: %{gcc_release}%{?dist}
# License notes for some of the less obvious ones:
# gcc/doc/cppinternals.texi: Linux-man-pages-copyleft-2-para
# isl: MIT, BSD-2-Clause
@@ -3616,8 +3616,37 @@ end
%endif
%changelog
-* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 14.1.1-7.1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
+* Thu Aug 1 2024 Jakub Jelinek <jakub@redhat.com> 14.2.1-1
+- update from releases/gcc-14 branch
+ - GCC 14.2 release
+ - PRs analyzer/114899, c++/99241, c++/99242, c++/104981, c++/106760,
+ c++/111890, c++/115165, c++/115476, c++/115550, c++/115561,
+ c++/115583, c++/115623, c++/115754, c++/115783, c++/115865,
+ c++/115897, c++/115900, c++/115986, fortran/59104, fortran/84006,
+ fortran/93635, fortran/98534, fortran/99798, fortran/100027,
+ fortran/103115, fortran/103312, fortran/113363, fortran/115700,
+ ipa/111613, ipa/113291, ipa/113787, ipa/114207, ipa/115033,
+ ipa/115277, ipa/116055, libstdc++/113376, libstdc++/114387,
+ libstdc++/115399, libstdc++/115482, libstdc++/115522,
+ libstdc++/115585, libstdc++/115807, libstdc++/115854,
+ libstdc++/116070, middle-end/115527, middle-end/115836,
+ middle-end/115887, pch/115312, rtl-optimization/115049,
+ rtl-optimization/115565, target/87376, target/88236, target/97367,
+ target/98762, target/105090, target/113715, target/114759,
+ target/114890, target/114936, target/114988, target/115068,
+ target/115153, target/115188, target/115351, target/115389,
+ target/115456, target/115457, target/115459, target/115475,
+ target/115526, target/115554, target/115562, target/115591,
+ target/115611, target/115691, target/115725, target/115726,
+ target/115752, target/115763, target/115840, target/115872,
+ target/115978, target/115981, target/115988, target/116035,
+ testsuite/115826, testsuite/116061, tree-optimization/113673,
+ tree-optimization/115382, tree-optimization/115646,
+ tree-optimization/115669, tree-optimization/115694,
+ tree-optimization/115701, tree-optimization/115723,
+ tree-optimization/115841, tree-optimization/115843,
+ tree-optimization/115867, tree-optimization/115868,
+ tree-optimization/116034, tree-optimization/116057
* Mon Jul 1 2024 Jakub Jelinek <jakub@redhat.com> 14.1.1-7
- update from releases/gcc-14 branch
diff --git a/gcc14-libstdc++-docs.patch b/gcc14-libstdc++-docs.patch
index b774935..0e0e0f9 100644
--- a/gcc14-libstdc++-docs.patch
+++ b/gcc14-libstdc++-docs.patch
@@ -4,7 +4,7 @@
<a class="link" href="https://www.fsf.org" target="_top">FSF
</a>
</p><p>
-+ Release 14.1.1
++ Release 14.2.1
+ </p><p>
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation
@@ -17,7 +17,7 @@
</p><p>
- The API documentation, rendered into HTML, can be viewed online
+ The API documentation, rendered into HTML, can be viewed locally
-+ <a class="link" href="api/index.html" target="_top">for the 14.1.1 release</a>,
++ <a class="link" href="api/index.html" target="_top">for the 14.2.1 release</a>,
+ online
<a class="link" href="http://gcc.gnu.org/onlinedocs/" target="_top">for each GCC release</a>
and
diff --git a/sources b/sources
index 11e157a..7eb2b89 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (gcc-14.1.1-20240701.tar.xz) = 1b68d02a9e6ddf7556a802ef672a9f3874faf5a66c0befc164838cc9fcdff10d5db4eea4a9f7e8312ccc881d41a696431d4d5d6486ef5d653da7c7fba945de6f
+SHA512 (gcc-14.2.1-20240801.tar.xz) = b21f0bfd5767d0ecb9c08ba3e3a605a841d4c6a6008bf9dd8b4c4da366d7e733600eb21095768bda91e5df6536c398bf4a941e44577aef7586e95f1d148a214f
SHA512 (isl-0.24.tar.bz2) = aab3bddbda96b801d0f56d2869f943157aad52a6f6e6a61745edd740234c635c38231af20bc3f1a08d416a5e973a90e18249078ed8e4ae2f1d5de57658738e95
SHA512 (newlib-cygwin-d45261f62a15f8abd94a1031020b9a9f455e4eed.tar.xz) = 31bfc19429797236e268e22b752c5abeabb9c0f39b1058634af8dab329b4f028fc72a35888193c9575f6cee5cf2c069669d79fcb4d4e3a4318f57413452f707d
SHA512 (nvptx-tools-87ce9dc5999e5fca2e1d3478a30888d9864c9804.tar.xz) = 941e763af8601b89f0e4ec48a2d68ae0a8e70ee1e6ba6859394b021ad7bd7d143cc529f3c35c08d7f84e5554980ddcc97cf05b6c4755c2bc36c91161b79e8cea
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-29 12:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:30 [rpms/gcc] rhel-f41-base: 14.2.1-1 Jakub Jelinek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox