rust: version bump to 1.78.0

This commit is contained in:
suvari
2024-06-11 23:57:09 +03:00
parent edaa25d8d8
commit f25b9df567
2 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ def install():
# shelltools.export("RUST_BACKTRACE", "1")
shelltools.system("DESTDIR=%s python3 ./x.py install" % get.installDIR())
pisitools.remove("/usr/bin/*.old")
# pisitools.remove("/usr/bin/*.old")
#pisitools.insinto("/", "build/x86_64-unknown-linux-gnu/stage0/etc")
#pisitools.insinto("/usr", "build/x86_64-unknown-linux-gnu/stage0/bin")
#pisitools.insinto("/usr", "build/x86_64-unknown-linux-gnu/stage0/lib")
+13 -6
View File
@@ -12,15 +12,15 @@
<IsA>app</IsA>
<Summary>Systems programming language focused on safety, speed and concurrency</Summary>
<Description>Systems programming language focused on safety, speed and concurrency</Description>
<Archive sha1sum="21ffefc0e96bd8000eefe2ad0e2dd9f532d0c695" type="targz">https://static.rust-lang.org/dist/rustc-1.75.0-src.tar.gz</Archive>
<Archive sha1sum="e6556729cf1098b6347ae3c803b171a9c31922b0" type="targz">https://static.rust-lang.org/dist/rustc-1.78.0-src.tar.gz</Archive>
<!-- Not: İkinci aşamada aşağıdaki satıra ihtiyaç olmayacak. Yoruma çevrilebilir. -->
<!-- The line below will be unnecessary at phase 2, can be commented out. -->
<Archive sha1sum="7e43219725ff4f0d9e955a3c27b0f266a157e225" type="targz" target="rustc-1.75.0-src">https://static.rust-lang.org/dist/rust-1.75.0-x86_64-unknown-linux-gnu.tar.gz</Archive>
<Archive sha1sum="03d89cfdd013996f9911165ffb5790c5fd16f059" type="targz" target="rustc-1.78.0-src">https://static.rust-lang.org/dist/rust-1.78.0-x86_64-unknown-linux-gnu.tar.gz</Archive>
<AdditionalFiles>
<AdditionalFile target="config.toml">bootstrap-config.toml</AdditionalFile>
</AdditionalFiles>
<BuildDependencies>
<Dependency versionFrom="1.75.0">rust</Dependency>
<Dependency versionFrom="1.78.0">rust</Dependency>
<Dependency>perl</Dependency>
<Dependency versionFrom="15.0.7">llvm</Dependency>
<Dependency>cmake</Dependency>
@@ -58,9 +58,9 @@
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<!-- <Path fileType="data">/usr/share</Path> -->
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<!-- <Path fileType="doc">/usr/share/doc</Path> -->
<Path fileType="data">/usr/share/zsh</Path>
</Files>
</Package>
@@ -72,11 +72,18 @@
<Dependency release="current">rust</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/doc/rust/html</Path>
<Path fileType="data">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="33">
<Date>2024-06-11</Date>
<Version>1.78.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="32">
<Date>2023-12-29</Date>
<Version>1.75.0</Version>