Browse Source

egl-wayland-1.1.10-1

Tomohiro "Tomo-p" KATO 1 year ago
parent
commit
7248282252
1 changed files with 6 additions and 2 deletions
  1. 6 2
      e/egl-wayland/egl-wayland-vl.spec

+ 6 - 2
e/egl-wayland/egl-wayland-vl.spec

@@ -1,8 +1,8 @@
 %bcond_without  libglvnd
 
 Name:           egl-wayland
-Version:        1.1.6
-Release:        3%{?_dist_release}
+Version:        1.1.10
+Release:        1%{?_dist_release}
 Summary:        Wayland EGL External Platform library
 Group:          system
 Distribution:   Vine Linux
@@ -22,6 +22,7 @@ BuildRequires:  libglvnd-devel
 BuildRequires:  mesa-libEGL-devel
 %endif
 BuildRequires:  wayland-devel
+BuildRequires:  wayland-protocols-devel
 
 %if %{with libglvnd}
 # Required for directory ownership
@@ -80,6 +81,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Thu Jun 16 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.1.10-1
+- new upstream release.
+
 * Sat Mar 27 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.1.6-3
 - initial build for Vine Linux.