From 560d31ca09498f07baa19b607c5d6e0a0f5f850e Mon Sep 17 00:00:00 2001 From: songnannan Date: Fri, 20 Mar 2020 11:11:27 +0800 Subject: [PATCH] add gdb in buildrequires --- geocode-glib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/geocode-glib.spec b/geocode-glib.spec index 29a22ad..77d40f5 100644 --- a/geocode-glib.spec +++ b/geocode-glib.spec @@ -1,13 +1,13 @@ Name: geocode-glib Version: 3.26.1 -Release: 3 +Release: 4 Summary: %{name} is helpful for geocoding License: LGPLv2+ URL: http://www.gnome.org/ Source0: http://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz BuildRequires: gettext gtk-doc glib2-devel gobject-introspection-devel -BuildRequires: json-glib-devel libsoup-devel libxslt git meson +BuildRequires: json-glib-devel libsoup-devel libxslt git meson gdb Requires: json-glib %description @@ -57,6 +57,9 @@ This package contains development files needed to develop with the %{name} libra %doc README NEWS %changelog +* Fri Mar 20 2020 openEuler Buildteam - 3.26.1-4 +- add gdb in buildrequires + * Wed Jan 22 2020 openEuler Buildteam - 3.26.1-3 - Type:bugfix - Id:NA