From 1f11eb7e94b742fa9d5d7870edfca23d3793af662e51d1ed980ce2fc4b1152fd Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 26 Nov 2018 10:16:34 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=90 --- wayland.changes | 2 +- wayland.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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