rpms/SDL_image/devel SDL_image.spec,1.10,1.11

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Tue Dec 19 19:42:17 UTC 2006


Author: bpepple

Update of /cvs/extras/rpms/SDL_image/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20215

Modified Files:
	SDL_image.spec 
Log Message:
* Tue Dec 19 2006 Brian Pepple <bpepple at fedoraproject.org> - 1.2.5-4
- Disable run-time loading of libs. (#219902)



Index: SDL_image.spec
===================================================================
RCS file: /cvs/extras/rpms/SDL_image/devel/SDL_image.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- SDL_image.spec	26 Nov 2006 14:59:48 -0000	1.10
+++ SDL_image.spec	19 Dec 2006 19:41:47 -0000	1.11
@@ -1,6 +1,6 @@
 Name:		SDL_image
 Version:	1.2.5
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Image loading library for SDL
 
 Group:		System Environment/Libraries
@@ -42,7 +42,12 @@
 
 %build
 # XCF support is crashy in 1.2.4
-%configure --disable-dependency-tracking --enable-tif --disable-static
+%configure --disable-dependency-tracking	\
+	--enable-tif				\
+	--disable-jpg-shared			\
+	--disable-png-shared			\
+	--disable-tif-shared			\
+	--disable-static
 make %{?_smp_mflags}
 
 
@@ -79,6 +84,9 @@
 
 
 %changelog
+* Tue Dec 19 2006 Brian Pepple <bpepple at fedoraproject.org> - 1.2.5-4
+- Disable run-time loading of libs. (#219902)
+
 * Tue Oct 31 2006 Brian Pepple <bpepple at fedoraproject.org> - 1.2.5-3
 - Add patch to fix IMG_ReadXPMFromArray crash. (#213282)
 




More information about the scm-commits mailing list