Accepting request 885629 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/885629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphene?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2021-04-18 19:44:52 +00:00 committed by Git OBS Bridge
commit b0245b6b55
4 changed files with 26 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e97de8208f1aac4f913d4fa71ab73a7034e807186feb2abe55876e51c425a7f6
size 292372

3
graphene-1.10.6.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80ae57723e4608e6875626a88aaa6f56dd25df75024bd16e9d77e718c3560b25
size 333332

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Apr 15 11:42:40 UTC 2021 - Dominique Leuenberger <dimstar@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).
-------------------------------------------------------------------
Thu Jan 28 12:08:06 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -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 @@ This subpackage contains the development files for the Graphene library.
%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