public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 14.0.1-0.16
@ 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 : d6fcb33cdc956988dd2c0b757bd4aa3fa616ca8e
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2024-04-30T13:32:34+02:00
Stats  : +1/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/d6fcb33cdc956988dd2c0b757bd4aa3fa616ca8e?branch=rhel-f41-base

Log:
14.0.1-0.16

---
diff --git a/gcc.spec b/gcc.spec
index bccb96a..1e20d45 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -3625,6 +3625,7 @@ end
 %changelog
 * Tue Apr 30 2024 Jakub Jelinek <jakub@redhat.com> 14.0.1-0.16
 - update from trunk and releases/gcc-14 branch
+  - GCC 14.1.0-rc1
   - PRs c++/93595, c++/99426, c++/106820, c++/107457, c++/109966, c++/111284,
 	c++/113141, c++/114078, c++/114393, c++/114426, c++/114600,
 	c++/114634, c++/114691, c++/114706, c++/114709, c++/114784,

^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [rpms/gcc] rhel-f41-base: 14.0.1-0.16
@ 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 : e703f37eb87100895b435b9e214593b83fb72f0b
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2024-04-30T13:32:03+02:00
Stats  : +34/-9 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/e703f37eb87100895b435b9e214593b83fb72f0b?branch=rhel-f41-base

Log:
14.0.1-0.16

---
diff --git a/.gitignore b/.gitignore
index 5071b53..11d7539 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,5 @@
 /gcc-14.0.1-20240328.tar.xz
 /gcc-14.0.1-20240410.tar.xz
 /gcc-14.0.1-20240411.tar.xz
+/gcc-14.0.1-20240430.tar.xz
+/nvptx-tools-9962793f41e016318dc5eca07ae602041cf526ff.tar.xz

diff --git a/gcc.spec b/gcc.spec
index 9b70f6f..bccb96a 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,11 +1,11 @@
-%global DATE 20240411
-%global gitrev da6ad93fb1885bcdefecdf09fee4b9e901607710
+%global DATE 20240430
+%global gitrev 748fd0ecf84c5484621adeeaca105d7d50f0e409
 %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 nvptx_tools_gitrev 9962793f41e016318dc5eca07ae602041cf526ff
 %global newlib_cygwin_gitrev d45261f62a15f8abd94a1031020b9a9f455e4eed
 %global _unpackaged_files_terminate_build 0
 %global _performance_build 1
@@ -141,7 +141,7 @@
 Summary: Various compilers (C, C++, Objective-C, ...)
 Name: gcc
 Version: %{gcc_version}
-Release: %{gcc_release}.15%{?dist}
+Release: %{gcc_release}.16%{?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
@@ -1583,7 +1583,6 @@ cp -r -p ../libstdc++-v3/doc/html ../rpm.doc/libstdc++-v3/html
 cp -r -p $libstdcxx_doc_builddir/html ../rpm.doc/libstdc++-v3/html/api
 mkdir -p %{buildroot}%{_mandir}/man3
 cp -r -p $libstdcxx_doc_builddir/man/man3/* %{buildroot}%{_mandir}/man3/
-rm -f %{buildroot}%{_mandir}/man3/TEMP*
 find ../rpm.doc/libstdc++-v3 -name \*~ | xargs rm
 %endif
 
@@ -3624,10 +3623,34 @@ end
 %endif
 
 %changelog
-* Thu Apr 25 2024 Jakub Jelinek <jakub@redhat.com>
+* Tue Apr 30 2024 Jakub Jelinek <jakub@redhat.com> 14.0.1-0.16
+- update from trunk and releases/gcc-14 branch
+  - PRs c++/93595, c++/99426, c++/106820, c++/107457, c++/109966, c++/111284,
+	c++/113141, c++/114078, c++/114393, c++/114426, c++/114600,
+	c++/114634, c++/114691, c++/114706, c++/114709, c++/114784,
+	c++/114795, c++/114888, c/92880, c/114780, d/111650, fortran/89462,
+	fortran/93678, fortran/102597, fortran/103471, fortran/103496,
+	fortran/113793, fortran/114739, fortran/114825, fortran/114959,
+	gcov-profile/114715, gcov-profile/114720, libgcc/114689,
+	libgcc/114755, libgcc/114762, libstdc++/93672, libstdc++/113386,
+	libstdc++/114750, libstdc++/114770, libstdc++/114803,
+	libstdc++/114863, lto/113208, lto/114574, middle-end/112938,
+	middle-end/114753, modula2/112893, modula2/114745, modula2/114807,
+	modula2/114811, modula2/114836, other/114738, preprocessor/114748,
+	rtl-optimization/114768, sanitizer/114687, sanitizer/114743,
+	target/110621, target/112431, target/112432, target/114416,
+	target/114668, target/114676, target/114696, target/114714,
+	target/114741, target/114752, target/114783, target/114794,
+	target/114810, target/114837, target/114861, target/114885,
+	testsuite/113706, testsuite/114744, testsuite/114768,
+	tree-optimization/114403, tree-optimization/114666,
+	tree-optimization/114733, tree-optimization/114736,
+	tree-optimization/114749, tree-optimization/114769,
+	tree-optimization/114787, tree-optimization/114792,
+	tree-optimization/114799, tree-optimization/114832,
+	tree-optimization/114883
 - switch to --with-arch_64=x86-64-v3 for latest RHEL
 - remove obsolete reason for not shipping *.gch* files
-- remove TEMP* man page from libstdc++-docs
 
 * Thu Apr 11 2024 Jakub Jelinek <jakub@redhat.com> 14.0.1-0.15
 - update from trunk

diff --git a/sources b/sources
index 603296d..0f35e71 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (gcc-14.0.1-20240411.tar.xz) = aa7a43ed6ee1149530edc10cb14cbc7402f61d6165aa1ee89366cc6235dc9327a7a1201b3f0024a7d77e946ba095504f4d69c4abbf59de9d3abf3459298f05c9
+SHA512 (gcc-14.0.1-20240430.tar.xz) = 849f653d155037ee047679f7ae64755e567f7a25d095a6cdb9660a4f872b74905b95553a00d7a28e2309e554149e295d3479a6c2068518b2ce6597464a6a7a74
 SHA512 (isl-0.24.tar.bz2) = aab3bddbda96b801d0f56d2869f943157aad52a6f6e6a61745edd740234c635c38231af20bc3f1a08d416a5e973a90e18249078ed8e4ae2f1d5de57658738e95
 SHA512 (newlib-cygwin-d45261f62a15f8abd94a1031020b9a9f455e4eed.tar.xz) = 31bfc19429797236e268e22b752c5abeabb9c0f39b1058634af8dab329b4f028fc72a35888193c9575f6cee5cf2c069669d79fcb4d4e3a4318f57413452f707d
-SHA512 (nvptx-tools-c5ad8ada3e86d96b10a9d352b7a764f801478ba6.tar.xz) = 8a5c282852c995fabf75a8d6331db807a1acd935fd82022e00801b798fb850392d03e29cfa4aa7e3d5cfd8f48510e5e25b79a647fbec79c8566792584a0c1c49
+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.0.1-0.16 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