From 6a7d0f50980385d2fc4b0d352a8e4217b284b4cc Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 12 Mar 2021 09:25:25 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/graphene.git#5ee94e82e5e018cc8c540ae4add78680fb769918 --- graphene.spec | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/graphene.spec b/graphene.spec index 008bf52..714ac0a 100644 --- a/graphene.spec +++ b/graphene.spec @@ -1,6 +1,6 @@ Name: graphene Version: 1.10.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Thin layer of types for graphic libraries License: MIT @@ -37,12 +37,21 @@ the functionality of the installed %{name} package. %autosetup -p1 %build -%meson -Dgtk_doc=true +# Disable neon +# https://github.com/ebassi/graphene/issues/215 +%meson -Dgtk_doc=true \ +%ifarch %{arm} + -Darm_neon=false \ +%endif + %meson_build %install %meson_install +%check +%meson_test + %files %license LICENSE.txt %doc README.md @@ -64,6 +73,10 @@ the functionality of the installed %{name} package. %{_datadir}/installed-tests/ %changelog +* Tue Mar 09 2021 Nicolas Chauvet - 1.10.4-2 +- Disable neon for graphene on armv7hl +- Add meson_test + * Wed Feb 10 2021 Kalev Lember - 1.10.4-1 - Update to 1.10.4