diff --git a/compiler-rt.spec b/compiler-rt.spec index bad5c28..04c25f4 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: 11.0.1 +Version: 11.1.0 Release: 1mamba Summary: Runtime libraries compiler for clang Group: Development/Languages @@ -18,7 +18,6 @@ BuildRequires: libgcc BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END Requires(pre): clang -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Runtime libraries compiler for clang. @@ -74,6 +73,9 @@ mv %{buildroot}%{_prefix}/{share/*.txt,%{_lib}/clang/%{version}/share/} %doc LICENSE.TXT %changelog +* Mon Mar 01 2021 Automatic Build System 11.1.0-1mamba +- automatic version update by autodist + * Mon Jan 11 2021 Automatic Build System 11.0.1-1mamba - automatic version update by autodist