diff --git a/gobject-introspection-1.58.3.tar.xz b/gobject-introspection-1.58.3.tar.xz deleted file mode 100644 index 8cead15..0000000 Binary files a/gobject-introspection-1.58.3.tar.xz and /dev/null differ diff --git a/gobject-introspection-1.66.1.tar.xz b/gobject-introspection-1.66.1.tar.xz new file mode 100644 index 0000000..bb312b5 Binary files /dev/null and b/gobject-introspection-1.66.1.tar.xz differ diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 5e154a2..46ceda6 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -3,15 +3,15 @@ %global __python %{__python3} Name: gobject-introspection -Version: 1.58.3 +Version: 1.66.1 Release: 1 Summary: Introspection system for GObject-based libraries License: GPLv2+, LGPLv2+, MIT URL: https://wiki.gnome.org/Projects/GObjectIntrospection -Source0: https://download.gnome.org/sources/gobject-introspection/1.58/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gobject-introspection/1.66/%{name}-%{version}.tar.xz -BuildRequires: gcc bison cairo-gobject-devel chrpath flex fontconfig-devel freetype-devel gettext glib2-devel >= %{glib2_version} libxslt gdb +BuildRequires: gcc bison cairo-gobject-devel chrpath flex fontconfig-devel freetype-devel gettext glib2-devel >= %{glib2_version} libxslt gdb meson BuildRequires: gtk-doc libffi-devel libX11-devel libXfixes-devel libXft-devel libxml2-devel mesa-libGL-devel python3-devel python3-mako python3-markdown Requires: glib2%{?_isa} >= %{glib2_version} @@ -37,15 +37,11 @@ Libraries and headers for gobject-introspection %autosetup -p1 %build -%configure --enable-gtk-doc --enable-doctool --with-python=%{__python3} -%make_build +%meson -Ddoctool=enabled -Dgtk_doc=true -Dpython=%{__python3} +%meson_build %install -%make_install - -%chrpath_delete - -%delete_la_and_a +%meson_install %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT" @@ -79,6 +75,9 @@ fi %{_mandir}/man1/*.gz %changelog +* Thu Jul 22 2021 wuchaochao - 1.66.1-1 +- Upgrade version to 1.66.1 + * Sat Aug 29 2020 SimpleUpdate Robot - 1.58.3-1 - Upgrade to version 1.58.3