From c41c160a96592c908c809d353b4bfd84c9a4f1b3428b31b8b5c2d8af3a1367c7 Mon Sep 17 00:00:00 2001 From: Frank Sundermeyer Date: Fri, 5 Aug 2016 13:07:09 +0000 Subject: [PATCH] Added auto-detection of DB5 version; fix for ePUB OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=194 --- daps-2.3.0.tar.bz2 | 4 ++-- daps.changes | 16 ++++++++++++---- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/daps-2.3.0.tar.bz2 b/daps-2.3.0.tar.bz2 index 983bf1d..60a6652 100644 --- a/daps-2.3.0.tar.bz2 +++ b/daps-2.3.0.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:87ff3567327bbce2a75e22922ba195b23aae78747fe0132f94c6e38e23192646 -size 2369959 +oid sha256:bad41af5c46396a9e97fff92477e5f6b6d772ea84898be9243bea08753e3d98f +size 2369175 diff --git a/daps.changes b/daps.changes index b746fb0..fa382ba 100644 --- a/daps.changes +++ b/daps.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Mon Jul 18 12:38:12 UTC 2016 - fsundermeyer@opensuse.org +Fri Aug 04 12:36:01 UTC 2016 - fsundermeyer@opensuse.org Stable release DAPS 2.3.0: @@ -22,6 +22,14 @@ Stable release DAPS 2.3.0: TAB-completion for DAPS has been one of the very first feature requests we opened (almost five years ago). Now we finally managed to conquer the black Bash magic required to get it! + - Automatically detect the DocBook 5 version: If you have + DocBook 5.1 installed, docbookxi.rng from 5.1 will + automatically be used as the validating schema for DocBook 5 + documents. If you rather want to use the 5.0 schema + or a custom schema, set DOCBOOK5_RNG_URI accordingly in + /etc/daps/config (for a system wide configuration), in + $HOME/.config/daps/dapsrc (for a user specific configuration), + or in the DC-file (for a document-specific configuration) * Bugfixes: - subcommand "locdrop" failed when the book did not include @@ -30,9 +38,9 @@ Stable release DAPS 2.3.0: - obsolete daps-susespell has been removed (replaced by daps ... spellcheck long ago) - paths starting with "~" were not always correctly resolved - - several fixes for ePUB - - several fixes for generating Mallard files (*.document) for - package-html and package-pdf + - several fixes for ePUB, among them a fix that now correctly + chooses mediaobject entries with role="html" rather than + choosing the first one listed ion the XML source - #10 : Generate TAB completion - #359: Drop bash 3 suppor - #369: Code review: Check Variable Assignments