diff --git a/SDL2.spec b/SDL2.spec index 0fb3cc0..74110ac 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -10,7 +10,7 @@ Name: SDL2 Version: 2.0.22 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform multimedia library License: zlib and MIT URL: http://www.libsdl.org/ @@ -40,10 +40,10 @@ BuildRequires: libXi-devel BuildRequires: libXrandr-devel BuildRequires: libXrender-devel BuildRequires: libXScrnSaver-devel -BuildRequires: libusb-devel BuildRequires: libXinerama-devel BuildRequires: libXcursor-devel BuildRequires: systemd-devel +BuildRequires: pkgconfig(libusb-1.0) # PulseAudio BuildRequires: pkgconfig(libpulse-simple) # Jack @@ -169,6 +169,9 @@ install -p -m 644 %{SOURCE2} %{buildroot}%{_includedir}/SDL2/SDL_revision.h %{_libdir}/cmake/SDL2/SDL2staticTargets*.cmake %changelog +* Sat Apr 30 2022 Neal Gompa - 2.0.22-2 +- Use the correct BR for libusb + * Sat Apr 30 2022 Neal Gompa - 2.0.22-1 - Update to 2.0.22 - Drop backported patches included in this release