diff --git a/rustc.spec b/rustc.spec index 8005b4d..1600cdb 100644 --- a/rustc.spec +++ b/rustc.spec @@ -1,6 +1,6 @@ %define stage1 1 Name: rustc -Version: 1.72.1 +Version: 1.74.1 Release: 1mamba Summary: The Rust programming language, designed to be a safe, concurrent, practical language Group: Applications/Development @@ -15,6 +15,7 @@ License: MIT BuildRequires: glibc-devel BuildRequires: libcurl-devel BuildRequires: libgcc +BuildRequires: libgit2-devel BuildRequires: libopenssl-devel BuildRequires: libstdc++6-devel BuildRequires: libz-devel @@ -94,7 +95,7 @@ rpath = false EOF %build -#:<< _EOF +:<< _EOF ./x.py build %{_smp_mflags} %install @@ -175,7 +176,7 @@ cd - %{_libdir}/rustlib/%{_arch}-unknown-linux-gnu/* %endif %endif -%{_prefix}/libexec/cargo-credential-1password +#%{_prefix}/libexec/cargo-credential-1password %{_prefix}/libexec/rust-analyzer-proc-macro-srv %files apidocs @@ -191,6 +192,12 @@ cd - #%doc README.md %changelog +* Sat Dec 23 2023 Automatic Build System 1.74.1-1mamba +- automatic version update by autodist + +* Sat Oct 07 2023 Automatic Build System 1.73.0-1mamba +- automatic version update by autodist + * Wed Sep 20 2023 Automatic Build System 1.72.1-1mamba - automatic version update by autodist