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: 12.1.1-2
Date: Mon, 29 Jun 2026 12:29:49 GMT [thread overview]
Message-ID: <178273618952.1.5085756276285058986.rpms-gcc-4910c83f42e0@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 4910c83f42e04cf7c04621a4ca427fa555974bcb
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2022-06-28T18:39:38+02:00
Stats : +29/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/4910c83f42e04cf7c04621a4ca427fa555974bcb?branch=rhel-f41-base
Log:
12.1.1-2
---
diff --git a/.gitignore b/.gitignore
index 03956d0..2111c26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,3 +72,4 @@
/gcc-12.0.1-20220413.tar.xz
/gcc-12.0.1-20220429.tar.xz
/gcc-12.1.1-20220507.tar.xz
+/gcc-12.1.1-20220628.tar.xz
diff --git a/gcc.spec b/gcc.spec
index 049b7f4..b429d62 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,10 +1,10 @@
-%global DATE 20220507
-%global gitrev fa107326a13af9a7d7aa0df28fe364db0f6fb171
+%global DATE 20220628
+%global gitrev 874cb9452c56f1c3b3a7b5bfed93a262504b9856
%global gcc_version 12.1.1
%global gcc_major 12
# 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 1
+%global gcc_release 2
%global nvptx_tools_gitrev 5f6f343a302d620b0868edab376c00b15741e39e
%global newlib_cygwin_gitrev 50e2a63b04bdd018484605fbb954fd1bd5147fa0
%global _unpackaged_files_terminate_build 0
@@ -3225,6 +3225,30 @@ end
%endif
%changelog
+* Tue Jun 28 2022 Jakub Jelinek <jakub@redhat.com> 12.1.1-2
+- update from releases/gcc-12 branch
+ - PRs c++/49387, c++/102307, c++/102651, c++/104470, c++/105491, c++/105589,
+ c++/105623, c++/105652, c++/105655, c++/105725, c++/105734,
+ c++/105756, c++/105761, c++/105779, c++/105795, c++/105852,
+ c++/105871, c++/105885, c++/105908, c++/105925, c++/105931,
+ c++/105964, c++/106001, c/105635, d/105544, fortran/105230,
+ gcov-profile/105535, ipa/100413, ipa/105600, ipa/105639, ipa/105739,
+ libgomp/105745, libgomp/106045, libstdc++/104731, libstdc++/105284,
+ libstdc++/105671, libstdc++/105681, middle-end/105537,
+ middle-end/105604, middle-end/105711, middle-end/105951,
+ middle-end/105998, middle-end/106030, other/105527,
+ preprocessor/105732, rtl-optimization/105455, rtl-optimization/105559,
+ rtl-optimization/105577, sanitizer/105714, sanitizer/105729,
+ target/101891, target/104871, target/105162, target/105209,
+ target/105292, target/105472, target/105556, target/105599,
+ target/105854, target/105879, target/105953, target/105960,
+ target/105970, target/105981, target/106096, tree-optimization/103116,
+ tree-optimization/105431, tree-optimization/105458,
+ tree-optimization/105528, tree-optimization/105562,
+ tree-optimization/105618, tree-optimization/105726,
+ tree-optimization/105736, tree-optimization/105786,
+ tree-optimization/105940
+
* Sat May 7 2022 Jakub Jelinek <jakub@redhat.com> 12.1.1-1
- update from releases/gcc-12 branch
- GCC 12.1 release
diff --git a/sources b/sources
index 3588ec2..1e697bc 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (gcc-12.1.1-20220507.tar.xz) = 6c978a58820ad24b2aeb03d579782de1b0e76ade509b6f2e38ebd773565d1b9afd968c99b26db399416e7aa8bdd068631bc3d3b7eff3d41e734ca3764337b8e2
+SHA512 (gcc-12.1.1-20220628.tar.xz) = e047dd9500dccbdc1fb8f26e5fc1f1b03eaf63b5c04344f9b7a23e1467a397b1eabcb49e344be06b6881505be584c85e123ce294b5f5605fcb5a6740dabba383
SHA512 (isl-0.18.tar.bz2) = 85d0b40f4dbf14cb99d17aa07048cdcab2dc3eb527d2fbb1e84c41b2de5f351025370e57448b63b2b8a8cf8a0843a089c3263f9baee1542d5c2e1cb37ed39d94
SHA512 (newlib-cygwin-50e2a63b04bdd018484605fbb954fd1bd5147fa0.tar.xz) = 002a48a7b689a81abbf16161bcaec001a842e67dfbe372e9e109092703bfc666675f16198f60ca429370e8850d564547dc505df81bc3aaca4ce6defbc014ad6c
SHA512 (nvptx-tools-5f6f343a302d620b0868edab376c00b15741e39e.tar.xz) = f6d10db94fa1570ae0f94df073fa3c73c8e5ee16d59070b53d94f7db0de8a031bc44d7f3f1852533da04b625ce758e022263855ed43cfc6867e0708d001e53c7
next reply other threads:[~2026-06-29 12:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 12:29 Jakub Jelinek [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:29 [rpms/gcc] rhel-f41-base: 12.1.1-2 Jakub Jelinek
2026-06-29 12:29 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=178273618952.1.5085756276285058986.rpms-gcc-4910c83f42e0@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