Make DocBook keyword element within text

This commit is contained in:
fandehui 2023-10-27 19:35:42 +08:00
parent 35a92a4164
commit 467c7f11a9
2 changed files with 42 additions and 1 deletions

View File

@ -0,0 +1,37 @@
From ce3e235efbe251083f257e0b1cfdaa11e4f7b01c Mon Sep 17 00:00:00 2001
From: Shaun McCance <shaunm@redhat.com>
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

View File

@ -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