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-04-18 21:44:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/graphene (Old)
 and      /work/SRC/openSUSE:Factory/.graphene.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "graphene"

Sun Apr 18 21:44:52 2021 rev:14 rq:885629 version:1.10.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/graphene/graphene.changes        2021-02-01 
14:41:50.560679744 +0100
+++ /work/SRC/openSUSE:Factory/.graphene.new.12324/graphene.changes     
2021-04-18 21:45:02.096714181 +0200
@@ -1,0 +2,19 @@
+Thu Apr 15 11:42:40 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 1.10.6:
+  + Hide GRAPHENE_SIMD_S from the introspection data.
+  + Nudge ray axis when intersecting a box.
+- Changes from version 1.10.4:
+  + Add ARM NEON support when building with Visual Studio.
+  + Build fix on ARM64 Windows.
+  + Drop deprecated "python3" Meson module.
+  + Fix detection of non-intersecting boxes.
+  + Only enable SSE2 on x86_64.
+  + Use the compiler-appropriate alignment attributes.
+  + Change introspection option to a yielding feature.
+- Change -Dintrospection=true meson parameter to
+  -Dintrospection=enabled: follow upstream build system changes.
+- Wrap -Dsse2=true meson parameter into %ifarch x86_64: 32bit
+  builds for example do not support sse2 (likely boo#1184678).
+
+-------------------------------------------------------------------

Old:
----
  graphene-1.10.2.tar.xz

New:
----
  graphene-1.10.6.tar.xz

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

Other differences:
------------------
++++++ graphene.spec ++++++
--- /var/tmp/diff_new_pack.oqV3Uf/_old  2021-04-18 21:45:02.540714932 +0200
+++ /var/tmp/diff_new_pack.oqV3Uf/_new  2021-04-18 21:45:02.540714932 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           graphene
-Version:        1.10.2
+Version:        1.10.6
 Release:        0
 Summary:        Thin type layer for graphic libraries
 License:        MIT
@@ -84,9 +84,11 @@
 %meson \
        -Dgtk_doc=true \
        -Dgobject_types=true \
-       -Dintrospection=true \
+       -Dintrospection=enabled \
        -Dgcc_vector=true \
+%ifarch x86_64
        -Dsse2=true \
+%endif
 %ifarch armv7hl
        -Darm_neon=false \
 %else

++++++ graphene-1.10.2.tar.xz -> graphene-1.10.6.tar.xz ++++++
++++ 11683 lines of diff (skipped)

Reply via email to