SHA256
1
0
forked from pool/gnuhealth
Axel Braun 2021-04-16 17:16:55 +00:00 committed by Git OBS Bridge
parent 730084e000
commit b81cae3987
2 changed files with 7 additions and 2 deletions

View File

@ -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()

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 16 17:16:20 UTC 2021 - Axel Braun <axel.braun@gmx.de>
- update to gnuhealth-control
-------------------------------------------------------------------
Wed Mar 24 17:21:38 UTC 2021 - Axel Braun <axel.braun@gmx.de>