From 9625c6876b3d3cc3f73a4d688f0130f89ecf810522c5374b235292263b28f48b Mon Sep 17 00:00:00 2001 From: Thomas Schraitle Date: Wed, 2 Dec 2015 15:10:04 +0000 Subject: [PATCH 1/2] Stable release DAPS 2.1.4: OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=179 --- daps-2.1.3.tar.bz2 | 3 --- daps-2.1.4.tar.bz2 | 3 +++ daps.changes | 48 ++++++++++++++++++++++++++++++++++++++++++++++ daps.spec | 2 +- 4 files changed, 52 insertions(+), 4 deletions(-) delete mode 100644 daps-2.1.3.tar.bz2 create mode 100644 daps-2.1.4.tar.bz2 diff --git a/daps-2.1.3.tar.bz2 b/daps-2.1.3.tar.bz2 deleted file mode 100644 index ae4b3cf..0000000 --- a/daps-2.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bdac3b958fa74ac92d72d539465227fe4220665b8cafaad3087c68057fd4b2a -size 2386984 diff --git a/daps-2.1.4.tar.bz2 b/daps-2.1.4.tar.bz2 new file mode 100644 index 0000000..5ed4008 --- /dev/null +++ b/daps-2.1.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4c20d8dcb56a586dd946faea57cfb8161fdce7a0b016b5d6f5bc7ccc02ac9e +size 2365043 diff --git a/daps.changes b/daps.changes index 297c8ec..c4b49fb 100644 --- a/daps.changes +++ b/daps.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Wed Dec 2 15:05:19 UTC 2015 - toms@opensuse.org + +Stable release DAPS 2.1.4: + +* Bugfixes: + - Target text shows remarks (issue #293) + - DAPS checklink doesn't work (issue #296) + - ASPELL_EXTRA_DICT from ~/.config/daps/dapsrc is ignored + (issue #297) + - DAPS package includes SUSE wordlist (issue #298) + - Parameter passed with --param is ignored with subcommand + "text" (issue #299) + - Target locdrop does not generate + graphics-setfiles-$(DOCNAME)$(LANGSTRING).tar.bz2 + (issue #302) + - Translation check for locdrop (issue #306) + - Add --optipng to unpack-locdrop (issue #307) + - Add --xmlonly / --imgonly switches to list-srcfiles (issue #310) + - bigfile creates unresolved xrefs for DocBook5 (issue #314) + - Improve DocBook5 -> DocBook4 -> Novdoc Stylesheets (issue #311) + - Enhancements in user guide, thanks to Martin Koeditz + (issue #315) + - FO contains wrong image paths when XML contains no profiling + PI (issue #316) + - DB-4-to-5 migration: missing book titles/productnames/productnumbers + (issue #319) + +* New Features: + - Option --schema lets you specify an URN to a DocBook 5 schema that + is to be used for validation. Will be ignored when validating Docbbok4 + documents. + - DOCBOOK5_STYLE_URI, DOCBOOK5_STYLE_URI, and DOCBOOK4_STYLE_URI may + now also point to a local file. If the URN begins with the prefix + "file://", it will not be resolved via xmlcatalog, but rather taken as + is (minus "file://"). + - Add conversion options to online-docs: + . --db5todb4: converts DocBook 5 sources to a DocBook 4 bigfile + . --db5todb4nh: converts DocBook 5 sources to a DocBook 4 + bigfile without a DOCTYPE declaration + . --dbtonovdoc: converts DocBook 4/5 to Novdoc + +* Misc: + - Do not set -nocs, hurts us when building Arabic (related: + issue #108) + - Avoid adding version attribute on all elements (commit 3a273d5) + + ------------------------------------------------------------------- Tue Sep 22 13:50:13 UTC 2015 - fsundermeyer@opensuse.org diff --git a/daps.spec b/daps.spec index 1d98123..3d73aff 100644 --- a/daps.spec +++ b/daps.spec @@ -17,7 +17,7 @@ Name: daps -Version: 2.1.3 +Version: 2.1.4 Release: 0 ############################################################### From 51340ffcac9df6eea295ba5d0ff7e7e2113d1023abca239a38903c0cf379f455 Mon Sep 17 00:00:00 2001 From: Frank Sundermeyer Date: Mon, 7 Dec 2015 16:23:05 +0000 Subject: [PATCH 2/2] Stable release DAPS 2.1.5: * New Features: - parameters for text generation can be set in the config files via TXT_PARAMS or via --param/--stringparam on the command line - a change introduced in 2.0 made using the original DocBook stylesheets for text generation the default. Since this behavior is confusing and unexpected, it is reverted with this change: * the stylesheets configured via STYLEROOT or --styleroot are used by default for text generation * to ignore _any_ STYLEROOT definitions, set TXT_IGNORE_STYLEROOT="yes" in the config files or use --ignore-styleroot on the command line (daps -d text --ignore-styleroot) * Bugfixes: - Fix for issue #294: xmlcatalog returns file: rather than file:// on Debian Jessie and openSUSE Tumbleweed and caused DAPS to fail with DB5 sources * Misc - added basic debugging output to test suite (--debug) OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=180 --- daps-2.1.4.tar.bz2 | 3 --- daps-2.1.5.tar.bz2 | 3 +++ daps.changes | 26 ++++++++++++++++++++++++++ daps.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 daps-2.1.4.tar.bz2 create mode 100644 daps-2.1.5.tar.bz2 diff --git a/daps-2.1.4.tar.bz2 b/daps-2.1.4.tar.bz2 deleted file mode 100644 index 5ed4008..0000000 --- a/daps-2.1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d4c20d8dcb56a586dd946faea57cfb8161fdce7a0b016b5d6f5bc7ccc02ac9e -size 2365043 diff --git a/daps-2.1.5.tar.bz2 b/daps-2.1.5.tar.bz2 new file mode 100644 index 0000000..b30c809 --- /dev/null +++ b/daps-2.1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d0d573cdf5397380cd7d009ba8a05d2c30e017f6b835fe805c1511a2f05e60 +size 2364058 diff --git a/daps.changes b/daps.changes index c4b49fb..72e95be 100644 --- a/daps.changes +++ b/daps.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Dec 7 16:21:55 UTC 2015 - fsundermeyer@opensuse.org + +Stable release DAPS 2.1.5: + +* New Features: + - parameters for text generation can be set in the config files + via TXT_PARAMS or via --param/--stringparam on the command line + - a change introduced in 2.0 made using the original DocBook + stylesheets for text generation the default. Since this behavior + is confusing and unexpected, it is reverted with this change: + * the stylesheets configured via STYLEROOT or --styleroot are + used by default for text generation + * to ignore _any_ STYLEROOT definitions, set + TXT_IGNORE_STYLEROOT="yes" in the config files or use + --ignore-styleroot on the command line + (daps -d text --ignore-styleroot) + +* Bugfixes: + - Fix for issue #294: xmlcatalog returns file: rather than + file:// on Debian Jessie and openSUSE Tumbleweed and + caused DAPS to fail with DB5 sources + +* Misc + - added basic debugging output to test suite (--debug) + ------------------------------------------------------------------- Wed Dec 2 15:05:19 UTC 2015 - toms@opensuse.org diff --git a/daps.spec b/daps.spec index 3d73aff..b7459a9 100644 --- a/daps.spec +++ b/daps.spec @@ -17,7 +17,7 @@ Name: daps -Version: 2.1.4 +Version: 2.1.5 Release: 0 ###############################################################