From f3fcef4538bb263c69cc5f2a13c8f68d5b42c119 Mon Sep 17 00:00:00 2001 From: Xiong Zhou Date: Wed, 16 Nov 2022 16:30:06 +0800 Subject: [PATCH] [gcc-for-openEuler] Update the date in the gcc build name. --- config.xml | 2 +- gcc-for-openEuler.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/config.xml b/config.xml index 0a3f634..36bcee2 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ BRANCH="openEuler-22.09-rc5" -INSTALL_NATIVE="gcc-10.3.1-2022.09-aarch64-linux" +INSTALL_NATIVE="gcc-10.3.1-2022.11-aarch64-linux" COMPILER_INFO="gcc for openEuler 2.3.2" GCC="gcc-10.3.0" diff --git a/gcc-for-openEuler.spec b/gcc-for-openEuler.spec index a491f06..b479974 100644 --- a/gcc-for-openEuler.spec +++ b/gcc-for-openEuler.spec @@ -1,6 +1,6 @@ Name: gcc-for-openEuler Version: 1.0.4 -Release: 4 +Release: 5 Summary: GCC released as a binary package for openEuler and other OSes. License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2 and BSD @@ -8,7 +8,7 @@ URL: https://gitee.com/openEuler/gcc-for-openEuler Source0: %{name}-%{version}.tar.gz %global config config.xml -%global build_name gcc-10.3.1-2022.09-aarch64-linux +%global build_name gcc-10.3.1-2022.11-aarch64-linux ExclusiveArch: aarch64 @@ -41,6 +41,9 @@ sha256sum %{build_name}.tar.gz > %{build_name}.tar.gz.sha256 %attr(755, root, root) /%{build_name}.tar.gz.sha256 %changelog +* Wed Nov 16 2022 Xiong Zhou - 1.0.4-5 +- Update the date in the gcc build name. + * Tue Nov 8 2022 Xiong Zhou - 1.0.4-4 - Delete the la files and add secure flags for mathlib and jemalloc. -- Gitee