Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2020-03-25 23:45:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and      /work/SRC/openSUSE:Factory/.qbittorrent.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qbittorrent"

Wed Mar 25 23:45:12 2020 rev:79 rq:787942 version:4.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2020-03-11 
18:54:46.631659612 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.3160/qbittorrent.changes        
2020-03-25 23:46:36.740058681 +0100
@@ -1,0 +2,82 @@
+Tue Mar 24 19:09:35 UTC 2020 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 4.2.2
+  * FEATURE: Allow transfer list text color changes through QSS
+    (Prince Gupta)
+  * FEATURE: Option to show console when external program is run
+    (sledgehammer999)
+  * FEATURE: Rename Country column to "Country / Region" (Thomas
+    Piccirello)
+  * FEATURE: Change the defaults of some settings
+    (FranciscoPombal)
+  * FEATURE: Refactored Transfer List code to allow theming. As
+    a sideffect the row height has more padding. (glassez)
+  * FEATURE: Allow double-click in preview dialog (thalieht)
+  * FEATURE: Expose stop_tracker_timeout in advanced settings
+    (an0n666)
+  * FEATURE: Add piece_extent_affinity to AdvancedSettings
+    (FranciscoPombal)
+  * FEATURE: Reorganize UI theme selection (Prince Gupta)
+  * FEATURE: Show any multiple connections from the same IP in
+    peer list (thalieht)
+  * FEATURE: Add stalled filters to GUI and Web API/UI
+    (FranciscoPombal)
+  * FEATURE: Use IP geolocation database by DB-IP instead of
+    MaxMind (sledgehammer999)
+  * FEATURE: Allow to save downloaded metadata as torrent file
+    (glassez)
+  * FEATURE: Allow single app instance per configuration
+    (glassez)
+  * PERFORMANCE: Move multiple torrents one by one (glassez)
+  * BUGFIX: Disable Torrent Queue by default for new users
+    (an0n666)
+  * BUGFIX: Update free disk space label on Category change in
+    Auto Mode (Medvedishce)
+  * BUGFIX: Save resume data after recheck (glassez)
+  * BUGFIX: Tracker is errored only if all local endpoints fail
+    (sledgehammer999)
+  * BUGFIX: Change placement of stop tracker timeout setting
+    (An0n)
+  * BUGFIX: Redesign torrent startup handling (glassez)
+  * BUGFIX: Show "∞" instead of " -1" in Preferences
+    (Sakib-Abrar)
+  * BUGFIX: Improve code efficiency for reverse resolution of
+    peers (Chocobo1)
+  * BUGFIX: Handle HTTP redirection to magnet URI (glassez)
+  * BUGFIX: Various fixes for portable mode (Tester798)
+  * BUGFIX: Include resume folder path in exception message
+    (Chocobo1)
+  * BUGFIX: Change placeholder text in torrent list's filter
+    (djt3)
+  * BUGFIX: Improvements in the embedded tracker to be more spec
+    compliant (FranciscoPombal)
+  * BUGFIX: Improve the options tooltips (NotTsunami)
+  * BUGFIX: Check if file exists in seed mode (an0n666)
+  * BUGFIX: Delegate GUI scaling work to Qt (Nick Korotysh)
+  * BUGFIX: Fix crash when renaming torrent contents (Chocobo1)
+  * BUGFIX: Fix total connected peers count calculation
+    (FranciscoPombal)
+  * BUGFIX: Allow other keypresses in LogListWidget (NotTsunami)
+  * BUGFIX: Disable Auto TMM when not using default savepath
+    from monitored folder (thalieht)
+  * WEBUI: Fix first row renaming in files tab (Denis)
+  * WEBUI: Use SVG image for WebUI favicon (Nick Korotysh)
+  * WEBUI: Inherit text color for filter list elements (Nick
+    Korotysh)
+  * WEBUI: Expose WebUI ban counter to users (Chocobo1)
+  * WEBUI: Expose WebUI ban duration to users (Chocobo1)
+  * WEBUI: Implement "Secure" flag for session cookie
+    (FranciscoPombal)
+  * WEBUI: Remove unused/deprecated option (FranciscoPombal)
+  * WEBUI: Prevent excessive sync requests (FranciscoPombal)
+  * WEBUI: Fix populating statistics window (FranciscoPombal)
+  * WEBUI: Fix matching uncategorized torrents (FranciscoPombal)
+  * WEBUI: Always allow whitespace in category names
+    (FranciscoPombal)
+  * SEARCH: Bump python version for new installation (Chocobo1)
+  * SEARCH: Fix missing string (Chocobo1)
+  * SEARCH: Drop python2 support (Chocobo1)
+
+- Dropped qbittorrent-ppc64_flags.patch
+
+-------------------------------------------------------------------

Old:
----
  qbittorrent-4.2.1.tar.xz
  qbittorrent-4.2.1.tar.xz.asc
  qbittorrent-ppc64_flags.patch

New:
----
  qbittorrent-4.2.2.tar.xz
  qbittorrent-4.2.2.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qbittorrent.spec ++++++
--- /var/tmp/diff_new_pack.7pzaZ7/_old  2020-03-25 23:46:37.684058989 +0100
+++ /var/tmp/diff_new_pack.7pzaZ7/_new  2020-03-25 23:46:37.684058989 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           qbittorrent
-Version:        4.2.1
+Version:        4.2.2
 Release:        0
 Summary:        A BitTorrent client in Qt
 License:        GPL-2.0-or-later
@@ -26,8 +26,6 @@
 Source:         https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz
 Source1:        https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz.asc
 Source2:        %{name}.keyring
-# PATCH-FIX-UPSTREAM qbittorrent-ppc64_flags.patch aloi...@gmx.com -- ppc64 
doesn't like the "-march=native" flag
-Patch0:         qbittorrent-ppc64_flags.patch
 BuildRequires:  cmake >= 3.9
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme

++++++ qbittorrent-4.2.1.tar.xz -> qbittorrent-4.2.2.tar.xz ++++++
++++ 386970 lines of diff (skipped)



Reply via email to