diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 09ba841..686931a 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Apr 18 09:07:57 UTC 2018 - sndirsch@suse.com + +- enabled opencl and that way also Mesa-gallium on 42.3 since we + now build against llvm 6; this also fixes the requirements from + Mesa-32bit to Mesa-gallium-32bit in baselibs.conf (reported by + community) + ------------------------------------------------------------------- Thu Apr 5 08:37:03 UTC 2018 - msrb@suse.com diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index 0592db7..6eac320 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -68,8 +68,7 @@ %define with_nine 1 %endif -%if 0%{gallium_loader} && 0%{?suse_version} >= 1330 -# llvm >= 3.9 not provided for <= 1330 +%if 0%{gallium_loader} %ifnarch ppc %define with_opencl 1 %endif diff --git a/Mesa.changes b/Mesa.changes index 09ba841..686931a 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Apr 18 09:07:57 UTC 2018 - sndirsch@suse.com + +- enabled opencl and that way also Mesa-gallium on 42.3 since we + now build against llvm 6; this also fixes the requirements from + Mesa-32bit to Mesa-gallium-32bit in baselibs.conf (reported by + community) + ------------------------------------------------------------------- Thu Apr 5 08:37:03 UTC 2018 - msrb@suse.com diff --git a/Mesa.spec b/Mesa.spec index fdbcde4..c908861 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -67,8 +67,7 @@ %define with_nine 1 %endif -%if 0%{gallium_loader} && 0%{?suse_version} >= 1330 -# llvm >= 3.9 not provided for <= 1330 +%if 0%{gallium_loader} %ifnarch ppc %define with_opencl 1 %endif