Hello community,

here is the log from the commit of package gnuhealth-client for 
openSUSE:Factory checked in at 2019-11-11 21:43:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuhealth-client (Old)
 and      /work/SRC/openSUSE:Factory/.gnuhealth-client.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnuhealth-client"

Mon Nov 11 21:43:43 2019 rev:9 rq:747414 version:3.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuhealth-client/gnuhealth-client.changes        
2019-07-17 13:15:00.327826521 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnuhealth-client.new.2990/gnuhealth-client.changes  
    2019-11-11 21:43:45.772980028 +0100
@@ -1,0 +2,6 @@
+Mon Nov 11 18:56:37 UTC 2019 - Axel Braun <[email protected]>
+
+- camera.diff added
+  plugins changed from *latest* to version 3.4.x
+
+-------------------------------------------------------------------

Old:
----
  gnuhealth_plugin_camera-latest.tar.gz
  gnuhealth_plugin_crypto-latest.tar.gz
  gnuhealth_plugin_frl-latest.tar.gz

New:
----
  camera.diff
  gnuhealth_plugin_camera-3.4.0.tar.gz
  gnuhealth_plugin_crypto-3.4.1.tar.gz
  gnuhealth_plugin_frl-3.4.1.tar.gz

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

Other differences:
------------------
++++++ gnuhealth-client.spec ++++++
--- /var/tmp/diff_new_pack.tIHGoD/_old  2019-11-11 21:43:46.440980691 +0100
+++ /var/tmp/diff_new_pack.tIHGoD/_new  2019-11-11 21:43:46.452980703 +0100
@@ -26,10 +26,11 @@
 Group:          Productivity/Office/Management
 Url:            http://health.gnu.org/
 Source:         
https://files.pythonhosted.org/packages/source/g/%{name}/%{name}-%{version}.tar.gz
-Source1:        
ftp://ftp.gnu.org/gnu/health/plugins/gnuhealth_plugin_camera-latest.tar.gz
-Source2:        
ftp://ftp.gnu.org/gnu/health/plugins/gnuhealth_plugin_crypto-latest.tar.gz
-Source3:        
ftp://ftp.gnu.org/gnu/health/plugins/gnuhealth_plugin_frl-latest.tar.gz
+Source1:        
ftp://ftp.gnu.org/gnu/health/plugins/gnuhealth_plugin_camera-3.4.0.tar.gz
+Source2:        
ftp://ftp.gnu.org/gnu/health/plugins/gnuhealth_plugin_crypto-3.4.1.tar.gz
+Source3:        
ftp://ftp.gnu.org/gnu/health/plugins/gnuhealth_plugin_frl-3.4.1.tar.gz
 Source4:        %{name}.desktop
+Patch0:         camera.diff
 BuildRequires:  fdupes
 BuildRequires:  python-Babel
 BuildRequires:  python-Sphinx
@@ -75,6 +76,8 @@
 tar  -xzvf %{SOURCE2}
 tar  -xzvf %{SOURCE3}
 
+%patch0 -p1
+
 %build
 :
 

++++++ camera.diff ++++++
diff -U 3 -dHrN -- b/gnuhealth_camera/__init__.py a/gnuhealth_camera/__init__.py
--- b/gnuhealth_camera/__init__.py      2018-11-27 00:07:32.000000000 +0100
+++ a/gnuhealth_camera/__init__.py      2019-11-11 19:46:58.148898162 +0100
@@ -166,7 +166,12 @@
             set_attachment(data, frame)
             break            
 
-        if keypressed == ord('q'):
+        # Cleanup / Destroy window when q key is pressed or when closing
+        # the window via alt+f4
+        if (keypressed == ord('q')):
+            break
+
+        if (cv2.getWindowProperty('== GNU Health Camera ==', 
cv2.WND_PROP_VISIBLE) < 1):            
             break
 
         if  keypressed == ord('h'):
++++++ gnuhealth_plugin_camera-latest.tar.gz -> 
gnuhealth_plugin_camera-3.4.0.tar.gz ++++++
++++ no output (probably identical)

++++++ gnuhealth_plugin_crypto-latest.tar.gz -> 
gnuhealth_plugin_crypto-3.4.1.tar.gz ++++++
++++ no output (probably identical)

++++++ gnuhealth_plugin_frl-latest.tar.gz -> gnuhealth_plugin_frl-3.4.1.tar.gz 
++++++
++++ no output (probably identical)


Reply via email to