From 437cf58b6848aed0973ea8627c1e22cbb38beb1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Wed, 27 Jan 2021 17:02:04 +0000 Subject: [PATCH] drop unneeded BuildRequires: gdb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit originally added to log build-time tool crashes commit 4cfeb5ea50361f16f7eb5a7faf71493f929ef980 Author: Caolán McNamara Date: Sat Apr 25 13:53:26 2015 +0100 get gdb to put bt into build log on failure --- libreoffice.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index a741510..4d23323 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -50,7 +50,7 @@ Summary: Free Software Productivity Suite Name: libreoffice Epoch: 1 Version: %{libo_version}.2 -Release: 7%{?libo_prerelease}%{?dist} +Release: 8%{?libo_prerelease}%{?dist} License: (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and MPLv2.0 and CC0 URL: http://www.libreoffice.org/ @@ -102,7 +102,6 @@ BuildRequires: doxygen BuildRequires: findutils BuildRequires: flex BuildRequires: gcc-c++ -BuildRequires: gdb BuildRequires: gettext BuildRequires: git BuildRequires: gnupg2 @@ -1133,8 +1132,6 @@ touch autogen.lastrun %{?archoptions} \ %{?flatpakoptions} -ulimit -c unlimited || true - make verbose=true build-nocheck #generate the icons and mime type stuff @@ -2274,6 +2271,9 @@ done %{_includedir}/LibreOfficeKit %changelog +* Wed Jan 27 2021 Caolán McNamara - 1:7.0.4.2-8 +- drop unneeded BuildRequires: gdb + * Wed Jan 27 2021 Caolán McNamara - 1:7.0.4.2-7 - Resolves: rhbz#1916539 text not wrapping in right hand help brower pane