Accepting request 457519 from Application:ERP:Tryton:Factory

update to GNU Health

OBS-URL: https://build.opensuse.org/request/show/457519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuhealth?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2017-02-16 16:07:26 +00:00 committed by Git OBS Bridge
parent 80304e457b
commit 4d57b812d5
4 changed files with 22 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ffe3b4838591b20bfb8ada3838bf439317a27f7327936004ceb371667640e3a
size 10261654

3
gnuhealth-3.0.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13dea84e5254443388ae1e926b5065987580393b853f4792ad52fafca97da3bd
size 10205407

View File

@ -1,4 +1,15 @@
-------------------------------------------------------------------
Tue Feb 14 06:09:10 UTC 2017 - axel.braun@gmx.de
- version 3.06
* Fix bug #50269: Traceback when assigning a new meal order
* Fix bug #50281: Traceback when displaying patient critical info
in non-english languages
* fix bug #50288: Wrong widget for mealtime field. // Fix
validation for meal order warning
* Remove readonly from patient meal order warning, to correctly
save state of the field
-------------------------------------------------------------------
Mon Dec 12 15:59:19 UTC 2016 - axel.braun@gmx.de
- Release 3.0.5

View File

@ -1,7 +1,7 @@
#
# spec file for package gnuhealth
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2014-2016 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
@ -24,7 +24,7 @@ Name: gnuhealth
# List of additional build dependencies
BuildRequires: python-setuptools
Version: %{majorver}.5
Version: %{majorver}.6
Release: 0
Url: http://health.gnu.org
@ -99,9 +99,9 @@ for i in h*; do
done
#pdq
cd pdq
python setup.py build
cd ..
# cd pdq
# python setup.py build
# cd ..
%install
for i in h*; do
@ -110,9 +110,9 @@ for i in h*; do
cd ..
done
#pdq
cd pdq
python setup.py install --prefix=%_prefix --root=%buildroot
cd ..
# cd pdq
# python setup.py install --prefix=%_prefix --root=%buildroot
# cd ..
mkdir -p -m 755 %{buildroot}%{_bindir}
install -p -m 755 gnuhealth-control %{buildroot}%{_bindir}/gnuhealth-control