diff --git a/brickv.changes b/brickv.changes index 15df249..5b53a61 100644 --- a/brickv.changes +++ b/brickv.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 20 21:22:02 UTC 2021 - Frank Kunz + +- Adapt build recipe to python 3 parallel installation support +- Update to new upstream version 2.4.17: + - Add support for Performance DC Bricklet and Servo Bricklet 2.0 + ------------------------------------------------------------------- Thu Dec 10 20:23:38 UTC 2020 - Frank Kunz diff --git a/brickv.spec b/brickv.spec index 1809699..e5d3a30 100644 --- a/brickv.spec +++ b/brickv.spec @@ -1,7 +1,7 @@ # # spec file for package brickv # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2019 Frank Kunz # # All modifications and additions to the file contributed by third parties @@ -17,25 +17,26 @@ # +%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: brickv -Version: 2.4.16 +Version: 2.4.17 Release: 0 Summary: Tinkerforge Brick Viewer License: GPL-2.0-only Group: Development/Tools/Debuggers URL: http://www.tinkerforge.com Source0: https://github.com/Tinkerforge/brickv/archive/v%{version}.tar.gz +BuildRequires: %{python_module qt5} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: iso-codes BuildRequires: mobile-broadband-provider-info -BuildRequires: python3-qt5 -BuildRequires: python3-rpm-macros -BuildRequires: python3-setuptools +BuildRequires: python-rpm-macros BuildRequires: update-desktop-files -Requires: python3-pytz -Requires: python3-qt5 -Requires: python3-serial -Requires: python3-tzlocal +Requires: python-pytz +Requires: python-qt5 +Requires: python-serial +Requires: python-tzlocal BuildArch: noarch %description diff --git a/v2.4.16.tar.gz b/v2.4.16.tar.gz deleted file mode 100644 index ee527ad..0000000 --- a/v2.4.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2c7f6e41cb7b05b35e61c15d2f0768e62aeee59288d8dd36d698f0a385a96c8 -size 11332676 diff --git a/v2.4.17.tar.gz b/v2.4.17.tar.gz new file mode 100644 index 0000000..7fbee57 --- /dev/null +++ b/v2.4.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1998cac4583ca859c4cdd839fa3b54cf1fdca2c0fe26da33da1ddece5816b4 +size 11366957