From a59382eb9acb53ed3743b168343fb54a09684c06 Mon Sep 17 00:00:00 2001 From: han_hui_hui Date: Fri, 19 Jan 2024 06:40:11 +0000 Subject: [PATCH] disable sysprof --- glib2.spec | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/glib2.spec b/glib2.spec index 9b09b96..517165b 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,6 +1,6 @@ Name: glib2 Version: 2.68.1 -Release: 20 +Release: 21 Summary: The core library that forms the basis for projects such as GTK+ and GNOME License: LGPLv2+ URL: http://www.gtk.org @@ -87,9 +87,6 @@ BuildRequires: pkgconfig(libpcre) pkgconfig(mount) pkgconfig(zlib) BuildRequires: python3-devel %ifnarch i686 BuildRequires: desktop-file-utils shared-mime-info gtk-doc -%if %{?openEuler:1}0 -BuildRequires: pkgconfig(sysprof-capture-4) -%endif %endif Provides: %{name}-fam = %{version}-%{release} @@ -136,15 +133,12 @@ help document for the glib2 package. rm glib/pcre/*.[ch] %meson --default-library=both -Ddtrace=true \ %ifnarch i686 -%if %{?openEuler:1}0 - -Dsysprof=enabled \ -%endif -Dman=true -Dgtk_doc=true \ %else - -Dsysprof=disabled -Dman=false -Dgtk_doc=false \ + -Dman=false -Dgtk_doc=false \ %endif -Dsystemtap=true -Dinstalled_tests=true \ - -Dglib_debug=disabled + -Dglib_debug=disabled -Dsysprof=disabled %meson_build @@ -244,6 +238,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %endif %changelog +* Fri Jan 19 2024 hanhuihui - 2.68.1-21 +- disable sysprof + * Thu Jan 11 2024 hanhuihui - 2.68.1-20 - fix memory leak and log domains error -- Gitee