- modified check for llvm version in a way so it works also with

older llvm packages (by making use of "llvm-config -version"), 
  where there is %{_llvm_sonum} macro defined yet

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=868
This commit is contained in:
2019-09-26 14:49:27 +00:00
committed by Git OBS Bridge
parent 12a4620232
commit c21293ead2
4 changed files with 10 additions and 12 deletions

View File

@@ -8,6 +8,9 @@ Thu Sep 26 14:03:05 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
* Mesa-libGLESv2-devel
since the header files for OpenGL, GLES, EGL, and GLX are now
included by libglvnd-devel
- modified check for llvm version in a way so it works also with
older llvm packages (by making use of "llvm-config -version"),
where there is %{_llvm_sonum} macro defined yet
-------------------------------------------------------------------
Wed Sep 25 18:34:34 UTC 2019 - Aaron Puchert <aaronpuchert@alice-dsl.net>