From 3a00071367e86eb932c063004e6ab2cfefc56d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E6=B4=B2?= Date: Thu, 15 Dec 2022 11:12:49 +0000 Subject: [PATCH] [gcc-for-openEuler] Update all version numbers for openEuler-22.03-LTS-Next. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 熊洲 (cherry picked from commit f0028c25c8745bebee5fbf07c365bc1afb1e5cb1) --- config.xml | 6 +++--- gcc-for-openEuler.spec | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/config.xml b/config.xml index 36bcee2..cc53fbc 100644 --- a/config.xml +++ b/config.xml @@ -1,6 +1,6 @@ -BRANCH="openEuler-22.09-rc5" -INSTALL_NATIVE="gcc-10.3.1-2022.11-aarch64-linux" -COMPILER_INFO="gcc for openEuler 2.3.2" +BRANCH="openEuler-22.03-LTS-Next" +INSTALL_NATIVE="gcc-10.3.1-2022.12-aarch64-linux" +COMPILER_INFO="gcc for openEuler 2.3.3" GCC="gcc-10.3.0" BINUTILS="binutils-2.37" diff --git a/gcc-for-openEuler.spec b/gcc-for-openEuler.spec index b479974..d1aab4f 100644 --- a/gcc-for-openEuler.spec +++ b/gcc-for-openEuler.spec @@ -1,6 +1,6 @@ Name: gcc-for-openEuler Version: 1.0.4 -Release: 5 +Release: 6 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.11-aarch64-linux +%global build_name gcc-10.3.1-2022.12-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 Dec 21 2022 Xiong Zhou - 1.0.4-6 +- Update the date to 2022.12 in the gcc build name. + * Wed Nov 16 2022 Xiong Zhou - 1.0.4-5 - Update the date in the gcc build name. -- Gitee