From e8ebb0d4ae42453bc6be3ecc6dd6635db6da5bca Mon Sep 17 00:00:00 2001 From: chenyuanfeng Date: Mon, 17 Jun 2024 04:27:17 -0400 Subject: [PATCH] fix typo fix typo fix type --- gcc.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc.spec b/gcc.spec index e3b8343..bfc681d 100644 --- a/gcc.spec +++ b/gcc.spec @@ -61,7 +61,7 @@ Summary: Various compilers (C, C++, Objective-C, ...) Name: gcc Version: %{gcc_version} -Release: 60 +Release: 61 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD URL: https://gcc.gnu.org @@ -1050,7 +1050,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" \ %ifarch ppc64le --disable-multilib \ --enable-targets=powerpcle-linux \ - --withc-cpu-32=power8 --with-tune-32=power8 --with-cpu-64=power8 --with-tune-64=power8 \ + --with-cpu-32=power8 --with-tune-32=power8 --with-cpu-64=power8 --with-tune-64=power8 \ %endif %ifarch sparc sparcv9 sparc64 @@ -2994,6 +2994,12 @@ end %doc rpm.doc/changelogs/libcc1/ChangeLog* %changelog +* Mon Jun 17 2024 chenyuanfeng - 10.3.1-61 +- Type: Fix +- ID:NA +- SUG:NA +- DESC: fix typo + * Sat Jun 15 2024 rfwang07 - 10.3.1-60 - Type:Sync - ID:NA -- Gitee