Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rustup for openSUSE:Factory checked in at 2023-06-06 19:55:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rustup (Old) and /work/SRC/openSUSE:Factory/.rustup.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rustup" Tue Jun 6 19:55:59 2023 rev:18 rq:1090993 version:1.26.0~0 Changes: -------- --- /work/SRC/openSUSE:Factory/rustup/rustup.changes 2023-04-14 13:13:49.143818094 +0200 +++ /work/SRC/openSUSE:Factory/.rustup.new.15902/rustup.changes 2023-06-06 19:56:46.266655338 +0200 @@ -1,0 +2,169 @@ +Sat Jun 03 02:57:57 UTC 2023 - [email protected] + +- Update to version 1.26.0~0: + * Update commit sha in rustup-init.sh again + * Update changelog to add more contributors + * Remove test + * Better error instead of show the help + * Print help when a ValueValidation error occurs + * Revert `Update Rust crate term to v0.7.0` + * Update network-proxies.md + * Fix RUSTUP_PERMIT_COPY_RENAME condition so it is actually used + * Add a test for only options command + * Update UI tests + * Set SubcommandRequiredElseHelp correctly + * Add preload directive to HSTS header + * Remove useless link + * Update changelog about remove GPG signature support + * Update toolchain for android + * Use llvm-ranlib + * Use llvm-ar + * Update toolchain + * Revert "Temporarily disable the android tests" + * Mention remove GPG signature support + * Add all contributors + * Update CHANGELOG for v1.26.0 + * Update commit sha in rustup-init.sh again + * Remove `show keys` subcommand + * Move trycmd to dev-dependencies + * Remove GPG signature support + * Clippy fixes + * Clippy fixes + * Add RUSTUP_WINDOWS_PATH_ADD_BIN + * Don't add toolchain bin to PATH on Windows + * Fix broken CI for rust-x86_64-unknown-illumos + * Regen the GitHub actions for windows + * Add target env for windows + * Update commit sha in rustup-init.sh again + * Bump fs_at from v0.1.1 to v0.1.3 + * Update commit sha in rustup-init.sh + * Bump version to 1.26.0 + * Remove extra new line after help + * Make match statements better + * Run the tests on x86_64-pc-windows-msvc + * Update rustup mode tests + * Update setup mode tests + * Fix broken test path + * Build debug and release in different jobs + * Cap the maximum hard links per file + * Update Rust crate trycmd to 0.14.13 + * Bump remove_dir_all + * Bump clap to 3.0 + * Put self update test servers in test root + * Hardlink rustup-init in the test suite + * Update Rust crate tempfile to 3.4 + * Run integration tests as a single binary + * Make gen-workflows.sh executable + * Remove use of hardlinks to symlinks on macOS. + * Update Rust crate curl to 0.4.44 + * Fix deprecated set-output warnings + * Update Rust crate once_cell to 1.17.1 + * Use workspace inheritance + * Enable Windows aarch64 builds on Stable + * Migrate HostGoesMissing + * Migrate cli-rustup to with_scenario + * Introduce constant dist dirs for testing + * expect_ok takes mutable Config + * change_dir takes mutable Config + * Lock file maintenance + * Fix some more clippy-related issues. + * Do all builds together in CI + * Fix build on Windows + * Update Rust crate trycmd to 0.14.12 + * Migrate callers to the new names + * Move calls from fn(&config) to self.fn + * Update Rust crate winreg to 0.11 + * Temporarily disable the android tests + * add some explains for `--default-toolchain none` + * Add ui test for the rustup-init.sh + * fmt + * Report duration of executed test commands + * Make test process stdout/err clearer + * Test the up aliases exist via help text + * Update ubuntu Docker tag to v22 + * Update actions/upload-artifact action to v3 + * Update Rust crate winreg to 0.10 + * doc: add links for the aarch64-apple-darwin files + * Use `Command::get_envs` in env_var + * Update comment about CARGO_HOME on Windows + * Update Rust crate zstd to 0.12 + * Update Rust crate url to 2.3 + * Fix windows tests + * Add test for cli ui + * Update Rust crate anyhow to 1.0.69 + * Use beta and give more explanation + * Make clippy::needless-lifetimes happy + * Make clippy::needless-borrow happy + * Fix chrono deprecation warnings + * clippy::uninlined_format_args: Apply clippy suggestions + * Bump the centos image version + * Remove temporary fix for the docker ci + * fix(deps): update rust crate opener to 0.5.2 + * Rename from EventResult to DownloadCallback + * Fix `type_complexity` error + * allow to quickly edit a page directly on github + * Fix `derive_partial_eq_without_eq` clippy error + * Update MSVC installation image highlights + * Spelling and grammar fixes + * Add type parameter to prepend_path + * Remove space from comment + * Fix prepend_unique_path test on Windows + * Fix duplicated PATH entries + * chore(deps): lock file maintenance + * Update actions/checkout action to v3 + * Expand on when VS Community isn't appropriate + * Highlight relevant area of images + * doc: Recommend tracking Cargo.lock with rust-toolchain + * Update Rust crate term to v0.7.0 + * Update Rust crate effective-limits to 0.5.5 + * Test Renovate branches directly + * Lock file maintenance + * Update Rust crate sequoia-openpgp to 1.13 + * Update Rust crate rs_tracing to 1.1.0 + * Update Rust crate retry to 1.3.1 + * Update Rust crate num_cpus to 1.15 + * Update Rust crate enum-map to 2.4.2 + * Update GitHub Actions templates + * Update actions/cache action to v3 + * Add -x and enable SC1090 + * Fix shell check warning + * Renovate tweaks + * Update Rust crate anyhow to 1.0.68 + * Tweak initial config + * Put renovate.json in a better place + * Add renovate.json + * Improve a help message for `doc --rustdoc` + * Fix typo + * Use auto deref + * Add automatic resume flag when retrying download with curl + * Add "Proxy" to terminology page + * Remove needless borrow + * Update to home 0.5.4 + * Fix broken GitHub Actions + * Fix typos + * Update code to use `home::env as home` as suggested + * Add details of each setting in the toolchain file + * Update home usage to new env fn + * Bump pulldown-cmark version to 0.9 + * Let Clap wrap help texts automatically + * Apply suggestions from code review + * Improve Windows MSVC install instructions + * Add support for loongarch64 + * Add DisplayVersion for rustup to registry on Windows. + * Add `up` as an alias of `update` + * Move rust-analyzer to DUP_TOOLS + * Add rust-analyzer proxy. + * Unify the msg of the prompt when downloading self-update + * Improve error message when there is an error caused by override file + * (changelog): Fix links to tags + * Improved warning message for System-Rust-override + * Clippy lint + * Remove snapcraft build and runtime support entirely + * Use `if` instead of `$?` + * Correctly propagate subshell failures in rustup-init + * (toolchain): Toolchain names must not be empty +- Remove upstreamed patches +* 0000-rustup-add-rust-analyzer-proxy.patch +* 0001-rustup-move-rust-analyzer.patch + +------------------------------------------------------------------- Old: ---- 0000-rustup-add-rust-analyzer-proxy.patch 0001-rustup-move-rust-analyzer.patch rustup-1.25.2~0.tar.zst New: ---- rustup-1.26.0~0.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rustup.spec ++++++ --- /var/tmp/diff_new_pack.c6xtKQ/_old 2023-06-06 19:56:47.710663899 +0200 +++ /var/tmp/diff_new_pack.c6xtKQ/_new 2023-06-06 19:56:47.714663924 +0200 @@ -29,7 +29,7 @@ Obsoletes: %{1}1.51%{?2:-%{2}} < %{rust_version} Name: rustup -Version: 1.25.2~0 +Version: 1.26.0~0 Release: 0 Summary: A tool for managing user Rust toolchains License: (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT @@ -39,10 +39,6 @@ Source1: vendor.tar.zst Source2: cargo_config Source3: %{name}-rpmlintrc -#PATCH-FIX-UPSTREAM https://github.com/rust-lang/rustup/commit/b5639d3fc0a52ed247973b15ff6fdbf36849bd3a.patch -Patch0: 0000-rustup-add-rust-analyzer-proxy.patch -#PATCH-FIX-UPSTREAM https://github.com/rust-lang/rustup/commit/0bfe6232a40dba83487e07d2a7cec73eaa151591.patch -Patch1: 0001-rustup-move-rust-analyzer.patch BuildRequires: cargo-packaging BuildRequires: pkgconfig(openssl) # For system linker @@ -80,8 +76,6 @@ %prep %setup -q %setup -qa1 -%patch0 -p1 -%patch1 -p1 cp %{SOURCE2} .cargo/config # Remove exec bits to prevent an issue in fedora shebang checking. Uncomment only if required. find vendor -type f -name \*.rs -exec chmod -x '{}' \; ++++++ _service ++++++ --- /var/tmp/diff_new_pack.c6xtKQ/_old 2023-06-06 19:56:47.758664185 +0200 +++ /var/tmp/diff_new_pack.c6xtKQ/_new 2023-06-06 19:56:47.762664207 +0200 @@ -5,7 +5,7 @@ <param name="scm">git</param> <!-- Set this commit to add rust-analyzer support --> <!-- <param name="revision">8f6b53628ad996ad86f9c6225fa500cddf860905</param> --> - <param name="revision">1.25.2</param> + <param name="revision">1.26.0</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.c6xtKQ/_old 2023-06-06 19:56:47.782664326 +0200 +++ /var/tmp/diff_new_pack.c6xtKQ/_new 2023-06-06 19:56:47.782664326 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/rust-lang/rustup.git</param> - <param name="changesrevision">17db695f1111fb78f9c0d1b83da0b34723fdf04d</param></service></servicedata> + <param name="changesrevision">5af9b9484c1bb7a747700af5940ff9c479801dc8</param></service></servicedata> (No newline at EOF) ++++++ cargo_config ++++++ --- /var/tmp/diff_new_pack.c6xtKQ/_old 2023-06-06 19:56:47.802664445 +0200 +++ /var/tmp/diff_new_pack.c6xtKQ/_new 2023-06-06 19:56:47.806664468 +0200 @@ -1,11 +1,6 @@ [source.crates-io] replace-with = "vendored-sources" -[source."https://github.com/rbtcollins/home"] -git = "https://github.com/rbtcollins/home" -rev = "a243ee2fbee6022c57d56f5aa79aefe194eabe53" -replace-with = "vendored-sources" - [source.vendored-sources] directory = "vendor" (No newline at EOF) ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.c6xtKQ/_old and /var/tmp/diff_new_pack.c6xtKQ/_new differ
