From b4de061d6dce7624d502655e5fd9e722f961114deb13b45c6e1d8aa1e9a9725d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 15 Apr 2021 12:26:03 +0000 Subject: [PATCH] Accepting request 885622 from GNOME:Next - 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). OBS-URL: https://build.opensuse.org/request/show/885622 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/graphene?expand=0&rev=30 --- graphene-1.10.2.tar.xz | 3 --- graphene-1.10.6.tar.xz | 3 +++ graphene.changes | 19 +++++++++++++++++++ graphene.spec | 6 ++++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 graphene-1.10.2.tar.xz create mode 100644 graphene-1.10.6.tar.xz diff --git a/graphene-1.10.2.tar.xz b/graphene-1.10.2.tar.xz deleted file mode 100644 index 66b1b47..0000000 --- a/graphene-1.10.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e97de8208f1aac4f913d4fa71ab73a7034e807186feb2abe55876e51c425a7f6 -size 292372 diff --git a/graphene-1.10.6.tar.xz b/graphene-1.10.6.tar.xz new file mode 100644 index 0000000..fb4a466 --- /dev/null +++ b/graphene-1.10.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ae57723e4608e6875626a88aaa6f56dd25df75024bd16e9d77e718c3560b25 +size 333332 diff --git a/graphene.changes b/graphene.changes index 686c721..e697a6a 100644 --- a/graphene.changes +++ b/graphene.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Apr 15 11:42:40 UTC 2021 - Dominique Leuenberger + +- 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 diff --git a/graphene.spec b/graphene.spec index 7d406ab..76237e8 100644 --- a/graphene.spec +++ b/graphene.spec @@ -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