Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package chirp for openSUSE:Factory checked in at 2025-11-04 18:43:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chirp (Old) and /work/SRC/openSUSE:Factory/.chirp.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chirp" Tue Nov 4 18:43:25 2025 rev:44 rq:1315470 version:20251031 Changes: -------- --- /work/SRC/openSUSE:Factory/chirp/chirp.changes 2025-11-01 23:35:27.028564908 +0100 +++ /work/SRC/openSUSE:Factory/.chirp.new.1980/chirp.changes 2025-11-04 18:44:50.075681873 +0100 @@ -1,0 +2,10 @@ +Tue Nov 4 11:03:55 UTC 2025 - Dominik Heidler <[email protected]> + +- ensure backwards compatibility for 15.6 + +------------------------------------------------------------------- +Tue Nov 4 11:03:55 UTC 2025 - Steve Kowalik <[email protected]> + +- Use pyproject macros to build and install. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chirp.spec ++++++ --- /var/tmp/diff_new_pack.VDRBun/_old 2025-11-04 18:44:50.923717541 +0100 +++ /var/tmp/diff_new_pack.VDRBun/_new 2025-11-04 18:44:50.927717710 +0100 @@ -1,6 +1,7 @@ # # spec file for package chirp # +# Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2023 Wojciech Kazubski <[email protected]> # Copyright (c) 2025 Andreas Stieger <[email protected]> # @@ -28,9 +29,11 @@ Source: %{name}-%{version}.tar.gz Patch0: chirp-no-phone-home.patch Patch1: quilt-disable-clickwrap-license.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module pyserial} BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: %{python_module wxPython} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -64,10 +67,18 @@ pushd chirp/locale %make_build popd +%if 0%{?suse_version} < 1600 %python_build +%else +%pyproject_wheel +%endif %install +%if 0%{?suse_version} < 1600 %python_install +%else +%pyproject_install +%endif rm -rf %{buildroot}%{_datadir}/doc/%{name} %find_lang CHIRP %fdupes %{buildroot}%{_prefix} @@ -79,8 +90,12 @@ %license COPYING %{_bindir}/* %{_datadir}/applications/%{name}.desktop -%{python_sitelib}/*.egg-info %{python_sitelib}/%{name} +%if 0%{?suse_version} < 1600 +%{python_sitelib}/*.egg-info +%else +%{python_sitelib}/%{name}-0.dist-info +%endif %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_datadir}/pixmaps/%{name}.png
