|
@@ -8,7 +8,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.47.0
|
|
|
|
|
|
+%global rustc_version 1.48.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}
|
|
@@ -391,6 +391,7 @@ sed -i.try-py3 -e '/try python2.7/i try python3 "$@"' ./configure
|
|
|
|
|
|
%if %without bundled_llvm
|
|
%if %without bundled_llvm
|
|
rm -rf src/llvm-project/
|
|
rm -rf src/llvm-project/
|
|
|
|
+mkdir -p src/llvm-project/libunwind/
|
|
%endif
|
|
%endif
|
|
|
|
|
|
# We never enable emscripten.
|
|
# We never enable emscripten.
|
|
@@ -631,7 +632,6 @@ export RUSTFLAGS="$RUSTFLAGS -C linker=ld.lld -C link-arg=-fuse-ld=lld"
|
|
%dir %{rustlibdir}/%{rust_triple}
|
|
%dir %{rustlibdir}/%{rust_triple}
|
|
%dir %{rustlibdir}/%{rust_triple}/lib
|
|
%dir %{rustlibdir}/%{rust_triple}/lib
|
|
%{rustlibdir}/%{rust_triple}/lib/*.so
|
|
%{rustlibdir}/%{rust_triple}/lib/*.so
|
|
-%exclude %{_bindir}/*miri
|
|
|
|
|
|
|
|
%files std-static
|
|
%files std-static
|
|
%dir %{rustlibdir}
|
|
%dir %{rustlibdir}
|
|
@@ -663,7 +663,6 @@ export RUSTFLAGS="$RUSTFLAGS -C linker=ld.lld -C link-arg=-fuse-ld=lld"
|
|
%{_docdir}/%{name}/html/*/
|
|
%{_docdir}/%{name}/html/*/
|
|
%{_docdir}/%{name}/html/*.html
|
|
%{_docdir}/%{name}/html/*.html
|
|
%{_docdir}/%{name}/html/*.css
|
|
%{_docdir}/%{name}/html/*.css
|
|
-%{_docdir}/%{name}/html/*.ico
|
|
|
|
%{_docdir}/%{name}/html/*.js
|
|
%{_docdir}/%{name}/html/*.js
|
|
%{_docdir}/%{name}/html/*.png
|
|
%{_docdir}/%{name}/html/*.png
|
|
%{_docdir}/%{name}/html/*.svg
|
|
%{_docdir}/%{name}/html/*.svg
|
|
@@ -716,6 +715,9 @@ export RUSTFLAGS="$RUSTFLAGS -C linker=ld.lld -C link-arg=-fuse-ld=lld"
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Dec 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.48.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Fri Oct 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.47.0-1
|
|
* Fri Oct 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.47.0-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|