diff --git a/SDL3-3.1.3.tar.xz b/SDL3-3.1.3.tar.xz deleted file mode 100644 index 2d1d2f3..0000000 --- a/SDL3-3.1.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54041ffc30aa1ad6b8c32a41bdaa3059fc9997becbe23e412a4c718524c3f584 -size 5068828 diff --git a/SDL3-3.1.6.tar.gz b/SDL3-3.1.6.tar.gz new file mode 100644 index 0000000..f1f6b4a --- /dev/null +++ b/SDL3-3.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d177d6727669609c92069b377281c7d5eec587f45b3893bbd0a35b2388dc42ad +size 7549968 diff --git a/SDL3.changes b/SDL3.changes index a60dc03..9c78a35 100644 --- a/SDL3.changes +++ b/SDL3.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Nov 2 11:30:26 UTC 2024 - Jan Engelhardt + +- Update to preview release 3.1.6 + * New functions ``SDL_CalculateGPUTextureFormatSize``, + ``SDL_CancelGPUCommandBuffer``, ``SDL_DelayPrecise``, + ``SDL_GetSandbox``, ``SDL_RenderDebugText``, + ``SDL_StepBackUTF8`` +- Delete gcc14.patch (merged) + ------------------------------------------------------------------- Sat Oct 5 21:04:22 UTC 2024 - Michael Pujos diff --git a/SDL3.spec b/SDL3.spec index 5941add..65b14c6 100644 --- a/SDL3.spec +++ b/SDL3.spec @@ -19,18 +19,15 @@ %define sle_version 0 Name: SDL3 %define lname libSDL3-0 -Version: 3.1.3 +Version: 3.1.6 Release: 0 Summary: Simple DirectMedia Layer Library License: Zlib Group: Development/Libraries/X11 URL: https://libsdl.org/ #Git-Clone: https://github.com/libsdl-org/SDL -#Source: https://libsdl.org/release/%name-%version.tar.gz -#Source2: https://libsdl.org/release/%name-%version.tar.gz.sig -Source: https://github.com/libsdl-org/SDL/releases/download/preview-%version/%name-%version.tar.xz +Source: https://github.com/libsdl-org/SDL/releases/download/preview-%version/SDL3-%version.tar.gz Source3: %name.keyring -Patch1: gcc14.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libdecor-devel diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index 4b14ebb..81f6f1c 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1728167608 -commit: 0fe0392eaee1f18684f3b675515a181abbba89aea6ce80e41b6e6ed0ca786c9f +mtime: 1730547823 +commit: 7a6daf8e2ff6c0153c2323a5a5cefb7a6a3d066de9625c4fdb4768909171c4eb url: https://src.opensuse.org/jengelh/SDL3 revision: master diff --git a/gcc14.patch b/gcc14.patch deleted file mode 100644 index cd38db0..0000000 --- a/gcc14.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- SDL3-3.1.3.orig/src/camera/pipewire/SDL_camera_pipewire.c 2024-10-05 20:41:45.901850659 +0200 -+++ SDL3-3.1.3/src/camera/pipewire/SDL_camera_pipewire.c 2024-10-05 20:46:44.515609068 +0200 -@@ -79,7 +79,7 @@ - static void (*PIPEWIRE_pw_context_destroy)(struct pw_context *); - static struct pw_core *(*PIPEWIRE_pw_context_connect)(struct pw_context *, struct pw_properties *, size_t); - static void (*PIPEWIRE_pw_proxy_add_object_listener)(struct pw_proxy *, struct spa_hook *, const void *, void *); --static void (*PIPEWIRE_pw_proxy_add_listener)(struct pw_proxy *, struct spa_hook *, const void *, void *); -+static void (*PIPEWIRE_pw_proxy_add_listener)(struct pw_proxy *, struct spa_hook *, const struct pw_proxy_events *, void *); - static void *(*PIPEWIRE_pw_proxy_get_user_data)(struct pw_proxy *); - static void (*PIPEWIRE_pw_proxy_destroy)(struct pw_proxy *); - static int (*PIPEWIRE_pw_core_disconnect)(struct pw_core *);