diff --git a/mygnuhealth-2.0.3.tar.gz b/mygnuhealth-2.0.3.tar.gz deleted file mode 100644 index 74d839a..0000000 --- a/mygnuhealth-2.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b84b70d8720033a3c68e4d3a15ab9991ab7fd9bce776a64205ca191b837fe50 -size 2380995 diff --git a/mygnuhealth-2.2b1.tar.gz b/mygnuhealth-2.2b1.tar.gz new file mode 100644 index 0000000..59f93a6 --- /dev/null +++ b/mygnuhealth-2.2b1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a83f945eabd9017690b465f1511912a3a47829db98d0646300c45cc4296627 +size 1084760 diff --git a/mygnuhealth.changes b/mygnuhealth.changes index b502cb8..1bd81a2 100644 --- a/mygnuhealth.changes +++ b/mygnuhealth.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 14 09:50:43 UTC 2024 - Axel Braun + +- version 2.2b1 + * beta version for testing only! + ------------------------------------------------------------------- Sun Apr 7 11:12:02 UTC 2024 - Axel Braun diff --git a/mygnuhealth.spec b/mygnuhealth.spec index a6cc1e2..ace03d4 100644 --- a/mygnuhealth.spec +++ b/mygnuhealth.spec @@ -34,16 +34,17 @@ %endif Name: mygnuhealth -Version: %{majorver}.0.3 +Version: %{majorver}.2b1 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://files.pythonhosted.org/packages/source/m/%{name}/%{name}-%{version}.tar.gz +Source: mygnuhealth-2.2b1.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 +## Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=health&download=1#/%{name}.keyring Patch0: remove-obsolete-deps.patch # SECTION build BuildRequires: fdupes @@ -56,11 +57,13 @@ BuildRequires: python-rpm-macros # SECTION test requirements # there are no tests, but at least check that all the runtime requirements are available on build time BuildRequires: %{python_module bcrypt} +BuildRequires: %{python_module dateutil} BuildRequires: %{python_module Kivy} BuildRequires: %{python_module pygal} BuildRequires: %{python_module tinydb} BuildRequires: %{python_module requests} BuildRequires: %{python_module CairoSVG} +Requires: %{mypython}-dateutil Requires: %{mypython}-bcrypt Requires: %{mypython}-Kivy Requires: %{mypython}-pygal