Accepting request 1064677 from Application:ERP:GNUHealth:Factory

OBS-URL: https://build.opensuse.org/request/show/1064677
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuhealth?expand=0&rev=59
This commit is contained in:
Dominique Leuenberger 2023-02-12 18:14:49 +00:00 committed by Git OBS Bridge
commit 6229a35301
7 changed files with 634 additions and 484 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88a6f4b2ad4f1ccf74eb46c15ffc88cbe1a20d753bea9fa453eca6b1d556ad7b
size 15093658

Binary file not shown.

3
gnuhealth-4.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aeb43e5537fa4bde88a5405cdeb429164027b420cc946d790a396fa35767cb59
size 15964866

BIN
gnuhealth-4.2.0.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,15 +1,24 @@
-------------------------------------------------------------------
Mon Jan 9 19:36:41 UTC 2023 - Axel Braun <axel.braun@gmx.de>
- Version 4.0.5
* health_crypto: Fix bug #63558: Fault: 'NoneType' object has no attribute 'name'
* Fix bug #63557: Missing view architecture for ('calendar.category', None, 'tree')
* Fix bug #63533: Model 'gnuhealth.pol' is missing a default access
* Fix bug #63532: health_caldav misses requiremnt vobject in setup.py
* Fix bug #63517: Fault: 'webdav' is not in list
* Fix bug #62777: The term health prof used for both initiating and signing professional in patient evaluation
* Fix bug #62634: Missing Spanish Translations
Sun Feb 12 13:38:44 UTC 2023 - Axel Braun <axel.braun@gmx.de>
- version 4.2.0
* Enhanced Medical Imaging functionality and ergonomics.
* Introduced GNU Health "Focus on" section on patient main form.
* Surgery package has been vastly revised and enhanced in collaboration
with our colleagues from Cirugia Solidaria
* Enhanced Insurance and billing functionality.
* The Vital Record System (VRS) can now issue reports on birth and
death certificates.
* Demographics can now accept entering estimate age / DoB.
* Health services has now the functionality of "grouping" all the tests
from a single order - lab and medical imaging.
* Improved Patient encounter / evaluation.
* Weblate translations holds 35 languages
* On the technical side, we have improved unit testing on each package,
speedup load times on large datafiles and using python-sql for most
queries.
* GNU Health is now REUSE (Free Software Foundation Europe) compliant.
-------------------------------------------------------------------
Thu Jun 16 15:37:00 UTC 2022 - Axel Braun <axel.braun@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package gnuhealth
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2014-2023 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
@ -17,15 +17,15 @@
#
%bcond_with tests 0
%bcond_with tests 1
%define skip_python2 1
%define t_version %(rpm -q --qf '%%{VERSION}' trytond)
%define majorver 4.0
%define majorver 4.2
Name: gnuhealth
Version: %{majorver}.5
Version: %{majorver}.0
Release: 0
URL: https://health.gnu.org
Summary: A Health and Hospital Information System
@ -143,10 +143,10 @@ mkdir -p -m 755 %{buildroot}%{_bindir}
install -p -m 755 gnuhealth-control %{buildroot}%{_bindir}/gnuhealth-control
install -p -m 755 %{S:5} %{buildroot}%{_bindir}/openSUSE-gnuhealth-setup
install -p -m 755 %{S:6} %{buildroot}%{_bindir}/gnuhealth
install -p -m 755 scripts/demo/install_demo_database.sh %{buildroot}%{_bindir}/install_demo_database.sh
install -p -m 755 scripts/demodb/install_demo_database.sh %{buildroot}%{_bindir}/install_demo_database.sh
#delete empty demo directory
rm -rf scripts/demo
rm -rf scripts/demodb
mkdir -p %{buildroot}%{_unitdir}
install -p -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service
@ -155,12 +155,12 @@ install -p -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/%{name}-webdav@.service
mkdir -p %{buildroot}%{_sysconfdir}/tryton
#remove double license file:
rm backend/fhir/client/COPYING
## rm backend/fhir/client/COPYING
#Move FHIR server to examples directory
mkdir -p -m 755 %{buildroot}%{_docdir}/%{name}/examples/
mv backend/fhir* %{buildroot}%{_docdir}/%{name}/examples/.
rmdir backend
mv doc/* %{buildroot}%{_docdir}/%{name}/examples/.
rmdir doc
%python_expand %fdupes %{buildroot}%{$python_sitelib}
@ -220,10 +220,10 @@ EOF
%{_bindir}/install_demo_database.sh
%{_unitdir}/%{name}.service
%{_unitdir}/%{name}-webdav@.service
%doc README Changelog gnuhealth-setup version gnuhealthrc GNUHealth.README.openSUSE scripts/* config/* doc/*
%doc README.rst Changelog gnuhealth-setup version gnuhealthrc GNUHealth.README.openSUSE scripts/* config/*
%{_docdir}/%{name}/examples*
%dir %{_sysconfdir}/tryton
%license COPYING
%license COPYING LICENSES/*
%exclude %{python3_sitelib}/%{name}_orthanc*
%exclude %{python3_sitelib}/trytond/modules/health_orthanc*
%{python3_sitelib}/*

File diff suppressed because it is too large Load Diff