diff --git a/orangebox.obscpio b/orangebox.obscpio index 3472696..9dd2d0d 100644 --- a/orangebox.obscpio +++ b/orangebox.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:375c493e9dac93a8f166c72937ad3fe347114425b8736bce1ce7219b884ce9b2 -size 203724 +oid sha256:b489e5e484e6b91f8bee6ea1bd3b3ebf97d3bf12b8dce0089092abaea2500228 +size 121388 diff --git a/python-orangebox.changes b/python-orangebox.changes index c1e084e..299b4a8 100644 --- a/python-orangebox.changes +++ b/python-orangebox.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 2 15:24:57 UTC 2026 - Adrian Schröter + +- update to version 0.4.0 + * gpx export tool added + * bugfixes + ------------------------------------------------------------------- Fri Jun 3 14:39:47 UTC 2022 - Matej Cepl diff --git a/python-orangebox.spec b/python-orangebox.spec index f444fd0..746160f 100644 --- a/python-orangebox.spec +++ b/python-orangebox.spec @@ -20,13 +20,13 @@ %define skip_python2 1 %define skip_python36 1 Name: python-orangebox -Version: 0.2.0 +Version: 0.4.0 Release: 0 Summary: Betaflight blackbox flight recorder parser License: GPL-3.0-or-later Group: Development/Languages/Python URL: https://github.com/atomgomba/orangebox -#!RemoteAssetUrl: git+https://github.com/atomgomba/orangebox#v0.2.0 +#!RemoteAssetUrl: git+https://github.com/atomgomba/orangebox#v0.4.0 BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -53,19 +53,23 @@ export CFLAGS="%{optflags}" %install %pyproject_install %python_clone -a %{buildroot}%{_bindir}/bb2csv +%python_clone -a %{buildroot}%{_bindir}/bb2gpx %python_clone -a %{buildroot}%{_bindir}/bbsplit %python_expand %fdupes %{buildroot}%{$python_sitelib} %post %python_install_alternative bb2csv +%python_install_alternative bb2gpx %python_install_alternative bbsplit %postun %python_uninstall_alternative bb2csv +%python_uninstall_alternative bb2gpx %python_uninstall_alternative bbsplit %files %{python_files} %python_alternative %{_bindir}/bb2csv +%python_alternative %{_bindir}/bb2gpx %python_alternative %{_bindir}/bbsplit %{python_sitelib}/orangebox %{python_sitelib}/orangebox-%{version}*-info