Hello community, here is the log from the commit of package deluge for openSUSE:Factory checked in at 2020-09-29 19:00:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/deluge (Old) and /work/SRC/openSUSE:Factory/.deluge.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deluge" Tue Sep 29 19:00:48 2020 rev:13 rq:835437 version:2.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/deluge/deluge.changes 2020-03-03 10:18:46.306964618 +0100 +++ /work/SRC/openSUSE:Factory/.deluge.new.4249/deluge.changes 2020-09-29 19:01:09.045725919 +0200 @@ -1,0 +2,5 @@ +Fri Sep 18 12:50:21 UTC 2020 - Luigi Baldoni <[email protected]> + +- Use legacy libtorrent-rasterbar on Tumbleweed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ deluge.spec ++++++ --- /var/tmp/diff_new_pack.ACjSez/_old 2020-09-29 19:01:09.685726696 +0200 +++ /var/tmp/diff_new_pack.ACjSez/_new 2020-09-29 19:01:09.689726702 +0200 @@ -36,7 +36,11 @@ BuildRequires: python-rpm-macros BuildRequires: python3-Twisted >= 17.1 BuildRequires: python3-devel +%if 0%{?suse_version} > 1500 +BuildRequires: python3-libtorrent-rasterbar-1 >= 1.1.1 +%else BuildRequires: python3-libtorrent-rasterbar >= 1.1.1 +%endif BuildRequires: python3-setuptools BuildRequires: python3-wheel BuildRequires: update-desktop-files @@ -46,7 +50,11 @@ Requires: python3-gobject Requires: python3-gobject-Gdk Requires: python3-gobject-cairo +%if 0%{?suse_version} > 1500 +Requires: python3-libtorrent-rasterbar-1 >= 1.1.1 +%else Requires: python3-libtorrent-rasterbar >= 1.1.1 +%endif Requires: python3-pyOpenSSL Requires: python3-rencode Requires: python3-setproctitle @@ -84,6 +92,7 @@ %prep %autosetup -p1 +sed -i '/^#!/d' deluge/path_chooser_common.py deluge/ui/gtk3/path_combo_chooser.py %build %py3_build @@ -106,6 +115,7 @@ fi done popd +%fdupes %{buildroot%}%{_datadir}/icons %files %license LICENSE
