rpms/traverso/devel traverso.spec,1.1,1.2
Orcan Ogetbil
oget at rpmfusion.org
Wed May 6 22:39:29 CEST 2009
- Previous message: rpms/traverso/F-10 traverso-priority.patch, NONE,
1.1 traverso-sseopt.patch, NONE, 1.1 traverso.spec, NONE,
1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
- Next message: rpms/traverso/F-10 traverso.spec,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: oget
Update of /cvs/free/rpms/traverso/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9169
Modified Files:
traverso.spec
Log Message:
* Wed May 06 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.49.1-7
- Explicitly disable SSE optimizations on non-"%{ix86} ia64 x86_64" architectures
Index: traverso.spec
===================================================================
RCS file: /cvs/free/rpms/traverso/devel/traverso.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- traverso.spec 6 May 2009 20:19:18 -0000 1.1
+++ traverso.spec 6 May 2009 20:39:29 -0000 1.2
@@ -3,10 +3,13 @@
%elseifarch ia64 x86_64
%global with_sse 1
%endif
+%ifnarch %{ix86} ia64 x86_64
+%global with_sse 0
+%endif
Name: traverso
Version: 0.49.1
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Multitrack Audio Recording and Editing Suite
Group: Applications/Multimedia
License: GPLv2+
@@ -161,6 +164,9 @@
%{_datadir}/mime/packages/*.xml
%changelog
+* Wed May 06 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.49.1-7
+- Explicitly disable SSE optimizations on non-"%%{ix86} ia64 x86_64" architectures
+
* Wed May 06 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.49.1-6
- Re-enable portaudio
- Previous message: rpms/traverso/F-10 traverso-priority.patch, NONE,
1.1 traverso-sseopt.patch, NONE, 1.1 traverso.spec, NONE,
1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
- Next message: rpms/traverso/F-10 traverso.spec,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rpmfusion-commits
mailing list