Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bison for openSUSE:Factory checked 
in at 2021-11-27 00:50:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bison (Old)
 and      /work/SRC/openSUSE:Factory/.bison.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bison"

Sat Nov 27 00:50:24 2021 rev:64 rq:932979 version:3.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/bison/bison.changes      2021-11-01 
18:35:39.621333994 +0100
+++ /work/SRC/openSUSE:Factory/.bison.new.1895/bison.changes    2021-11-27 
00:50:25.334988953 +0100
@@ -1,0 +2,5 @@
+Wed Nov 17 12:07:50 UTC 2021 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- disable tests and profiling using tests on armv6l (boo#1192737)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bison.spec ++++++
--- /var/tmp/diff_new_pack.JWu7u7/_old  2021-11-27 00:50:25.918986937 +0100
+++ /var/tmp/diff_new_pack.JWu7u7/_new  2021-11-27 00:50:25.922986923 +0100
@@ -48,6 +48,9 @@
   --docdir=%{_docdir}/%{name} \
   gl_cv_func_printf_directive_n=yes \
   gl_cv_func_printf_infinite_long_double=yes
+%ifarch armv6hl
+%define do_profiling 0
+%endif
 %if 0%{?do_profiling}
   %make_build CFLAGS="%{optflags} %{cflags_profile_generate}"
   %make_build CFLAGS="%{optflags}" check
@@ -58,7 +61,9 @@
 %endif
 
 %check
+%ifnarch armv6hl
 %make_build check
+%endif
 
 %install
 %make_install

Reply via email to