Hello community, here is the log from the commit of package hamlib for openSUSE:Factory checked in at 2020-05-01 11:13:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hamlib (Old) and /work/SRC/openSUSE:Factory/.hamlib.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hamlib" Fri May 1 11:13:57 2020 rev:5 rq:799201 version:3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/hamlib/hamlib.changes 2020-04-27 23:34:23.663056675 +0200 +++ /work/SRC/openSUSE:Factory/.hamlib.new.2738/hamlib.changes 2020-05-01 11:14:00.571933088 +0200 @@ -1,0 +2,5 @@ +Wed Apr 29 23:14:25 UTC 2020 - Wojciech Kazubski <[email protected]> + +- Tumbleweed: Python backend built for python-3.8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hamlib.spec ++++++ --- /var/tmp/diff_new_pack.9E3XOR/_old 2020-05-01 11:14:01.615935358 +0200 +++ /var/tmp/diff_new_pack.9E3XOR/_new 2020-05-01 11:14:01.615935358 +0200 @@ -40,12 +40,14 @@ BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(lua) BuildRequires: pkgconfig(tcl) -%if 0%{?suse_version} <= 1500 BuildRequires: fdupes +%if 0%{?suse_version} <= 1500 BuildRequires: pkgconfig(python2) +%else +BuildRequires: pkgconfig(python3) +%endif Requires(post): %{install_info_prereq} Requires(preun): %{install_info_prereq} -%endif %description The Ham Radio Control Libraries (Hamlib) provide a programming @@ -96,6 +98,14 @@ %description -n python-Hamlib Hamlib provide a programming interface for controlling radios and other shack hardware. +%else +%package -n python3-Hamlib +Summary: Python 3 bindings for Hamlib +Group: Development/Libraries/Python + +%description -n python3-Hamlib +Hamlib provide a programming interface for controlling radios and +other shack hardware. %endif %package -n tcl-Hamlib @@ -125,9 +135,11 @@ --with-perl-binding \ --with-tcl-binding \ --with-lua-binding \ - %if 0%{?suse_version} <= 1500 +%if 0%{?suse_version} <= 1500 --with-python-binding \ - %endif +%else + --with-python-binding PYTHON_VERSION='3.8' \ +%endif --with-xml-support %make_build @@ -204,6 +216,11 @@ %files -n python-Hamlib %{python_sitearch}/Hamlib.* %{python_sitearch}/_Hamlib.* +%else +%files -n python3-Hamlib +%{python3_sitearch}/Hamlib.* +%{python3_sitearch}/_Hamlib.* +%{python3_sitearch}/__pycache__/Hamlib.cpython*.pyc %endif %files -n tcl-Hamlib
