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:
parent
80304e457b
commit
4d57b812d5
@ -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
3
gnuhealth-3.0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13dea84e5254443388ae1e926b5065987580393b853f4792ad52fafca97da3bd
|
||||
size 10205407
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user