From b070f02baa151dd696eb2068fb73b2344cdb1bd3 Mon Sep 17 00:00:00 2001 From: Liwei Ge Date: Tue, 20 Sep 2022 08:58:22 +0800 Subject: [PATCH] spec: rebuild for loongarch --- glib2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glib2.spec b/glib2.spec index 014f79c..38ef7dd 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 %global _changelog_trimtime %(date +%s -d "1 year ago") # See https://fedoraproject.org/wiki/Packaging:Python_Appendix#Manual_byte_compilation @@ -311,6 +311,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/installed-tests %changelog +* Tue Sep 20 2022 Liwei Ge 2.56.4-158.0.2 +- Rebuild for loongarch + * Thu Jan 20 2022 Weitao Zhou 2.56.4-158.0.1 - gdbus: Avoid printing null strings to fix build failed with gcc9.2 -- Gitee