From a7cde0e5d8ead2858f9253561f87d8b0a4e82a6d Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 24 Oct 2016 21:06:32 +0200 Subject: [PATCH] Enable arm architecture now that ldc is available there --- gtkd.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gtkd.spec b/gtkd.spec index a329a9d..d988585 100644 --- a/gtkd.spec +++ b/gtkd.spec @@ -21,10 +21,6 @@ Requires: vte291 Requires: mesa-libGL, mesa-libGLU, gtksourceview3 Requires: gstreamer1, gstreamer1-plugins-base, xz -# https://github.com/ldc-developers/ldc/issues/613 -ExcludeArch: %{arm} - - %description GTK+ is a highly usable, feature rich toolkit for creating graphical user interfaces which boasts cross platform compatibility and an easy to use API. @@ -113,6 +109,7 @@ install -m0644 gtkd.d.tags %{buildroot}/%{_datadir}/geany/tags/ %changelog * Mon Oct 24 2016 Kalev Lember - 3.3.1-1 - Update to 3.3.1 +- Enable arm architecture now that ldc is available there * Tue Jul 19 2016 Yaakov Selkowitz - 3.2.2-3 - Remove bogus glade3 dependency (#1294369)