- Fix ISO entities in 4.3/4.4 SGML.

This commit is contained in:
Tim Waugh 2005-12-13 13:17:10 +00:00
parent c9e36dc88b
commit ddd7ce2811
2 changed files with 42 additions and 1 deletions

34
docbook-dtds-ents.patch Normal file
View File

@ -0,0 +1,34 @@
--- docbook-dtds-1.0/4.3-sgml/docbook.cat.ents 2005-12-13 13:14:24.000000000 +0000
+++ docbook-dtds-1.0/4.3-sgml/docbook.cat 2005-12-13 13:14:38.000000000 +0000
@@ -51,6 +51,7 @@
-- ...................................................................... --
-- ISO entity sets ...................................................... --
+--
PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN"
"iso-dia.gml"
@@ -109,5 +110,6 @@
PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN"
"iso-cyr2.gml"
+--
-- End of catalog data for DocBook V4.3 ................................. --
-- ...................................................................... --
--- docbook-dtds-1.0/4.4-sgml/docbook.cat.ents 2005-12-13 13:14:51.000000000 +0000
+++ docbook-dtds-1.0/4.4-sgml/docbook.cat 2005-12-13 13:14:59.000000000 +0000
@@ -54,6 +54,7 @@
-- ...................................................................... --
-- ISO entity sets ...................................................... --
+--
PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN"
"iso-dia.gml"
@@ -112,5 +113,6 @@
PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN"
"iso-cyr2.gml"
+--
-- End of catalog data for DocBook V4.4 ................................. --
-- ...................................................................... --

View File

@ -1,6 +1,6 @@
Name: docbook-dtds
Version: 1.0
Release: 29.1
Release: 30
Group: Applications/Text
Summary: SGML and XML document type definitions for DocBook.
@ -52,6 +52,7 @@ Patch2: docbook-dtd40-sgml-1.0.catalog.patch
Patch3: docbook-dtd41-sgml-1.0.catalog.patch
Patch4: docbook-dtd42-sgml-1.0.catalog.patch
Patch5: docbook-4.2-euro.patch
Patch6: docbook-dtds-ents.patch
BuildRequires: unzip
%define openjadever 1.3.2
@ -140,6 +141,9 @@ cd ..
# Fix € in SGML.
%patch5 -p1
# Fix ISO entities in 4.3/4.4 SGML
%patch6 -p1
# Increase NAMELEN (bug #36058, bug #159382).
sed -e's,\(NAMELEN\s\+\)44\(\s\*\)\?,\1256,' -i.namelen */docbook.dcl
@ -1203,6 +1207,9 @@ then
fi
%changelog
* Tue Dec 13 2005 Tim Waugh <twaugh@redhat.com> 1.0-30
- Fix ISO entities in 4.3/4.4 SGML.
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt