|
@@ -9,7 +9,7 @@
|
|
# Some sub-packages are versioned independently of the rust compiler and runtime itself.
|
|
# Some sub-packages are versioned independently of the rust compiler and runtime itself.
|
|
# Also beware that if any of these are not changed in a version bump, then the release
|
|
# Also beware that if any of these are not changed in a version bump, then the release
|
|
# number should still increase, not be reset to 1!
|
|
# number should still increase, not be reset to 1!
|
|
-%global rustc_version 1.65.0
|
|
+%global rustc_version 1.69.0
|
|
%global cargo_version %{rustc_version}
|
|
%global cargo_version %{rustc_version}
|
|
%global rustfmt_version %{rustc_version}
|
|
%global rustfmt_version %{rustc_version}
|
|
%global rls_version %{rustc_version}
|
|
%global rls_version %{rustc_version}
|
|
@@ -25,8 +25,8 @@
|
|
# To bootstrap from scratch, set the channel and date from src/stage0.txt
|
|
# To bootstrap from scratch, set the channel and date from src/stage0.txt
|
|
# e.g. 1.10.0 wants rustc: 1.9.0-2016-05-24
|
|
# e.g. 1.10.0 wants rustc: 1.9.0-2016-05-24
|
|
# or nightly wants some beta-YYYY-MM-DD
|
|
# or nightly wants some beta-YYYY-MM-DD
|
|
-%global bootstrap_rust 1.64.0
|
|
+%global bootstrap_rust 1.68.2
|
|
-%global bootstrap_cargo 1.64.0
|
|
+%global bootstrap_cargo 1.68.2
|
|
%global bootstrap_channel %{bootstrap_rust}
|
|
%global bootstrap_channel %{bootstrap_rust}
|
|
|
|
|
|
# Only the specified arches will use bootstrap binaries.
|
|
# Only the specified arches will use bootstrap binaries.
|
|
@@ -184,6 +184,7 @@ Provides: rustc = %{version}-%{release}
|
|
Provides: rustc%{?_isa} = %{version}-%{release}
|
|
Provides: rustc%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
Obsoletes: rust-rls < %{version}-%{release}
|
|
Obsoletes: rust-rls < %{version}-%{release}
|
|
|
|
+Obsoletes: rust-analysis < %{version}-%{release}
|
|
|
|
|
|
%if ! %{with miri}
|
|
%if ! %{with miri}
|
|
Obsoletes: rust-miri < %{version}-%{release}
|
|
Obsoletes: rust-miri < %{version}-%{release}
|
|
@@ -361,16 +362,6 @@ This package includes source files for the Rust standard library. It may be
|
|
useful as a reference for code completion tools in various editors.
|
|
useful as a reference for code completion tools in various editors.
|
|
|
|
|
|
|
|
|
|
-%package analysis
|
|
|
|
-Summary: Compiler analysis data for the Rust standard library
|
|
|
|
-Group: programming
|
|
|
|
-Requires: rust-std-static = %{rustc_version}-%{release}
|
|
|
|
-
|
|
|
|
-%description analysis
|
|
|
|
-This package contains analysis data files produced with rustc's -Zsave-analysis
|
|
|
|
-feature for the Rust standard library.
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%if %{with miri}
|
|
%if %{with miri}
|
|
%package miri
|
|
%package miri
|
|
Summary: An interpreter for Rust's mid-level intermediate representation
|
|
Summary: An interpreter for Rust's mid-level intermediate representation
|
|
@@ -535,7 +526,7 @@ export RUSTFLAGS="$RUSTFLAGS -C linker=clang -C link-arg=-fuse-ld=lld"
|
|
%{enable_debuginfo} \
|
|
%{enable_debuginfo} \
|
|
--set rust.codegen-units-std=1 \
|
|
--set rust.codegen-units-std=1 \
|
|
--enable-extended \
|
|
--enable-extended \
|
|
- --tools=analysis,cargo,clippy,rustfmt,rust-analyzer,src \
|
|
+ --tools=cargo,clippy,rustfmt,rust-analyzer,src \
|
|
--enable-vendor \
|
|
--enable-vendor \
|
|
--enable-verbose-tests \
|
|
--enable-verbose-tests \
|
|
--release-channel=%{channel} \
|
|
--release-channel=%{channel} \
|
|
@@ -702,11 +693,7 @@ export RUSTFLAGS="$RUSTFLAGS -C linker=ld.lld -C link-arg=-fuse-ld=lld"
|
|
%{_docdir}/%{name}/html/*.html
|
|
%{_docdir}/%{name}/html/*.html
|
|
%{_docdir}/%{name}/html/*.css
|
|
%{_docdir}/%{name}/html/*.css
|
|
%{_docdir}/%{name}/html/*.js
|
|
%{_docdir}/%{name}/html/*.js
|
|
-%{_docdir}/%{name}/html/*.png
|
|
+%{_docdir}/%{name}/html/robots.txt
|
|
-%{_docdir}/%{name}/html/*.svg
|
|
|
|
-%{_docdir}/%{name}/html/*.woff2
|
|
|
|
-%license %{_docdir}/%{name}/html/*.txt
|
|
|
|
-%license %{_docdir}/%{name}/html/*.md
|
|
|
|
|
|
|
|
%files -n cargo
|
|
%files -n cargo
|
|
%license src/tools/cargo/LICENSE-APACHE src/tools/cargo/LICENSE-MIT src/tools/cargo/LICENSE-THIRD-PARTY
|
|
%license src/tools/cargo/LICENSE-APACHE src/tools/cargo/LICENSE-MIT src/tools/cargo/LICENSE-THIRD-PARTY
|
|
@@ -743,9 +730,6 @@ export RUSTFLAGS="$RUSTFLAGS -C linker=ld.lld -C link-arg=-fuse-ld=lld"
|
|
%dir %{rustlibdir}
|
|
%dir %{rustlibdir}
|
|
%{rustlibdir}/src
|
|
%{rustlibdir}/src
|
|
|
|
|
|
-%files analysis
|
|
|
|
-%{rustlibdir}/%{rust_triple}/analysis/
|
|
|
|
-
|
|
|
|
%files analyzer
|
|
%files analyzer
|
|
%{_bindir}/rust-analyzer
|
|
%{_bindir}/rust-analyzer
|
|
%{_libexecdir}/rust-analyzer-proc-macro-srv
|
|
%{_libexecdir}/rust-analyzer-proc-macro-srv
|
|
@@ -758,6 +742,31 @@ export RUSTFLAGS="$RUSTFLAGS -C linker=ld.lld -C link-arg=-fuse-ld=lld"
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Apr 20 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.69.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- dropped rust-analysis.
|
|
|
|
+
|
|
|
|
+* Wed Mar 29 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.68.2-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
|
|
+* Tue Mar 28 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.68.1-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
|
|
+* Fri Mar 10 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.68.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
|
|
+* Fri Feb 10 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.67.1-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
|
|
+* Fri Jan 27 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.67.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
|
|
+* Wed Jan 11 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.66.1-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
|
|
+* Fri Dec 16 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.66.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Fri Nov 04 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.65.0-1
|
|
* Fri Nov 04 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.65.0-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|