rpms/prboom/F-12 prboom.spec,1.18,1.19

Michael Thomas wart at fedoraproject.org
Mon Apr 19 05:52:42 UTC 2010


Author: wart

Update of /cvs/pkgs/rpms/prboom/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23456

Modified Files:
	prboom.spec 
Log Message:
configure with --disable-i386-asm to prevent crash on startup (BZ #517600)




Index: prboom.spec
===================================================================
RCS file: /cvs/pkgs/rpms/prboom/F-12/prboom.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- prboom.spec	26 Jul 2009 19:21:47 -0000	1.18
+++ prboom.spec	19 Apr 2010 05:52:41 -0000	1.19
@@ -2,7 +2,7 @@
 
 Name:           prboom
 Version:        2.5.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Open source port of the DOOM game engine
 
 Group:          Amusements/Games
@@ -27,7 +27,7 @@ them. 
 %setup -q
 
 %build
-%configure --enable-gl --disable-cpu-opt --program-prefix='' --with-waddir=%{waddir}
+%configure --enable-gl --disable-cpu-opt --program-prefix='' --with-waddir=%{waddir} --disable-i386-asm
 make %{?_smp_mflags}
 
 %install
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc doc/README.compat doc/README.demos doc/MBF.txt doc/MBFFAQ.txt doc/boom.txt
 
 %changelog
+* Sun Apr 18 2010 Wart <wart at kobold.org> 2.5.0-4
+- configure with --disable-i386-asm to prevent crash on startup (BZ #517600)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list