Accepting request 956173 from Documentation:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/956173 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/daps?expand=0&rev=48
This commit is contained in:
commit
8e66c709e4
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.2.0</param>
|
<param name="versionformat">3.3.1</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.2.0</param>
|
<param name="revision">3.3.1</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:5ee00be79c6e1b2f564ea11cbb3360f02b9af779a656de4571f3bdc2c9479800
|
|
||||||
size 4329755
|
|
3
daps-3.3.1.tar.bz2
Normal file
3
daps-3.3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:394c3f0417accca5e2119335a39bc1b7ac0964d7fe0e2ed5e349ba6eead880e3
|
||||||
|
size 4393335
|
44
daps.changes
44
daps.changes
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 14 08:00:00 UTC 2022 - Stefan Knorr <sknorr@suse.com>
|
||||||
|
|
||||||
|
- Stable release DAPS 3.3.1:
|
||||||
|
|
||||||
|
* Bug fixes:
|
||||||
|
- Added `--not-validate-tables` parameter that disables extended
|
||||||
|
table validation to additional targets
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 7 17:49:54 UTC 2022 - Stefan Knorr <sknorr@suse.com>
|
||||||
|
|
||||||
|
- 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 <sknorr@suse.com>
|
Thu Jun 10 10:43:46 UTC 2021 - Stefan Knorr <sknorr@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package daps
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: daps
|
Name: daps
|
||||||
Version: 3.2.0
|
Version: 3.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
%define docbuilddir %{_datadir}/daps
|
%define docbuilddir %{_datadir}/daps
|
||||||
@ -118,7 +118,9 @@ validator, link checker, spellchecker, editor macros and stylesheets for
|
|||||||
converting DocBook XML.
|
converting DocBook XML.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#--------------------------------------------------------------------------
|
#--------------------------------------------------------------------------
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
@ -178,7 +180,6 @@ exit 0
|
|||||||
%doc %{_defaultdocdir}/%{name}/*
|
%doc %{_defaultdocdir}/%{name}/*
|
||||||
|
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%attr(644, root, root) %{_datadir}/%{name}/libexec/*.xsl
|
|
||||||
%{_datadir}/bash-completion/completions/%{name}
|
%{_datadir}/bash-completion/completions/%{name}
|
||||||
%{_datadir}/emacs/site-lisp/docbook_macros.el
|
%{_datadir}/emacs/site-lisp/docbook_macros.el
|
||||||
%{_datadir}/xml/daps/schema/*
|
%{_datadir}/xml/daps/schema/*
|
||||||
|
Loading…
Reference in New Issue
Block a user