From adf77948286b1ee74624c3a51e16f687922f3e1c Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Tue, 5 Aug 2025 07:43:48 +0800 Subject: [PATCH] 3.2.20 (cherry picked from commit 78e9e78a7dbc680d30d0f8e8e81d2a2507c7566a) --- SDL3-3.2.18.tar.gz => SDL3-3.2.20.tar.gz | 4 ++-- SDL3.spec | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) rename SDL3-3.2.18.tar.gz => SDL3-3.2.20.tar.gz (32%) diff --git a/SDL3-3.2.18.tar.gz b/SDL3-3.2.20.tar.gz similarity index 32% rename from SDL3-3.2.18.tar.gz rename to SDL3-3.2.20.tar.gz index 4b2ba5d..3ae1c00 100644 --- a/SDL3-3.2.18.tar.gz +++ b/SDL3-3.2.20.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a775bde924397a8e0c08bfda198926c17be859d0288ad0dec1dea1b2ee04f8f -size 15894658 +oid sha256:467600ae090dd28616fa37369faf4e3143198ff1da37729b552137e47f751a67 +size 15895143 diff --git a/SDL3.spec b/SDL3.spec index 232fa60..cfb5a8a 100644 --- a/SDL3.spec +++ b/SDL3.spec @@ -1,5 +1,5 @@ Name: SDL3 -Version: 3.2.18 +Version: 3.2.20 Release: 1 Summary: Cross-platform multimedia library License: Zlib AND MIT AND Apache-2.0 AND (Apache-2.0 OR MIT) @@ -67,7 +67,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release} Requires: pkgconfig(gl) Requires: pkgconfig(glu) ## For SDL_syswm.h -Requires: pkgconfig(x11) Requires: pkgconfig(xproto) %description devel @@ -123,6 +122,9 @@ sed -e 's/\r//g' -i README.md WhatsNew.txt BUGS.txt LICENSE.txt CREDITS.md %{_libdir}/cmake/SDL3/SDL3testTargets*.cmake %changelog +* Tue Aug 05 2025 Funda Wang - 3.2.20-1 +- update to 3.2.20 + * Tue Jul 15 2025 Funda Wang - 3.2.18-1 - update to 3.2.18 -- Gitee