Browse Source

gcc-11.2.1-3

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
cf7ecd0876
1 changed files with 5 additions and 2 deletions
  1. 5 2
      g/gcc/gcc-vl.spec

+ 5 - 2
g/gcc/gcc-vl.spec

@@ -5,7 +5,7 @@
 %global gcc_major 11
 # 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 2
+%global gcc_release 3
 
 Summary:        GNU Compiler Collection (C, C++, Objective-C, ...)
 Summary(ja):    GNU コンパイラコレクション (C, C++, Objective-C, ...)
@@ -219,7 +219,7 @@ Patch11: gcc11-rh1574936.patch
 Patch12: gcc11-d-shared-libphobos.patch
 Patch13: gcc11-pr99341-revert.patch
 
-Patch10000: gcc-11.2-20211031.patch
+Patch10000: gcc-11.2-20220129.patch
 
 # On ARM EABI systems, we do want -gnueabi to be part of the
 # target triple.
@@ -2926,6 +2926,9 @@ fi
 
 
 %changelog
+* Sat Jan 29 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.2.1-3
+- updated Patch10000.
+
 * Mon Nov 01 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.2.1-2
 - updated Patch10000.
 - separated 32bit shared libraries on x86_64.