Accepting request 174709 from Documentation:Tools

Update to new version 1.1.6 (bugfixes).

OBS-URL: https://build.opensuse.org/request/show/174709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/daps?expand=0&rev=12
This commit is contained in:
Stephan Kulow 2013-05-07 13:11:06 +00:00 committed by Git OBS Bridge
commit cd57e809ce
4 changed files with 76 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a3e95d0e509063989b515b5cdf54f392ca0f91e5a9d3611cb60c3de083fa784
size 2654373

3
daps-1.1.6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:579d55c322e44b572bf7d08efc01bce14a6a2aac40c7a38abc332f853363edb5
size 2655112

View File

@ -1,3 +1,74 @@
-------------------------------------------------------------------
Mon May 6 11:28:00 UTC 2013 - fsundermeyer@opensuse.org
- Bugfix: Typo in Varaiable name
-------------------------------------------------------------------
Fri May 3 21:30:12 UTC 2013 - fsundermeyer@opensuse.org
- Removed one unnecessary make info output which may produce
irritating messages
-------------------------------------------------------------------
Thu May 2 15:06:22 UTC 2013 - fsundermeyer@opensuse.org
Version 1.1.6 (Bugfix release):
* General:
- reducing code by adding MAIN to the list of DOCFILES, by
generating the list of ENTITY files globally and by
using HTML_DIR for HTML. HTML-SINGLE and JSP
* EPUB:
- fixed critical error: a single tmp dir was used to generate
different EPUB books
- EPUB zip file is now generated from a file list extracted from
OEBPS/content.opf. This ensures that only files referenced
in the content.opf are packaged
- Added fix for bug in DocBook stylesheets which generates an
empty date entry in content.opf which causes a validation error
- Improved CSS handling:
- if no CSS file is specified on the command line or in the
DC-file, the _first_ one found in <STYLEDIR>/epub/ is
automatically used
- --css now requires a parameter - if you do not want any CSS
file to be used, specify "none": --css=none
- EPUBs now validate with epubcheck 3.0
* HTML:
- if using the DocBook standard layout for resources
<STYLEDIR>/images
<STYLEDIR>/<FOO>.css
it is no longer manfdatory to specify a CSS file on the
command line or in the DC-file. DAPS will automatically use the
_first_ *.css file in <STYLDIR>/ if none is specified
- if using a static dir for resources
<STYLEDIR>/static
|-css
|-js
|-images
you can now specify an alternative css file with --css or an
alternative static dir with --statdir
- this makes it possible to switch between stylsheets using the
two different resource directory approaches without having to
modify a DC-file
- the --css parameter now requires an argument. If you want to
use no stylesheet at all, specify --css=none
NOTE: This update requires to run the first HTML, HTML-Single
and JSP build after the update with the --clean switch in
order to create a clean result directory.
- if both variants (<STYLEDIR>/images and <STYLEDIR>/static
exist, the static directory is automatically used
* LOCDROP:
- DC-files are delivered with a locdrop if --def-file is
specified
- NO_TRANS_FILES was not correctly computed
- entity files were missing in packages
* PACKAGE-SRC:
- entity files were missing in packages
* ONLINE-DOCS:
- generating a uniquely named graphics tarball for each book
(when export-dir is set) instead of one that gets overwritten
with each build
-------------------------------------------------------------------
Tue Mar 26 07:46:45 UTC 2013 - toms@suse.de

View File

@ -15,8 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: daps
Version: 1.1.5
Version: 1.1.6
Release: 0
###############################################################