Accepting request 900558 from Documentation:Tools

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/900558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/daps?expand=0&rev=47
This commit is contained in:
Dominique Leuenberger 2021-06-21 18:34:52 +00:00 committed by Git OBS Bridge
commit a5a74dadc3
5 changed files with 36 additions and 9 deletions

View File

@ -1,10 +1,10 @@
<services>
<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="url">https://github.com/openSUSE/daps.git</param>
<param name="scm">git</param>
<param name="revision">3.1.2</param>
<param name="revision">3.2.0</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ee00be79c6e1b2f564ea11cbb3360f02b9af779a656de4571f3bdc2c9479800
size 4329755

View File

@ -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>

View File

@ -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