diff --git a/deluge-2.0.3-gtk-status.patch b/deluge-2.0.3-gtk-status.patch new file mode 100644 index 0000000..312886c --- /dev/null +++ b/deluge-2.0.3-gtk-status.patch @@ -0,0 +1,84 @@ +From eeeb7fb69b73cca40a27662997f2d21cec6ed33f Mon Sep 17 00:00:00 2001 +From: Calum Lind +Date: Tue, 25 Jun 2019 13:04:54 +0100 +Subject: [GTK] Fix Status tab download speed and uploaded + +Previous work on the status tab caused these labels to not be in the +correct position so this commit swaps them back.. +--- + deluge/ui/gtk3/glade/main_window.tabs.ui | 24 +++++++++--------------- + 1 file changed, 9 insertions(+), 15 deletions(-) + +diff --git a/deluge/ui/gtk3/glade/main_window.tabs.ui b/deluge/ui/gtk3/glade/main_window.tabs.ui +index 30bd395..159ea16 100644 +--- a/deluge/ui/gtk3/glade/main_window.tabs.ui ++++ b/deluge/ui/gtk3/glade/main_window.tabs.ui +@@ -105,7 +105,7 @@ + 5 + 10 + +- ++ + True + False + 20 +@@ -305,7 +305,7 @@ + + + +- ++ + True + False + 15 +@@ -850,12 +850,6 @@ + + + +- +- +- +- +- +- + + + +@@ -1065,9 +1059,6 @@ + + + +- +- +- + + Super Seeding + False +@@ -1078,10 +1069,10 @@ + + + +- False +- True +- 4 +- ++ False ++ True ++ 4 ++ + + + +@@ -1113,6 +1104,9 @@ + 6 + + ++ ++ ++ + + + +-- +cgit v1.1 + diff --git a/deluge.spec b/deluge.spec index 219abff..1c86ffc 100644 --- a/deluge.spec +++ b/deluge.spec @@ -1,6 +1,6 @@ Name: deluge Version: 2.0.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A GTK+ BitTorrent client with support for DHT, UPnP, and PEX License: GPLv3 with exceptions URL: http://deluge-torrent.org/ @@ -9,6 +9,9 @@ Source1: https://ftp.osuosl.org/pub/deluge/source/2.0/%{name}-%{version}. Source2: deluge-daemon.service Source3: deluge-web.service +# https://git.deluge-torrent.org/deluge/patch/?id=eeeb7fb69b73cca40a27662997f2d21cec6ed33f +Patch0: deluge-2.0.3-gtk-status.patch + BuildArch: noarch BuildRequires: desktop-file-utils BuildRequires: python3-devel @@ -110,7 +113,7 @@ BuildRequires: systemd Files for the Deluge daemon %prep -%setup -q +%autosetup -p1 %build CFLAGS="%{optflags}" %{__python3} setup.py build @@ -242,6 +245,9 @@ exit 0 %systemd_postun_with_restart deluge-web.service %changelog +* Tue Apr 21 2020 Michael Cronenworth - 2.0.3-7 +- Fix torrent status GTK UI placement (RHBZ#1826485) + * Tue Jan 28 2020 Fedora Release Engineering - 2.0.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild