diff --git a/.gitignore b/.gitignore index 79fc59f..1703105 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,4 @@ /gobject-introspection-1.66.1.tar.xz /gobject-introspection-1.67.1.tar.xz /gobject-introspection-1.68.0.tar.xz +/gobject-introspection-1.69.0.tar.xz diff --git a/269.patch b/269.patch deleted file mode 100644 index c61bb2d..0000000 --- a/269.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 60b0cf2fc2fdc74d13832d1fdde21cfdc813b84e Mon Sep 17 00:00:00 2001 -From: Emmanuele Bassi -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 - diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 092166f..959be0e 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -1,17 +1,13 @@ %global glib2_version 2.58.0 Name: gobject-introspection -Version: 1.68.0 -Release: 6%{?dist} +Version: 1.69.0 +Release: 1%{?dist} Summary: Introspection system for GObject-based libraries License: GPLv2+ and LGPLv2+ and MIT URL: https://wiki.gnome.org/Projects/GObjectIntrospection -Source0: https://download.gnome.org/sources/gobject-introspection/1.68/%{name}-%{version}.tar.xz - -# Fix graphene instrospection build on i686 -# https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/384 -Patch0: 269.patch +Source0: https://download.gnome.org/sources/gobject-introspection/1.69/%{name}-%{version}.tar.xz BuildRequires: gcc BuildRequires: bison @@ -86,10 +82,14 @@ Libraries and headers for gobject-introspection %dir %{_datadir}/gtk-doc/html %{_datadir}/gtk-doc/html/gi/ %{_mandir}/man1/g-ir-compiler.1* +%{_mandir}/man1/g-ir-doc-tool.1* %{_mandir}/man1/g-ir-generate.1* %{_mandir}/man1/g-ir-scanner.1* %changelog +* Tue Aug 24 2021 Kalev Lember - 1.69.0-1 +- Update to 1.69.0 + * Thu Jul 22 2021 Fedora Release Engineering - 1.68.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index 0d4b263..badac20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gobject-introspection-1.68.0.tar.xz) = d2e64c119aa500b624a57baa2cebe9126ab100003d98b771f4fb51cf92748635de352997f702f40656f7c665f3dfedfbfa19912cc7a2d039d254555243bbc381 +SHA512 (gobject-introspection-1.69.0.tar.xz) = 3744fd9ccee9eae020b820ffeb14dff20d9ce3e222ce19fcb6de77b17de907b57e61f45ff9d5a5cb8694edca0603cae91b1a017587da33f9d8fa8e5a70576294