public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 10.1.1-1
@ 2026-06-29 12:28 Jakub Jelinek
0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2026-06-29 12:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : d53415ef0173df0a1aae456a94cbe8deb6b8bdf0
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2020-05-07T22:30:17+02:00
Stats : +15/-7 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/d53415ef0173df0a1aae456a94cbe8deb6b8bdf0?branch=rhel-f41-base
Log:
10.1.1-1
---
diff --git a/.gitignore b/.gitignore
index 650f837..30bc40a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
/gcc-10.0.1-20200328.tar.xz
/gcc-10.0.1-20200420.tar.xz
/gcc-10.0.1-20200501.tar.xz
+/gcc-10.1.1-20200507.tar.xz
diff --git a/gcc.spec b/gcc.spec
index f9a716c..1cfe789 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,10 +1,10 @@
-%global DATE 20200501
+%global DATE 20200507
%global gitrev 563509ad4338c7193d06f4008e9df657990628a5
-%global gcc_version 10.0.1
+%global gcc_version 10.1.1
%global gcc_major 10
# 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.14
+%global gcc_release 1
%global nvptx_tools_gitrev 5f6f343a302d620b0868edab376c00b15741e39e
%global newlib_cygwin_gitrev 50e2a63b04bdd018484605fbb954fd1bd5147fa0
%global _unpackaged_files_terminate_build 0
@@ -3004,6 +3004,13 @@ end
%endif
%changelog
+* Thu May 7 2020 Jakub Jelinek <jakub@redhat.com> 10.1.1-1
+- update from releases/gcc-10 branch
+ - GCC 10.1.0 release
+ - PRs bootstrap/94918, c++/94907, c++/94938, c++/94946, c++/94951, c/94842,
+ c/94968, libstdc++/94901, middle-end/94941, rtl-optimization/94873,
+ target/94942, target/94950
+
* Sat May 2 2020 Jakub Jelinek <jakub@redhat.com> 10.0.1-0.14
- use libgcc_s.so linker script also on aarch64 and riscv64 (#1830472)
diff --git a/gcc10-libstdc++-docs.patch b/gcc10-libstdc++-docs.patch
index 56c01da..cf881d8 100644
--- a/gcc10-libstdc++-docs.patch
+++ b/gcc10-libstdc++-docs.patch
@@ -4,7 +4,7 @@
<a class="link" href="https://www.fsf.org" target="_top">FSF
</a>
</p><p>
-+ Release 10.0.1
++ Release 10.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 10.0.1 release</a>,
++ <a class="link" href="api/index.html" target="_top">for the 10.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/sources b/sources
index cfafe0e..cc0c822 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (gcc-10.0.1-20200501.tar.xz) = c83c1a44b48d4da2ed492e63447c5d4a1ca8e4814acb7b841981ce0604588d288639ef84e0c548bb8b7709450da59842040e37e9481e0393e32bed5912ab9d3e
+SHA512 (gcc-10.1.1-20200507.tar.xz) = 2847d8d44ea2f174dc4f510a1727150691c66ab4cc4e256630cafeb5f10272d1b1ab2aaa7dda21539cbd414a108355e7798b269cd91e0fe964ebc4bbcfc19604
SHA512 (newlib-cygwin-50e2a63b04bdd018484605fbb954fd1bd5147fa0.tar.xz) = 9ceea0b883185fe489724d54a7e909bb6ed4785fcadf80162033dc6a133e2657337175601278e4155d1f8fac275ff9c8a02572aea876166c608774c809f832e9
SHA512 (nvptx-tools-5f6f343a302d620b0868edab376c00b15741e39e.tar.xz) = f6d10db94fa1570ae0f94df073fa3c73c8e5ee16d59070b53d94f7db0de8a031bc44d7f3f1852533da04b625ce758e022263855ed43cfc6867e0708d001e53c7
diff --git a/update-gcc.sh b/update-gcc.sh
index 845a024..89d0859 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-10.0.1-$d/ $1 | xz -9e > gcc-10.0.1-$d.tar.xz
+git --git-dir=gcc-dir.tmp/.git archive --prefix=gcc-10.1.1-$d/ $1 | xz -9e > gcc-10.1.1-$d.tar.xz
rm -rf gcc-dir.tmp
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-29 12:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:28 [rpms/gcc] rhel-f41-base: 10.1.1-1 Jakub Jelinek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox