From 3a1ac29a132168122b55674197a85ac68e2e27e6 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Wed, 25 Jun 2025 13:36:54 +0800 Subject: [PATCH] enable loongarch --- glade.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/glade.spec b/glade.spec index e69be31..e299a87 100644 --- a/glade.spec +++ b/glade.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 Name: glade Version: 3.40.0 @@ -13,8 +13,6 @@ License: GPLv2+ and LGPLv2+ URL: https://glade.gnome.org/ Source0: https://download.gnome.org/sources/glade/3.40/glade-%{version}.tar.xz -ExcludeArch: loongarch64 - BuildRequires: desktop-file-utils BuildRequires: docbook-style-xsl BuildRequires: gcc @@ -131,6 +129,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Glade.de %doc AUTHORS NEWS %changelog +* Wed Jun 25 2025 mgb01105731 - 3.40.0-5 +- enable loongarch64 + * Fri Jun 20 2025 mgb01105731 - 3.40.0-4 - Rebuild with webkitgtk 2.48.1 - exclude loongarch64 -- Gitee