From ae7a40d31a8670b4de3cfa515574d1f6934779cb Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Mon, 15 Dec 2025 11:08:08 +0800 Subject: [PATCH] enable loongarch64 build --- pigpio.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pigpio.spec b/pigpio.spec index 895017c..9d8b9d6 100644 --- a/pigpio.spec +++ b/pigpio.spec @@ -4,7 +4,7 @@ Name: pigpio Version: 1.79 -Release: 4 +Release: 5 Summary: Raspberry Pi GPIO control transitional package License: Unlicense URL: https://github.com/joan2937/pigpio @@ -31,7 +31,7 @@ AutoProv: yes Provides: pigpio = %{version}-%{release} -ExclusiveArch: aarch64 +ExclusiveArch: aarch64 loongarch64 ExclusiveOS: Linux %description @@ -165,6 +165,9 @@ install -p -m 644 util/pigpiod.service %{buildroot}%{_service_path} %license %{name}-%{version}/UNLICENCE %changelog +* Mon Dec 15 2025 Wenlong Zhang - 1.79-5 +- enable loongarch64 build + * Fri Nov 01 2024 Wenlong Zhang - 1.79-4 - revert to 1.79-2 @@ -177,4 +180,4 @@ install -p -m 644 util/pigpiod.service %{buildroot}%{_service_path} - change installation directory of man files * Mon May 17 2021 Yafen Fang - 1.79-1 -- init package \ No newline at end of file +- init package -- Gitee