Make DocBook keyword element within text
This commit is contained in:
parent
35a92a4164
commit
467c7f11a9
37
Make-DocBook-keyword-element-within-text.patch
Normal file
37
Make-DocBook-keyword-element-within-text.patch
Normal 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
|
||||||
|
|
||||||
@ -1,6 +1,6 @@
|
|||||||
Name: itstool
|
Name: itstool
|
||||||
Version: 2.0.4
|
Version: 2.0.4
|
||||||
Release: 7
|
Release: 8
|
||||||
Summary: ITS-based XML translation tool
|
Summary: ITS-based XML translation tool
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://itstool.org/
|
URL: http://itstool.org/
|
||||||
@ -8,6 +8,7 @@ Source0: http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2
|
|||||||
Patch0: fix-segfaults.patch
|
Patch0: fix-segfaults.patch
|
||||||
Patch1: fix-Cannot-apply-preserveSpace-to-an-attribute.patch
|
Patch1: fix-Cannot-apply-preserveSpace-to-an-attribute.patch
|
||||||
Patch2: Auto-update-to-INSTALL-file.patch
|
Patch2: Auto-update-to-INSTALL-file.patch
|
||||||
|
Patch3: Make-DocBook-keyword-element-within-text.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-libxml2 python3-devel git
|
BuildRequires: python3-libxml2 python3-devel git
|
||||||
@ -44,6 +45,9 @@ export PYTHON=%{__python3}
|
|||||||
%doc %{_mandir}/man1/itstool.1.gz
|
%doc %{_mandir}/man1/itstool.1.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 26 2023 fandehui fandehui@xfusion.com - 2.0.4-7
|
||||||
- Auto update to INSTALL file
|
- Auto update to INSTALL file
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user