From cd42a7ea0e0747a7c0fa3d2995aabeda34f109a7 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 28 Aug 2020 11:38:28 +0300 Subject: Enable sysprof events Sysprof was present as a build requirement but the actual configure flag to activate it wasn't being passed. --- gtk3.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gtk3.spec b/gtk3.spec index c1ed6df..aa081ea 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -25,7 +25,7 @@ Name: gtk3 Version: 3.24.23 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK+ graphical user interface library License: LGPLv2+ @@ -187,6 +187,9 @@ export CFLAGS='-fno-strict-aliasing %optflags' %endif --enable-colord \ --enable-installed-tests \ +%if 0%{?with_sysprof} + --enable-profiler \ +%endif --with-included-immodules=wayland ) @@ -326,6 +329,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || : %{_datadir}/installed-tests/ %changelog +* Fri Sep 18 2020 Ivan Molodetskikh - 3.24.23-2 +- Enable sysprof events + * Fri Sep 04 2020 Kalev Lember - 3.24.23-1 - Update to 3.24.23 -- cgit