Hello community, here is the log from the commit of package gnuhealth for openSUSE:Leap:15.2 checked in at 2020-05-28 20:10:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/gnuhealth (Old) and /work/SRC/openSUSE:Leap:15.2/.gnuhealth.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnuhealth" Thu May 28 20:10:09 2020 rev:46 rq:809445 version:3.6.4 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/gnuhealth/gnuhealth.changes 2020-05-23 16:06:24.500922906 +0200 +++ /work/SRC/openSUSE:Leap:15.2/.gnuhealth.new.3606/gnuhealth.changes 2020-05-28 20:10:11.383004992 +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.Um4mZA/_old 2020-05-28 20:10:11.871006445 +0200 +++ /var/tmp/diff_new_pack.Um4mZA/_new 2020-05-28 20:10:11.871006445 +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"
