diff --git a/_service b/_service
index aa59ca1..1d46df1 100644
--- a/_service
+++ b/_service
@@ -1,4 +1,3 @@
-
-
-
+
+
\ No newline at end of file
diff --git a/gnuhealth-3.2.10.tar.gz b/gnuhealth-3.2.10.tar.gz
new file mode 100644
index 0000000..cfe35fa
--- /dev/null
+++ b/gnuhealth-3.2.10.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fe3c4336ea2198279531d994b94c31e07c90f2db7ca9d690ec1272eae9863541
+size 10209204
diff --git a/gnuhealth-3.2.9.tar.gz b/gnuhealth-3.2.9.tar.gz
deleted file mode 100644
index d71bc6c..0000000
--- a/gnuhealth-3.2.9.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:77dfcc26b8f9b2a3b661b68c69cf68e8db94d393441151a7fe1afe1d815a465f
-size 10207689
diff --git a/gnuhealth.changes b/gnuhealth.changes
index 62bc9df..ed60f82 100644
--- a/gnuhealth.changes
+++ b/gnuhealth.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Tue Jun 5 12:13:54 UTC 2018 - axel.braun@gmx.de
+
+- Version 3.2.10
+ bug #54055: Caldav event does not update after changing the appointment
+
-------------------------------------------------------------------
Fri Jan 19 15:36:11 UTC 2018 - axel.braun@gmx.de
diff --git a/gnuhealth.spec b/gnuhealth.spec
index ee9f8b0..f7bff1e 100644
--- a/gnuhealth.spec
+++ b/gnuhealth.spec
@@ -2,7 +2,7 @@
# spec file for package gnuhealth
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2014-2017 Dr. Axel Braun
+# Copyright (c) 2014-2018 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
#
-%define majorver 3.2
+%define majorver 3.2
Name: gnuhealth
# List of additional build dependencies
BuildRequires: fdupes
BuildRequires: python3-setuptools
-Version: %{majorver}.9
+Version: %{majorver}.10
Release: 0
Url: http://health.gnu.org
@@ -73,7 +73,7 @@ Requires: trytond_stock_supply
# additional suggestion for a useable editor
Suggests: nano
# you may need a frontend to work with
-Suggests: tryton
+Suggests: gnuhealth-client
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -93,18 +93,11 @@ cp %{S:1} .
cp %{S:2} .
%build
-#export LANG=en_US.UTF-8
-#export LC_CTYPE=en_US.UTF-8
-#export RC_LANG=en_US.UTF-8
for i in h*; do
cd $i
python3 setup.py build
cd ..
done
-#pdq
-# cd pdq
-# python3 setup.py build
-# cd ..
for i in try*; do
cd $i
python3 setup.py build
@@ -117,10 +110,6 @@ for i in h*; do
python3 setup.py install --prefix=%_prefix --root=%buildroot
cd ..
done
-#pdq
-# cd pdq
-# python3 setup.py install --prefix=%_prefix --root=%buildroot
-# cd ..
for i in try*; do
cd $i
python3 setup.py install --prefix=%_prefix --root=%buildroot