diff --git a/libSDL2.spec b/libSDL2.spec index a727fbb..ff6f56d 100644 --- a/libSDL2.spec +++ b/libSDL2.spec @@ -1,5 +1,5 @@ Name: libSDL2 -Version: 2.0.14 +Version: 2.0.16 Release: 1mamba Summary: A library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware Group: System/Libraries @@ -12,11 +12,9 @@ Patch0: libSDL2-2.0.4-libwayland-1.9.93.patch License: zlib/libpng ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libdbus-devel BuildRequires: libglib-devel BuildRequires: libibus-devel -BuildRequires: libts-devel BuildRequires: libunwind-devel ## AUTOBUILDREQ-END %ifarch x86_64 @@ -25,7 +23,6 @@ Provides: libSDL2-2.0.so.1()(64bit) Provides: libSDL2-2.0.so.1 %endif BuildRequires: cmake -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games. @@ -47,6 +44,7 @@ This package contains libraries and header files for developing applications tha %build %cmake -d build \ \ + -DLIB_SUFFIX= \ %ifarch arm aarch64 -DVIDEO_RPI=on \ -DVIDEO_KMSDRM=off @@ -94,6 +92,9 @@ ln -s libSDL2-2.0.so.0 %{buildroot}%{_libdir}/libSDL2-2.0.so.1 #%doc README-android.txt README-cmake.txt README-directfb.txt README-gesture.txt README-hg.txt README-ios.txt README-macosx.txt README-pandora.txt README-platforms.txt README-porting.txt README-psp.txt README-raspberrypi.txt README-SDL.txt README-touch.txt README.txt README-wince.txt %changelog +* Mon Aug 16 2021 Automatic Build System 2.0.16-1mamba +- automatic version update by autodist + * Mon Feb 22 2021 Automatic Build System 2.0.14-1mamba - automatic version update by autodist