diff options
author | Kalev Lember <klember@redhat.com> | 2020-09-29 10:57:28 +0200 |
---|---|---|
committer | Kalev Lember <klember@redhat.com> | 2020-09-29 10:57:28 +0200 |
commit | 3f8ca43d56b2e07a9f3f007adf56d7f720f5f0b9 (patch) | |
tree | fb8e02b096ff1eb5c7a44628557a98682b41eebb | |
parent | Enable sysprof events (diff) | |
download | gtk3-classic-build-gtk3-3f8ca43d56b2e07a9f3f007adf56d7f720f5f0b9.tar.gz gtk3-classic-build-gtk3-3f8ca43d56b2e07a9f3f007adf56d7f720f5f0b9.tar.bz2 gtk3-classic-build-gtk3-3f8ca43d56b2e07a9f3f007adf56d7f720f5f0b9.zip |
Revert "Enable sysprof events"
Revert this change as it doesn't build on F33+: gtk3 only supports
sysprof-3, but we only have sysprof-4 in F33.
See the discussion in
https://src.fedoraproject.org/rpms/gtk3/pull-request/6#comment-56683
This reverts commit cd42a7ea0e0747a7c0fa3d2995aabeda34f109a7.
-rw-r--r-- | gtk3.spec | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -25,7 +25,7 @@ Name: gtk3 Version: 3.24.23 -Release: 2%{?dist} +Release: 1%{?dist} Summary: GTK+ graphical user interface library License: LGPLv2+ @@ -187,9 +187,6 @@ export CFLAGS='-fno-strict-aliasing %optflags' %endif --enable-colord \ --enable-installed-tests \ -%if 0%{?with_sysprof} - --enable-profiler \ -%endif --with-included-immodules=wayland ) @@ -329,9 +326,6 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || : %{_datadir}/installed-tests/ %changelog -* Fri Sep 18 2020 Ivan Molodetskikh <yalterz@gmail.com> - 3.24.23-2 -- Enable sysprof events - * Fri Sep 04 2020 Kalev Lember <klember@redhat.com> - 3.24.23-1 - Update to 3.24.23 |