Hello community,
here is the log from the commit of package gnuhealth-client for
openSUSE:Factory checked in at 2019-12-07 22:11:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuhealth-client (Old)
and /work/SRC/openSUSE:Factory/.gnuhealth-client.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnuhealth-client"
Sat Dec 7 22:11:54 2019 rev:11 rq:754954 version:3.6.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuhealth-client/gnuhealth-client.changes
2019-12-04 14:19:57.706416978 +0100
+++
/work/SRC/openSUSE:Factory/.gnuhealth-client.new.4691/gnuhealth-client.changes
2019-12-07 22:11:56.805336403 +0100
@@ -1,0 +2,5 @@
+Sat Dec 7 14:48:01 UTC 2019 - Axel Braun <[email protected]>
+
+- version 3.6.4 #57371 Error when assigning a health professional on the work
schedule
+
+-------------------------------------------------------------------
Old:
----
gnuhealth-client-3.6.3.tar.gz
New:
----
gnuhealth-client-3.6.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnuhealth-client.spec ++++++
--- /var/tmp/diff_new_pack.q4VvFN/_old 2019-12-07 22:11:59.381336434 +0100
+++ /var/tmp/diff_new_pack.q4VvFN/_new 2019-12-07 22:11:59.385336434 +0100
@@ -19,7 +19,7 @@
%define majorver 3.6
Name: gnuhealth-client
-Version: %{majorver}.3
+Version: %{majorver}.4
Release: 0
Summary: The client of the GNU Health Hospital system
License: GPL-3.0-only
++++++ gnuhealth-client-3.6.3.tar.gz -> gnuhealth-client-3.6.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnuhealth-client-3.6.3/Changelog
new/gnuhealth-client-3.6.4/Changelog
--- old/gnuhealth-client-3.6.3/Changelog 2019-12-02 18:48:30.000000000
+0100
+++ new/gnuhealth-client-3.6.4/Changelog 2019-12-07 10:38:03.000000000
+0100
@@ -1,3 +1,8 @@
+changeset: 3498:08f336205763
+user: Luis Falcon <[email protected]>
+date: Fri Dec 06 22:12:03 2019 +0000
+summary: gnuhealth GTK client: Fix bug #57371 Error when assigning a
health professional on the work schedule
+
changeset: 3492:b8b1a0305bed
user: Luis Falcon <[email protected]>
date: Mon Dec 02 17:47:27 2019 +0000
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnuhealth-client-3.6.3/PKG-INFO
new/gnuhealth-client-3.6.4/PKG-INFO
--- old/gnuhealth-client-3.6.3/PKG-INFO 2019-12-02 18:50:13.000000000 +0100
+++ new/gnuhealth-client-3.6.4/PKG-INFO 2019-12-07 10:47:44.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: gnuhealth-client
-Version: 3.6.3
+Version: 3.6.4
Summary: The GNU Health GTK client
Home-page: http://www.gnuhealth.org
Author: GNU Solidario
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnuhealth-client-3.6.3/gnuhealth_client.egg-info/PKG-INFO
new/gnuhealth-client-3.6.4/gnuhealth_client.egg-info/PKG-INFO
--- old/gnuhealth-client-3.6.3/gnuhealth_client.egg-info/PKG-INFO
2019-12-02 18:50:12.000000000 +0100
+++ new/gnuhealth-client-3.6.4/gnuhealth_client.egg-info/PKG-INFO
2019-12-07 10:47:43.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: gnuhealth-client
-Version: 3.6.3
+Version: 3.6.4
Summary: The GNU Health GTK client
Home-page: http://www.gnuhealth.org
Author: GNU Solidario
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnuhealth-client-3.6.3/tryton/__init__.py
new/gnuhealth-client-3.6.4/tryton/__init__.py
--- old/gnuhealth-client-3.6.3/tryton/__init__.py 2019-12-02
18:48:59.000000000 +0100
+++ new/gnuhealth-client-3.6.4/tryton/__init__.py 2019-12-07
10:36:07.000000000 +0100
@@ -1,6 +1,6 @@
# This file is part of GNU Health. The COPYRIGHT file at the top level of
# this repository contains the full copyright notices and license terms.
-__version__ = "3.6.3"
+__version__ = "3.6.4"
SERVER_VERSION = "5.0.0"
import gi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnuhealth-client-3.6.3/tryton/gui/window/view_form/model/record.py
new/gnuhealth-client-3.6.4/tryton/gui/window/view_form/model/record.py
--- old/gnuhealth-client-3.6.3/tryton/gui/window/view_form/model/record.py
2019-12-02 18:40:43.000000000 +0100
+++ new/gnuhealth-client-3.6.4/tryton/gui/window/view_form/model/record.py
2019-12-06 22:26:12.000000000 +0100
@@ -510,7 +510,7 @@
if isinstance(self.group.fields[fieldname], (fields.M2OField,
fields.ReferenceField)):
field_rec_name = fieldname + '.rec_name'
- if field_rec_name in val:
+ if field_rec_name in values:
self.value[field_rec_name] = val[field_rec_name]
elif field_rec_name in self.value:
del self.value[field_rec_name]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnuhealth-client-3.6.3/version
new/gnuhealth-client-3.6.4/version
--- old/gnuhealth-client-3.6.3/version 2019-12-02 18:48:44.000000000 +0100
+++ new/gnuhealth-client-3.6.4/version 2019-12-07 10:35:52.000000000 +0100
@@ -1 +1 @@
-3.6.3
+3.6.4