Hello community, here is the log from the commit of package audacity for openSUSE:Factory checked in at 2012-10-24 17:02:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/audacity (Old) and /work/SRC/openSUSE:Factory/.audacity.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "audacity", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/audacity/audacity.changes 2012-09-03 18:54:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.audacity.new/audacity.changes 2012-10-24 17:02:02.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Oct 22 17:21:41 CEST 2012 - [email protected] + +- explicitly disable SSE on non-x86 architectures (fixes ARM, + probably others) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audacity.spec ++++++ --- /var/tmp/diff_new_pack.NlewI1/_old 2012-10-24 17:02:03.000000000 +0200 +++ /var/tmp/diff_new_pack.NlewI1/_new 2012-10-24 17:02:03.000000000 +0200 @@ -95,7 +95,11 @@ %endif %build -%configure --docdir=%{_defaultdocdir}/audacity/ +%configure --docdir=%{_defaultdocdir}/audacity/ \ +%ifnarch %ix86 x86_64 + --disable-sse +%endif + make %{?_smp_mflags} %install -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
