From 6a217f69126bfef29d2e4be1a9973a5ccf932d75 Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:43:40 -0700 Subject: [PATCH] mesa/24.2.5 package update (#30951)

--------- Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Signed-off-by: James Rawlings Co-authored-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Co-authored-by: James Rawlings --- libxxf86vm.yaml | 2 +- mesa.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libxxf86vm.yaml b/libxxf86vm.yaml index a5956b95a40..132f8b73545 100644 --- a/libxxf86vm.yaml +++ b/libxxf86vm.yaml @@ -2,7 +2,7 @@ package: name: libxxf86vm version: 1.1.5 - epoch: 0 + epoch: 1 description: X11 XFree86 video mode extension library copyright: - license: MIT diff --git a/mesa.yaml b/mesa.yaml index d403a6bc881..bb3e130189c 100644 --- a/mesa.yaml +++ b/mesa.yaml @@ -1,7 +1,7 @@ package: name: mesa - version: 24.2.4 - epoch: 1 + version: 24.2.5 + epoch: 0 description: Mesa DRI OpenGL library copyright: - license: MIT AND SGI-B-2.0 AND BSL-1.0 @@ -63,7 +63,7 @@ pipeline: with: repository: https://gitlab.freedesktop.org/mesa/mesa tag: mesa-${{package.version}} - expected-commit: e2ab51c49fbaa6275779198614a17b7a8bd7902a + expected-commit: 3b9fcb7e4d794dee30b6674a5f8a312e6f741ce9 - runs: | export CFLAGS="$CFLAGS -O2 -g1"