From cd89ab3e310c53673d2685150788a7d2ebfc77bd 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:29:03 +0800 Subject: [PATCH] include all patches in the source package. --- gcc.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gcc.spec b/gcc.spec index cf6473d..0d4e792 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 36 +%global gcc_release 37 %global _unpackaged_files_terminate_build 0 %global _performance_build 1 @@ -356,7 +356,6 @@ Patch246: 0246-aarch64-Fix-return-register-handling-in-untyped_call.patch Patch247: 0247-aarch64-Fix-loose-ldpstp-check.patch # 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 @@ -678,7 +677,6 @@ Patch3318: 0188-libphobos-Update-build-scripts-for-LoongArch64.patch Patch3319: 0189-LoongArch-fix-building-errors.patch Patch3320: 0190-tree-optimization-110702-avoid-zero-based-memory-ref.patch Patch3321: 0191-LoongArch-Change-OSDIR-for-distribution.patch -%endif # On ARM EABI systems, we do want -gnueabi to be part of the # target triple. @@ -3953,6 +3951,12 @@ end %doc rpm.doc/changelogs/libcc1/ChangeLog* %changelog +* Mon Dec 09 2024 shenzhongwei - 12.3.1-37 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:include all patches in the source package. + * Tue Nov 19 2024 eastb233 - 12.3.1-36 - Type:Sync - ID:NA -- Gitee