New version 0.9.2
- BUGFIXES: * fixed misspelled variablename in fo generating target * remarks in HTML and PDF builds were only shown when comments were turned on, too. This had been fixed earlier but the fix seems to have been reverted by mistake. Re-enabled the fix in the inline.xslt stxlesheets for fo and html - -r/--remarls now implies draft mode - -m/--meta now implies draft mode but does not imply remarks anymore - new switch -m/--meta for pdf builds (adds same functionality as for the html builds) OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=68
This commit is contained in:
parent
8d67bba305
commit
ced07a64b0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:22f0ecd3faf8a7779ebb7ba81c0e394e890e6f8707652cfa282cf9ace5fb997f
|
|
||||||
size 767867
|
|
3
daps-0.9.2.tar.bz2
Normal file
3
daps-0.9.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:08baf78f4c56880314092c16d0b420ef6ade8ba9def26c8b4f805c8767f339b8
|
||||||
|
size 768030
|
17
daps.changes
17
daps.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 15 14:07:13 UTC 2011 - fsundermeyer@opensuse.org
|
||||||
|
|
||||||
|
New version 0.9.2
|
||||||
|
|
||||||
|
- BUGFIXES:
|
||||||
|
* fixed misspelled variablename in fo generating target
|
||||||
|
* remarks in HTML and PDF builds were only shown when comments
|
||||||
|
were turned on, too. This had been fixed earlier but the fix
|
||||||
|
seems to have been reverted by mistake. Re-enabled the fix in
|
||||||
|
the inline.xslt stxlesheets for fo and html
|
||||||
|
- -r/--remarls now implies draft mode
|
||||||
|
- -m/--meta now implies draft mode but does not imply remarks
|
||||||
|
anymore
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 15 10:39:31 UTC 2011 - ke@suse.de
|
Thu Dec 15 10:39:31 UTC 2011 - ke@suse.de
|
||||||
|
|
||||||
@ -40,6 +55,8 @@ Wed Dec 7 13:54:43 UTC 2011 - fsundermeyer@opensuse.org
|
|||||||
a filename or a rootid - in this case the rootid provided by
|
a filename or a rootid - in this case the rootid provided by
|
||||||
the ENV-file is used
|
the ENV-file is used
|
||||||
- new general command line switch --version
|
- new general command line switch --version
|
||||||
|
- new switch -m/--meta for pdf builds (adds same functionality as
|
||||||
|
for the html builds)
|
||||||
* completely rewrote lib/daps_functions:
|
* completely rewrote lib/daps_functions:
|
||||||
- now has a generic option parser
|
- now has a generic option parser
|
||||||
- functions setup_builddir and format_options have been
|
- functions setup_builddir and format_options have been
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: daps
|
Name: daps
|
||||||
Version: 0.9.1
|
Version: 0.9.2
|
||||||
|
|
||||||
%define dtdversion 1.0
|
%define dtdversion 1.0
|
||||||
%define dtdname novdoc
|
%define dtdname novdoc
|
||||||
@ -64,7 +64,6 @@ BuildRequires: LinuxLibertine
|
|||||||
BuildRequires: mplus-fonts
|
BuildRequires: mplus-fonts
|
||||||
BuildRequires: opensp
|
BuildRequires: opensp
|
||||||
BuildRequires: poppler-tools
|
BuildRequires: poppler-tools
|
||||||
BuildRequires: subversion
|
|
||||||
BuildRequires: xalan-j2
|
BuildRequires: xalan-j2
|
||||||
BuildRequires: xml-commons-resolver
|
BuildRequires: xml-commons-resolver
|
||||||
BuildRequires: xmlformat
|
BuildRequires: xmlformat
|
||||||
@ -115,7 +114,6 @@ Requires: opensp
|
|||||||
Requires: optipng
|
Requires: optipng
|
||||||
Requires: poppler-tools
|
Requires: poppler-tools
|
||||||
Requires: sgml-skel
|
Requires: sgml-skel
|
||||||
Requires: subversion
|
|
||||||
Requires: svg-dtd
|
Requires: svg-dtd
|
||||||
Requires: transfig
|
Requires: transfig
|
||||||
Requires: unzip
|
Requires: unzip
|
||||||
|
Loading…
Reference in New Issue
Block a user