From 1f3d311c9a20e31855e180c013860710fd8419a7 Mon Sep 17 00:00:00 2001 From: chengquan Date: Sat, 14 Mar 2020 17:03:25 +0800 Subject: [PATCH] fixbug in self-building --- gobject-introspection.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index b75cac9..00aad73 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -4,14 +4,14 @@ Name: gobject-introspection Version: 1.58.0 -Release: 5 +Release: 6 Summary: Introspection system for GObject-based libraries License: GPLv2+, LGPLv2+, MIT URL: https://wiki.gnome.org/Projects/GObjectIntrospection Source0: https://download.gnome.org/sources/gobject-introspection/1.58/%{name}-%{version}.tar.xz -BuildRequires: gcc bison cairo-gobject-devel chrpath flex fontconfig-devel freetype-devel gettext glib2-devel >= %{glib2_version} libxslt +BuildRequires: gcc bison cairo-gobject-devel chrpath flex fontconfig-devel freetype-devel gettext glib2-devel >= %{glib2_version} libxslt gdb BuildRequires: gtk-doc libffi-devel libX11-devel libXfixes-devel libXft-devel libxml2-devel mesa-libGL-devel python3-devel python3-mako python3-markdown Requires: glib2%{?_isa} >= %{glib2_version} @@ -79,6 +79,9 @@ fi %{_mandir}/man1/*.gz %changelog +* Sat Mar 14 2020 openEuler Buildteam - 1.58.0-6 +- fixbug in self-building + * Wed Nov 20 2019 fangyufa - 1.58.0-5 - Type:bugfix - ID:NA -- Gitee