- only use 'BuildRequires:llvm-devel >= 9.0.0' for TW/factory; for

older products still use 'BuildRequires: llvm9-devel'; fixed
  build on openSUSE Leap 15.2

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=926
This commit is contained in:
Stefan Dirsch 2020-02-18 15:18:38 +00:00 committed by Git OBS Bridge
parent 4c3a5ac5ed
commit 43b9422337
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Feb 18 15:16:13 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- only use 'BuildRequires:llvm-devel >= 9.0.0' for TW/factory; for
older products still use 'BuildRequires: llvm9-devel'; fixed
build on openSUSE Leap 15.2
-------------------------------------------------------------------
Sun Feb 16 12:00:17 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -214,7 +214,7 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8
BuildRequires: pkgconfig(wayland-server) >= 1.11
%endif
%if 0%{with_llvm}
%if 0%{?is_opensuse}
%if 0%{?suse_version} >= 1550
BuildRequires: llvm-devel >= 9.0.0
%else
BuildRequires: llvm9-devel
@ -736,7 +736,7 @@ programs against the XA state tracker.
rm -rf docs/README.{VMS,WIN32,OS2}
%if 0%{with_llvm}
%if 0%{?is_opensuse}
%if 0%{?suse_version} >= 1550
%if %{pkg_vcmp llvm-devel >= 9.0}
%patch1 -p1
%endif

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Feb 18 15:16:13 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- only use 'BuildRequires:llvm-devel >= 9.0.0' for TW/factory; for
older products still use 'BuildRequires: llvm9-devel'; fixed
build on openSUSE Leap 15.2
-------------------------------------------------------------------
Sun Feb 16 12:00:17 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -213,7 +213,7 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8
BuildRequires: pkgconfig(wayland-server) >= 1.11
%endif
%if 0%{with_llvm}
%if 0%{?is_opensuse}
%if 0%{?suse_version} >= 1550
BuildRequires: llvm-devel >= 9.0.0
%else
BuildRequires: llvm9-devel
@ -735,7 +735,7 @@ programs against the XA state tracker.
rm -rf docs/README.{VMS,WIN32,OS2}
%if 0%{with_llvm}
%if 0%{?is_opensuse}
%if 0%{?suse_version} >= 1550
%if %{pkg_vcmp llvm-devel >= 9.0}
%patch1 -p1
%endif