From 9406252ea2a9daf9a5e09109e86de24cc216e8b6da72cb216ace3da7a1421475 Mon Sep 17 00:00:00 2001 From: Frank Sundermeyer Date: Tue, 22 Sep 2015 13:50:57 +0000 Subject: [PATCH] Stable release DAPS 2.1.3: * Bugfixes: - Fix for issue #284 (spellcheck / getimages use wrong filelist when called with --debug - "--param" and "--stringparam" were missing for the subcommands package-pdf and package-html - all warning messages now go to STDERR, making it possible to always catch the output of a DAPS command with FOO="$(daps...) * Misc: - added a wrapper for jing allwing to customize java flags, jars, and options - standardized customising options for all java programs (fop, jing, xep) OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=177 --- daps-2.1.2.tar.bz2 | 3 --- daps-2.1.3.tar.bz2 | 3 +++ daps.changes | 19 +++++++++++++++++++ daps.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 daps-2.1.2.tar.bz2 create mode 100644 daps-2.1.3.tar.bz2 diff --git a/daps-2.1.2.tar.bz2 b/daps-2.1.2.tar.bz2 deleted file mode 100644 index 1d55043..0000000 --- a/daps-2.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea54131fe2d13359f8ee607d2b462970d3b6409386d754e9192cb2680e05a3ff -size 2389236 diff --git a/daps-2.1.3.tar.bz2 b/daps-2.1.3.tar.bz2 new file mode 100644 index 0000000..ae4b3cf --- /dev/null +++ b/daps-2.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bdac3b958fa74ac92d72d539465227fe4220665b8cafaad3087c68057fd4b2a +size 2386984 diff --git a/daps.changes b/daps.changes index ad3c735..297c8ec 100644 --- a/daps.changes +++ b/daps.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Sep 22 13:50:13 UTC 2015 - fsundermeyer@opensuse.org + +Stable release DAPS 2.1.3: + +* Bugfixes: + - Fix for issue #284 (spellcheck / getimages use wrong filelist + when called with --debug + - "--param" and "--stringparam" were missing for the subcommands + package-pdf and package-html + - all warning messages now go to STDERR, making it possible to + always catch the output of a DAPS command with FOO="$(daps...) + +* Misc: + - added a wrapper for jing allwing to customize java flags, + jars, and options + - standardized customising options for all java programs (fop, + jing, xep) + ------------------------------------------------------------------- Tue Aug 4 11:30:16 UTC 2015 - fsundermeyer@opensuse.org diff --git a/daps.spec b/daps.spec index 3acee16..1d98123 100644 --- a/daps.spec +++ b/daps.spec @@ -17,7 +17,7 @@ Name: daps -Version: 2.1.2 +Version: 2.1.3 Release: 0 ###############################################################