diff --git a/config.xml b/config.xml index 36bcee23d483d6a5e8e03ddc6d3ddb2c0e6bb47e..cc53fbcd9d903cbdb3d59ae84e9197d7fa413546 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 b479974559f751f80b42d2f77469449690019f43..d1aab4fcec5c0e3726aea12b593b9522c0387092 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.