From ccf64538856d3f085df376b4c2ef9d60cfc15345 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:28:56 +0100 Subject: [PATCH] automatic version update by autodist [release 11.0.0-1mamba;Tue Oct 13 2020] --- compiler-rt.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/compiler-rt.spec b/compiler-rt.spec index 5ef6407..056fe0e 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -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 11.0.0-1mamba +- automatic version update by autodist + * Sat Jul 25 2020 Automatic Build System 10.0.1-1mamba - automatic version update by autodist