Hello community,
here is the log from the commit of package gnuhealth-client for
openSUSE:Factory checked in at 2019-12-25 10:54:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuhealth-client (Old)
and /work/SRC/openSUSE:Factory/.gnuhealth-client.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnuhealth-client"
Wed Dec 25 10:54:56 2019 rev:12 rq:759142 version:3.6.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuhealth-client/gnuhealth-client.changes
2019-12-07 22:11:56.805336403 +0100
+++
/work/SRC/openSUSE:Factory/.gnuhealth-client.new.6675/gnuhealth-client.changes
2019-12-25 10:55:20.981639613 +0100
@@ -1,0 +2,5 @@
+Tue Dec 24 20:02:26 UTC 2019 - Axel Braun <[email protected]>
+
+- version 3.6.5: Fix variable name to values
+
+-------------------------------------------------------------------
Old:
----
gnuhealth-client-3.6.4.tar.gz
New:
----
gnuhealth-client-3.6.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnuhealth-client.spec ++++++
--- /var/tmp/diff_new_pack.LsE9Je/_old 2019-12-25 10:55:22.021639939 +0100
+++ /var/tmp/diff_new_pack.LsE9Je/_new 2019-12-25 10:55:22.025639940 +0100
@@ -19,7 +19,7 @@
%define majorver 3.6
Name: gnuhealth-client
-Version: %{majorver}.4
+Version: %{majorver}.5
Release: 0
Summary: The client of the GNU Health Hospital system
License: GPL-3.0-only
++++++ gnuhealth-client-3.6.4.tar.gz -> gnuhealth-client-3.6.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnuhealth-client-3.6.4/Changelog
new/gnuhealth-client-3.6.5/Changelog
--- old/gnuhealth-client-3.6.4/Changelog 2019-12-07 10:38:03.000000000
+0100
+++ new/gnuhealth-client-3.6.5/Changelog 2019-12-22 21:48:31.000000000
+0100
@@ -1,3 +1,8 @@
+changeset: 3501:6f9accf1d2d8
+user: Luis Falcon <[email protected]>
+date: Thu Dec 12 10:53:12 2019 +0000
+summary: GTK Client: Fix variable name to values
+
changeset: 3498:08f336205763
user: Luis Falcon <[email protected]>
date: Fri Dec 06 22:12:03 2019 +0000
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnuhealth-client-3.6.4/PKG-INFO
new/gnuhealth-client-3.6.5/PKG-INFO
--- old/gnuhealth-client-3.6.4/PKG-INFO 2019-12-07 10:47:44.000000000 +0100
+++ new/gnuhealth-client-3.6.5/PKG-INFO 2019-12-23 18:48:47.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: gnuhealth-client
-Version: 3.6.4
+Version: 3.6.5
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.4/gnuhealth_client.egg-info/PKG-INFO
new/gnuhealth-client-3.6.5/gnuhealth_client.egg-info/PKG-INFO
--- old/gnuhealth-client-3.6.4/gnuhealth_client.egg-info/PKG-INFO
2019-12-07 10:47:43.000000000 +0100
+++ new/gnuhealth-client-3.6.5/gnuhealth_client.egg-info/PKG-INFO
2019-12-23 18:48:46.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: gnuhealth-client
-Version: 3.6.4
+Version: 3.6.5
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.4/tryton/__init__.py
new/gnuhealth-client-3.6.5/tryton/__init__.py
--- old/gnuhealth-client-3.6.4/tryton/__init__.py 2019-12-07
10:36:07.000000000 +0100
+++ new/gnuhealth-client-3.6.5/tryton/__init__.py 2019-12-23
15:57:09.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.4"
+__version__ = "3.6.5"
SERVER_VERSION = "5.0.0"
import gi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnuhealth-client-3.6.4/tryton/gui/window/view_form/model/record.py
new/gnuhealth-client-3.6.5/tryton/gui/window/view_form/model/record.py
--- old/gnuhealth-client-3.6.4/tryton/gui/window/view_form/model/record.py
2019-12-06 22:26:12.000000000 +0100
+++ new/gnuhealth-client-3.6.5/tryton/gui/window/view_form/model/record.py
2019-12-23 18:42:37.000000000 +0100
@@ -511,7 +511,7 @@
fields.ReferenceField)):
field_rec_name = fieldname + '.rec_name'
if field_rec_name in values:
- self.value[field_rec_name] = val[field_rec_name]
+ self.value[field_rec_name] = values[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.4/version
new/gnuhealth-client-3.6.5/version
--- old/gnuhealth-client-3.6.4/version 2019-12-07 10:35:52.000000000 +0100
+++ new/gnuhealth-client-3.6.5/version 2019-12-22 21:47:46.000000000 +0100
@@ -1 +1 @@
-3.6.4
+3.6.5