rpms/openarena/devel openarena.spec,1.2,1.3

Michał Bentkowski (ecik) fedora-extras-commits at redhat.com
Fri Jan 12 16:07:34 UTC 2007


Author: ecik

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

Modified Files:
	openarena.spec 
Log Message:
* Fri Jan 12 2007 Michał Bentkowski <mr.ecik at gmail.com> - 0.6.0-4
- Get rid of -maltivec flag



Index: openarena.spec
===================================================================
RCS file: /cvs/extras/rpms/openarena/devel/openarena.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openarena.spec	11 Jan 2007 22:44:43 -0000	1.2
+++ openarena.spec	12 Jan 2007 16:07:04 -0000	1.3
@@ -1,7 +1,7 @@
 %define         ver %(echo %version | tr -d .)
 Name:           openarena
 Version:        0.6.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Open source first person shooter
 Group:          Amusements/Games
 License:        GPL
@@ -75,7 +75,7 @@
        -DUSE_SDL_VIDEO=1 -DUSE_SDL_SOUND=1 $(sdl-config --cflags) \
        -DUSE_LOCAL_HEADERS=1"
 %ifarch ppc
-FLAGS="$FLAGS -maltivec -DNO_VM_COMPILED"
+FLAGS="$FLAGS -DNO_VM_COMPILED"
 %endif
 make distclean -C source/ioq3-*
 make build_debug DEBUG_CFLAGS="%{optflags} $FLAGS" -C source/ioq3-*
@@ -133,6 +133,9 @@
 %{_datadir}/%{name}
 
 %changelog
+* Fri Jan 12 2007 Michał Bentkowski <mr.ecik at gmail.com> - 0.6.0-4
+- Get rid of -maltivec flag
+
 * Wed Jan 10 2007 Michał Bentkowski <mr.ecik at gmail.com> - 0.6.0-3
 - Do some ppc fixes
 




More information about the scm-commits mailing list