Hello community, here is the log from the commit of package gnuhealth for openSUSE:Factory checked in at 2020-05-26 17:18:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnuhealth (Old) and /work/SRC/openSUSE:Factory/.gnuhealth.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnuhealth" Tue May 26 17:18:59 2020 rev:42 rq:807978 version:3.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/gnuhealth/gnuhealth.changes 2020-05-19 14:46:26.919809382 +0200 +++ /work/SRC/openSUSE:Factory/.gnuhealth.new.2738/gnuhealth.changes 2020-05-26 17:19:12.427960202 +0200 @@ -1,0 +2,5 @@ +Thu May 21 09:06:00 UTC 2020 - Axel Braun <[email protected]> + +- fixed different behviour of bsdtar in script and shell (gnuhealth-control) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnuhealth-control ++++++ --- /var/tmp/diff_new_pack.Pb8Us4/_old 2020-05-26 17:19:13.255961982 +0200 +++ /var/tmp/diff_new_pack.Pb8Us4/_new 2020-05-26 17:19:13.255961982 +0200 @@ -250,7 +250,7 @@ wget ${TRANSLATE_URL}/export/?path=/${lang_to_install}/GNUHEALTH/ -O $UPDATE_DOWNLOAD_DIR/${lang_file} || exit 1 cli_msg "INFO" "Installing / Updating language files for ${lang_to_install} ..." - bsdtar --strip-components 3 --exclude *webdav3* --exclude *caldav* -xzf $UPDATE_DOWNLOAD_DIR/${lang_file} || exit 1 + bsdtar --strip-components 3 -xzf $UPDATE_DOWNLOAD_DIR/${lang_file} || exit 1 cli_msg "INFO" "Language pack ${lang_to_install} sucessfully installed / updated" chmod -R a+r ${GNUHEALTH_DIR} cli_msg "INFO" "Read permissions set"
