Update to 1.69.0

This commit is contained in:
Kalev Lember 2021-08-24 18:50:12 +02:00
parent 914920ff51
commit 5ac2f6182f
4 changed files with 9 additions and 39 deletions

1
.gitignore vendored
View File

@ -94,3 +94,4 @@
/gobject-introspection-1.66.1.tar.xz /gobject-introspection-1.66.1.tar.xz
/gobject-introspection-1.67.1.tar.xz /gobject-introspection-1.67.1.tar.xz
/gobject-introspection-1.68.0.tar.xz /gobject-introspection-1.68.0.tar.xz
/gobject-introspection-1.69.0.tar.xz

View File

@ -1,31 +0,0 @@
From 60b0cf2fc2fdc74d13832d1fdde21cfdc813b84e Mon Sep 17 00:00:00 2001
From: Emmanuele Bassi <ebassi@gnome.org>
Date: Mon, 26 Apr 2021 10:59:52 +0100
Subject: [PATCH] scanner: Add more float types
The scanner is chocking on the `__float80` and `__float128` types that
are provided by GCC as extensions to ISO/IEC TS 18661-3:2015:
https://gcc.gnu.org/onlinedocs/gcc/Floating-Types.html
Fixes: #384
---
giscanner/scannerlexer.l | 2 ++
1 file changed, 2 insertions(+)
diff --git a/giscanner/scannerlexer.l b/giscanner/scannerlexer.l
index cfec4d58..b6cc6499 100644
--- a/giscanner/scannerlexer.l
+++ b/giscanner/scannerlexer.l
@@ -224,6 +224,8 @@ stringtext ([^\\\"])|(\\.)
"_Float32x" { return BASIC_TYPE; }
"_Float64x" { return BASIC_TYPE; }
"_Float128x" { return BASIC_TYPE; }
+"__float80" { return BASIC_TYPE; }
+"__float128" { return BASIC_TYPE; }
"for" { return FOR; }
"goto" { return GOTO; }
"if" { return IF; }
--
GitLab

View File

@ -1,17 +1,13 @@
%global glib2_version 2.58.0 %global glib2_version 2.58.0
Name: gobject-introspection Name: gobject-introspection
Version: 1.68.0 Version: 1.69.0
Release: 6%{?dist} Release: 1%{?dist}
Summary: Introspection system for GObject-based libraries Summary: Introspection system for GObject-based libraries
License: GPLv2+ and LGPLv2+ and MIT License: GPLv2+ and LGPLv2+ and MIT
URL: https://wiki.gnome.org/Projects/GObjectIntrospection URL: https://wiki.gnome.org/Projects/GObjectIntrospection
Source0: https://download.gnome.org/sources/gobject-introspection/1.68/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/gobject-introspection/1.69/%{name}-%{version}.tar.xz
# Fix graphene instrospection build on i686
# https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/384
Patch0: 269.patch
BuildRequires: gcc BuildRequires: gcc
BuildRequires: bison BuildRequires: bison
@ -86,10 +82,14 @@ Libraries and headers for gobject-introspection
%dir %{_datadir}/gtk-doc/html %dir %{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/gi/ %{_datadir}/gtk-doc/html/gi/
%{_mandir}/man1/g-ir-compiler.1* %{_mandir}/man1/g-ir-compiler.1*
%{_mandir}/man1/g-ir-doc-tool.1*
%{_mandir}/man1/g-ir-generate.1* %{_mandir}/man1/g-ir-generate.1*
%{_mandir}/man1/g-ir-scanner.1* %{_mandir}/man1/g-ir-scanner.1*
%changelog %changelog
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 1.69.0-1
- Update to 1.69.0
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.68.0-6 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.68.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

View File

@ -1 +1 @@
SHA512 (gobject-introspection-1.68.0.tar.xz) = d2e64c119aa500b624a57baa2cebe9126ab100003d98b771f4fb51cf92748635de352997f702f40656f7c665f3dfedfbfa19912cc7a2d039d254555243bbc381 SHA512 (gobject-introspection-1.69.0.tar.xz) = 3744fd9ccee9eae020b820ffeb14dff20d9ce3e222ce19fcb6de77b17de907b57e61f45ff9d5a5cb8694edca0603cae91b1a017587da33f9d8fa8e5a70576294