From 85d12fdf87a83a686be51828f351109b37cc3088 Mon Sep 17 00:00:00 2001 From: Liwei Ge Date: Tue, 20 Sep 2022 14:13:31 +0800 Subject: [PATCH] spec: rebuild for loongarch --- gdb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb.spec b/gdb.spec index 75e5e63..57c3aa8 100644 --- a/gdb.spec +++ b/gdb.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.3 +%define anolis_release .0.4 # rpmbuild parameters: # --with testsuite: Run the testsuite (biarch if possible). Default is without. # --with buildisa: Use %%{?_isa} for BuildRequires @@ -1198,6 +1198,9 @@ fi %endif %changelog +* Tue Sep 20 2022 Liwei Ge - 9.2-7.0.4 +- Rebuild for loongarch + * Tue Jul 13 2022 Qing Zhang - 9.2-7.0.3 - Add LoongArch support -- Gitee