From d2eaaad86928d67c368931be8d227d0a14604fca Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Fri, 6 Jun 2025 14:18:10 +0800 Subject: [PATCH] build with introspection --- glib2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/glib2.spec b/glib2.spec index 3dc58dc..4c923b2 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,8 +1,8 @@ -%bcond_with introspection +%bcond_without introspection Name: glib2 Version: 2.84.2 -Release: 1 +Release: 2 Summary: The core library that forms the basis for projects such as GTK+ and GNOME License: LGPL-2.1-or-later URL: https://www.gtk.org @@ -15,7 +15,7 @@ Patch4: Correct-translation-information.patch BuildRequires: gcc gettext BuildRequires: meson >= 1.4.0 BuildRequires: pkgconfig(bash-completion) >= 2.0 -BuildRequires: pkgconfig(gi-docgen) >= 2024.1 +BuildRequires: pkgconfig(gi-docgen) >= 2025.3 BuildRequires: pkgconfig(libelf) >= 0.8.12 BuildRequires: pkgconfig(libffi) >= 3.0.0 BuildRequires: pkgconfig(libpcre2-8) >= 10.32 @@ -233,6 +233,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_docdir}/g*-2.0 %changelog +* Fri Jun 06 2025 Funda Wang - 2.84.2-2 +- build with introspection + * Fri Jun 06 2025 Funda Wang - 2.84.2-1 - update to version 2.84.2 -- Gitee