[SDL_mixer/f13/master] added Requires libmikmod (#599670)

thomasj thomasj at fedoraproject.org
Tue Oct 5 07:43:42 UTC 2010


commit 907a8abf45d39f1799fef1ca3a27743eb7dda3a5
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Tue Oct 5 09:43:45 2010 +0200

    added Requires libmikmod (#599670)

 SDL_mixer.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/SDL_mixer.spec b/SDL_mixer.spec
index 8fa8b4b..f6c2478 100644
--- a/SDL_mixer.spec
+++ b/SDL_mixer.spec
@@ -1,6 +1,6 @@
 Name:		SDL_mixer
 Version:	1.2.11
-Release: 	3%{?dist}
+Release: 	4%{?dist}
 Summary:	Simple DirectMedia Layer - Sample Mixer Library
 
 Group:		System Environment/Libraries
@@ -15,6 +15,7 @@ BuildRequires:	mikmod-devel >= 3.1.10
 BuildRequires:	flac-devel
 # Require libvorbis since we build it with dynamically load support.
 Requires:	libvorbis
+Requires:	libmikmod
 
 %description
 A simple multi-channel audio mixer for SDL. It supports 4 channels of
@@ -76,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/SDL
 
 %changelog
+* Tue Oct 05 2010 Thomas Janssen <thomasj at fedoraproject.org> 1.2.11-4
+- added Requires libmikmod (#599670)
+
 * Fri Jun 25 2010 Thomas Janssen <thomasj at fedoraproject.org> 1.2.11-3
 - - link SDL_mixer with -lm (#607357)
 


More information about the scm-commits mailing list