Hello community,

here is the log from the commit of package gnuhealth for openSUSE:Factory 
checked in at 2019-12-04 13:51:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuhealth (Old)
 and      /work/SRC/openSUSE:Factory/.gnuhealth.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnuhealth"

Wed Dec  4 13:51:11 2019 rev:35 rq:752389 version:3.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuhealth/gnuhealth.changes      2019-11-12 
11:57:57.703505673 +0100
+++ /work/SRC/openSUSE:Factory/.gnuhealth.new.4691/gnuhealth.changes    
2019-12-04 14:19:43.510405011 +0100
@@ -1,0 +2,6 @@
+Thu Nov 21 14:40:47 UTC 2019 - Axel Braun <[email protected]>
+
+- version 3.6.1
+  demo.diff removed (included in 3.6.1)
+
+-------------------------------------------------------------------

Old:
----
  demo.diff
  gnuhealth-3.4.1.tar.gz

New:
----
  gnuhealth-3.6.2.tar.gz

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

Other differences:
------------------
++++++ gnuhealth.spec ++++++
--- /var/tmp/diff_new_pack.N7txEf/_old  2019-12-04 14:19:44.006405429 +0100
+++ /var/tmp/diff_new_pack.N7txEf/_new  2019-12-04 14:19:44.010405433 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnuhealth
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 # Copyright (c) 2014-2019 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,30 +17,33 @@
 #
 
 
-%define         majorver 3.4
+%define         t_version %(rpm -q --qf '%%{VERSION}' trytond)
+%define         majorver 3.6
 Name:           gnuhealth
 
-Version:        %{majorver}.1
+Version:        %{majorver}.2
 Release:        0
 
 # List of additional build dependencies
-BuildRequires:  fdupes
+###ildRequires:  fdupes
+BuildRequires:  python3-rpm-macros
 BuildRequires:  python3-setuptools
 
 # For the variables:
 BuildRequires:  trytond
-%define t_version %(rpm -q --qf '%%{VERSION}' trytond)
 
-Url:            http://health.gnu.org
-Source0:        http://ftp.gnu.org/gnu/health/%{name}-%{version}.tar.gz
-#Source:         %{name}-%{version}.tar.gz
+URL:            http://health.gnu.org
+##ource0:        http://ftp.gnu.org/gnu/health/%{name}-%{version}.tar.gz
+Source:         %{name}-%{version}.tar.gz
 Source1:        GNUHealth.README.SUSE
 Source2:        gnuhealth-control
 Source3:        gnuhealth.service
 Source4:        [email protected]
 Source5:        openSUSE-gnuhealth-setup
 Source6:        gnuhealth
-Patch0:         demo.diff
+##atch0:         bug_57292.diff
+##atch1:         xmlfix.diff
+##atch2:         demo.diff
 
 BuildArch:      noarch
 
@@ -54,9 +57,8 @@
 Requires:       python3-caldav
 Requires:       python3-hl7apy
 Requires:       python3-ldap3
+Requires:       python3-passlib
 Requires:       python3-pyBarcode
-#Federation:
-Requires:       python3-pymongo
 Requires:       python3-qrcode
 Requires:       python3-simpleeval
 Requires:       python3-six
@@ -66,7 +68,6 @@
 Requires:       trytond_account_invoice
 Requires:       trytond_account_invoice_stock
 Requires:       trytond_account_product
-#Requires:       trytond_calendar
 Requires:       trytond_company
 Requires:       trytond_country
 Requires:       trytond_currency
@@ -93,9 +94,21 @@
 This is the server component of GNU Health. 
 You would need the GNU Health Client as well, on the same or a different 
machine. You may use the Tryton Client either
 
+%package -n %{name}-orthanc
+Summary:        Integration module for Orthanc
+Group:          Productivity/Office/Management
+Requires:       gnuhealth
+Requires:       python3-beren
+Requires:       python3-pendulum
+
+%description -n %{name}-orthanc
+This package provides the interface to Orthanc
+
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1
+##atch0 -p1
+##atch1 -p1
+##atch2 -p1
 cp %{S:1} .
 cp %{S:2} .
 
@@ -128,7 +141,7 @@
 
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/tryton
 
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+####ython_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %pre
 #Write environment changes to /etc/bash.bashrc.local
@@ -160,6 +173,10 @@
 %postun
 %service_del_postun gnuhealth.service
 
+%files -n %{name}-orthanc
+%{python3_sitelib}/%{name}_orthanc*
+%{python3_sitelib}/trytond/modules/health_orthanc*
+
 %files 
 %defattr(744,root,root)
 %{_bindir}/gnuhealth-control
@@ -170,6 +187,8 @@
 %defattr(-,root,root)
 %doc README Changelog gnuhealth-setup version gnuhealthrc 
GNUHealth.README.SUSE scripts/* backend/* config/* doc/*
 %license COPYING
+%exclude %{python3_sitelib}/%{name}_orthanc*
+%exclude %{python3_sitelib}/trytond/modules/health_orthanc*
 %{python_sitelib}/*
 
 %changelog

++++++ GNUHealth.README.SUSE ++++++
--- /var/tmp/diff_new_pack.N7txEf/_old  2019-12-04 14:19:44.034405453 +0100
+++ /var/tmp/diff_new_pack.N7txEf/_new  2019-12-04 14:19:44.038405456 +0100
@@ -167,6 +167,23 @@
 
 You can start multiple webdav services for different databases in parallel.
 
+Installation of the Demo-DB
+===========================
+
+GNU Health provides a demo database (same as on the demo server). To install 
the DB
+proceed as follows:
+
+log in as user postgres and change directory to /tmp
+> su
+> su postgres
+> cd /tmp
+
+run the installation script:
+
+> install_demo_database.sh 36
+
+The script expects the major release of GNU Health (3.6 in this case)
+
 Digital Signatures
 ==================
 
@@ -186,4 +203,4 @@
 [4] https://github.com/mbehrle/tryton/blob/wiki/InstallationonopenSUSE.md
 
 
- -- Axel Braun <[email protected]>  Wed Oct 30 11:11:20 UTC 2019
\ No newline at end of file
+ -- Axel Braun <[email protected]>  Wed Oct 30 11:11:20 UTC 2019

++++++ gnuhealth-3.4.1.tar.gz -> gnuhealth-3.6.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/gnuhealth/gnuhealth-3.4.1.tar.gz 
/work/SRC/openSUSE:Factory/.gnuhealth.new.4691/gnuhealth-3.6.2.tar.gz differ: 
char 5, line 1

++++++ gnuhealth-control ++++++
--- /var/tmp/diff_new_pack.N7txEf/_old  2019-12-04 14:19:44.078405490 +0100
+++ /var/tmp/diff_new_pack.N7txEf/_new  2019-12-04 14:19:44.078405490 +0100
@@ -24,7 +24,7 @@
 #
 ##############################################################################
 
-VERSION="3.4.1-openSUSE"
+VERSION="3.6.2-openSUSE"
 
 TRYTON_URL="http://downloads.tryton.org";
 GNUHEALTH_URL="http://ftp.gnu.org/gnu/health";
@@ -376,7 +376,7 @@
 
 #    fi
 
-    sudo systemctl restart trytond
+    sudo systemctl restart gnuhealth
 
 }
     


Reply via email to