Fix the spec file

Related: rhbz#1915340
This commit is contained in:
Matthias Clasen 2021-04-27 12:27:49 -04:00
parent c17f038cc9
commit d7d795576f

View File

@ -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 <mclasen@redhat.com - 1.68.0-4
- Fix spec file oversight
- Related: rhbz#1915340
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com - 1.68.0-3
- Add upstream patch to support __float128 as used in graphene
- Related: rhbz#1915340