Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnuhealth for openSUSE:Factory checked in at 2021-04-22 18:03:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnuhealth (Old) and /work/SRC/openSUSE:Factory/.gnuhealth.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnuhealth" Thu Apr 22 18:03:53 2021 rev:50 rq:887802 version:3.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnuhealth/gnuhealth.changes 2021-03-28 11:56:46.632245997 +0200 +++ /work/SRC/openSUSE:Factory/.gnuhealth.new.12324/gnuhealth.changes 2021-04-22 18:04:42.254574518 +0200 @@ -1,0 +2,5 @@ +Fri Apr 16 17:16:20 UTC 2021 - Axel Braun <axel.br...@gmx.de> + +- update to gnuhealth-control + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnuhealth.spec ++++++ --- /var/tmp/diff_new_pack.TGaAwl/_old 2021-04-22 18:04:42.882575476 +0200 +++ /var/tmp/diff_new_pack.TGaAwl/_new 2021-04-22 18:04:42.886575482 +0200 @@ -156,9 +156,9 @@ #Write environment changes to /etc/bash.bashrc.local cat > /etc/bash.bashrc.local << "EOF" alias cdlogs='cd /var/log/tryton' -alias cdexe='cd $(ls -d /usr/lib/python3.* )/site-packages/trytond' +alias cdexe='cd %python3_sitelib/trytond' alias cdconf='cd /etc/tryton' -alias cdmods='cd $(ls -d /usr/lib/python3.* )/site-packages/trytond/modules' +alias cdmods='cd %python3_sitelib/trytond/modules' alias editconf='${EDITOR} /etc/tryton/trytond.conf' alias cdutil='cd /usr/bin' export EDITOR=nano ++++++ gnuhealth-control ++++++ --- /var/tmp/diff_new_pack.TGaAwl/_old 2021-04-22 18:04:42.958575591 +0200 +++ /var/tmp/diff_new_pack.TGaAwl/_new 2021-04-22 18:04:42.958575591 +0200 @@ -24,10 +24,10 @@ # ############################################################################## -VERSION="3.6.5-openSUSE" +VERSION="3.8.0-openSUSE" TRANSLATE_URL="https://hosted.weblate.org" -GNUHEALTH_DIR=$(rpm -ql gnuhealth | egrep '^/usr/lib/python.\..{1,2}/site-packages$') +GNUHEALTH_DIR=$(rpm --eval '%python3_sitelib')/trytond/modules UPDATE_DOWNLOAD_DIR=$(mktemp -d) usage()