public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 14.0.1-0.2
@ 2026-06-29 12:30 Jakub Jelinek
0 siblings, 0 replies; 3+ 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 : 592bd10bc7f08b8d95649ec6f6988df2893ae0d2
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2024-01-18T17:37:18+01:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/592bd10bc7f08b8d95649ec6f6988df2893ae0d2?branch=rhel-f41-base
Log:
14.0.1-0.2
---
diff --git a/gcc.spec b/gcc.spec
index d1393ef..2f1731f 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -208,7 +208,12 @@ BuildRequires: libzstd-devel
# Make sure glibc supports TFmode long double
BuildRequires: glibc >= 2.3.90-35
%endif
-%ifarch %{multilib_64_archs} sparcv9 ppc
+%ifarch %{multilib_64_archs}
+BuildRequires: (glibc32 or glibc-devel(%{__isa_name}-32))
+%endif
+%ifarch sparcv9 ppc
+BuildRequires: (glibc64 or glibc-devel(%{__isa_name}-64))
+%endif
# Ensure glibc{,-devel} is installed for both multilib arches
BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so
%endif
^ permalink raw reply related [flat|nested] 3+ messages in thread* [rpms/gcc] rhel-f41-base: 14.0.1-0.2
@ 2026-06-29 12:30 Jakub Jelinek
0 siblings, 0 replies; 3+ 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 : f2827fcbf7b9429d5d3b12e8129785b71f2b33dd
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2024-01-18T17:39:23+01:00
Stats : +0/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/f2827fcbf7b9429d5d3b12e8129785b71f2b33dd?branch=rhel-f41-base
Log:
14.0.1-0.2
---
diff --git a/gcc.spec b/gcc.spec
index 2f1731f..2c1c11a 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -214,9 +214,6 @@ BuildRequires: (glibc32 or glibc-devel(%{__isa_name}-32))
%ifarch sparcv9 ppc
BuildRequires: (glibc64 or glibc-devel(%{__isa_name}-64))
%endif
-# Ensure glibc{,-devel} is installed for both multilib arches
-BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so
-%endif
%if %{build_ada}
# Ada requires Ada to build
BuildRequires: gcc-gnat >= 3.1, libgnat >= 3.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* [rpms/gcc] rhel-f41-base: 14.0.1-0.2
@ 2026-06-29 12:30 Jakub Jelinek
0 siblings, 0 replies; 3+ 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 : 667479a5c78b44f1f08ce3e4a4b9c4f04309675f
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2024-01-18T17:03:52+01:00
Stats : +39/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/667479a5c78b44f1f08ce3e4a4b9c4f04309675f?branch=rhel-f41-base
Log:
14.0.1-0.2
---
diff --git a/.gitignore b/.gitignore
index ddede7e..141b4f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@
/isl-0.24.tar.bz2
/newlib-cygwin-5f15d7c5817b07a6b18cbab17342c95cb7b42be4.tar.xz
/nvptx-tools-c5ad8ada3e86d96b10a9d352b7a764f801478ba6.tar.xz
+/gcc-14.0.1-20240118.tar.xz
+/newlib-cygwin-d45261f62a15f8abd94a1031020b9a9f455e4eed.tar.xz
diff --git a/gcc.spec b/gcc.spec
index aca4c6e..d1393ef 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,12 +1,12 @@
-%global DATE 20240113
-%global gitrev 754d5d7d790d2ddd25c7507849c0c811a6a649da
+%global DATE 20240118
+%global gitrev f284ad3cd92c6b23c50d039ad3b6ed1bf4d97c4d
%global gcc_version 14.0.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 nvptx_tools_gitrev c5ad8ada3e86d96b10a9d352b7a764f801478ba6
-%global newlib_cygwin_gitrev 5f15d7c5817b07a6b18cbab17342c95cb7b42be4
+%global newlib_cygwin_gitrev d45261f62a15f8abd94a1031020b9a9f455e4eed
%global _unpackaged_files_terminate_build 0
%global _performance_build 1
# Hardening slows the compiler way too much.
@@ -136,7 +136,7 @@
Summary: Various compilers (C, C++, Objective-C, ...)
Name: gcc
Version: %{gcc_version}
-Release: %{gcc_release}.1%{?dist}
+Release: %{gcc_release}.2%{?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
@@ -3456,5 +3456,36 @@ end
%endif
%changelog
+* Thu Jan 18 2024 Jakub Jelinek <jakub@redhat.com> 14.0.1-0.2
+- update from trunk
+ - PRs ada/113397, analyzer/106229, analyzer/113150, analyzer/113333,
+ bootstrap/113445, c++/99493, c++/104634, c++/109899, c++/110065,
+ c++/112588, c++/113242, c++/113292, c++/113307, c++/113340,
+ c++/113389, c/111693, fortran/67277, fortran/113305, libstdc++/108822,
+ libstdc++/108827, libstdc++/109536, libstdc++/111327,
+ libstdc++/113318, libstdc++/113450, middle-end/90348,
+ middle-end/110115, middle-end/110847, middle-end/111422,
+ middle-end/111659, middle-end/113354, middle-end/113406,
+ middle-end/113409, middle-end/113410, modula2/111956, other/113399,
+ rtl-optimization/96388, rtl-optimization/111554,
+ rtl-optimization/113048, rust/108111, target/105522, target/107201,
+ target/112573, target/112944, target/112973, target/113122,
+ target/113156, target/113221, target/113247, target/113281,
+ target/113393, target/113404, target/113429, testsuite/109705,
+ testsuite/111850, testsuite/113366, testsuite/113369,
+ testsuite/113446, testsuite/113452, translation/108890,
+ tree-optimization/91624, tree-optimization/107823,
+ tree-optimization/110251, tree-optimization/110422,
+ tree-optimization/110450, tree-optimization/110768,
+ tree-optimization/110794, tree-optimization/110841,
+ tree-optimization/110852, tree-optimization/110941,
+ tree-optimization/112774, tree-optimization/113091,
+ tree-optimization/113287, tree-optimization/113361,
+ tree-optimization/113370, tree-optimization/113371,
+ tree-optimization/113372, tree-optimization/113374,
+ tree-optimization/113385, tree-optimization/113408,
+ tree-optimization/113421, tree-optimization/113431,
+ tree-optimization/113475
+
* Sat Jan 13 2024 Jakub Jelinek <jakub@redhat.com> 14.0.1-0.1
- new package
diff --git a/sources b/sources
index a963812..1ea1997 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (gcc-14.0.1-20240113.tar.xz) = 4b9100885f0289cf6ae4f516f5753012a15b779be95a95ff1297f98a8e2fdc2ec881c2cfbcb64f8eac258e2658c5d1471772546bbf041fdb1eadf0386d7ff43d
+SHA512 (gcc-14.0.1-20240118.tar.xz) = 43d9f8b9d9d76dee04963dc1d482dece74a6862747b00aa3ceb72f93469f7592a430262bd76203d756907fd475626da58d610997a346b1ecee6505f6380dc1a4
SHA512 (isl-0.24.tar.bz2) = aab3bddbda96b801d0f56d2869f943157aad52a6f6e6a61745edd740234c635c38231af20bc3f1a08d416a5e973a90e18249078ed8e4ae2f1d5de57658738e95
-SHA512 (newlib-cygwin-5f15d7c5817b07a6b18cbab17342c95cb7b42be4.tar.xz) = b94a24982157bf99dedfa73e8b99b15ccb3b368481902c70295bb2cb9fd4548b2a461994cf79fae1fe517e3154ba3d5443c2079039cda6fb526c43a459c92e97
+SHA512 (newlib-cygwin-d45261f62a15f8abd94a1031020b9a9f455e4eed.tar.xz) = 31bfc19429797236e268e22b752c5abeabb9c0f39b1058634af8dab329b4f028fc72a35888193c9575f6cee5cf2c069669d79fcb4d4e3a4318f57413452f707d
SHA512 (nvptx-tools-c5ad8ada3e86d96b10a9d352b7a764f801478ba6.tar.xz) = 8a5c282852c995fabf75a8d6331db807a1acd935fd82022e00801b798fb850392d03e29cfa4aa7e3d5cfd8f48510e5e25b79a647fbec79c8566792584a0c1c49
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-06-29 12:30 UTC | newest]
Thread overview: 3+ 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.0.1-0.2 Jakub Jelinek
-- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:30 Jakub Jelinek
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