diff --git a/docbook-utils.spec b/docbook-utils.spec index 690daa0..98cbc75 100644 --- a/docbook-utils.spec +++ b/docbook-utils.spec @@ -1,6 +1,6 @@ Name: docbook-utils Version: 0.6 -Release: 13 +Release: 13.2 Group: Applications/Text Summary: Shell scripts to manage DocBook documents. @@ -20,6 +20,7 @@ Patch0: docbook-utils-0.6-..patch Patch1: jw-custom.patch Patch2: docbook-utils-0.6-@.patch Patch3: docbook-utils-0.6-pdf.patch +Patch4: docbook-utils-0.6-perl.patch Obsoletes: stylesheets @@ -44,6 +45,7 @@ This package contains a script to convert DocBook documents to PDF. %patch1 -p1 -b .custom %patch2 -p1 -b .@ %patch3 -p1 -b .pdf +%patch4 -p1 -b .perl %Build @@ -96,6 +98,12 @@ rm -rf $DESTDIR /usr/bin/db2pdf %changelog +* Fri Apr 26 2002 Tim Waugh 0.6-13.2 +- Make sgmldiff work. + +* Thu Apr 11 2002 Tim Waugh 0.6-13.1 +- Disable use-id-as-filename in gdp-both.dsl. + * Sat Mar 24 2001 Tim Waugh - Fix man pages (bug #32820). diff --git a/gdp-both.dsl b/gdp-both.dsl index fdfa66c..a156b93 100644 --- a/gdp-both.dsl +++ b/gdp-both.dsl @@ -24,6 +24,7 @@ ;;# and rename it cygnus-both.dsl # ;;# # ;;# This is Version 1.0-4 # +;;# disable use-id-as-filename # ;;####################################################################### --> @@ -570,7 +571,7 @@ ;;Use element ids as filenames? (define %use-id-as-filename% - #t) + #f) ;;=========================