rpms/SDL_mixer/EL-6 .cvsignore, 1.5, 1.6 SDL_mixer.spec, 1.29, 1.30 sources, 1.5, 1.6

Peter Robinson pbrobinson at fedoraproject.org
Fri Jun 11 13:46:59 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/SDL_mixer/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4769

Modified Files:
	.cvsignore SDL_mixer.spec sources 
Log Message:
- Update to 1.2.11.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/SDL_mixer/EL-6/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	30 Jul 2007 22:51:57 -0000	1.5
+++ .cvsignore	11 Jun 2010 13:46:59 -0000	1.6
@@ -1 +1 @@
-SDL_mixer-1.2.8.tar.gz
+SDL_mixer-1.2.11.tar.gz


Index: SDL_mixer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/SDL_mixer/EL-6/SDL_mixer.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- SDL_mixer.spec	24 Jul 2009 16:18:57 -0000	1.29
+++ SDL_mixer.spec	11 Jun 2010 13:46:59 -0000	1.30
@@ -1,17 +1,17 @@
 Name:		SDL_mixer
-Version:	1.2.8
-Release: 	13%{?dist}
+Version:	1.2.11
+Release: 	2%{?dist}
 Summary:	Simple DirectMedia Layer - Sample Mixer Library
 
 Group:		System Environment/Libraries
 License:	LGPLv2
 URL:		http://www.libsdl.org/projects/SDL_mixer/
 Source0:	http://www.libsdl.org/projects/%{name}/release/%{name}-%{version}.tar.gz
-Patch3:		%{name}-1.2.7-fix-path-timidity.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	SDL-devel >= 1.2.10 
 BuildRequires:	libvorbis-devel
+BuildRequires:	flac-devel
 BuildRequires:	mikmod-devel >= 3.1.10
 # Require libvorbis since we build it with dynamically load support.
 Requires:	libvorbis
@@ -27,6 +27,7 @@ Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 Requires:	SDL-devel >= 1.2.10
 Requires:	libvorbis-devel
+Requires:	pkgconfig
 
 %description devel
 The %{name}-devel package contains libraries and header files for
@@ -34,7 +35,6 @@ developing applications that use %{name}
 
 %prep
 %setup -q
-%patch3 -p1 -b .timidity
 
 %build
 %configure --disable-dependency-tracking	\
@@ -71,9 +71,17 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/lib*.so
+%{_libdir}/pkgconfig/%{name}.pc
 %{_includedir}/SDL
 
 %changelog
+* Sat May 01 2010 Thomas Janssen <thomasj at fedorapeople.org> 1.2.11-2
+- added flac support
+
+* Mon Jan 18 2010 Brian Pepple <bpepple at fedoraproject.org> - 1.2.11-1
+- Update to 1.2.11.
+- Drop timidity path patch.  Fixed upstream.
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.8-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/SDL_mixer/EL-6/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	30 Jul 2007 22:51:57 -0000	1.5
+++ sources	11 Jun 2010 13:46:59 -0000	1.6
@@ -1 +1 @@
-0b5b91015d0f3bd9597e094ba67c4d65  SDL_mixer-1.2.8.tar.gz
+65ada3d997fe85109191a5fb083f248c  SDL_mixer-1.2.11.tar.gz



More information about the scm-commits mailing list