rpms/SDL_mixer/F-9 SDL_mixer.spec,1.24,1.25

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Mon Aug 11 23:37:09 UTC 2008


Author: bpepple

Update of /cvs/pkgs/rpms/SDL_mixer/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13633

Modified Files:
	SDL_mixer.spec 
Log Message:
* Sun Aug 10 2008 Brian Pepple <bpepple at fedoraproject.org> - 1.2.8-9
- Add requires on libvorbis.



Index: SDL_mixer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/SDL_mixer/F-9/SDL_mixer.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- SDL_mixer.spec	17 Feb 2008 15:47:55 -0000	1.24
+++ SDL_mixer.spec	11 Aug 2008 23:36:38 -0000	1.25
@@ -1,6 +1,6 @@
 Name:		SDL_mixer
 Version:	1.2.8
-Release: 	8%{?dist}
+Release: 	9%{?dist}
 Summary:	Simple DirectMedia Layer - Sample Mixer Library
 
 Group:		System Environment/Libraries
@@ -14,6 +14,8 @@
 BuildRequires:	libvorbis-devel
 BuildRequires:	mikmod-devel >= 3.1.10
 Requires:	timidity++-patches
+# Require libvorbis since we build it with dynamically load support.
+Requires:	libvorbis
 
 
 %description
@@ -27,7 +29,7 @@
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 Requires:	SDL-devel >= 1.2.10
-
+Requires:	libvorbis-devel
 
 %description devel
 The %{name}-devel package contains libraries and header files for
@@ -77,6 +79,9 @@
 
 
 %changelog
+* Sun Aug 10 2008 Brian Pepple <bpepple at fedoraproject.org> - 1.2.8-9
+- Add requires on libvorbis.
+
 * Sun Feb 17 2008 Jesse Keating <jkeating at redhat.com> - 1.2.8-8
 - Rebuild for new mikmod.
 




More information about the fedora-extras-commits mailing list