diff --git a/gnuhealth-control b/gnuhealth-control index c9f4217..907dfab 100644 --- a/gnuhealth-control +++ b/gnuhealth-control @@ -24,7 +24,7 @@ # ############################################################################## -VERSION="3.6.3.1-openSUSE" +VERSION="3.6.4-openSUSE" TRANSLATE_URL="https://translate.gnusolidario.org" GNUHEALTH_DIR=$(rpm -ql gnuhealth | egrep '^/usr/lib/python.\..{1,2}/site-packages$') @@ -165,7 +165,7 @@ do_backup() ${BACKDIR}/backup_${DB}_${BACKDATE}.gz ${BACKDIR}/${BACKUP_NAME} \ || bailout - cli_msg "INFO" "Backup successfully written to ${BACKDIR}/${BACKUP_NAME}" | tee -a $INFOFILE + cli_msg "INFO" "Backup successfully written to ${BACKDIR}/gnuhealth_${DB}_with_fs_backup_${BACKDATE}.tar" | tee -a $INFOFILE #AB - END #Remove lock file rm $LOCKFILE diff --git a/gnuhealth.changes b/gnuhealth.changes index 2fc6c13..31c7470 100644 --- a/gnuhealth.changes +++ b/gnuhealth.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue May 19 09:25:34 UTC 2020 - Axel Braun + +- version 3.6.4 of gnuhealth-control + +------------------------------------------------------------------- +Mon May 18 08:58:26 UTC 2020 - Axel Braun + +- python3-matplotlib got lost.....added + ------------------------------------------------------------------- Sat May 16 16:16:58 UTC 2020 - Axel Braun diff --git a/gnuhealth.spec b/gnuhealth.spec index f5e5f4a..2ab6e20 100644 --- a/gnuhealth.spec +++ b/gnuhealth.spec @@ -32,9 +32,8 @@ BuildRequires: python3-setuptools # For the variables: BuildRequires: trytond -URL: http://health.gnu.org -Source0: %{name}-%{version}.tar.gz -###http://ftp.gnu.org/gnu/health/%{name}-%{version}.tar.gz +URL: https://health.gnu.org +Source0: https://ftp.gnu.org/gnu/health/%{name}-%{version}.tar.gz Source1: GNUHealth.README.SUSE Source2: gnuhealth-control Source3: gnuhealth.service @@ -56,6 +55,7 @@ Requires: python3-PyWebDAV3-GNUHealth Requires: python3-caldav Requires: python3-hl7apy Requires: python3-ldap3 +Requires: python3-matplotlib Requires: python3-passlib Requires: python3-pyBarcode Requires: python3-qrcode