From 6f7e8973bf76e6408962aabb69d56b46c477206847196158c12f5de9e75e01a8 Mon Sep 17 00:00:00 2001 From: Frank Sundermeyer Date: Thu, 2 May 2013 15:54:21 +0000 Subject: [PATCH 1/3] 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 OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=122 --- daps-1.1.5.tar.bz2 | 3 --- daps-1.1.6.tar.bz2 | 3 +++ daps.changes | 60 ++++++++++++++++++++++++++++++++++++++++++++++ daps.spec | 3 ++- 4 files changed, 65 insertions(+), 4 deletions(-) delete mode 100644 daps-1.1.5.tar.bz2 create mode 100644 daps-1.1.6.tar.bz2 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 ############################################################### From 12c7f6b798d149aeacf4e26bab18d90aa3dc5a9d0706e720c7e73dd167b6e343 Mon Sep 17 00:00:00 2001 From: Frank Sundermeyer Date: Fri, 3 May 2013 21:33:03 +0000 Subject: [PATCH 2/3] - Removed one unnecessary make info output which may produce irritating messages OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=123 --- daps-1.1.6.tar.bz2 | 4 ++-- daps.changes | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/daps-1.1.6.tar.bz2 b/daps-1.1.6.tar.bz2 index 4a969f4..d017a41 100644 --- a/daps-1.1.6.tar.bz2 +++ b/daps-1.1.6.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c5dd09f5c806c5312a17bef97c3b9a4b944229b721f4a871f077e93d0434ecf -size 2635523 +oid sha256:e47c7cecd823e821af8e84071d44de51d63caa1ba86864d85f15c48b629d8fc3 +size 2635913 diff --git a/daps.changes b/daps.changes index cf5b51a..9ca667a 100644 --- a/daps.changes +++ b/daps.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 From 0d93ce390a002866ed836aa6af4d9410cc5210c30f91f1695638a153857c59f8 Mon Sep 17 00:00:00 2001 From: Frank Sundermeyer Date: Mon, 6 May 2013 11:28:18 +0000 Subject: [PATCH 3/3] - Bugfix: Typo in Varaiable name OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=124 --- daps-1.1.6.tar.bz2 | 4 ++-- daps.changes | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/daps-1.1.6.tar.bz2 b/daps-1.1.6.tar.bz2 index d017a41..e693ae8 100644 --- a/daps-1.1.6.tar.bz2 +++ b/daps-1.1.6.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e47c7cecd823e821af8e84071d44de51d63caa1ba86864d85f15c48b629d8fc3 -size 2635913 +oid sha256:579d55c322e44b572bf7d08efc01bce14a6a2aac40c7a38abc332f853363edb5 +size 2655112 diff --git a/daps.changes b/daps.changes index 9ca667a..2fa6531 100644 --- a/daps.changes +++ b/daps.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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