summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk3.spec8
1 files changed, 1 insertions, 7 deletions
diff --git a/gtk3.spec b/gtk3.spec
index aa081ea..c1ed6df 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -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
bgstack15