diff --git a/egl-wayland-1.1.19.tar.gz b/egl-wayland-1.1.19.tar.gz deleted file mode 100644 index 12132e821c1679df263f9ff77d9c0fdb2bedafaa..0000000000000000000000000000000000000000 Binary files a/egl-wayland-1.1.19.tar.gz and /dev/null differ diff --git a/egl-wayland-1.1.20.tar.gz b/egl-wayland-1.1.20.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2f4cc965e67a929a2347c225bc9a5e19ea4e269f Binary files /dev/null and b/egl-wayland-1.1.20.tar.gz differ diff --git a/egl-wayland.spec b/egl-wayland.spec index 681e26f455ef76e41663825363391c4135a16349..8720c0670934244127ca493d807cb013cec47625 100644 --- a/egl-wayland.spec +++ b/egl-wayland.spec @@ -1,5 +1,5 @@ Name: egl-wayland -Version: 1.1.19 +Version: 1.1.20 Release: 1 Summary: Wayland EGL External Platform library License: MIT @@ -7,8 +7,10 @@ URL: https://github.com/NVIDIA/%{name} Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: meson >= 0.50 -BuildRequires: (pkgconfig(egl) >= 1.5 with pkgconfig(egl) < 2) -BuildRequires: (pkgconfig(eglexternalplatform) >= 1.1 with pkgconfig(eglexternalplatform) < 2) +BuildRequires: pkgconfig(egl) >= 1.5 +BuildRequires: pkgconfig(egl) < 2 +BuildRequires: pkgconfig(eglexternalplatform) >= 1.1 +BuildRequires: pkgconfig(eglexternalplatform) < 2 BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-egl-backend) >= 3 @@ -55,6 +57,9 @@ Development files for %{name}. %{_datadir}/wayland-eglstream/ %changelog +* Thu Aug 07 2025 Funda Wang - 1.1.20-1 +- update to 1.1.20 + * Fri Jul 18 2025 yaoxin <1024769339@qq.com> - 1.1.19-1 - Update to 1.1.19: * Fix an issue causing EGL_EXT_present_opaque to be advertised on non-Wayland EGLDisplays