public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 14.1.1-1
@ 2026-06-29 12:30 Jakub Jelinek
0 siblings, 0 replies; 2+ messages 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 : 551363d0e23d0cd09294e22ad091704eb85a358c
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2024-05-08T10:47:09+02:00
Stats : +18/-9 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/551363d0e23d0cd09294e22ad091704eb85a358c?branch=rhel-f41-base
Log:
14.1.1-1
---
diff --git a/gcc.spec b/gcc.spec
index e91ca62..d326248 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,10 +1,10 @@
-%global DATE 20240430
-%global gitrev 748fd0ecf84c5484621adeeaca105d7d50f0e409
-%global gcc_version 14.0.1
+%global DATE 20240508
+%global gitrev 9ae733ecd3cd76d7e2f99385520783b01ab7e5dd
+%global gcc_version 14.1.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 0
+%global gcc_release 1
%global nvptx_tools_gitrev 9962793f41e016318dc5eca07ae602041cf526ff
%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}.17%{?dist}
+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
@@ -3630,7 +3630,16 @@ end
%endif
%changelog
-* Fri May 3 2024 Marek Polacek <polacek@redhat.com> 14.0.1-0.17
+* Wed May 8 2024 Jakub Jelinek <jakub@redhat.com> 14.1.1-1
+- update from releases/gcc-14 branch
+ - GCC 14.1.0 release
+ - PRs analyzer/111475, c++/89224, c++/114856, c++/114889, c++/114935,
+ ipa/92606, middle-end/114734, middle-end/114907, modula2/113768,
+ modula2/114133, modula2/114929, rtl-optimization/114924,
+ sanitizer/114956, tree-optimization/114876,
+ tree-optimization/114921, tree-optimization/114965
+
+* Fri May 3 2024 Marek Polacek <polacek@redhat.com>
- enable hardening and configure with --enable-host-pie --enable-host-bind-now
on RHEL
- don't require rocm-runtime on RHEL
diff --git a/gcc14-libstdc++-docs.patch b/gcc14-libstdc++-docs.patch
index 662cc64..b774935 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.0.1
++ Release 14.1.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.0.1 release</a>,
++ <a class="link" href="api/index.html" target="_top">for the 14.1.1 release</a>,
+ online
<a class="link" href="http://gcc.gnu.org/onlinedocs/" target="_top">for each GCC release</a>
and
diff --git a/update-gcc.sh b/update-gcc.sh
index 9804331..f1aa644 100755
--- a/update-gcc.sh
+++ b/update-gcc.sh
@@ -3,5 +3,5 @@
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
d=`date --iso | sed 's/-//g'`
-git --git-dir=gcc-dir.tmp/.git archive --prefix=gcc-14.0.1-$d/ $1 | xz -9e > gcc-14.0.1-$d.tar.xz
+git --git-dir=gcc-dir.tmp/.git archive --prefix=gcc-14.1.1-$d/ $1 | xz -9e > gcc-14.1.1-$d.tar.xz
rm -rf gcc-dir.tmp
^ permalink raw reply related [flat|nested] 2+ messages in thread* [rpms/gcc] rhel-f41-base: 14.1.1-1
@ 2026-06-29 12:30 Jakub Jelinek
0 siblings, 0 replies; 2+ messages 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 : 8e7867c2d3dbf7225ed0bbc8e17ad71cf2bbccbd
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2024-05-08T10:49:53+02:00
Stats : +2/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/8e7867c2d3dbf7225ed0bbc8e17ad71cf2bbccbd?branch=rhel-f41-base
Log:
14.1.1-1
---
diff --git a/.gitignore b/.gitignore
index 11d7539..d2ceee3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
/gcc-14.0.1-20240411.tar.xz
/gcc-14.0.1-20240430.tar.xz
/nvptx-tools-9962793f41e016318dc5eca07ae602041cf526ff.tar.xz
+/gcc-14.1.1-20240508.tar.xz
diff --git a/sources b/sources
index 0f35e71..c27d6cc 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (gcc-14.0.1-20240430.tar.xz) = 849f653d155037ee047679f7ae64755e567f7a25d095a6cdb9660a4f872b74905b95553a00d7a28e2309e554149e295d3479a6c2068518b2ce6597464a6a7a74
+SHA512 (gcc-14.1.1-20240508.tar.xz) = 2c0106d8a92ea76dacd78bcb2ac988d3662f15aa846772f5c3b1c93aa77f3a5e4cc601a4ece208ab414e8075d1fef49ebe66dea658b24ab9594618717356a8d7
SHA512 (isl-0.24.tar.bz2) = aab3bddbda96b801d0f56d2869f943157aad52a6f6e6a61745edd740234c635c38231af20bc3f1a08d416a5e973a90e18249078ed8e4ae2f1d5de57658738e95
SHA512 (newlib-cygwin-d45261f62a15f8abd94a1031020b9a9f455e4eed.tar.xz) = 31bfc19429797236e268e22b752c5abeabb9c0f39b1058634af8dab329b4f028fc72a35888193c9575f6cee5cf2c069669d79fcb4d4e3a4318f57413452f707d
SHA512 (nvptx-tools-9962793f41e016318dc5eca07ae602041cf526ff.tar.xz) = 97ef04cf721f562f6859b948debf1a2b5a5c7970b60281d3162535669c9173f0e73585650b6798e2844860b08405252db074488418be167a9a0c4883e62f9432
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-29 12:30 UTC | newest]
Thread overview: 2+ messages (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.1.1-1 Jakub Jelinek
-- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:30 Jakub Jelinek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox