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: 13.0.1-0.8
Date: Mon, 29 Jun 2026 12:30:07 GMT [thread overview]
Message-ID: <178273620752.1.8740582824978190860.rpms-gcc-99a093cb4f64@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 99a093cb4f64f29953d66fb7b3cfbc0520974298
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2023-03-18T09:37:39+01:00
Stats : +28/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/99a093cb4f64f29953d66fb7b3cfbc0520974298?branch=rhel-f41-base
Log:
13.0.1-0.8
---
diff --git a/.gitignore b/.gitignore
index a730ea8..e9fb0ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -93,3 +93,4 @@
/gcc-13.0.1-20230221.tar.xz
/gcc-13.0.1-20230304.tar.xz
/gcc-13.0.1-20230310.tar.xz
+/gcc-13.0.1-20230318.tar.xz
diff --git a/gcc.spec b/gcc.spec
index b1e02e7..b21b3f7 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,5 +1,5 @@
-%global DATE 20230310
-%global gitrev e521a1b4c34b3e387c764c429f0f8c11361c3279
+%global DATE 20230318
+%global gitrev 24c7659a6ceb150243ffcbb95401b05e70d3fff8
%global gcc_version 13.0.1
%global gcc_major 13
# Note, gcc_release must be integer, if you want to add suffixes to
@@ -136,7 +136,7 @@
Summary: Various compilers (C, C++, Objective-C, ...)
Name: gcc
Version: %{gcc_version}
-Release: %{gcc_release}.7%{?dist}
+Release: %{gcc_release}.8%{?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
@@ -3458,6 +3458,29 @@ end
%endif
%changelog
+* Sat Mar 18 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.8
+- update from trunk
+ - PRs analyzer/105906, analyzer/108045, analyzer/109097, c++/58538,
+ c++/69410, c++/95036, c++/96830, c++/98056, c++/100288, c++/101869,
+ c++/103871, c++/104107, c++/105406, c++/105809, c++/107128,
+ c++/107280, c++/107310, c++/108179, c++/108242, c++/108468,
+ c++/108975, c++/109096, c++/109172, c/109151, d/109108, d/109144,
+ fortran/37336, fortran/58331, fortran/64290, fortran/67444,
+ fortran/67471, fortran/69298, fortran/70863, fortran/71798,
+ fortran/80524, fortran/82996, fortran/84472, fortran/88735,
+ fortran/91316, fortran/93691, fortran/96122, fortran/103854,
+ fortran/106576, fortran/106945, ipa/107925, libstdc++/62196,
+ libstdc++/109111, libstdc++/109165, middle-end/106133,
+ middle-end/108685, middle-end/109031, modula2/109032, modula2/109089,
+ modula2/109102, modula2/109103, modula2/109125, other/109086,
+ preprocessor/67046, rtl-optimization/107762, rtl-optimization/109179,
+ target/105554, target/108583, target/109092, target/109109,
+ target/109117, testsuite/109118, testsuite/109129, testsuite/109145,
+ tree-optimization/106896, tree-optimization/109005,
+ tree-optimization/109046, tree-optimization/109115,
+ tree-optimization/109123, tree-optimization/109139,
+ tree-optimization/109141, web/88860
+
* Fri Mar 10 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.7
- update from trunk
- PRs ada/108858, ada/108983, analyzer/102671, analyzer/105755,
diff --git a/sources b/sources
index 36a44df..f1658e5 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (gcc-13.0.1-20230310.tar.xz) = 726b4f4b7559ea5237ac278e7cd472c2c14b88625c478aed30236c0c187e6a4d819ec72e022362b195a0d3f5da8f86a2e6c20c9f8bf267da9eaa0a67d3d47903
+SHA512 (gcc-13.0.1-20230318.tar.xz) = 691f0d15e19fd89ca6003f443fe9363f9acbb57920869a51c1ecb4938d225f0c02502a74d6cd224464b68a8f420374e5f6d9685c37ecd936f82a9a1c27b15c79
SHA512 (isl-0.24.tar.bz2) = aab3bddbda96b801d0f56d2869f943157aad52a6f6e6a61745edd740234c635c38231af20bc3f1a08d416a5e973a90e18249078ed8e4ae2f1d5de57658738e95
SHA512 (newlib-cygwin-9e09d6ed83cce4777a5950412647ccc603040409.tar.xz) = bef3fa04f7b1a915fc1356ebed114698b5cc835e9fa04b0becff05a9efc76c59fb376482990873d222d7acdcfee3c4f30f5a4cb7f3be1f291f1fa5f1c7a9d983
SHA512 (nvptx-tools-472b6e78b3ba918d727698f79911360b7c808247.tar.xz) = 91690321bf96460c3b3e229199a6f752ed1c27c6933d4345dc7e237dc068f604ad211bb3a0373e14d4f332bee05b6227d6933e14e0b475ffdfea8b511ab735e6
reply other threads:[~2026-06-29 12:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178273620752.1.8740582824978190860.rpms-gcc-99a093cb4f64@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