Hello community,

here is the log from the commit of package gnuhealth-thalamus for 
openSUSE:Factory checked in at 2020-02-24 15:53:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuhealth-thalamus (Old)
 and      /work/SRC/openSUSE:Factory/.gnuhealth-thalamus.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnuhealth-thalamus"

Mon Feb 24 15:53:43 2020 rev:6 rq:778606 version:0.9.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuhealth-thalamus/gnuhealth-thalamus.changes    
2019-11-18 20:09:11.541628671 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnuhealth-thalamus.new.26092/gnuhealth-thalamus.changes
 2020-02-24 15:54:03.731693093 +0100
@@ -1,0 +2,5 @@
+Sun Feb 23 14:35:25 UTC 2020 - Axel Braun <axel.br...@gmx.de>
+
+- version 0.9.12 
+
+-------------------------------------------------------------------

Old:
----
  thalamus-0.9.11.tar.gz

New:
----
  thalamus-0.9.12.tar.gz

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

Other differences:
------------------
++++++ gnuhealth-thalamus.spec ++++++
--- /var/tmp/diff_new_pack.7s3AhR/_old  2020-02-24 15:54:04.787695444 +0100
+++ /var/tmp/diff_new_pack.7s3AhR/_new  2020-02-24 15:54:04.787695444 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package gnuhealth-thalamus
 #
-# Copyright (c) 2019 SUSE LLC.
-# Copyright (c) 2017-2019 Dr. Axel Braun
+# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2017-2020 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 
 %define modname thalamus
 Name:           gnuhealth-%{modname}
-Version:        0.9.11
+Version:        0.9.12
 Release:        0
 Summary:        The GNU Health Federation Message and Authentication Server
 License:        GPL-3.0-or-later

++++++ thalamus-0.9.11.tar.gz -> thalamus-0.9.12.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/thalamus-0.9.11/PKG-INFO new/thalamus-0.9.12/PKG-INFO
--- old/thalamus-0.9.11/PKG-INFO        2019-11-17 17:49:20.000000000 +0100
+++ new/thalamus-0.9.12/PKG-INFO        2019-11-20 09:20:03.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: thalamus
-Version: 0.9.11
+Version: 0.9.12
 Summary: The GNU Health Federation Message and Authentication Server
 Home-page: http://health.gnu.org
 Author: GNU Solidario
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/thalamus-0.9.11/thalamus/doc/thalamus.rst 
new/thalamus-0.9.12/thalamus/doc/thalamus.rst
--- old/thalamus-0.9.11/thalamus/doc/thalamus.rst       2019-11-17 
11:08:34.000000000 +0100
+++ new/thalamus-0.9.12/thalamus/doc/thalamus.rst       2019-11-20 
09:03:38.000000000 +0100
@@ -21,7 +21,7 @@
 ------------
 Thalamus is pip-installable::
 
-  $ pip3 install --user thalamus 
+  $ pip3 install --upgrade --user thalamus 
  
 Technology
 ----------
@@ -73,7 +73,7 @@
 
 For development, ff you want to run it directly from the Flask Werkzeug 
server,::
 
-  $ python ./thalamus.py
+  $ python3 ./thalamus.py
 
 
 Examples
@@ -199,7 +199,7 @@
 
 Homepage
 --------
-www.gnuhealth.org
+https://www.gnuhealth.org
 
 
 Release Cycle
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/thalamus-0.9.11/thalamus/etc/thalamus_uwsgi.ini 
new/thalamus-0.9.12/thalamus/etc/thalamus_uwsgi.ini
--- old/thalamus-0.9.11/thalamus/etc/thalamus_uwsgi.ini 2019-11-17 
11:08:34.000000000 +0100
+++ new/thalamus-0.9.12/thalamus/etc/thalamus_uwsgi.ini 2019-11-20 
09:03:38.000000000 +0100
@@ -7,4 +7,4 @@
 threads = 2 
 block-size = 32000 
 stats = 127.0.0.1:9191
-
+socket=/tmp/thalamus.sckt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/thalamus-0.9.11/thalamus.egg-info/PKG-INFO 
new/thalamus-0.9.12/thalamus.egg-info/PKG-INFO
--- old/thalamus-0.9.11/thalamus.egg-info/PKG-INFO      2019-11-17 
17:49:19.000000000 +0100
+++ new/thalamus-0.9.12/thalamus.egg-info/PKG-INFO      2019-11-20 
09:20:03.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: thalamus
-Version: 0.9.11
+Version: 0.9.12
 Summary: The GNU Health Federation Message and Authentication Server
 Home-page: http://health.gnu.org
 Author: GNU Solidario
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/thalamus-0.9.11/version new/thalamus-0.9.12/version
--- old/thalamus-0.9.11/version 2019-11-17 16:54:21.000000000 +0100
+++ new/thalamus-0.9.12/version 2019-11-20 09:07:57.000000000 +0100
@@ -1 +1 @@
-0.9.11
+0.9.12


Reply via email to