diff --git a/wayland.changes b/wayland.changes index 279ba79..079ab52 100644 --- a/wayland.changes +++ b/wayland.changes @@ -5,7 +5,7 @@ Tue Nov 20 12:57:23 UTC 2018 - sndirsch@suse.com repo remains enabled for SP1. (This is unlike Leap, where a 15.1 system will have no 15.0 directories.) As such, to force the upgrade from Mesa:libwayland-egl1 to wayland:libwayland-egl1, - the number in wayland is bumped to >18. + the number in wayland is bumped to >18 for those distros. ------------------------------------------------------------------- Mon Nov 19 17:12:57 UTC 2018 - sndirsch@suse.com diff --git a/wayland.spec b/wayland.spec index da40e6e..cb9fd10 100644 --- a/wayland.spec +++ b/wayland.spec @@ -16,8 +16,11 @@ # %define _version 1.16.0 -# Set this to back to _version for SLEap 16. +%if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1550 %define eglversion 99~%_version +%else +%define eglversion %_version +%endif %define lname libwayland0 Name: wayland