diff --git a/mygnuhealth-1.9a5.tar.gz b/mygnuhealth-1.9a5.tar.gz deleted file mode 100644 index b3adbdc..0000000 --- a/mygnuhealth-1.9a5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68978b69d15e40a3e6a5cfcb68fff3a8720016f6b445d0b885aba442f38e0d73 -size 13839341 diff --git a/mygnuhealth-2.0.0.tar.gz b/mygnuhealth-2.0.0.tar.gz new file mode 100644 index 0000000..a48cec6 --- /dev/null +++ b/mygnuhealth-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7351756241e464720fec0069b4423e770ef494df02cac98e3f2c48aad5892d36 +size 13701249 diff --git a/mygnuhealth-2.0.0.tar.gz.sig b/mygnuhealth-2.0.0.tar.gz.sig new file mode 100644 index 0000000..ba51e6a Binary files /dev/null and b/mygnuhealth-2.0.0.tar.gz.sig differ diff --git a/mygnuhealth.changes b/mygnuhealth.changes index 9e71ad3..dd83002 100644 --- a/mygnuhealth.changes +++ b/mygnuhealth.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Thu Sep 21 15:24:00 UTC 2023 - Axel Braun +Wed Sep 27 15:26:22 UTC 2023 - Axel Braun -- MyGNUHealth 1.9a5 +- Version 2.0.0 * complete rewrite based on Kivy (instead Kirigami) * For Details see CHANGELOG diff --git a/mygnuhealth.spec b/mygnuhealth.spec index b6ef547..e08ada9 100644 --- a/mygnuhealth.spec +++ b/mygnuhealth.spec @@ -2,7 +2,7 @@ # spec file for package mygnuhealth # # Copyright (c) 2021 SUSE LLC -# Copyright (c) 2020-2021 Dr. Axel Braun +# Copyright (c) 2020-2023 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,22 +18,21 @@ %define modname MyGNUHealth -%define majorver 1 +%define majorver 2 #boo#1181905 %global __requires_exclude qmlimport\\((BloodPressure|FedLogin|GHBio|GHBol|GHPsycho|Glucose|LocalAccountManager|MoodEnergy|NetworkSettings|Osat|ProfileSettings|Weight|PoL|GHLifestyle|GHPhysicalActivity|GHNutrition|GHSleep|GHAbout) Name: mygnuhealth -Version: %{majorver}.9a5 +Version: %{majorver}.0.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: https://ftp.gnu.org/gnu/health/mygnuhealth/%{name}-%{version}.tar.gz -Source: %{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 +Source: 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 ## Patch0: shebang.diff ## Patch1: doc_path.diff BuildRequires: fdupes @@ -50,6 +49,7 @@ BuildRequires: update-desktop-files Requires: python3-Kivy Requires: python3-bcrypt ## Requires: python3-matplotlib +Requires: python3-pygal Requires: python3-requests Requires: python3-tinydb @@ -67,7 +67,7 @@ This package includes the documentation for MyGNUHealth Personal Health Information Management System for Desktop and Mobile Devices %prep -%setup -q +%setup -q -n %{name} ## %autopatch -p1 %build