Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnuhealth for openSUSE:Factory 
checked in at 2023-02-12 19:14:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuhealth (Old)
 and      /work/SRC/openSUSE:Factory/.gnuhealth.new.1848 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnuhealth"

Sun Feb 12 19:14:49 2023 rev:59 rq:1064677 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuhealth/gnuhealth.changes      2023-01-10 
15:00:18.909376354 +0100
+++ /work/SRC/openSUSE:Factory/.gnuhealth.new.1848/gnuhealth.changes    
2023-02-12 19:14:50.941234714 +0100
@@ -2 +2 @@
-Mon Jan  9 19:36:41 UTC 2023 - Axel Braun <axel.br...@gmx.de>
+Sun Feb 12 13:38:44 UTC 2023 - Axel Braun <axel.br...@gmx.de>
@@ -4,8 +4,17 @@
-- 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
+- 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.

Old:
----
  gnuhealth-4.0.5.tar.gz
  gnuhealth-4.0.5.tar.gz.sig

New:
----
  gnuhealth-4.2.0.tar.gz
  gnuhealth-4.2.0.tar.gz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnuhealth.spec ++++++
--- /var/tmp/diff_new_pack.7TF0p6/_old  2023-02-12 19:14:53.693251578 +0100
+++ /var/tmp/diff_new_pack.7TF0p6/_new  2023-02-12 19:14:53.697251602 +0100
@@ -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 @@
 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 @@
 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 @@
 %{_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}/*

++++++ gnuhealth-4.0.5.tar.gz -> gnuhealth-4.2.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/gnuhealth/gnuhealth-4.0.5.tar.gz 
/work/SRC/openSUSE:Factory/.gnuhealth.new.1848/gnuhealth-4.2.0.tar.gz differ: 
char 5, line 1

++++++ shebang.diff ++++++
++++ 896 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/gnuhealth/shebang.diff
++++ and /work/SRC/openSUSE:Factory/.gnuhealth.new.1848/shebang.diff

Reply via email to