From 663599b568c72bab3c128d5515a464931cf4c421 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Nov 09 2020 13:31:21 +0000 Subject: Add missing executable bits to fix the build https://gitlab.gnome.org/GNOME/pango/-/merge_requests/260 --- diff --git a/pango.spec b/pango.spec index 844654b..b2fb076 100644 --- a/pango.spec +++ b/pango.spec @@ -76,6 +76,10 @@ the functionality of the installed %{name} package. %prep %autosetup -n pango-%{version} -p1 +# Add missing executable bits to fix the build +chmod +x tests/gen-all-unicode.py +chmod +x tests/gen-installed-test.py + %build %meson \