From 2baec7366c6de8e5b5ee6d57c5617a66b6b2910a Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 27 Mar 2023 14:59:23 +0800 Subject: [PATCH] Del Specific Fields --- mesa.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mesa.spec b/mesa.spec index 62bcb61..afd94dd 100644 --- a/mesa.spec +++ b/mesa.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global with_hardware 1 %global with_vulkan_hw 1 @@ -296,8 +296,7 @@ The drivers with support for the Vulkan API. %autosetup -n %{name}-%{version} -p1 %build -# We've gotten a report that enabling LTO for mesa breaks some games. See -# https://bugzilla.redhat.com/show_bug.cgi?id=1862771 for details. +# We've gotten a report that enabling LTO for mesa breaks some games. # Disable LTO for now %define _lto_cflags %{nil} @@ -644,6 +643,9 @@ ln -s %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_system.so.0 %endif %changelog +* Mon Mar 27 2023 mgb01105731 - 23.0.1-2 +- Del Specific Fields + * Sat Mar 25 2023 Funda Wang - 23.0.1-1 - New version 23.0.1 -- Gitee