diff --git a/rust-1.90.0-aarch64-unknown-linux-gnu.tar.xz b/rust-1.91.0-aarch64-unknown-linux-gnu.tar.xz similarity index 32% rename from rust-1.90.0-aarch64-unknown-linux-gnu.tar.xz rename to rust-1.91.0-aarch64-unknown-linux-gnu.tar.xz index 174c80eb0e0b2e099bba1fd671cb84a5e1565e81..5412483090158b3fa58ef2c9b6ca3806254ee78a 100644 --- a/rust-1.90.0-aarch64-unknown-linux-gnu.tar.xz +++ b/rust-1.91.0-aarch64-unknown-linux-gnu.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:59f1883fcdd2d7243d2fd1ed19f22e05219251227abacfa3d656aebfbcc5e838 -size 169265824 +oid sha256:62b2b7aeba3a629783263742fc50e7a097349f8dd2d7cdf394ab2723a6b3c7ee +size 169421368 diff --git a/rust-1.90.0-loongarch64-unknown-linux-gnu.tar.xz b/rust-1.91.0-loongarch64-unknown-linux-gnu.tar.xz similarity index 32% rename from rust-1.90.0-loongarch64-unknown-linux-gnu.tar.xz rename to rust-1.91.0-loongarch64-unknown-linux-gnu.tar.xz index de0f16adcb97a828d3dea0b57e1d2b099cb5c173..58aab22b0e840f5e807a87bb35a17d7221d9b914 100644 --- a/rust-1.90.0-loongarch64-unknown-linux-gnu.tar.xz +++ b/rust-1.91.0-loongarch64-unknown-linux-gnu.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:405a53cb03f1958a7bafac4c983293bf3b03139f34370119eb7b07c1ad47adbc -size 262294868 +oid sha256:225bbde56f8a4a59375061aa378308d5257ada6813d612aab150761fafb5b368 +size 258895980 diff --git a/rust-1.90.0-riscv64gc-unknown-linux-gnu.tar.xz b/rust-1.91.0-riscv64gc-unknown-linux-gnu.tar.xz similarity index 32% rename from rust-1.90.0-riscv64gc-unknown-linux-gnu.tar.xz rename to rust-1.91.0-riscv64gc-unknown-linux-gnu.tar.xz index 44a295f9955e0a5c7cd956d3f93af481bf65e17c..950be9b184daee4511ad6cdcc2f80700df33cef5 100644 --- a/rust-1.90.0-riscv64gc-unknown-linux-gnu.tar.xz +++ b/rust-1.91.0-riscv64gc-unknown-linux-gnu.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc2760ab21d5531fafb867f244f045fa3da7bfd16694ea74f77af3695c298867 -size 251333732 +oid sha256:355c19eb1f7c2dc02b7c832247aeadc1de8a3ad72bbb9892618369ccdc21970b +size 248610144 diff --git a/rust-1.90.0-x86_64-unknown-linux-gnu.tar.xz b/rust-1.91.0-x86_64-unknown-linux-gnu.tar.xz similarity index 32% rename from rust-1.90.0-x86_64-unknown-linux-gnu.tar.xz rename to rust-1.91.0-x86_64-unknown-linux-gnu.tar.xz index d3104f61271f8a02b5e3e09f4560342c41aac3bc..c316edf4f17d11685e76d49fe40daeae21a02e65 100644 --- a/rust-1.90.0-x86_64-unknown-linux-gnu.tar.xz +++ b/rust-1.91.0-x86_64-unknown-linux-gnu.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bff8974f2d3ee6c0e6ac926b533f65bbdd3697d2c2b925bdae5f45b9eed10a67 -size 202999512 +oid sha256:5bea12c1911dda5c0a91cee4e9b617a65bcf23a21e2852a17b544936de1f83e3 +size 192170744 diff --git a/rust.spec b/rust.spec index 39f230de4d2930ca45764f6f4015b28b29c92141..c2fcbde270a0aac1b049d8531e47968d9e69e62f 100644 --- a/rust.spec +++ b/rust.spec @@ -1,7 +1,7 @@ %define _lto_cflags %{nil} -%global bootstrap_rust 1.90.0 -%global bootstrap_cargo 1.90.0 -%global bootstrap_channel 1.90.0 +%global bootstrap_rust 1.91.0 +%global bootstrap_cargo 1.91.0 +%global bootstrap_channel 1.91.0 %global bootstrap_date 2025-08-07 %global bootstrap_arches x86_64 aarch64 riscv64 loongarch64 %bcond_with llvm_static @@ -25,8 +25,8 @@ %endif Name: rust -Version: 1.90.0 -Release: 2 +Version: 1.91.0 +Release: 1 Summary: The Rust Programming Language License: Apache-2.0 OR MIT URL: https://www.rust-lang.org @@ -382,7 +382,7 @@ test -r "%{profiler}" --disable-rpath \ %{enable_debuginfo} \ --enable-extended \ - --tools=cargo,clippy,rust-analyzer,rustfmt,src \ + --tools=cargo,clippy,rust-analyzer,rustdoc,rustfmt,src \ --enable-vendor \ --enable-verbose-tests \ %{?codegen_units_std} \ @@ -466,6 +466,7 @@ export %{rust_env} %license %{_pkgdocdir}/html/*.txt %license %{_pkgdocdir}/COPYRIGHT.html %license %{_pkgdocdir}/licenses/ +%exclude %{_sysconfdir}/target-spec-json-schema.json %doc README.md %{_bindir}/rustc %{_bindir}/rustdoc @@ -558,6 +559,9 @@ export %{rust_env} %{_mandir}/man1/cargo*.1* %changelog +* Fri Oct 31 2025 Funda Wang - 1.91.0-1 +- update to 1.91.0 + * Thu Oct 23 2025 Funda Wang - 1.90.0-2 - add conflicts on older version of cargo-rpm-macros diff --git a/rustc-1.90.0-src.tar.xz b/rustc-1.90.0-src.tar.xz deleted file mode 100644 index e02713690190c7ed5d855378e9a1260e11d2a72c..0000000000000000000000000000000000000000 --- a/rustc-1.90.0-src.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bfeaddd90ffda2f063492b092bfed925c4b8c701579baf4b1316e021470daac -size 272348992 diff --git a/rustc-1.90.0-src.tar.xz.asc b/rustc-1.90.0-src.tar.xz.asc deleted file mode 100644 index 715f44b179d5bdd1dd51a7fbc4dd4fbee3e4f6c7..0000000000000000000000000000000000000000 --- a/rustc-1.90.0-src.tar.xz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -wsFcBAABCgAQBQJozAZnCRCFq5bm+hvl/gAAxvcP/iIu9X8JHlzqc9WsOZ8kezPS -pedXOWfUMJdq7BvcYBuhu2O84CeWN2ooiR6OnjHs+wdOfsthFFkt4gIJhTEIkUCu -qgRUDNPZZAw7Q6ioOwdnC4p2QUu8YvJLyUtBsG8JMBwsbeX5cXae9tb5QyNGPHqT -hPdmH1cl5OshgH7qZzCZfcLvf9O4BPcNmbPqqVKspqR8EdTFE4D4mBJmzQ/fyf5U -gLJ5lA3AtAxZt62v9gujIUssKfduqrurfCwO19EA7QMjBfHExQLUhLBz7WoOTzDx -Qxj5taVyjF69GOq3Z0k4SeFLnoG88nRZP2BEgPkXEhJZHW0tlM8p6P37MpbdJscj -IAEbhyj/beLRhxFU5OOVERYJ6p2GnoNk4miufcXnS6xMKabP9UPnjhuCxqBFY17q -sPnJBQApZt1OuP0IuGI4DGkbOm/fDxeIK/VdTGfbInYQXSCLaP1h1F+shQbRHVEo -5W9bKfda9DQPUol2px+QSjngqdBcrR0PNKt7+wuqoPBvEhdLHK29up7qxBdTY4lt -L0fyCwapOUmTbzxXqmfy2jct81wEV0l9eRWKVBoFw/vcRmN5ERqtCRCeDU4vPxVk -qV0DvHaMTeX4n4ZGBPak5XuVkn4HKyQ1fUW06/Xb00vudQSApmHTdxDfJybFFbsw -IsvOcxUEEDSwENyftCkG -=+M9Y ------END PGP SIGNATURE----- diff --git a/rustc-1.91.0-src.tar.xz b/rustc-1.91.0-src.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..725bd20cc6921fbd731959c6aa7953a92a33b0f2 --- /dev/null +++ b/rustc-1.91.0-src.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b94161dba3aa32192e0e75f7891912d98095ffb86087b07a05af35a0265a938 +size 270987196 diff --git a/rustc-1.91.0-src.tar.xz.asc b/rustc-1.91.0-src.tar.xz.asc new file mode 100644 index 0000000000000000000000000000000000000000..d354983f400340f8a7fbf8dc53d9fab0a8f30f30 --- /dev/null +++ b/rustc-1.91.0-src.tar.xz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +wsFcBAABCgAQBQJpA6sPCRCFq5bm+hvl/gAAMcgP/1+xwRfye2U2wL2akskmzT6/ +wDwHUGXHDfF6ACaO9xIQubcKwwcE9+Lqj9XrPLxonVoD7NV89J7qvktNpnSkz2cc +ycq/jXjprec67Dm+cuU7GeRj3J864J662EZR5QyyhlioQDiRhW4S/kFVTSPBxGS1 +JRq8n8qUyP7+RCI3U/1RvaU+E4Vhd/6RZD27rrJhiuLXT3lHbybUxqPxl5IBGiw9 +I9RDvZkN/cXsr0tIVfdVl3bsFiqkrtliL1JZZjWDuZFOxwA2Umq4t2Y8Jvyz5M1E +Ddc/TJI0a7bkL+fulSfHF7axgT4u2+H7CZahEPyExxt7Ason8NrYU5KVihlsQdDZ +n1GsPUzV61SiHlpp7lSR6W034l2eqr8dhDD/nH7Lk3kxbSNWBiOQJB3qrEZcXO2R +qIeplzfZH33yzjIWLDQ+aTZqFHQwo90fjkKNajOH2fakLme+8b8VaKgVFOj9HQs6 +86QOdDYY9+OkiiaEyuWeoA0s3K77TW3X5s7MNhRRu5lKEqLhxTKgfYiYfjbmOgNg +OzDB/WVjLDrJHb255KIdxvIRUhKcouRLSQwlLKA1wPT/RxjypUJozV+VKPldcV4h +UfODSFXZ6NTAYn+ZDv8cRHt6SjaSPVzFcFtXmf+cR1/RHvjBJPSmeauV8k+8IUeE +Kl6JhFWvS4dL3gNpN6Pw +=6NgS +-----END PGP SIGNATURE-----