From e53759d66970f4faa09c4b325212262e31de44d2 Mon Sep 17 00:00:00 2001 From: zhangxianting Date: Mon, 8 Apr 2024 18:30:52 +0800 Subject: [PATCH] change relative_patch to fix check error --- change-relative_path-of-gobject.c.patch | 25 +++++++++++++++++++++++++ gtk-doc.spec | 6 +++++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 change-relative_path-of-gobject.c.patch diff --git a/change-relative_path-of-gobject.c.patch b/change-relative_path-of-gobject.c.patch new file mode 100644 index 0000000..3f0284d --- /dev/null +++ b/change-relative_path-of-gobject.c.patch @@ -0,0 +1,25 @@ +From 12ec28e07be94d3fc982f55c9f037884c684a47c Mon Sep 17 00:00:00 2001 +From: zhangxianting +Date: Mon, 8 Apr 2024 18:26:28 +0800 +Subject: [PATCH] change relative path of examples gobject.c + +--- + tests/gobject/src/gobject.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/tests/gobject/src/gobject.c b/tests/gobject/src/gobject.c +index b23628d..1d429ea 100644 +--- a/tests/gobject/src/gobject.c ++++ b/tests/gobject/src/gobject.c +@@ -50,7 +50,7 @@ + * + * You can also change parameters: + * +- * ++ * + * + * + * This example serves two main purposes: +-- +2.33.0 + diff --git a/gtk-doc.spec b/gtk-doc.spec index 665f425..f6e599a 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -3,7 +3,7 @@ Name: gtk-doc Version: 1.33.2 -Release: 6 +Release: 7 Summary: Generate API documentation from comments that can be added to C code License: Verbatim and GPLv2+ URL: https://www.gtk.org/gtk-doc/ @@ -11,6 +11,7 @@ Source0: https://download.gnome.org/sources/gtk-doc/1.33/%{name}-%{versio Patch0: fix-fixxref-not-found-file.patch Patch1: fix-mkdb-not-found-file.patch Patch2: fix-gtkdoc-rebase-NoneType-object-has-no-attribute-group.patch +Patch3: change-relative_path-of-gobject.c.patch BuildRequires: docbook-utils libxslt gettext BuildRequires: itstool yelp-tools docbook-style-xsl gcc @@ -56,6 +57,9 @@ export PYTHON=%{__python3} %{_datadir}/help/*/%{name}-manual/ %changelog +* Mon Apr 08 2024 zhangxianting - 1.33.2-7 +- change relative_patch to fix check error + * Sat Feb 19 2022 Liu Zixian - 1.33.2-6 - Remove useless BuildRequires python3-devel -- Gitee