From 03f4951423465b40986b258fcfeb7d6dccd8a4e2 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 13 Jul 2022 07:17:41 -0400 Subject: [PATCH] Fix weird from previous commit --- SDL2.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SDL2.spec b/SDL2.spec index 7f34cd1..91a88c3 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -10,7 +10,7 @@ Name: SDL2 Version: 2.0.22 -Release: 2.1.auto%{?dist} +Release: 3%{?dist} Summary: Cross-platform multimedia library License: zlib and MIT URL: http://www.libsdl.org/ @@ -24,7 +24,7 @@ Patch1: SDL2-2.0.9-khrplatform.patch # Prefer Wayland by default Patch2: SDL2-2.0.22-prefer-wayland.patch # Fix assumption that DRI_DEVNAME begins at 0 -Patch3: SDL2-2.0.22-fix-dri-assumption.patch +Patch3: SDL2-2.0.22-fix-dri-assumption.patch BuildRequires: git-core BuildRequires: cmake @@ -171,7 +171,7 @@ install -p -m 644 %{SOURCE2} %{buildroot}%{_includedir}/SDL2/SDL_revision.h %{_libdir}/cmake/SDL2/SDL2staticTargets*.cmake %changelog -* Thu Jul 07 2022 Ian Mullins - 2.1.auto +* Thu Jul 07 2022 Ian Mullins - 2.0.22-3 - Fix assumption that DRI_DEVNAME begins at 0 patch * Sat Apr 30 2022 Neal Gompa - 2.0.22-2