diff --git a/SDL2-2.26.1.tar.gz b/SDL2-2.26.1.tar.gz deleted file mode 100644 index 718173b..0000000 --- a/SDL2-2.26.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02537cc7ebd74071631038b237ec4bfbb3f4830ba019e569434da33f42373e04 -size 8084125 diff --git a/SDL2-2.26.1.tar.gz.sig b/SDL2-2.26.1.tar.gz.sig deleted file mode 100644 index 0ecc061..0000000 Binary files a/SDL2-2.26.1.tar.gz.sig and /dev/null differ diff --git a/SDL2-2.26.2.tar.gz b/SDL2-2.26.2.tar.gz new file mode 100644 index 0000000..9becf4e --- /dev/null +++ b/SDL2-2.26.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d39bc3de037fbdfa722623737340648de4f180a601b0afad27645d150b99e0 +size 8084120 diff --git a/SDL2-2.26.2.tar.gz.sig b/SDL2-2.26.2.tar.gz.sig new file mode 100644 index 0000000..6efa599 Binary files /dev/null and b/SDL2-2.26.2.tar.gz.sig differ diff --git a/SDL2.changes b/SDL2.changes index f2a33ef..fb0ee66 100644 --- a/SDL2.changes +++ b/SDL2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jan 3 22:40:15 UTC 2023 - Jan Engelhardt + +- Update to release 2.26.2 + * Fixed long delay at startup when a Razer keyboard is + connected + * Fixed not receiving SDLK_5 or SDL_SCANCODE_5 when using the + AZERTY keyboard layout on Linux +- Enable libsamplerate and libdecor components +- Remove unused tslib build requirement + ------------------------------------------------------------------- Thu Dec 1 20:38:41 UTC 2022 - Jan Engelhardt diff --git a/SDL2.spec b/SDL2.spec index 211b38c..606a456 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -1,7 +1,7 @@ # # spec file for package SDL2 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define sle_version 0 Name: SDL2 %define lname libSDL2-2_0-0 -Version: 2.26.1 +Version: 2.26.2 Release: 0 Summary: Simple DirectMedia Layer Library License: Zlib @@ -33,6 +33,7 @@ Source4: baselibs.conf Patch1: sdl2-symvers.patch BuildRequires: cmake BuildRequires: gcc-c++ +BuildRequires: libdecor-devel BuildRequires: pkg-config BuildRequires: pkgconfig(alsa) >= 1.0.11 BuildRequires: pkgconfig(dbus-1) @@ -52,7 +53,7 @@ BuildRequires: pkgconfig(gbm) >= 11.1.0 BuildRequires: pkgconfig(libdrm) >= 2.4.82 BuildRequires: pkgconfig(libpulse-simple) >= 0.9 BuildRequires: pkgconfig(libudev) -BuildRequires: pkgconfig(tslib) +BuildRequires: pkgconfig(samplerate) BuildRequires: pkgconfig(udev) BuildRequires: pkgconfig(wayland-client) >= 1.18 BuildRequires: pkgconfig(wayland-cursor)