diff --git a/wayland.changes b/wayland.changes index 6b5fd8f..e4b58c0 100644 --- a/wayland.changes +++ b/wayland.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Aug 13 15:36:12 UTC 2018 - sndirsch@suse.com + +- devel package: add Provides/Obsoletes for libwayland-egl-devel + for the devel files, which were previously built by Mesa; see also + https://build.opensuse.org/request/show/613048 + ------------------------------------------------------------------- Wed May 23 14:57:15 UTC 2018 - bjorn.lie@gmail.com diff --git a/wayland.spec b/wayland.spec index 6562d8d..3838756 100644 --- a/wayland.spec +++ b/wayland.spec @@ -107,6 +107,10 @@ Requires: libwayland-client0 = %version Requires: libwayland-cursor0 = %version Requires: libwayland-egl1 = %version Requires: libwayland-server0 = %version +%if 0%{?suse_version} >= 1550 +Provides: libwayland-egl-devel = 18.1.5 +Obsoletes: libwayland-egl-devel < 18.1.5 +%endif %description devel Wayland is a protocol for a compositor to talk to its clients as well