From 19218b342ad6063592dd6cffc87094b711ff656c Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 30 Apr 2022 00:08:12 -0400 Subject: [PATCH] Use the correct BR for libusb --- SDL2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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