From 4c158496df1dee3f6a7d95d1c6a547cc4ef4b84429568c62d0539adbd5b1ecd0 Mon Sep 17 00:00:00 2001 From: Frank Sundermeyer Date: Tue, 30 May 2017 11:32:43 +0000 Subject: [PATCH] Updating to stable release DAPS 2.4.0: OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=197 --- daps-2.3.0.tar.bz2 | 3 --- daps-2.4.0.tar.bz2 | 3 +++ daps.changes | 58 ++++++++++++++++++++++++++++++++++++++++++++++ daps.spec | 6 ++--- 4 files changed, 64 insertions(+), 6 deletions(-) delete mode 100644 daps-2.3.0.tar.bz2 create mode 100644 daps-2.4.0.tar.bz2 diff --git a/daps-2.3.0.tar.bz2 b/daps-2.3.0.tar.bz2 deleted file mode 100644 index 3cda0fe..0000000 --- a/daps-2.3.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f12e3f0a3f3ceb6c14920f2b08300590799ed623fc9fbea3cc11435569da0dee -size 2376962 diff --git a/daps-2.4.0.tar.bz2 b/daps-2.4.0.tar.bz2 new file mode 100644 index 0000000..4e74165 --- /dev/null +++ b/daps-2.4.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4356a0187169821f1a9fd723a9da0f857bec32129c2a1c86538136e3fe95a58 +size 2368347 diff --git a/daps.changes b/daps.changes index 5947ad6..b4bde31 100644 --- a/daps.changes +++ b/daps.changes @@ -1,3 +1,61 @@ +------------------------------------------------------------------- +Tue May 30 11:28:44 UTC 2017 - fsundermeyer@opensuse.org + +Stable release DAPS 2.4.0: + +* New Features: + - added a dependency checker for DAPS (/usr/bin/daps-check-deps) + that makes it easy to check for missing programs/packages + - added a "--lean" parameter to PDF generation for creating PDFs + with a reduced file size (by reducing the quality of included + images); useful for sharing PDFs via e-mail + - added a srylesheet for returning all IDs from an XML file + (daps-xslt/common/get-all-xmlids.xsl) + +* Bugfixes: + - #408: The list-file-* commands now work with ROOTIDs from all + possible elements + - #390: When an ID appears twice in the XML and this ID is used + with --rootid, DAPS's error message is unhelpful + - #365: Improved error messages on "File not found" errors + (now tells whether the path was provided by command-line + or config file) + - #371: Make path to the xmlformat config file configurable + - #372: Adjusted debian dependency list + - #373: Check unpack-locdrop + - #379: Output error of list-images-multisrc with + pretty | wc option + - #380: Proper error messages when binaries/packages are missing + - #392: daps-xmlformat writes name of config file into output + - SVGs were not included in ePUBs + (https://bugzilla.suse.com/show_bug.cgi?id=1006204) + - Setting a default value for db5_version in configure.ac + otherwise the DB5 URN in etc/config will be set to an invalid + value if DB5 is not installed when running make + - fixed a few minor issues with the config file parser that was + introduced with 2.3.0 (among them #387) + - Increased Java stacksize for jing + - Improved the DocBook5 -> DocBook 4 (-> NovDoc) conversion + - compatibility: Debian's version of "which" does not support + long parameters + +* Documentation: + - Various updates to reflect changes in the code + - #345: added documentatioon for the xmlformat subcommand + - #362: added documentation for the --jobs option + - #363: added documentation about building a bigfile from + invalid sources + - #364: added documentation for the --norefchecks option + - #403: improved documentation about stylesheet customizing + (also see #407) + - #404: clarify doc about listing unused images + - completely revised the doc (spelling, language and grammar) + - doc is not yet 100% on par with the code, but we are getting + closer + +* Compatibility: + - successfully tested DAPS on Linux Mint 18.1 + ------------------------------------------------------------------- Wed Oct 5 15:35:16 UTC 2016 - sknorr@suse.com diff --git a/daps.spec b/daps.spec index c0cd730..21cfa2a 100644 --- a/daps.spec +++ b/daps.spec @@ -1,7 +1,7 @@ # # spec file for package daps # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: daps -Version: 2.3.0 +Version: 2.4.0 Release: 0 ############################################################### @@ -44,7 +44,7 @@ Release: 0 Summary: DocBook Authoring and Publishing Suite License: GPL-2.0 or GPL-3.0 Group: Productivity/Publishing/XML -Url: http://sourceforge.net/p/daps +Url: https://github.com/openSUSE/daps Source0: %{name}-%{version}.tar.bz2 Source1: %{name}.rpmlintrc Source2: %{name}-fetch-source-git