automatic version update by autodist [release 11.0.0-1mamba;Tue Oct 13 2020]

This commit is contained in:
Automatic Build System 2024-01-05 21:28:56 +01:00
parent 35870046fb
commit ccf6453885

View File

@ -1,7 +1,7 @@
%define gccver %(gcc -dumpversion)
%define majver %(echo %version | cut -d. -f1-2)
Name: compiler-rt
Version: 10.0.1
Version: 11.0.0
Release: 1mamba
Summary: Runtime libraries compiler for clang
Group: Development/Languages
@ -23,6 +23,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Runtime libraries compiler for clang.
%debug_package
%prep
%setup -q -n compiler-rt-%{version}.src
#-D -T
@ -58,7 +60,7 @@ mv %{buildroot}%{_prefix}/{share/*.txt,%{_lib}/clang/%{version}/share/}
%files
%defattr(-,root,root)
%ifarch x86_64
%ifarch x86_64 aarch64
%{_bindir}/hwasan_symbolize
%endif
%{_includedir}/fuzzer/*.h
@ -72,6 +74,9 @@ mv %{buildroot}%{_prefix}/{share/*.txt,%{_lib}/clang/%{version}/share/}
%doc LICENSE.TXT
%changelog
* Tue Oct 13 2020 Automatic Build System <autodist@mambasoft.it> 11.0.0-1mamba
- automatic version update by autodist
* Sat Jul 25 2020 Automatic Build System <autodist@mambasoft.it> 10.0.1-1mamba
- automatic version update by autodist