public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: 14.1.1-1
Date: Mon, 29 Jun 2026 12:30:36 GMT [thread overview]
Message-ID: <178273623603.1.15849302417229885964.rpms-gcc-551363d0e23d@fedoraproject.org> (raw)
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
next reply other threads:[~2026-06-29 12:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 12:30 Jakub Jelinek [this message]
2026-06-29 12:30 [rpms/gcc] rhel-f41-base: 14.1.1-1 Jakub Jelinek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178273623603.1.15849302417229885964.rpms-gcc-551363d0e23d@fedoraproject.org \
--to=jakub@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox