From d7d795576fde773e4a67dcd435a5a865d538d349 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 27 Apr 2021 12:27:49 -0400 Subject: [PATCH] Fix the spec file Related: rhbz#1915340 --- gobject-introspection.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 5336866..3133b70 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -2,7 +2,7 @@ Name: gobject-introspection Version: 1.68.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Introspection system for GObject-based libraries License: GPLv2+, LGPLv2+, MIT @@ -55,7 +55,6 @@ Libraries and headers for gobject-introspection %prep %autosetup -p1 -%patch0 -p1 -b .float128 %build %meson -Ddoctool=enabled -Dgtk_doc=true -Dpython=%{__python3} @@ -87,6 +86,10 @@ Libraries and headers for gobject-introspection %{_mandir}/man1/g-ir-scanner.1* %changelog +* Tue Apr 27 2010 Matthias Clasen