From 6c1902850e707e990e9435a6e6b924a4f59e500c Mon Sep 17 00:00:00 2001 From: si-gui Date: Thu, 22 Jul 2021 10:39:10 +0800 Subject: [PATCH] Del useless buildrequire gdb --- gtk-doc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gtk-doc.spec b/gtk-doc.spec index 78e58ba..31a0c37 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -3,14 +3,14 @@ Name: gtk-doc Version: 1.33.2 -Release: 1 +Release: 2 Summary: Generate API documentation from comments that can be added to C code License: GPLv2+ and GFDL URL: https://www.gtk.org/gtk-doc/ Source0: https://download.gnome.org/sources/gtk-doc/1.33/%{name}-%{version}.tar.xz BuildRequires: python3-devel docbook-utils libxslt gettext -BuildRequires: itstool yelp-tools docbook-style-xsl gcc gdb +BuildRequires: itstool yelp-tools docbook-style-xsl gcc BuildRequires: dblatex meson glib2-devel BuildRequires: python3-pygments BuildRequires: python3-parameterized @@ -52,6 +52,9 @@ export PYTHON=%{__python3} %{_datadir}/help/*/%{name}-manual/ %changelog +* Thu 22 Jul 2021 sunguoshuai - 1.33.2-2 +- Del useless buildrequire gdb + * Wed May 19 2021 weijin deng - 1.33.2-1 - Upgrade to 1.33.2 - Update Version -- Gitee