From 6f01bd7f0633e252c13eb2b44b4b7996792dadb1 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 24 Feb 2021 11:22:20 +0100 Subject: [PATCH] Enable sysprof capture support --- glib2.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/glib2.spec b/glib2.spec index b6fc529..a02b360 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,6 +1,6 @@ Name: glib2 Version: 2.67.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library of handy utility functions License: LGPLv2+ @@ -46,6 +46,7 @@ BuildRequires: pkgconfig(libelf) BuildRequires: pkgconfig(libffi) BuildRequires: pkgconfig(libpcre) BuildRequires: pkgconfig(mount) +BuildRequires: pkgconfig(sysprof-capture-4) BuildRequires: pkgconfig(zlib) BuildRequires: python3-devel @@ -111,6 +112,7 @@ rm glib/pcre/*.[ch] -Dman=true \ -Ddtrace=true \ -Dsystemtap=true \ + -Dsysprof=enabled \ -Dgtk_doc=true \ -Dinstalled_tests=true \ %if 0%{?rhel} @@ -242,6 +244,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/installed-tests %changelog +* Wed Feb 24 2021 Kalev Lember - 2.67.4-3 +- Enable sysprof capture support + * Fri Feb 19 2021 Kalev Lember - 2.67.4-2 - Backport a fix for gsubprocesslauncher regression