From a59fe0e9289b7657deda8827b8b4da8753952f3bf77f0afd8afb973104f079fb Mon Sep 17 00:00:00 2001 From: Stefan Knorr Date: Mon, 7 Feb 2022 17:55:33 +0000 Subject: [PATCH] Stable release DAPS 3.3.0: OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=226 --- _service | 4 ++-- daps-3.2.0.tar.bz2 | 3 --- daps-3.3.0.tar.bz2 | 3 +++ daps.changes | 35 +++++++++++++++++++++++++++++++++++ daps.spec | 8 +++++--- 5 files changed, 45 insertions(+), 8 deletions(-) delete mode 100644 daps-3.2.0.tar.bz2 create mode 100644 daps-3.3.0.tar.bz2 diff --git a/_service b/_service index 291362c..e2d3121 100644 --- a/_service +++ b/_service @@ -1,10 +1,10 @@ - 3.2.0 + 3.3.0 https://github.com/openSUSE/daps.git git - 3.2.0 + 3.3.0 *.tar diff --git a/daps-3.2.0.tar.bz2 b/daps-3.2.0.tar.bz2 deleted file mode 100644 index 9f5281e..0000000 --- a/daps-3.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ee00be79c6e1b2f564ea11cbb3360f02b9af779a656de4571f3bdc2c9479800 -size 4329755 diff --git a/daps-3.3.0.tar.bz2 b/daps-3.3.0.tar.bz2 new file mode 100644 index 0000000..a1a5784 --- /dev/null +++ b/daps-3.3.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47aef2ef58383c2ece7f2f02e595bd8dce767f2faefe4671657e05f0becca45f +size 4392738 diff --git a/daps.changes b/daps.changes index 2102686..905f313 100644 --- a/daps.changes +++ b/daps.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Mon Feb 7 17:49:54 UTC 2022 - Stefan Knorr + +- Stable release DAPS 3.3.0: + +* New features: + - DocBook table validation is now enabled by default as part of + validation and building (#532) + - Improved validation to always check XML validity, tables, + images, and IDs, rather than stopping after the first issue + occurs + - Set up Poppins font in FOP config delivered with DAPS + +* Bug fixes: + - Fixed validation failures occurring because `--verbose` was set + - Fixed xml-wellformedness check to use a non-zero exit code + when entity definitions are missing (#539) + - Improved image check during validation to check within context + of entire set, not just current root ID (#627) + - Fixed output of missing/duplicated image list displayed during + build (#634) + - Fixed paths to entity files in `unpack-locdrop` + - Fixed output of `daps -v` when there is no XSL-FO formatter + installed (#622) + - Fixed `daps spellcheck --help` output + - Improved messages for `unpack-locdrop` and other subcommands + +* Removed features: + - Removed unused `process-xrefs` and `checkconformance` + stylesheets (#612) + +* Repository changes: + - Integrated Python tooling and tests for `xml-wellformed` and + `getentityname` + ------------------------------------------------------------------- Thu Jun 10 10:43:46 UTC 2021 - Stefan Knorr diff --git a/daps.spec b/daps.spec index a425cd9..2a78f5f 100644 --- a/daps.spec +++ b/daps.spec @@ -1,7 +1,7 @@ # # spec file for package daps # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # 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: 3.2.0 +Version: 3.3.0 Release: 0 %define docbuilddir %{_datadir}/daps @@ -118,7 +118,10 @@ validator, link checker, spellchecker, editor macros and stylesheets for converting DocBook XML. + + #-------------------------------------------------------------------------- + %prep %setup -q -n %{name}-%{version} @@ -178,7 +181,6 @@ exit 0 %doc %{_defaultdocdir}/%{name}/* %{_bindir}/* -%attr(644, root, root) %{_datadir}/%{name}/libexec/*.xsl %{_datadir}/bash-completion/completions/%{name} %{_datadir}/emacs/site-lisp/docbook_macros.el %{_datadir}/xml/daps/schema/*