Accepting request 990318 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/990318 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=9
This commit is contained in:
commit
f5a62698fc
4
_service
4
_service
@ -1,11 +1,9 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://github.com/rust-lang/rustup.git</param>
|
||||
<!-- <param name="url">https://github.com/Firstyear/rustup.git</param> -->
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">1.24.3</param>
|
||||
<!-- <param name="revision">1.24.3-patch-symlink-no-self-update</param> -->
|
||||
<param name="revision">1.25.1</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c0283d3ac36e7ea219553730eb5b80a4e8bd9b600b6fc174eb15a843f4e0252
|
||||
size 561908
|
3
rustup-1.25.1~0.tar.xz
Normal file
3
rustup-1.25.1~0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7a285c3705588418179bef94ecff4bd46ced998dec763a8226ca91b4a1b0da6
|
||||
size 598104
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 20 02:13:49 UTC 2022 - william.brown@suse.com
|
||||
|
||||
- Update to version 1.25.1~0:
|
||||
* (docker): Update freebsd dockerfile to expect 12 not 11
|
||||
* (changelog): Add 1.25.1
|
||||
* (rustup-init.sh): Update version to match 1.25.1 release
|
||||
* (Cargo): Update to 1.25.1
|
||||
* Revert "Set RUSTC and RUSTDOC env for child processes run through the proxy"
|
||||
* (changelog): Fix typo
|
||||
* Make `report_error` not be `#[cfg(windows)]`
|
||||
* fix just one doc typo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 20 03:33:05 UTC 2022 - William Brown <william.brown@suse.com>
|
||||
|
||||
|
@ -29,7 +29,7 @@ Obsoletes: %{1}1.52%{?2:-%{2}} < %{rust_version} \
|
||||
Obsoletes: %{1}1.51%{?2:-%{2}} < %{rust_version}
|
||||
|
||||
Name: rustup
|
||||
Version: 1.24.3~0
|
||||
Version: 1.25.1~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
|
||||
@ -87,7 +87,8 @@ install -m 0755 %{_builddir}/%{name}-%{version}/target/release/rustup-init %{bui
|
||||
# modifying .bashrc etc. It's supposed to be called only once.
|
||||
# rustup doesn't perform those steps and it only manages toolchains. It
|
||||
# can be used the entire time.
|
||||
# ln -sf rustup %{buildroot}%{_bindir}/rustup-init
|
||||
#
|
||||
# https://github.com/rust-lang/rustup/blob/master/src/lib.rs#L21
|
||||
ln -sf rustup %{buildroot}%{_bindir}/rustc
|
||||
ln -sf rustup %{buildroot}%{_bindir}/rustdoc
|
||||
ln -sf rustup %{buildroot}%{_bindir}/cargo
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aafc5374b2c165cd3224e43a8ac446d04b01b454c4ffc60e17d8700326472a3c
|
||||
size 32661280
|
||||
oid sha256:c389a1d9cecefc4cdd852ff072c1ab705c6fa2bbdfcd6ca8bee518582d86dcc6
|
||||
size 34049648
|
||||
|
Loading…
x
Reference in New Issue
Block a user