diff --git a/gobject-introspection-1.70.0.tar.xz b/gobject-introspection-1.70.0.tar.xz deleted file mode 100644 index 579b8738557d42d653b976b5b139bb95237567fe..0000000000000000000000000000000000000000 Binary files a/gobject-introspection-1.70.0.tar.xz and /dev/null differ diff --git a/gobject-introspection-1.72.0.tar.xz b/gobject-introspection-1.72.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..0d0f3b4cf9653c4bd69b09f7121e75c5c5539b3d Binary files /dev/null and b/gobject-introspection-1.72.0.tar.xz differ diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 9f1dd69beee40a1545d34dfa1bc033b0e919f374..4c0414fc84329dfd6361598dbfa3b02d4efef8db 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -1,15 +1,12 @@ %global glib2_version 2.58.0 -%global __python %{__python3} - Name: gobject-introspection -Version: 1.70.0 +Version: 1.72.0 Release: 1 Summary: Introspection system for GObject-based libraries - -License: GPLv2+, LGPLv2+, MIT +License: GPLv2+ and LGPLv2+ and MIT URL: https://wiki.gnome.org/Projects/GObjectIntrospection -Source0: https://download.gnome.org/sources/gobject-introspection/1.66/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gobject-introspection/1.72/%{name}-%{version}.tar.xz BuildRequires: gcc bison cairo-gobject-devel chrpath flex fontconfig-devel freetype-devel gettext glib2-devel >= %{glib2_version} libxslt meson BuildRequires: gtk-doc libffi-devel libX11-devel libXfixes-devel libXft-devel libxml2-devel mesa-libGL-devel python3-devel python3-mako python3-markdown @@ -27,6 +24,7 @@ Summary: Libraries and headers for gobject-introspection Requires: %{name}%{?_isa} = %{version}-%{release} Requires: libtool Requires: python3-mako +Requires: python3-markdown %description devel Libraries and headers for gobject-introspection @@ -43,9 +41,6 @@ Libraries and headers for gobject-introspection %install %meson_install -%clean -[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT" - %post /sbin/ldconfig @@ -55,9 +50,8 @@ if [ "$1" = "0" ]; then fi %files -%license COPYING +%license COPYING COPYING.GPL COPYING.LGPL %{_libdir}/lib*.so.* -%dir %{_libdir}/girepository-1.0 %{_libdir}/girepository-1.0/*.typelib %files devel @@ -72,9 +66,13 @@ fi %{_includedir}/* %files help -%{_mandir}/man1/*.gz +%doc NEWS README.rst +%{_mandir}/man1/*.1* %changelog +* Fri Apr 22 2022 dillon chen - 1.72.0-1 +- Update to 1.72.0 + * Sun Dec 26 2021 tianwei - 1.70.0-1 - upgrade version to 1.70.0