- Let clang recommend gcc and glibc-devel as we need both for

building executables. No hard requirement because Clang can be
  used as a frontend only. (boo#1191587)
- Set minimal CMake version required.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm13?expand=0&rev=4
This commit is contained in:
Aaron Puchert
2021-11-02 23:23:47 +00:00
committed by Git OBS Bridge
parent ec82236197
commit cb3116b930
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 2 21:18:57 UTC 2021 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Let clang recommend gcc and glibc-devel as we need both for
building executables. No hard requirement because Clang can be
used as a frontend only. (boo#1191587)
- Set minimal CMake version required.
-------------------------------------------------------------------
Tue Nov 2 13:30:06 UTC 2021 - Martin Liška <mliska@suse.cz>