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