- version 2.2.0
* Support for Kivy 2.3.0 * Localization. MyGNUHealth now has support for different languages. English, Spanish and Chinese are available to use, and French, German, Italian are ready to be translated. There will be a translation component for MyGNUHealth at Codeberg's Weblate instance. * Bluetooth functionality: Starting with MyGH series 2.2 we provide bluetooth integration for open compatible devices and health trackers. We include the link with the Pinetime Smartwatch (experimental) and the possibility to link to any open hardware device (glucometer, scales, blood pressure monitors, .. ). We need to get a list of available medical devices that respect our privacy and freedom, so let us know of any! * Charts now allow to select date ranges with calendar widgets The Book of Life have a revised format for the pages. The charts have been improved in the format and include x axis labels. OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/mygnuhealth?expand=0&rev=40
This commit is contained in:
parent
a6b43b6024
commit
4117525db2
3
mygnuhealth-2.2.0.tar.gz
Normal file
3
mygnuhealth-2.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d72d6dc8cc4b526e132a28540f6f30665f5622f09d5a819d1de4526e3b7bc61f
|
||||
size 2451568
|
BIN
mygnuhealth-2.2.0.tar.gz.sig
Normal file
BIN
mygnuhealth-2.2.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8a83f945eabd9017690b465f1511912a3a47829db98d0646300c45cc4296627
|
||||
size 1084760
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 13:53:50 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- version 2.2.0
|
||||
* Support for Kivy 2.3.0
|
||||
* Localization. MyGNUHealth now has support for different languages.
|
||||
English, Spanish and Chinese are available to use, and French,
|
||||
German, Italian are ready to be translated. There will be a
|
||||
translation component for MyGNUHealth at Codeberg's Weblate
|
||||
instance.
|
||||
* Bluetooth functionality: Starting with MyGH series 2.2 we provide
|
||||
bluetooth integration for open compatible devices and health
|
||||
trackers. We include the link with the Pinetime Smartwatch
|
||||
(experimental) and the possibility to link to any open hardware
|
||||
device (glucometer, scales, blood pressure monitors, .. ). We need
|
||||
to get a list of available medical devices that respect our privacy
|
||||
and freedom, so let us know of any!
|
||||
* Charts now allow to select date ranges with calendar widgets The
|
||||
Book of Life have a revised format for the pages. The charts have
|
||||
been improved in the format and include x axis labels.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 14 09:50:43 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# spec file for package mygnuhealth
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2020-2023 Dr. Axel Braun
|
||||
# Copyright (c) 2020-2024 Dr. Axel Braun
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -34,17 +34,16 @@
|
||||
%endif
|
||||
|
||||
Name: mygnuhealth
|
||||
Version: %{majorver}.2b1
|
||||
Version: %{majorver}.2.0
|
||||
Release: 0
|
||||
Summary: The personal health record for the GNU Health system
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Office/Management
|
||||
URL: http://health.gnu.org/
|
||||
Source: mygnuhealth-2.2b1.tar.gz
|
||||
### Source: https://files.pythonhosted.org/packages/source/m/%{name}/%{name}-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/m/%{name}/%{name}-%{version}.tar.gz
|
||||
## https://ftp.gnu.org/gnu/health/mygnuhealth/%{name}-%{version}.tar.gz
|
||||
## Source1: https://ftp.gnu.org/gnu/health/mygnuhealth/%{name}-%{version}.tar.gz.sig
|
||||
## Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=health&download=1#/%{name}.keyring
|
||||
Source1: https://ftp.gnu.org/gnu/health/mygnuhealth/%{name}-%{version}.tar.gz.sig
|
||||
Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=health&download=1#/%{name}.keyring
|
||||
Patch0: remove-obsolete-deps.patch
|
||||
# SECTION build
|
||||
BuildRequires: fdupes
|
||||
|
Loading…
Reference in New Issue
Block a user