From c074d72ff50802d37fbc6f152f1eb7fe92fcece1 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sep 27 2022 13:06:44 +0000 Subject: import egl-wayland-1.1.9-2.el9 --- diff --git a/SPECS/egl-wayland.spec b/SPECS/egl-wayland.spec index 269177c..4f3a708 100644 --- a/SPECS/egl-wayland.spec +++ b/SPECS/egl-wayland.spec @@ -1,6 +1,6 @@ Name: egl-wayland Version: 1.1.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Wayland EGL External Platform library License: MIT @@ -50,7 +50,7 @@ sed -i -e 's@>= 0.50@>= 0.47@g' meson.build %install %meson_install install -m 0755 -d %{buildroot}%{_datadir}/egl/egl_external_platform.d/ -install -pm 0644 %{SOURCE1} %{buildroot}%{_datadir}/egl/egl_external_platform.d/ +install -pm 0644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_datadir}/egl/egl_external_platform.d/ find %{buildroot} -name '*.la' -exec rm -f {} ';' @@ -62,6 +62,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %license COPYING %{_libdir}/*.so.* %{_datadir}/egl/egl_external_platform.d/10_nvidia_wayland.json +%{_datadir}/egl/egl_external_platform.d/15_nvidia_gbm.json %files devel %{_libdir}/libnvidia-egl-wayland.so @@ -70,6 +71,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_datadir}/wayland-eglstream/ %changelog +* Tue Jun 28 2022 Olivier Fourdan - 1.1.9-2 +- Install 15_nvidia_gbm.json + Resolves: rhbz#2101695 + * Tue Jan 25 2022 Dave Airlie - 1.1.9-1 - Update to egl-wayland 1.1.9 like Fedora