From d4a41334b4f868feace57aee7daa8fc3ce544ce5 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 15 Jun 2020 17:20:36 +0200 Subject: [PATCH] Enable debugging Use the G_MESSAGES_DEBUG and GNOME_TERMINAL_DEBUG environment variables to enable and tweak the debug output at run-time. --- gnome-terminal.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnome-terminal.spec b/gnome-terminal.spec index 0c23662..0c0a272 100644 --- a/gnome-terminal.spec +++ b/gnome-terminal.spec @@ -8,7 +8,7 @@ Name: gnome-terminal Version: 3.36.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Terminal emulator for GNOME License: GPLv3+ and GFDL and LGPLv2+ @@ -67,6 +67,7 @@ autoreconf -f -i %configure \ --disable-silent-rules \ --disable-static \ + --enable-debug \ --with-gtk=3.0 \ --with-nautilus-extension @@ -106,6 +107,9 @@ make check %{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml %changelog +* Mon Jun 15 2020 Debarshi Ray - 3.36.1.1-2 +- Enable debugging + * Mon Apr 06 2020 Debarshi Ray - 3.36.1.1-1 - Update to 3.36.1.1 - Rebase the patches