diff --git a/Make-DocBook-keyword-element-within-text.patch b/Make-DocBook-keyword-element-within-text.patch new file mode 100644 index 0000000000000000000000000000000000000000..6705fdeb8ae464e3ca9059a57f4ad5584b5afd89 --- /dev/null +++ b/Make-DocBook-keyword-element-within-text.patch @@ -0,0 +1,37 @@ +From ce3e235efbe251083f257e0b1cfdaa11e4f7b01c Mon Sep 17 00:00:00 2001 +From: Shaun McCance +Date: Sun, 30 Dec 2018 16:31:05 -0500 +Subject: [PATCH] Make DocBook keyword element within text + +--- + its/docbook.its | 1 + + its/docbook5.its | 1 + + 2 files changed, 2 insertions(+) + +diff --git a/its/docbook.its b/its/docbook.its +index fb60cfc..557bea3 100644 +--- a/its/docbook.its ++++ b/its/docbook.its +@@ -100,6 +100,7 @@ + //keycode | + //keycombo | + //keysym | ++ //keyword | + //lhs | + //lineage | + //lineannotation | +diff --git a/its/docbook5.its b/its/docbook5.its +index 8a47948..0accb33 100644 +--- a/its/docbook5.its ++++ b/its/docbook5.its +@@ -99,6 +99,7 @@ + //db:keycode | + //db:keycombo | + //db:keysym | ++ //db:keyword | + //db:lhs | + //db:lineage | + //db:lineannotation | +-- +2.27.0 + diff --git a/itstool.spec b/itstool.spec index 1668a69f23ddde9b5754b6f7a1257ca609eea7df..0873429a88757870a9546d2ad8f67c21a3cb1978 100644 --- a/itstool.spec +++ b/itstool.spec @@ -1,6 +1,6 @@ Name: itstool Version: 2.0.4 -Release: 7 +Release: 8 Summary: ITS-based XML translation tool License: GPLv3+ URL: http://itstool.org/ @@ -8,6 +8,7 @@ Source0: http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2 Patch0: fix-segfaults.patch Patch1: fix-Cannot-apply-preserveSpace-to-an-attribute.patch Patch2: Auto-update-to-INSTALL-file.patch +Patch3: Make-DocBook-keyword-element-within-text.patch BuildArch: noarch BuildRequires: python3-libxml2 python3-devel git @@ -44,6 +45,9 @@ export PYTHON=%{__python3} %doc %{_mandir}/man1/itstool.1.gz %changelog +* Fri Nov 26 2023 fandehui fandehui@xfusion.com - 2.0.4-8 +- Make DocBook keyword element within text + * Thu Oct 26 2023 fandehui fandehui@xfusion.com - 2.0.4-7 - Auto update to INSTALL file