From 68449b32c45ed08a05a0a615cdd2cde420a62de6 Mon Sep 17 00:00:00 2001 From: wangxiaomeng Date: Sat, 11 Oct 2025 13:33:00 +0800 Subject: [PATCH] fix 31108.patch name --- ...t-gallivm-use-JITLink-unconditionally-with-ORCJIT.patch | 0 mesa.spec | 7 +++++-- 2 files changed, 5 insertions(+), 2 deletions(-) rename 31108.patch => backport-gallivm-use-JITLink-unconditionally-with-ORCJIT.patch (100%) diff --git a/31108.patch b/backport-gallivm-use-JITLink-unconditionally-with-ORCJIT.patch similarity index 100% rename from 31108.patch rename to backport-gallivm-use-JITLink-unconditionally-with-ORCJIT.patch diff --git a/mesa.spec b/mesa.spec index a11b8ca..ed2c00c 100644 --- a/mesa.spec +++ b/mesa.spec @@ -65,7 +65,7 @@ Name: mesa Summary: Mesa graphics libraries Version: 25.0.7 -Release: 1 +Release: 2 License: MIT URL: https://www.mesa3d.org @@ -73,7 +73,7 @@ Source0: https://archive.mesa3d.org/%{name}-%{version}.tar.xz # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31108/ # adding for resolving libepoxy's testing issues on x86_64 & aarch64 -Patch1: 31108.patch +Patch1: backport-gallivm-use-JITLink-unconditionally-with-ORCJIT.patch BuildRequires: gcc BuildRequires: gcc-c++ @@ -590,6 +590,9 @@ done %endif %changelog +* Sat Oct 11 2025 wangxiaomeng - 25.0.7-2 +- fix 31108.patch name + * Sat Sep 13 2025 Funda Wang - 25.0.7-1 - update to 25.0.7 -- Gitee