automatic version update by autodist [release 1.86.0-1mamba;Fri Apr 04 2025]

This commit is contained in:
Automatic Build System 2025-04-05 14:05:28 +02:00
parent 735650828e
commit e1483938ea

View File

@ -1,6 +1,6 @@
%define stage1 1
Name: rustc
Version: 1.85.1
Version: 1.86.0
Release: 1mamba
Summary: The Rust programming language, designed to be a safe, concurrent, practical language
Group: Applications/Development
@ -14,7 +14,6 @@ License: MIT
BuildRequires: glibc-devel
BuildRequires: libcurl-devel
BuildRequires: libgcc
BuildRequires: libgit2-devel
BuildRequires: libopenssl-devel
BuildRequires: libstdc++6-devel
BuildRequires: libz-devel
@ -89,7 +88,7 @@ debuginfo-level = 1
debuginfo-level-std = 2
%endif
channel = "stable"
description = "openmamba %{name} %{epoch}:%{version}-%{release}"
description = "openmamba %{name} %{?epoch:%epoch:}%{version}-%{release}"
rpath = false
frame-pointers = true
deny-warnings = false
@ -184,16 +183,13 @@ cd -
%files apidocs
%defattr(-,root,root)
%dir %{_datadir}/doc/rust
%{_datadir}/doc/rust/COPYRIGHT
%{_datadir}/doc/rust/LICENSE-*
%{_datadir}/doc/rust/README.md
%{_datadir}/doc/rust/README.md.old
%{_datadir}/doc/rust/html/.lock
%dir %{_datadir}/doc/rust/html
%{_datadir}/doc/rust/html/*
%{_datadir}/doc/rust/*
#%doc README.md
%changelog
* Fri Apr 04 2025 Automatic Build System <autodist@openmamba.org> 1.86.0-1mamba
- automatic version update by autodist
* Wed Mar 19 2025 Automatic Build System <autodist@openmamba.org> 1.85.1-1mamba
- automatic version update by autodist