automatic version update by autodist [release 1.52.1-1mamba;Tue May 11 2021]

This commit is contained in:
Automatic Build System 2024-01-05 17:35:27 +01:00
parent 9cd6a9fce5
commit b8d05735b1

View File

@ -1,6 +1,6 @@
%define stage1 1
Name: rustc
Version: 1.51.0
Version: 1.52.1
Release: 1mamba
Summary: The Rust programming language, designed to be a safe, concurrent, practical language
Group: Applications/Development
@ -13,7 +13,7 @@ Patch0: rustc-1.25.0-disable-llvm-ocaml-binding.patch
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libcurl-devel
BuildRequires: libgcc
BuildRequires: libgit2-devel
BuildRequires: libopenssl-devel
@ -45,8 +45,9 @@ This package contains the documentation for %{name}.
%debug_package
%prep
%setup -q -n %{name}-%{version}-src -D -T
:<< _EOF
%setup -q -n %{name}-%{version}-src
#-D -T
#:<< _EOF
#%patch0 -p0
cat <<EOF > config.toml
@ -87,7 +88,7 @@ rpath = false
EOF
%build
:<< _EOF
#:<< _EOF
./x.py build %{_smp_mflags}
%install
@ -195,6 +196,9 @@ cd -
#%doc README.md
%changelog
* Tue May 11 2021 Automatic Build System <autodist@mambasoft.it> 1.52.1-1mamba
- automatic version update by autodist
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 1.51.0-1mamba
- automatic version update by autodist