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