diff --git a/daps-1.1.5.tar.bz2 b/daps-1.1.5.tar.bz2 deleted file mode 100644 index 58c8af3..0000000 --- a/daps-1.1.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a3e95d0e509063989b515b5cdf54f392ca0f91e5a9d3611cb60c3de083fa784 -size 2654373 diff --git a/daps-1.1.6.tar.bz2 b/daps-1.1.6.tar.bz2 new file mode 100644 index 0000000..4a969f4 --- /dev/null +++ b/daps-1.1.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5dd09f5c806c5312a17bef97c3b9a4b944229b721f4a871f077e93d0434ecf +size 2635523 diff --git a/daps.changes b/daps.changes index b068db4..cf5b51a 100644 --- a/daps.changes +++ b/daps.changes @@ -1,3 +1,63 @@ +------------------------------------------------------------------- +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 /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 + /images + /.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 / if none is specified + - if using a static dir for resources + /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 (/images and /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 diff --git a/daps.spec b/daps.spec index b804b67..150d483 100644 --- a/daps.spec +++ b/daps.spec @@ -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 ###############################################################