Hello community,
here is the log from the commit of package gnuhealth-client for
openSUSE:Factory checked in at 2020-01-03 17:36:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuhealth-client (Old)
and /work/SRC/openSUSE:Factory/.gnuhealth-client.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnuhealth-client"
Fri Jan 3 17:36:57 2020 rev:13 rq:760473 version:3.6.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuhealth-client/gnuhealth-client.changes
2019-12-25 10:55:20.981639613 +0100
+++
/work/SRC/openSUSE:Factory/.gnuhealth-client.new.6675/gnuhealth-client.changes
2020-01-03 17:36:59.871296080 +0100
@@ -1,0 +2,5 @@
+Thu Jan 2 15:47:00 UTC 2020 - Axel Braun <[email protected]>
+
+- update frl plugin to 3.6.1
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnuhealth-client.spec ++++++
--- /var/tmp/diff_new_pack.GcFeJi/_old 2020-01-03 17:37:00.439296372 +0100
+++ /var/tmp/diff_new_pack.GcFeJi/_new 2020-01-03 17:37:00.443296374 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gnuhealth-client
#
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2015-2019 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
++++++ gnuhealth_plugin_frl-latest.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnuhealth_plugin_frl-3.6.0/__init__.py
new/gnuhealth_plugin_frl-3.6.1/__init__.py
--- old/gnuhealth_plugin_frl-3.6.0/__init__.py 2019-11-01 00:33:25.887363711
+0100
+++ new/gnuhealth_plugin_frl-3.6.1/__init__.py 2020-01-01 10:43:02.411717028
+0100
@@ -185,7 +185,9 @@
#string of the form field:fed_resource:fed_field
field, fed_resource, fed_field = val.split(':')
- local_vals[field] = fed_data[fed_field]
+ #Make sure that the element has a value
+ if (fed_data[fed_field]):
+ local_vals[field] = fed_data[fed_field]
return local_vals
# Get the values from the selection on the FRL list view
Binary files old/gnuhealth_plugin_frl-3.6.0/__pycache__/__init__.cpython-37.pyc
and new/gnuhealth_plugin_frl-3.6.1/__pycache__/__init__.cpython-37.pyc differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnuhealth_plugin_frl-3.6.0/version
new/gnuhealth_plugin_frl-3.6.1/version
--- old/gnuhealth_plugin_frl-3.6.0/version 2019-11-09 19:09:54.792680962
+0100
+++ new/gnuhealth_plugin_frl-3.6.1/version 2020-01-01 10:44:07.196096130
+0100
@@ -1 +1 @@
-3.6.0
+3.6.1