Stable release DAPS 3.2.0
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=224
This commit is contained in:
parent
69985261bf
commit
4d07c9f202
4
_service
4
_service
@ -1,10 +1,10 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="versionformat">3.1.2</param>
|
<param name="versionformat">3.2.0</param>
|
||||||
<param name="versionprefix"></param>
|
<param name="versionprefix"></param>
|
||||||
<param name="url">https://github.com/openSUSE/daps.git</param>
|
<param name="url">https://github.com/openSUSE/daps.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">3.1.2</param>
|
<param name="revision">3.2.0</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f5e3cb57deed4b0b005239a19c2b879d0bdfbff3707b0387014b3d631aeddee8
|
|
||||||
size 11837496
|
|
3
daps-3.2.0.tar.bz2
Normal file
3
daps-3.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ee00be79c6e1b2f564ea11cbb3360f02b9af779a656de4571f3bdc2c9479800
|
||||||
|
size 4329755
|
27
daps.changes
27
daps.changes
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 10 10:43:46 UTC 2021 - Stefan Knorr <sknorr@suse.com>
|
||||||
|
|
||||||
|
- 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 <sknorr@suse.com>
|
Fri May 21 15:53:16 UTC 2021 - Stefan Knorr <sknorr@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: daps
|
Name: daps
|
||||||
Version: 3.1.2
|
Version: 3.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
%define docbuilddir %{_datadir}/daps
|
%define docbuilddir %{_datadir}/daps
|
||||||
@ -40,7 +40,6 @@ BuildRequires: docbook-xsl-stylesheets >= 1.77
|
|||||||
BuildRequires: docbook_4
|
BuildRequires: docbook_4
|
||||||
BuildRequires: docbook_5
|
BuildRequires: docbook_5
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: ghostscript
|
|
||||||
BuildRequires: inkscape
|
BuildRequires: inkscape
|
||||||
BuildRequires: jing
|
BuildRequires: jing
|
||||||
BuildRequires: libxml2-tools
|
BuildRequires: libxml2-tools
|
||||||
@ -71,7 +70,6 @@ Requires: docbook-xsl-stylesheets >= 1.77
|
|||||||
Requires: docbook5-xsl-stylesheets >= 1.77
|
Requires: docbook5-xsl-stylesheets >= 1.77
|
||||||
Requires: docbook_4
|
Requires: docbook_4
|
||||||
Requires: docbook_5
|
Requires: docbook_5
|
||||||
Requires: ghostscript-library
|
|
||||||
Requires: inkscape
|
Requires: inkscape
|
||||||
Requires: java >= 1.8.0
|
Requires: java >= 1.8.0
|
||||||
Requires: jing
|
Requires: jing
|
||||||
@ -126,7 +124,9 @@ converting DocBook XML.
|
|||||||
|
|
||||||
# Correct shebang line as suggested in
|
# Correct shebang line as suggested in
|
||||||
# https://lists.opensuse.org/opensuse-packaging/2018-03/msg00017.html
|
# 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
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user