From 76785ad6092d5fc619911e4d883f6f792e141042 Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Mon, 1 Feb 2021 14:10:41 +0800 Subject: [PATCH] bugfix fix dbind doc build withmeson --- at-spi2-core.spec | 10 +++++++++- huawei-bugfix-fix-dbind-doc-build-with-meson.patch | 0 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 huawei-bugfix-fix-dbind-doc-build-with-meson.patch diff --git a/at-spi2-core.spec b/at-spi2-core.spec index c6804fe..e796826 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,12 +1,14 @@ Name: at-spi2-core Version: 2.36.0 -Release: 1 +Release: 2 Summary: The At-Spi2 Core package is a part of the GNOME Accessibility Project. License: LGPLv2+ URL: https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/ Source0: https://github.com/GNOME/at-spi2-core/releases/tag/AT_SPI2_CORE_2_36_0.tar.gz +Patch9000: huawei-bugfix-fix-dbind-doc-build-with-meson.patch + BuildRequires: meson gtk-doc libXi-devel glib2-devel libXtst-devel gettext BuildRequires: dbus-devel gobject-introspection-devel systemd libxslt Requires: dbus @@ -65,6 +67,12 @@ The API documentation and header files of litabspi are included by %{name}-devel %{_datadir}/gtk-doc/html/libatspi %changelog +* The Feb 1 2021 wangye - 2.36.0-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix dbind doc build with meson + * The Aug 27 2020 yeah_wang - 2.36.0-1 - Type:enhancement - ID:NA diff --git a/huawei-bugfix-fix-dbind-doc-build-with-meson.patch b/huawei-bugfix-fix-dbind-doc-build-with-meson.patch new file mode 100644 index 0000000..e69de29 -- Gitee