From e7dbb6b88e991e8ece56b5ea18b39f41df472723 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Oct 23 2019 20:00:29 +0000 Subject: Disable native optimizations --- diff --git a/kitty.spec b/kitty.spec index fd235bd..48a3740 100644 --- a/kitty.spec +++ b/kitty.spec @@ -4,7 +4,7 @@ Name: kitty Version: 0.14.6 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Cross-platform, fast, feature full, GPU based terminal emulator # BSD: docs/_templates/searchbox.html @@ -110,6 +110,9 @@ sed -e "s/f.endswith('\.so')/f.endswith('\.so') or f.endswith('\.py')/g" -i setu # script-without-shebang '__init__.py' find -type f -name "*.py*" -empty -exec chmod -x "{}" \; +# Disable native optimizations +sed -i 's!native_optimizations=True!native_optimizations=False!' setup.py + %build %set_build_flags @@ -156,7 +159,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %changelog -* Sun Oct 20 2019 Artem Polishchuk - 0.14.6-10 +* Sun Oct 20 2019 Artem Polishchuk - 0.14.6-11 - Update to 0.14.6 - Spec file fixes - Thanks to Vitaly Zaitsev