Browse Source

mesa-22.2.0-1

Tomohiro "Tomo-p" KATO 1 year ago
parent
commit
b016b9f328
1 changed files with 6 additions and 1 deletions
  1. 6 1
      m/mesa/mesa-vl.spec

+ 6 - 1
m/mesa/mesa-vl.spec

@@ -40,7 +40,7 @@
 Summary:        Mesa graphics libraries
 Summary(ja):    Mesa グラフィックスライブラリ
 Name:           mesa
-Version:        22.1.1
+Version:        22.2.0
 Release:        1%{?_dist_release}
 Group:          system
 Vendor:         Project Vine
@@ -98,6 +98,7 @@ BuildRequires: elfutils-libelf-devel
 BuildRequires: zlib-devel
 %if %{with vulkan}
 BuildRequires: vulkan-devel
+BuildRequires: glslang-devel
 %endif
 %if %{with glvnd}
 BuildRequires: libglvnd-devel
@@ -673,6 +674,10 @@ mkdir -p $RPM_BUILD_ROOT/%{mesasourcedir}
 
 
 %changelog
+* Thu Sep 22 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 22.2.0-1
+- updated to 22.1.5.
+- built with llvm-15.
+
 * Thu Jun 16 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 22.1.1-1
 - updated to 22.1.1.
 - built with llvm-14.