diff --git a/0002-Change-branch-name-for-gcc.patch b/0002-Change-branch-name-for-gcc.patch index eab10a0117aef5a286900af21807107d18eb21e2..a460b579f599346791cf5eba37a9394399a98e82 100644 --- a/0002-Change-branch-name-for-gcc.patch +++ b/0002-Change-branch-name-for-gcc.patch @@ -16,8 +16,8 @@ index a1e1b66..3f91fe6 100644 pushd $OPEN_SOURCE_PATH -download $GCC_NAME -++[ -d "$GCC_NAME" ] && rm -rf $GCC_NAME -++echo "Download $GCC_NAME" && git clone -b openEuler-22.03-LTS-Next-release-20221230 https://gitee.com/src-openeuler/$GCC_NAME.git ++[ -d "$GCC_NAME" ] && rm -rf $GCC_NAME ++echo "Download $GCC_NAME" && git clone -b openEuler-22.03-LTS-Next-release-20221230 https://gitee.com/src-openeuler/$GCC_NAME.git download $BINUTILS_NAME download $GMP_NAME download $MPC_NAME diff --git a/gcc-for-openEuler.spec b/gcc-for-openEuler.spec index bd29cb7eeb7b63280935659e74d695f678af92ef..c5d6f494a22d5924237c235062d8de4bb081f4c8 100644 --- a/gcc-for-openEuler.spec +++ b/gcc-for-openEuler.spec @@ -1,6 +1,6 @@ Name: gcc-for-openEuler Version: 1.0.4 -Release: 8 +Release: 9 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 @@ -44,6 +44,9 @@ sha256sum %{build_name}.tar.gz > %{build_name}.tar.gz.sha256 %attr(755, root, root) /%{build_name}.tar.gz.sha256 %changelog +* Fri Dec 30 2022 Xiong Zhou - 1.0.4-9 +- Fix typo in patch 2. + * Fri Dec 30 2022 Xiong Zhou - 1.0.4-8 - Change branch name for gcc.