From 548de94545eb2b260a544dc4aaabbbc6404baa5b Mon Sep 17 00:00:00 2001 From: Jingyun Hua Date: Tue, 22 Nov 2022 03:14:19 +0000 Subject: [PATCH] Update config.guess and config.sub for loongarch Signed-off-by: Jingyun Hua --- gnulib.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gnulib.spec b/gnulib.spec index 5e81787..0e0d155 100644 --- a/gnulib.spec +++ b/gnulib.spec @@ -1,6 +1,6 @@ Name: gnulib Version: 0 -Release: 29.20180720git +Release: 30.20180720git Summary: The GNU Portability Library License: Public Domain and BSD and GPLv2+ and GPLv3 and GPLv3+ and LGPLv2 and LGPLv2+ and LGPLv3+ URL: https://www.gnu.org/software/gnulib @@ -39,6 +39,10 @@ This package contains help docs for gnulib. And Provides ChangeLog files. %prep %autosetup -n gnulib-68df637 -p1 -Sgit +%ifarch loongarch64 +%_update_config_guess +%_update_config_sub +%endif toRemove="lib-symbol-visibility havelib .*-obsolete localcharset gettext-h gettext alloca-opt alloca " list="$(./gnulib-tool --list)" @@ -115,6 +119,9 @@ fi %license doc/COPYINGv2 %changelog +* Sat Nov 19 2022 huajingyun - 0-30.20180720git +- Update config.guess and config.sub for loongarch + * Wed Feb 23 2022 yaoxin - 0-29.20180720git - Fix CVE-2018-17942 -- Gitee