From 5a46cbef4ade71c25503a069c4638585707426e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E4=BB=B2=E4=BC=9F?= Date: Mon, 9 Dec 2024 11:22:26 +0800 Subject: [PATCH] include all patches in the source package. --- gcc.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/gcc.spec b/gcc.spec index 35104d2..2ab4622 100644 --- a/gcc.spec +++ b/gcc.spec @@ -2,7 +2,7 @@ %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 56 +%global gcc_release 57 %global _unpackaged_files_terminate_build 0 %global _performance_build 1 @@ -428,7 +428,6 @@ Patch319: 0319-CSPGO-fix-bugs-when-using-cspgo.patch Patch320: 0320-if-split-fix-bugs.patch # Part 1001-1999 -%ifarch sw_64 Patch1001: 0001-Sw64-Port-add-configure-support-for-sw64.patch Patch1002: 0002-Sw64-Port-add-gcc-compiler.patch Patch1003: 0003-Sw64-Port-add-multi-prefetch-support-for-sw64.patch @@ -446,10 +445,8 @@ Patch1014: 0014-Sw64-Port-add-lex-builtin-support-in-libcpp.patch Patch1015: 0015-Sw64-Port-libsanitizer.patch Patch1016: 0016-libsanitizer-fix-isoc23-function-interception.patch Patch1017: 0017-Sw64-Port-Fix-target-explicit_mask.patch -%endif # Part 3000 ~ 4999 -%ifarch loongarch64 Patch3001: loongarch-add-alternatives-for-idiv-insns-to-improve.patch Patch3002: loongarch-avoid-unnecessary-sign-extend-after-32-bit.patch Patch3003: LoongArch-Subdivision-symbol-type-add-SYMBOL_PCREL-s.patch @@ -773,7 +770,6 @@ Patch3320: 0190-tree-optimization-110702-avoid-zero-based-memory-ref.patch Patch3321: 0191-LoongArch-Change-OSDIR-for-distribution.patch Patch3322: Fix-indentation-and-numbering-errors.diff Patch3323: LoongArch-Allow-attributes-in-non-gnu-namespaces.diff -%endif # On ARM EABI systems, we do want -gnueabi to be part of the # target triple. @@ -4154,6 +4150,12 @@ end %doc rpm.doc/changelogs/libcc1/ChangeLog* %changelog +* Mon Dec 09 2024 shenzhongwei - 12.3.1-57 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:include all patches in the source package. + * Sat Dec 07 2024 huzife <634763349@qq.com> - 12.3.1-56 - Type:Bugfix - ID:NA -- Gitee