已开启
enable loongarch64 build #15
zhangwenlong01创建于 2025年12月15日
enable loongarch64 build #15
已开启
从refs/pull/15/head合入到openEuler-24.03-LTS-Next
共 1 个文件变更+6-3
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | Name: pigpio | 5 | Name: pigpio |
| 6 | Version: 1.79 | 6 | Version: 1.79 |
| 7 | -Release: 4 | 7 | +Release: 5 |
| 8 | Summary: Raspberry Pi GPIO control transitional package | 8 | Summary: Raspberry Pi GPIO control transitional package |
| 9 | License: Unlicense | 9 | License: Unlicense |
| 10 | URL: https://github.com/joan2937/pigpio | 10 | URL: https://github.com/joan2937/pigpio |
| @@ -31,7 +31,7 @@ AutoProv: yes | |||
| 31 | 31 | ||
| 32 | Provides: pigpio = %{version}-%{release} | 32 | Provides: pigpio = %{version}-%{release} |
| 33 | 33 | ||
| 34 | -ExclusiveArch: aarch64 | 34 | +ExclusiveArch: aarch64 loongarch64 |
| 35 | ExclusiveOS: Linux | 35 | ExclusiveOS: Linux |
| 36 | 36 | ||
| 37 | %description | 37 | %description |
| @@ -165,6 +165,9 @@ install -p -m 644 util/pigpiod.service %{buildroot}%{_service_path} | |||
| 165 | %license %{name}-%{version}/UNLICENCE | 165 | %license %{name}-%{version}/UNLICENCE |
| 166 | 166 | ||
| 167 | %changelog | 167 | %changelog |
| 168 | +* Mon Dec 15 2025 Wenlong Zhang <zhangwenlong@loongson.cn> - 1.79-5 | ||
| 169 | +- enable loongarch64 build | ||
| 170 | + | ||
| 168 | * Fri Nov 01 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 1.79-4 | 171 | * Fri Nov 01 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 1.79-4 |
| 169 | - revert to 1.79-2 | 172 | - revert to 1.79-2 |
| 170 | 173 | ||
| @@ -177,4 +180,4 @@ install -p -m 644 util/pigpiod.service %{buildroot}%{_service_path} | |||
| 177 | - change installation directory of man files | 180 | - change installation directory of man files |
| 178 | 181 | ||
| 179 | * Mon May 17 2021 Yafen Fang<yafen@iscas.ac.cn> - 1.79-1 | 182 | * Mon May 17 2021 Yafen Fang<yafen@iscas.ac.cn> - 1.79-1 |
| 180 | -- init package | 183 | +- init package |