From 8e3d56dbd59f3183dc297ea65c288490101c15fe Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Fri, 11 Jul 2008 10:54:44 +0000 Subject: [PATCH] fixed typo in post scriptlet(causing mishandling of DocBook 4.4 and 4.5 DTDs)-#453513 --- docbook-dtds.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docbook-dtds.spec b/docbook-dtds.spec index 304c1f6..1a9bef1 100644 --- a/docbook-dtds.spec +++ b/docbook-dtds.spec @@ -1,6 +1,6 @@ Name: docbook-dtds Version: 1.0 -Release: 37%{?dist} +Release: 38%{?dist} Group: Applications/Text Summary: SGML and XML document type definitions for DocBook @@ -1013,7 +1013,7 @@ then "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" \ "${CAT_DIR}xml-dtd-4.5-%{version}-%{release}/ent/iso-box.ent" $CATALOG /usr/bin/xmlcatalog --noout --add "public" \ - "-//OASIS//DTD DocBook XML V4.4//EN" \ + "-//OASIS//DTD DocBook XML V4.5//EN" \ "${CAT_DIR}xml-dtd-4.5-%{version}-%{release}/docbookx.dtd" $CATALOG /usr/bin/xmlcatalog --noout --add "public" \ "ISO 8879:1986//ENTITIES Greek Symbols//EN" \ @@ -1483,6 +1483,10 @@ then fi %changelog +* Fri Jul 11 2008 Ondrej Vasik - 1.0-38 +- fixed typo in post scriptlet(causing mishandling of DocBook + 4.4 and 4.5 DTDs)-#453513 + * Wed Jul 09 2008 Ondrej Vasik - 1.0-37 - use full paths in xmlcatalog registration