From 69f86a2b8274a8123261062a03976373a4f54666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=99=A8=E5=8D=89?= Date: Wed, 3 Apr 2024 16:51:28 +0800 Subject: [PATCH] [gcc-for-openEuler] Update the date to 2024.03 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 3d37f1d..515935f 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ BRANCH="openEuler-22.03-LTS-SP3" -INSTALL_NATIVE="gcc-10.3.1-2023.12-aarch64-linux" +INSTALL_NATIVE="gcc-10.3.1-2024.03-aarch64-linux" COMPILER_INFO="gcc for openEuler 2.3.6" GCC="gcc-10.3.0" diff --git a/gcc-for-openEuler.spec b/gcc-for-openEuler.spec index 3b07528..8d0ee82 100644 --- a/gcc-for-openEuler.spec +++ b/gcc-for-openEuler.spec @@ -1,6 +1,6 @@ Name: gcc-for-openEuler Version: 1.0.7 -Release: 10 +Release: 11 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-2023.12-aarch64-linux +%global build_name gcc-10.3.1-2024.03-aarch64-linux ExclusiveArch: aarch64 @@ -45,6 +45,9 @@ sha256sum %{build_name}.tar.gz > %{build_name}.tar.gz.sha256 %attr(755, root, root) /%{build_name}.tar.gz.sha256 %changelog +* Wed Apr 3 2024 zhengchenhui - 1.0.7-11 +- Update the date to 2024.03 in the gcc build name. + * Wed Jan 3 2024 Xiong Zhou - 1.0.7-10 - Revise build options for BOLT and jemalloc. -- Gitee