From 253f3bfa2ee182f250594afd7e620c5bee0f409e34382583f610829bfbf1a7fb Mon Sep 17 00:00:00 2001 From: Frank Sundermeyer Date: Wed, 15 May 2013 14:48:16 +0000 Subject: [PATCH] - Bugfixes: * option -m was missing when parsing the command line options * allow relative paths for --statdir and --export-dir * A custom static dir (--statdir) was not correctly copied/linked when no --static option was specified * fixed entitiy packaging in various targets * made automatic setting of HTML_CSS and EPUB_CSS more robust by allowing empty values when readlink fails OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=128 --- daps-1.1.7.tar.bz2 | 4 ++-- daps.changes | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/daps-1.1.7.tar.bz2 b/daps-1.1.7.tar.bz2 index 8e56e77..e1acf34 100644 --- a/daps-1.1.7.tar.bz2 +++ b/daps-1.1.7.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:785c3a216ec555287151909bbb1c2ed9e5d8b340c2d410d68f5fdeb671810c36 -size 2686246 +oid sha256:9b85b0fcaeabe5d649af246b879d30395826966fe5aa4191385c2f40899ea5c8 +size 2686586 diff --git a/daps.changes b/daps.changes index a633abd..efe0b2c 100644 --- a/daps.changes +++ b/daps.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 15 14:46:08 UTC 2013 - fsundermeyer@opensuse.org + +- Bugfixes: + * option -m was missing when parsing the command line options + * allow relative paths for --statdir and --export-dir + * A custom static dir (--statdir) was not correctly copied/linked + when no --static option was specified + * fixed entitiy packaging in various targets + * made automatic setting of HTML_CSS and EPUB_CSS more robust by + allowing empty values when readlink fails + ------------------------------------------------------------------- Mon May 13 08:30:05 UTC 2013 - fsundermeyer@opensuse.org