diff --git a/_service b/_service index 88cebde..291362c 100644 --- a/_service +++ b/_service @@ -1,10 +1,10 @@ - 3.1.2 + 3.2.0 https://github.com/openSUSE/daps.git git - 3.1.2 + 3.2.0 *.tar diff --git a/daps-3.1.2.tar.bz2 b/daps-3.1.2.tar.bz2 deleted file mode 100644 index bf3df0b..0000000 --- a/daps-3.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5e3cb57deed4b0b005239a19c2b879d0bdfbff3707b0387014b3d631aeddee8 -size 11837496 diff --git a/daps-3.2.0.tar.bz2 b/daps-3.2.0.tar.bz2 new file mode 100644 index 0000000..9f5281e --- /dev/null +++ b/daps-3.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee00be79c6e1b2f564ea11cbb3360f02b9af779a656de4571f3bdc2c9479800 +size 4329755 diff --git a/daps.changes b/daps.changes index 338660d..2102686 100644 --- a/daps.changes +++ b/daps.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Jun 10 10:43:46 UTC 2021 - Stefan Knorr + +- Stable release DAPS 3.2.0: + +* New features: + - Added config file compatible with xmlformat 1.9 (for the + xmlformat version from github.com/someth2say/xmlformat) + - Added DocBook table validation script (must be run manually + currently) + +* Bug fixes: + - Properly enabled `--validate-ids` and `--validate-images` + validation options + - For consistency/compatibility, output PDFNAME deprecation + message to stderr + - In AsciiDoc postprocess stylesheet, fixed handling of + subtitles + - Removed remaining references to Ghostscript (#614) + +* Removed features: + - Remove `html --jsp` target that was unused for years (#609) + - Removed the `online-docs` target and associated DocBook 5-to-4 + conversion stylesheets (#610) + - Removed code to query SVN properties that was unused for years + (#611) + ------------------------------------------------------------------- Fri May 21 15:53:16 UTC 2021 - Stefan Knorr diff --git a/daps.spec b/daps.spec index 2a6b86f..a425cd9 100644 --- a/daps.spec +++ b/daps.spec @@ -17,7 +17,7 @@ Name: daps -Version: 3.1.2 +Version: 3.2.0 Release: 0 %define docbuilddir %{_datadir}/daps @@ -40,7 +40,6 @@ BuildRequires: docbook-xsl-stylesheets >= 1.77 BuildRequires: docbook_4 BuildRequires: docbook_5 BuildRequires: fdupes -BuildRequires: ghostscript BuildRequires: inkscape BuildRequires: jing BuildRequires: libxml2-tools @@ -71,7 +70,6 @@ Requires: docbook-xsl-stylesheets >= 1.77 Requires: docbook5-xsl-stylesheets >= 1.77 Requires: docbook_4 Requires: docbook_5 -Requires: ghostscript-library Requires: inkscape Requires: java >= 1.8.0 Requires: jing @@ -126,7 +124,9 @@ converting DocBook XML. # Correct shebang line as suggested in # https://lists.opensuse.org/opensuse-packaging/2018-03/msg00017.html -sed -i '1 s|/usr/bin/env python|/usr/bin/python|' libexec/daps-xmlwellformed +sed -i '1 s|/usr/bin/env python|/usr/bin/python|' libexec/daps-xmlwellformed \ + libexec/getentityname.py \ + libexec/validate-tables.py #-------------------------------------------------------------------------- %build