diff --git a/gnuhealth-4.0.0.tar.gz b/gnuhealth-4.0.0.tar.gz deleted file mode 100644 index 6c54877..0000000 --- a/gnuhealth-4.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86c4c3c6305e270b832308f4ca7f9ae4ef26f3b85ab12564fa4efce84f850f62 -size 137994240 diff --git a/gnuhealth-4.0.0.tar.gz.sig b/gnuhealth-4.0.0.tar.gz.sig deleted file mode 100644 index 3605327..0000000 Binary files a/gnuhealth-4.0.0.tar.gz.sig and /dev/null differ diff --git a/gnuhealth-4.0.2.tar.gz b/gnuhealth-4.0.2.tar.gz new file mode 100644 index 0000000..4012357 --- /dev/null +++ b/gnuhealth-4.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2837004abf7d957e353df9a3910ff109a9ce6cbb86ccf041c6f40ebf908d0790 +size 15117888 diff --git a/gnuhealth-4.0.2.tar.gz.sig b/gnuhealth-4.0.2.tar.gz.sig new file mode 100644 index 0000000..3b786c0 Binary files /dev/null and b/gnuhealth-4.0.2.tar.gz.sig differ diff --git a/gnuhealth.changes b/gnuhealth.changes index ead8e38..c0fb36b 100644 --- a/gnuhealth.changes +++ b/gnuhealth.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Mar 23 07:34:28 UTC 2022 - Axel Braun + +- version 4.0.2 + * Use ODT binary format for pediatric growth charts reports + * Force Beren library to 0.7.0 to make it compatible with Python 3.6 + * Allow Python minor versions > 10 (ej Python 3.10.2) + * fix webdav import error, bug #62165 + ------------------------------------------------------------------- Sun Mar 6 10:01:47 UTC 2022 - Axel Braun diff --git a/gnuhealth.spec b/gnuhealth.spec index 52c649d..90238e6 100644 --- a/gnuhealth.spec +++ b/gnuhealth.spec @@ -1,7 +1,7 @@ # # spec file for package gnuhealth # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2014-2022 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -15,6 +15,8 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + + %bcond_with tests 0 %define skip_python2 1 @@ -23,7 +25,7 @@ Name: gnuhealth -Version: %{majorver}.0 +Version: %{majorver}.2 Release: 0 URL: https://health.gnu.org Summary: A Health and Hospital Information System @@ -46,8 +48,8 @@ Patch0: shebang.diff BuildRequires: fdupes BuildRequires: python-rpm-generators BuildRequires: python-rpm-macros -BuildRequires: python3-setuptools BuildRequires: python3-pytest +BuildRequires: python3-setuptools # For the tests: BuildRequires: trytond BuildRequires: trytond_company @@ -59,13 +61,13 @@ BuildRequires: trytond_product Requires: gnu-free-fonts Requires: bsdtar Requires: proteus +Requires: python3-Pillow Requires: python3-PyWebDAV3-GNUHealth Requires: python3-caldav Requires: python3-hl7apy Requires: python3-ldap3 Requires: python3-matplotlib Requires: python3-passlib -Requires: python3-Pillow Requires: python3-pyBarcode Requires: python3-qrcode Requires: python3-simpleeval @@ -172,7 +174,6 @@ for i in h*; do done %endif - %pre #Write environment changes to /etc/bash.bashrc.local cat > /etc/bash.bashrc.local << "EOF"