Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package graphene for openSUSE:Factory 
checked in at 2021-02-01 14:41:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/graphene (Old)
 and      /work/SRC/openSUSE:Factory/.graphene.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "graphene"

Mon Feb  1 14:41:49 2021 rev:13 rq:867720 version:1.10.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/graphene/graphene.changes        2020-06-29 
21:15:10.837192749 +0200
+++ /work/SRC/openSUSE:Factory/.graphene.new.28504/graphene.changes     
2021-02-01 14:41:50.560679744 +0100
@@ -1,0 +2,7 @@
+Thu Jan 28 12:08:06 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Pass conditional Darm_neon=false instead of Darm-neon=true to
+  meson, fix build for armv7.
+- Stop passing Dbenchmarks=true, no longer recognized nor used.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ graphene.spec ++++++
--- /var/tmp/diff_new_pack.jgaISZ/_old  2021-02-01 14:41:51.072680479 +0100
+++ /var/tmp/diff_new_pack.jgaISZ/_new  2021-02-01 14:41:51.072680479 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package graphene
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -87,9 +87,12 @@
        -Dintrospection=true \
        -Dgcc_vector=true \
        -Dsse2=true \
-       -Darm-neon=true \
+%ifarch armv7hl
+       -Darm_neon=false \
+%else
+       -Darm_neon=true \
+%endif
        -Dtests=true \
-       -Dbenchmarks=true \
        %{nil}
 %meson_build
 

Reply via email to