From 3791bc91c808436eeea9a3b1f0df5ace531e5f2f51212a8503d16e4f1907a728 Mon Sep 17 00:00:00 2001 From: Yuchen Lin Date: Wed, 20 Jun 2018 13:22:28 +0000 Subject: [PATCH] Accepting request 615207 from Application:ERP:GNUHealth:Factory boo#1096706 OBS-URL: https://build.opensuse.org/request/show/615207 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuhealth?expand=0&rev=25 --- _service | 5 ++--- gnuhealth-3.2.10.tar.gz | 3 +++ gnuhealth-3.2.9.tar.gz | 3 --- gnuhealth.changes | 6 ++++++ gnuhealth.spec | 19 ++++--------------- 5 files changed, 15 insertions(+), 21 deletions(-) create mode 100644 gnuhealth-3.2.10.tar.gz delete mode 100644 gnuhealth-3.2.9.tar.gz 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