From fe09323e03ab28bb45641b60919872aad4e51193 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 20 Jun 2021 10:11:47 -0400 Subject: [PATCH] Update devel dependencies based on upstream feedback --- sdl12-compat.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/sdl12-compat.spec b/sdl12-compat.spec index 418a177..804f513 100644 --- a/sdl12-compat.spec +++ b/sdl12-compat.spec @@ -11,7 +11,7 @@ Name: sdl12-compat Version: 0.0.1~git.%{commitdate}.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: SDL 1.2 runtime compatibility library using SDL 2.0 # mp3 decoder code is MIT-0/PD # SDL_opengl.h is zlib and MIT @@ -62,14 +62,12 @@ Conflicts: SDL-devel < 1.2.50 Provides: SDL-devel = 1.2.50 Provides: SDL-devel%{?_isa} = 1.2.50 # Add deps required to compile SDL apps +## For SDL_opengl.h Requires: pkgconfig(gl) Requires: pkgconfig(glu) -# Add deps previously required by SDL-devel -Requires: pkgconfig(alsa) +## For SDL_syswm.h Requires: pkgconfig(x11) -Requires: pkgconfig(xext) -Requires: pkgconfig(xrandr) -Requires: pkgconfig(xrender) +Requires: pkgconfig(xproto) %description devel Simple DirectMedia Layer (SDL) is a cross-platform multimedia library @@ -145,6 +143,9 @@ install -m644 %{SOURCE1} %{buildroot}/%{_includedir}/SDL/SDL_config.h %changelog +* Sun Jun 20 2021 Neal Gompa - 0.0.1~git.20210619.4ad7ba6-2 +- Update devel dependencies based on upstream feedback + * Sun Jun 20 2021 Neal Gompa - 0.0.1~git.20210619.4ad7ba6-1 - Update to new snapshot release