Hello community,

here is the log from the commit of package speexdsp for openSUSE:Factory 
checked in at 2015-04-07 09:27:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/speexdsp (Old)
 and      /work/SRC/openSUSE:Factory/.speexdsp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "speexdsp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/speexdsp/speexdsp.changes        2015-03-18 
13:01:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.speexdsp.new/speexdsp.changes   2015-04-07 
09:27:04.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Apr  5 00:55:44 UTC 2015 - [email protected]
+
+- disable unchecked use of NEON extension 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ speexdsp.spec ++++++
--- /var/tmp/diff_new_pack.UqltrX/_old  2015-04-07 09:27:05.000000000 +0200
+++ /var/tmp/diff_new_pack.UqltrX/_new  2015-04-07 09:27:05.000000000 +0200
@@ -62,8 +62,11 @@
 %setup -q -n %{name}-%{package_version}
 
 %build
+# Disable NEON since it doesn't check for availability of the NEON
+# extension at runtime
 %configure \
-       --disable-static
+       --disable-static \
+       --disable-neon
 
 make %{?_smp_mflags}
 


Reply via email to