Hello community, here is the log from the commit of package gnuhealth for openSUSE:Factory checked in at 2019-06-12 13:19:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnuhealth (Old) and /work/SRC/openSUSE:Factory/.gnuhealth.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnuhealth" Wed Jun 12 13:19:08 2019 rev:33 rq:709253 version:3.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gnuhealth/gnuhealth.changes 2019-03-11 11:16:05.525324697 +0100 +++ /work/SRC/openSUSE:Factory/.gnuhealth.new.4811/gnuhealth.changes 2019-06-12 13:19:09.592555474 +0200 @@ -1,0 +2,6 @@ +Tue Jun 11 16:10:20 UTC 2019 - Axel Braun <[email protected]> + +- gnuhealth-control changed to version 3.4.1 + * use bsdtar (can handle zip files, tar can't) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnuhealth-control ++++++ --- /var/tmp/diff_new_pack.KIvs4c/_old 2019-06-12 13:19:10.212555191 +0200 +++ /var/tmp/diff_new_pack.KIvs4c/_new 2019-06-12 13:19:10.216555189 +0200 @@ -24,7 +24,7 @@ # ############################################################################## -VERSION="3.4.0-openSUSE" +VERSION="3.4.1-openSUSE" TRYTON_URL="http://downloads.tryton.org" GNUHEALTH_URL="http://ftp.gnu.org/gnu/health" @@ -410,14 +410,14 @@ local lang_to_install=$2 local lang_file=${lang_to_install}.zip # source $HOME/.gnuhealthrc || exit 1 - cli_msg "INFO" "Going to modules directory..." + cli_msg "INFO" "Going to modules directory ${GNUHEALTH_DIR} " cd ${GNUHEALTH_DIR} || exit 1 cli_msg "INFO" "Retrieving language pack file for ${lang_to_install}" wget ${TRANSLATE_URL}/export/?path=/${lang_to_install}/GNUHEALTH/ -O /tmp/${lang_file} || exit 1 cli_msg "INFO" "Installing / Updating language files for ${lang_to_install} ..." - tar --strip-components 3 -xzf /tmp/${lang_file} || exit 1 + bsdtar --strip-components 3 -xzf /tmp/${lang_file} || exit 1 cli_msg "INFO" "Language pack ${lang_to_install} sucessfully installed / updated" cli_msg "INFO" "You now need to update the database modules" # cd
