From 4d57b812d58a47fd43016dcc1947d2de07f8ed92a6ee5b8554e5b2cfc54f8556 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 16 Feb 2017 16:07:26 +0000 Subject: [PATCH] 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 --- gnuhealth-3.0.5.tar.gz | 3 --- gnuhealth-3.0.6.tar.gz | 3 +++ gnuhealth.changes | 11 +++++++++++ gnuhealth.spec | 16 ++++++++-------- 4 files changed, 22 insertions(+), 11 deletions(-) delete mode 100644 gnuhealth-3.0.5.tar.gz create mode 100644 gnuhealth-3.0.6.tar.gz diff --git a/gnuhealth-3.0.5.tar.gz b/gnuhealth-3.0.5.tar.gz deleted file mode 100644 index 59f0742..0000000 --- a/gnuhealth-3.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ffe3b4838591b20bfb8ada3838bf439317a27f7327936004ceb371667640e3a -size 10261654 diff --git a/gnuhealth-3.0.6.tar.gz b/gnuhealth-3.0.6.tar.gz new file mode 100644 index 0000000..be055e6 --- /dev/null +++ b/gnuhealth-3.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13dea84e5254443388ae1e926b5065987580393b853f4792ad52fafca97da3bd +size 10205407 diff --git a/gnuhealth.changes b/gnuhealth.changes index 73dad44..825690a 100644 --- a/gnuhealth.changes +++ b/gnuhealth.changes @@ -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 diff --git a/gnuhealth.spec b/gnuhealth.spec index e4aae37..dc72783 100644 --- a/gnuhealth.spec +++ b/gnuhealth.spec @@ -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