Hello community, here is the log from the commit of package daps for openSUSE:Factory checked in at 2017-06-15 11:25:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/daps (Old) and /work/SRC/openSUSE:Factory/.daps.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "daps" Thu Jun 15 11:25:31 2017 rev:39 rq:503711 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/daps/daps.changes 2017-06-07 09:56:23.286503579 +0200 +++ /work/SRC/openSUSE:Factory/.daps.new/daps.changes 2017-06-15 11:25:59.373409332 +0200 @@ -1,0 +2,12 @@ +Wed Jun 14 14:26:38 UTC 2017 - [email protected] + +Hotfix for 2.4.0: + +- fixed fatal typo in lib/daps-functions +- fixed spelling/grammar issues in error messages + +Changelog: + +- merged SLE 12 and Factory Changelogs + +------------------------------------------------------------------- @@ -65,0 +78,6 @@ +Tue Aug 9 10:01:37 UTC 2016 - [email protected] + +- Increased the Java Stacksize for jing to 4096k since otherwise + building manuals on s390x is failing, see bsc#992755 + +------------------------------------------------------------------- @@ -68,0 +87,2 @@ + +Just to please the SLES submission bot: bsc#992546 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ daps-2.4.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/daps/autobuild/daps-autobuild.in new/daps/autobuild/daps-autobuild.in --- old/daps/autobuild/daps-autobuild.in 2017-05-30 13:05:49.000000000 +0200 +++ new/daps/autobuild/daps-autobuild.in 2017-06-14 12:00:51.000000000 +0200 @@ -47,9 +47,9 @@ $ME --config <PATH TO CONFIG FILE> [OPTIONS] Automatically build books defined in a config file and sync them to a server. -The config file is an XML The config file is an XML file, see $ME --helpconfig forfile, see $ME --helpconfig for more information. +The config file is an XML file, see $ME --helpconfig for more information. -Specifying config file with --config is mandatory, all other options are +Specifying a config file with --config is mandatory, all other options are optional. Options: @@ -63,13 +63,13 @@ Default: disabled --force - Manuals will only be rebuild when the git/svn repository has changed + Manuals will only be rebuilt when the git/svn repository has changed since the last build. Use this option to force a rebuild even when the repository has not changed. Default: disabled (rebuild on changes only) --help - This help messegae + This help message --helpconfig Show help on the config file. @@ -105,8 +105,8 @@ function helpconfig { cat <<EOFhelptext -The config file for $ME needs to look like the foillowing example. The general -section can only be occur once, while the set section can occur multiple times. +The config file for $ME needs to look like the following example. The general +section must only occur once, while the set section can occur multiple times. <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE daps-autobuild> @@ -127,7 +127,7 @@ draft="0|1 (optional, default 0)"> <dcfiles>Space-separated list of DC files. Mandatory.</dcfiles> <formats> - Space-seprated list of formats to build (html single-html pdf). Mandatory. + Space-separated list of formats to build (html single-html pdf). Mandatory. </formats> <styleroot>Path to stylesheet directory. Optional.</styleroot> <fb_styleroot>Path to fallback stylesheet directory. Optional.</fb_styleroot> @@ -375,21 +375,21 @@ case $REASON in daps) - TEXT="While building manuals for set $_SET on ${FAILED_BOOKS["date"]}\nerrors occured on the following DC-files\n\n" + TEXT="While building manuals for set $_SET on ${FAILED_BOOKS["date"]}\n, errors occurred building the following DC-files\n\n" for KEY in "${!FAILED_BOOKS[@]}"; do [[ "date" == "$KEY" ]] && continue TEXT="$TEXT * $KEY:\t${FAILED_BOOKS["$KEY"]}\n" done ;; git) - TEXT="Updating the git checkout for $_SET failed on ${FAILED_BOOKS["date"]}\n" + TEXT="Updating the Git checkout for $_SET failed on ${FAILED_BOOKS["date"]}\n" ;; svn) TEXT="Updating the SVN working copy for $_SET failed on ${FAILED_BOOKS["date"]}\n" ;; esac - TEXT="$TEXT\n-- \nYours friendly\n\tDAPS Auto reminder" + TEXT="$TEXT\n\nYours, DAPS Auto" echo -e "$TEXT" | mail -s "$SUBJECT" "$EMAIL" || return 2 fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/daps/lib/daps_functions new/daps/lib/daps_functions --- old/daps/lib/daps_functions 2017-05-30 13:05:49.000000000 +0200 +++ new/daps/lib/daps_functions 2017-06-14 12:00:51.000000000 +0200 @@ -2641,7 +2641,8 @@ stylesheets). Default: off EOF -}function help_lang { +} +function help_lang { cat <<EOF --lang Specify a language to use for spellchecking. See \"man aspell \" for details.
