Hello community,

here is the log from the commit of package gnubg for openSUSE:Factory checked 
in at 2018-08-02 14:57:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnubg (Old)
 and      /work/SRC/openSUSE:Factory/.gnubg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnubg"

Thu Aug  2 14:57:55 2018 rev:11 rq:626043 version:1.04.001

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnubg/gnubg.changes      2016-04-28 
16:57:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnubg.new/gnubg.changes 2018-08-02 
14:58:00.848264430 +0200
@@ -1,0 +2,5 @@
+Tue Jul 24 09:19:57 UTC 2018 - [email protected]
+
+- Disable CPU detection during compile time and assume SSE2 is available 
everywhere, but AVX is not (boo#1100677)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnubg.spec ++++++
--- /var/tmp/diff_new_pack.5rOnTI/_old  2018-08-02 14:58:01.752265952 +0200
+++ /var/tmp/diff_new_pack.5rOnTI/_new  2018-08-02 14:58:01.752265952 +0200
@@ -113,7 +113,11 @@
 %build
 autoreconf -fi
 export SUSE_ASNEEDED=1
-%configure --docdir=%{_docdir}/%{name}
+simd=no
+%ifarch %ix86 x86_64
+simd=sse2
+%endif
+%configure --docdir=%{_docdir}/%{name} --enable-simd=$simd
 make %{?_smp_mflags}
 
 %install


Reply via email to