- Add support for loongarch64

OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust1.83?expand=0&rev=2
This commit is contained in:
William Brown 2024-12-04 02:03:25 +00:00 committed by Git OBS Bridge
parent e4c000e481
commit 50e1ecaab8
4 changed files with 29 additions and 1 deletions

BIN
rust-1.83.0-loongarch64-unknown-linux-gnu.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
wsFcBAABCgAQBQJnSHLvCRCFq5bm+hvl/gAAO3wQAM1VPQFOfpPJvV+xApBkd1wt
313g6VD82E2dUR07kdf1mdTOM2xwcpCPlbYS5tqlT6UqwblLpBQJ7QG2PojdxA6h
kPKEX3EhveT9SJxJ7c/f3egMpZR9cXsi82vAUQYXow9Jm2Ob01LOEyzvGqCmBArM
R4Nc0iFr+PltSFglKmzcrBDnwFWEtpFl5y7n8KZwNq96K/ccmTn667ClHZA9xlDk
7Ss183TrubvcdHGvI7u6bJy2s065RwO3AORXgzMlHJoLA/acxswPYPrWPihf34Yu
ZQK9hYznrS143jQQvx0PMtcAF49CopHPlqxuScsadkVu3FOYAD3gVj6otp8f3Jhk
FcjTL/VykCca7IqVU0XqwJn5CXaqVwQdzJB4zOfqtHV8J5ZgZfE8yFjfSMJGoCvT
Yy9bV63J2NDPGHI43UA7sc/DB6L6zd+QBAXX2xvrPJjoS4RWBxyJjxW3ecpGlP+b
BF0y/TrvF1bWxMKfNnkUZswGw9E3JMg7q4xT0vZbiicpQPKrcGbZsrXlZho6Uowv
+RPCt8LnnQibHcWYCyRGpGYA5qe1xCRNWsIrWi0yQi48V70J2kR2K7373KrFAAwC
38mcakbjmxxwjtmAVlppDQr4OA+zZ/Hjp1wu4DesAVPRadd7OnqF8h0PuFYIGZjg
TuZzuIolqF8pkiR9w/VF
=MjQz
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 3 09:51:18 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Add support for loongarch64
-------------------------------------------------------------------
Sat Nov 30 05:23:17 UTC 2024 - Xiaoguang Wang <xiaoguang.wang@suse.com>

View File

@ -246,6 +246,8 @@ Source108: %{dl_url}/rust-%{version_current}-powerpc-unknown-linux-gnu.tar.
NoSource: 108
Source109: %{dl_url}/rust-%{version_current}-riscv64gc-unknown-linux-gnu.tar.xz
NoSource: 109
Source110: %{dl_url}/rust-%{version_current}-loongarch64-unknown-linux-gnu.tar.xz
NoSource: 110
Source200: %{dl_url}/rust-%{version_current}-x86_64-unknown-linux-gnu.tar.xz.asc
NoSource: 200
Source201: %{dl_url}/rust-%{version_current}-i686-unknown-linux-gnu.tar.xz.asc
@ -266,6 +268,8 @@ Source208: %{dl_url}/rust-%{version_current}-powerpc-unknown-linux-gnu.tar.
NoSource: 208
Source209: %{dl_url}/rust-%{version_current}-riscv64gc-unknown-linux-gnu.tar.xz.asc
NoSource: 209
Source210: %{dl_url}/rust-%{version_current}-loongarch64-unknown-linux-gnu.tar.xz.asc
NoSource: 210
# Make factory-auto stop complaining...
Source1000: README.suse-maint
@ -366,7 +370,7 @@ Provides: rust-gdb = %{version}
%if %{without test}
# Restrict the architectures as building rust relies on being
# initially bootstrapped before we can build the n+1 release
ExclusiveArch: x86_64 %{arm} aarch64 ppc ppc64 ppc64le s390x %{ix86} riscv64
ExclusiveArch: x86_64 %{arm} aarch64 ppc ppc64 ppc64le s390x %{ix86} riscv64 loongarch64
%ifarch %{ix86}
ExclusiveArch: i686
%endif