commit qbittorrent for openSUSE:Factory

2020-11-08 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2020-11-08 20:59:22

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new.11331 (New)


Package is "qbittorrent"

Sun Nov  8 20:59:22 2020 rev:85 rq:846865 version:4.3.0.1

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2020-10-20 
16:22:39.450357760 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.11331/qbittorrent.changes   
2020-11-08 20:59:30.184266412 +0100
@@ -1,0 +2,6 @@
+Sat Nov  7 19:15:00 UTC 2020 - Andreas Stieger 
+
+- qbittorrent 4.3.0.1:
+  * fixes for other platforms
+
+---

Old:

  qbittorrent-4.3.0.tar.xz
  qbittorrent-4.3.0.tar.xz.asc

New:

  qbittorrent-4.3.0.1.tar.xz
  qbittorrent-4.3.0.1.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.vWWti6/_old  2020-11-08 20:59:30.928264969 +0100
+++ /var/tmp/diff_new_pack.vWWti6/_new  2020-11-08 20:59:30.932264960 +0100
@@ -18,14 +18,14 @@
 
 
 Name:   qbittorrent
-Version:4.3.0
+Version:4.3.0.1
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0-or-later
 URL:https://qbittorrent.org
 Source: https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz
 Source1:https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz.asc
-Source2:%{name}.keyring
+Source2:
https://raw.githubusercontent.com/qbittorrent/qBittorrent/release-%{version}/5B7CC9A2.asc#/%{name}.keyring
 # PATCH-FIX-UPSTREAM qbittorrent-libtorrent_pthread.patch
 Patch1: qbittorrent-libtorrent_pthread.patch
 BuildRequires:  cmake >= 3.9
@@ -42,15 +42,15 @@
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  cmake(Qt5Xml)
+BuildRequires:  pkgconfig(systemd)
+BuildRequires:  pkgconfig(zlib)
+# For search engines.
+Recommends: python3
 %if 0%{?suse_version} > 1500
 BuildRequires:  pkgconfig(libtorrent-rasterbar-1) >= 1.1.13
 %else
 BuildRequires:  pkgconfig(libtorrent-rasterbar) >= 1.1.13
 %endif
-BuildRequires:  pkgconfig(systemd)
-BuildRequires:  pkgconfig(zlib)
-# For search engines.
-Recommends: python3
 
 %description
 qBittorrent is a bittorrent client programmed in C++ and Qt that

++ qbittorrent-4.3.0.tar.xz -> qbittorrent-4.3.0.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qbittorrent-4.3.0/CMakeLists.txt 
new/qbittorrent-4.3.0.1/CMakeLists.txt
--- old/qbittorrent-4.3.0/CMakeLists.txt2020-10-18 21:46:52.0 
+0200
+++ new/qbittorrent-4.3.0.1/CMakeLists.txt  2020-10-22 08:35:47.0 
+0200
@@ -3,7 +3,7 @@
 list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules)
 
 project(qBittorrent
-VERSION 4.3.0.0
+VERSION 4.3.0.1
 DESCRIPTION "The qBittorrent BitTorrent client"
 HOMEPAGE_URL "https://www.qbittorrent.org/;
 LANGUAGES CXX
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qbittorrent-4.3.0/Changelog 
new/qbittorrent-4.3.0.1/Changelog
--- old/qbittorrent-4.3.0/Changelog 2020-10-18 21:46:52.0 +0200
+++ new/qbittorrent-4.3.0.1/Changelog   2020-10-22 08:35:47.0 +0200
@@ -1,8 +1,11 @@
+Thu Oct 22 2020 - sledgehammer999  - v4.3.0.1
+- WINDOWS: NSIS: Update Dutch translation (bovirus)
+
 Sun Oct 18 2020 - sledgehammer999  - v4.3.0
 - FEATURE: Many UI elements colors are themeable now (jagannatharjun)
 - FEATURE: Allow changing GUI icons from theme bundles (jagannatharjun)
 - FEATURE: Notify user when torrent moving finished (glassez)
-- FEATURE: Shortcut CTRL + I opens Statistics window (LoopsGod
+- FEATURE: Shortcut CTRL + I opens Statistics window (LoopsGod)
 - FEATURE: Add RSS functionality in Web UI (Sepro)
 - FEATURE: Drop ".unwanted folder" feature (glassez)
 - FEATURE: Expose libtorrent peer_turnover, max_concurrent_http_announces, 
no_connect_privileged_ports settings (Sophist, an0n666, NotTsunami)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qbittorrent-4.3.0/configure 
new/qbittorrent-4.3.0.1/configure
--- old/qbittorrent-4.3.0/configure 2020-10-18 21:46:52.0 +0200
+++ new/qbittorrent-4.3.0.1/configure   2020-10-22 08:35:47.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for qbittorrent v4.3.0.
+# Generated by GNU Autoconf 2.69 for qbittorrent v4.3.0.1.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # 

commit qbittorrent for openSUSE:Factory

2020-10-20 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2020-10-20 16:14:55

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new.3486 (New)


Package is "qbittorrent"

Tue Oct 20 16:14:55 2020 rev:84 rq:842597 version:4.3.0

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2020-09-25 
16:32:48.675958390 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.3486/qbittorrent.changes
2020-10-20 16:22:39.450357760 +0200
@@ -1,0 +2,70 @@
+Mon Oct 19 11:10:36 UTC 2020 - Luigi Baldoni 
+
+- Update to version 4.3.0
+  New features:
+  * Many UI elements colors are themeable now
+  * Allow changing GUI icons from theme bundles
+  * Notify user when torrent moving finished
+  * Shortcut CTRL + I opens Statistics window
+  * Add RSS functionality in Web UI
+  * Drop ".unwanted folder" feature
+  * Expose libtorrent peer_turnover,
+max_concurrent_http_announces, no_connect_privileged_ports
+settings
+  Bugfixes:
+  * Fix typo in Options dialog
+  * Remove "requires restart" from network interface settings
+  * Rename "Create subfolder" to "Keep top-level folder"
+  * Show tooltip for some properties in transfer list
+  * Fix calculation of torrent current state
+  * Improve detecting completed files when adding, rechecking or
+moving a torrent
+  * Fixed broken announce logic in embedded tracker causing
+failures in some cases
+  * Disable checkbox if torrent doesn't have root folder
+  * Update country flag icons with upstream
+  * If tracker entry is edited clear old peer list. Also don't
+allow user to manually add peers.
+  * Fix large strings not visible in log widget
+  * Disable edit action in Peer list widget
+  * Add a scroll area to torrent creator dialog
+  * Open double-clicked folder regardless on which column the
+click happens
+  * "Open containing folder" on a folder now opens it in its
+parent folder
+  * Fix GeoDB download in systems with non-C locales
+  * Fix peer blocked message
+  * Make more robust the banning of selected peers from the list
+  * Use toned green color for downloading pieces in Pieces bar
+  * Correctly fill whole width of speed graph
+  * Fix impossible speed in speed graph
+  WebUI:
+  * Hide additional search filters on small screens
+  * Shrink search bar on small screens
+  * Fix search categories only working in English
+  * Add Trackers section to sidebar
+  * Fix Enter button behavior in textarea
+  * Fix wrong file renaming selection range
+  * Preselect "Default save path" in watched folders
+  * Fix banning peers
+  * Fix seeding time checkbox placement
+  * Bump Web API version
+  RSS:
+  * Fix renaming RSS autodownload rule
+  * Fix RSS article is not marked as "read" when torrent is
+downloaded
+  Search:
+  * Update minimum Python version to 3.5.0
+  * Make middle-click close search tabs
+  Other:
+  * Fix typo in systemd service file
+  * Don't use HTML in tray tooltip
+  * Don't create 'data' subdirectory in XDG_DATA_HOME
+  * Add HTTPS tracker certificate validation option
+  * Many CMake improvements
+  * Support for libtorrent 1.1.x is dropped
+  * Many code cleanups and improvements
+- Drop qbittorrent-libtorrent-legacy.patch (no longer necessary)
+- Add qbittorrent-libtorrent_pthread.patch
+
+---

Old:

  qbittorrent-4.2.5.tar.xz
  qbittorrent-4.2.5.tar.xz.asc
  qbittorrent-libtorrent-legacy.patch

New:

  qbittorrent-4.3.0.tar.xz
  qbittorrent-4.3.0.tar.xz.asc
  qbittorrent-libtorrent_pthread.patch



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.6BrkFw/_old  2020-10-20 16:22:40.126358080 +0200
+++ /var/tmp/diff_new_pack.6BrkFw/_new  2020-10-20 16:22:40.126358080 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:4.2.5
+Version:4.3.0
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0-or-later
@@ -26,8 +26,8 @@
 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-OPENSUSE qbittorrent-libtorrent-legacy.patch
-Patch0: qbittorrent-libtorrent-legacy.patch
+# PATCH-FIX-UPSTREAM qbittorrent-libtorrent_pthread.patch
+Patch1: qbittorrent-libtorrent_pthread.patch
 BuildRequires:  cmake >= 3.9
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -70,11 +70,13 @@
 
 %prep
 %setup -q
-%patch0 -p1
+%if 0%{?suse_version} <= 1500
+%patch1 -p1
+%endif
 
 %build
 for ui in nox gui; do
-[ "$ui" = nox ] && 

commit qbittorrent for openSUSE:Factory

2020-09-25 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2020-09-25 16:32:08

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new.4249 (New)


Package is "qbittorrent"

Fri Sep 25 16:32:08 2020 rev:83 rq:835422 version:4.2.5

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2020-04-25 
20:36:59.883095217 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.4249/qbittorrent.changes
2020-09-25 16:32:48.675958390 +0200
@@ -1,0 +2,6 @@
+Fri Sep 11 12:45:30 UTC 2020 - Luigi Baldoni 
+
+- Use legacy libtorrent-rasterbar on Tumbleweed
+- Add qbittorrent-libtorrent-legacy.patch
+
+---

New:

  qbittorrent-libtorrent-legacy.patch



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.BUFgyb/_old  2020-09-25 16:32:51.219960646 +0200
+++ /var/tmp/diff_new_pack.BUFgyb/_new  2020-09-25 16:32:51.223960649 +0200
@@ -26,6 +26,8 @@
 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-OPENSUSE qbittorrent-libtorrent-legacy.patch
+Patch0: qbittorrent-libtorrent-legacy.patch
 BuildRequires:  cmake >= 3.9
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -40,7 +42,11 @@
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  cmake(Qt5Xml)
+%if 0%{?suse_version} > 1500
+BuildRequires:  pkgconfig(libtorrent-rasterbar-1) >= 1.1.13
+%else
 BuildRequires:  pkgconfig(libtorrent-rasterbar) >= 1.1.13
+%endif
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(zlib)
 # For search engines.
@@ -63,7 +69,8 @@
 version.
 
 %prep
-%autosetup -p1
+%setup -q
+%patch0 -p1
 
 %build
 for ui in nox gui; do


++ qbittorrent-libtorrent-legacy.patch ++
From: Luigi Baldoni 
Date: 2020-09-11 14:43:25 +0200
Subject: Use legacy libtorrent-rasterbar

qBittorrent has not yet been ported to the libtorrent v2 API

---

Index: qbittorrent-4.2.5/cmake/Modules/FindLibtorrentRasterbar.cmake
===
--- qbittorrent-4.2.5.orig/cmake/Modules/FindLibtorrentRasterbar.cmake
+++ qbittorrent-4.2.5/cmake/Modules/FindLibtorrentRasterbar.cmake
@@ -20,7 +20,7 @@ macro(_detect_boost_components _outCompo
 endmacro()
 
 if(PKG_CONFIG_FOUND)
-pkg_check_modules(PC_LIBTORRENT_RASTERBAR QUIET libtorrent-rasterbar)
+pkg_check_modules(PC_LIBTORRENT_RASTERBAR QUIET libtorrent-rasterbar-1)
 endif()
 
 if(LibtorrentRasterbar_USE_STATIC_LIBS)




commit qbittorrent for openSUSE:Factory

2020-04-25 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2020-04-25 20:35:21

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new.2738 (New)


Package is "qbittorrent"

Sat Apr 25 20:35:21 2020 rev:82 rq:797576 version:4.2.5

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2020-04-23 
18:33:38.688455873 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.2738/qbittorrent.changes
2020-04-25 20:36:59.883095217 +0200
@@ -1,0 +2,10 @@
+Sat Apr 25 05:32:37 UTC 2020 - Luigi Baldoni 
+
+- Update tov ersion 4.2.5
+  * BUGFIX: Fix crash when torrent is deleted on limit reached
+(glassez)
+  * BUGFIX: Register datatype properly (Chocobo1)
+  * WEBUI: Add ability to send custom HTTP headers (Chocobo1)
+  * WEBUI: Expand RSS related API (Sepro)
+
+---

Old:

  qbittorrent-4.2.4.tar.xz
  qbittorrent-4.2.4.tar.xz.asc

New:

  qbittorrent-4.2.5.tar.xz
  qbittorrent-4.2.5.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.tZ8VWD/_old  2020-04-25 20:37:00.815097139 +0200
+++ /var/tmp/diff_new_pack.tZ8VWD/_new  2020-04-25 20:37:00.819097147 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:4.2.4
+Version:4.2.5
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0-or-later

++ qbittorrent-4.2.4.tar.xz -> qbittorrent-4.2.5.tar.xz ++
 45453 lines of diff (skipped)





commit qbittorrent for openSUSE:Factory

2020-04-23 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2020-04-23 18:33:26

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new.2738 (New)


Package is "qbittorrent"

Thu Apr 23 18:33:26 2020 rev:81 rq:796424 version:4.2.4

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2020-04-14 
15:15:15.592396735 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.2738/qbittorrent.changes
2020-04-23 18:33:38.688455873 +0200
@@ -1,0 +2,33 @@
+Thu Apr 23 06:26:39 UTC 2020 - Grozdan Nikolov 
+
+- Update to version 4.2.4
+  * BUGFIX: Fix sub-sorting of Transfer list (glassez)
+  * BUGFIX: Fix wrong logic that disables "prevent sleeping"
+timer (Chocobo1)
+  * BUGFIX: Set disk cache size for older libtorrent versions
+(NotTsunami)
+  * BUGFIX: Sort locale language list (Chocobo1)
+  * BUGFIX: Remove white outline around mascot.png (adem)
+  * BUGFIX: Various fixes in configuring the chosen network
+interface and not leaking the IP (Raif Atef, an0n666)
+  * BUGFIX: Save "resume data" when torrent storage is moved
+(glassez)
+  * BUGFIX: Avoid holding encoded resume data in memory
+(Chocobo1)
+  * BUGFIX: Fix date format for "Last seen complete"
+(Chocobo1)
+  * BUGFIX: Remove deprecated strict super seeding mode
+from advanced settings (an0n666)
+  * BUGFIX: Change default stop_tracker_timeout settings
+(an0n666)
+  * BUGFIX: Convert the Log widget to use custom View/Model
+(jagannatharjun)
+  * BUGFIX: Change default upload slot choking limits (an0n666)
+  * BUGFIX: Don't uncheck Authentication checkbox when
+changing proxy type (thalieht)
+  * BUGFIX: Reduce ambiguity for selecting tray icons (Chocobo1)
+  * WEBUI: Fix unable to add multiple peers in WebUI (Sepro)
+  * WEBUI: Fix UPnP lease duration get/set (NotTsunami)
+  * SEARCH: Detect python3 executable on Windows (József Sallai)
+
+---

Old:

  qbittorrent-4.2.3.tar.xz
  qbittorrent-4.2.3.tar.xz.asc

New:

  qbittorrent-4.2.4.tar.xz
  qbittorrent-4.2.4.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.TwE2T2/_old  2020-04-23 18:33:40.796459906 +0200
+++ /var/tmp/diff_new_pack.TwE2T2/_new  2020-04-23 18:33:40.800459914 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:4.2.3
+Version:4.2.4
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0-or-later

++ qbittorrent-4.2.3.tar.xz -> qbittorrent-4.2.4.tar.xz ++
 154398 lines of diff (skipped)





commit qbittorrent for openSUSE:Factory

2020-04-14 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2020-04-14 15:09:09

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new.2738 (New)


Package is "qbittorrent"

Tue Apr 14 15:09:09 2020 rev:80 rq:791010 version:4.2.3

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2020-03-25 
23:46:36.740058681 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.2738/qbittorrent.changes
2020-04-14 15:15:15.592396735 +0200
@@ -1,0 +2,18 @@
+Thu Apr  2 17:09:39 UTC 2020 - Luigi Baldoni 
+
+- Update to version 4.2.3
+  * FEATURE: Add logging for SOCKS5 proxy errors (Chocobo1)
+  * FEATURE: Add UPnP lease duration advanced option (NotTsunami)
+  * BUGFIX: Allow to translate error messages (Chocobo1)
+  * BUGFIX: Don't round scaling factor (Nick Korotysh)
+  * BUGFIX: Save log file in UTF-8 encoding (Chocobo1)
+  * BUGFIX: Avoid log file excessive flushing (Chocobo1)
+  * BUGFIX: Fix regression when fastresume contains network path
+(Tester798)
+  * BUGFIX: Prevent multiple instances for the same app config
+(glassez)
+  * BUGFIX: Fix unexpected torrent resume after app restart with
+libtorrent 1.1.x (glassez)
+  * WEBUI: Add alt and title tags for WebUI footer (LameLemon)
+
+---

Old:

  qbittorrent-4.2.2.tar.xz
  qbittorrent-4.2.2.tar.xz.asc

New:

  qbittorrent-4.2.3.tar.xz
  qbittorrent-4.2.3.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.rKwvIJ/_old  2020-04-14 15:15:16.604397354 +0200
+++ /var/tmp/diff_new_pack.rKwvIJ/_new  2020-04-14 15:15:16.608397357 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:4.2.2
+Version:4.2.3
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0-or-later

++ qbittorrent-4.2.2.tar.xz -> qbittorrent-4.2.3.tar.xz ++
 103353 lines of diff (skipped)





commit qbittorrent for openSUSE:Factory

2020-03-25 Thread root
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 
+
+- 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

commit qbittorrent for openSUSE:Factory

2020-03-11 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2020-03-11 18:51:44

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new.3160 (New)


Package is "qbittorrent"

Wed Mar 11 18:51:44 2020 rev:78 rq:783562 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2020-01-10 
17:51:42.790132232 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.3160/qbittorrent.changes
2020-03-11 18:54:46.631659612 +0100
@@ -1,0 +2,6 @@
+Tue Mar 10 22:30:22 UTC 2020 - Alexei Sorokin 
+
+- Remove an unnecessary since qBittorrent 3.3.0 GeoIP1 dependency:
+  qBittorrent now downloads GeoLite2 by itself.
+
+---
@@ -7 +12,0 @@
-



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.Q4Vc5N/_old  2020-03-11 18:54:47.999660223 +0100
+++ /var/tmp/diff_new_pack.Q4Vc5N/_new  2020-03-11 18:54:47.999660223 +0100
@@ -22,7 +22,6 @@
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0-or-later
-Group:  Productivity/Networking/File-Sharing
 URL:https://qbittorrent.org
 Source: https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz
 Source1:https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz.asc
@@ -33,6 +32,7 @@
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libboost_system-devel
+BuildRequires:  pkgconfig
 BuildRequires:  cmake(Qt5Concurrent)
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5DBus)
@@ -45,8 +45,6 @@
 BuildRequires:  pkgconfig(libtorrent-rasterbar) >= 1.1.13
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(zlib)
-# For geolocalisation.
-Requires:   GeoIP
 # For search engines.
 Recommends: python3
 
@@ -59,7 +57,6 @@
 
 %package nox
 Summary:A BitTorrent client in Qt, CLI version
-Group:  Productivity/Networking/File-Sharing
 %{?systemd_requires}
 
 %description nox
@@ -77,8 +74,8 @@
   $ui_opt  \
   -DSYSTEMD=ON \
   -DSystemd_SERVICES_INSTALL_DIR=%{_unitdir}
-# override because this needs absurd amounts of RAM to build
-%make_jobs -j1
+# Override as this needs absurd amounts of RAM to build.
+%cmake_build -j1
 cd ..
 mv build build.$ui
 done






commit qbittorrent for openSUSE:Factory

2020-01-10 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2020-01-10 17:51:37

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new.6675 (New)


Package is "qbittorrent"

Fri Jan 10 17:51:37 2020 rev:77 rq:762873 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2019-12-27 
14:00:52.120875705 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.6675/qbittorrent.changes
2020-01-10 17:51:42.790132232 +0100
@@ -1,0 +2,9 @@
+Fri Jan 10 14:55:34 UTC 2020 - Luigi Baldoni 
+
+- Removed apparently superfluous %requires_ge libtorrent-rasterbar9
+  requirement. This should also fix installability issues on
+  Tumbleweed
+
+- Removed python recommendation
+
+---



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.LyqgRW/_old  2020-01-10 17:51:44.378133032 +0100
+++ /var/tmp/diff_new_pack.LyqgRW/_new  2020-01-10 17:51:44.382133034 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qbittorrent
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2014 Mariusz Fik .
 #
 # All modifications and additions to the file contributed by third parties
@@ -47,8 +47,6 @@
 BuildRequires:  pkgconfig(zlib)
 # For geolocalisation.
 Requires:   GeoIP
-%requires_gelibtorrent-rasterbar9
-Recommends: python
 # For search engines.
 Recommends: python3
 






commit qbittorrent for openSUSE:Factory

2019-12-27 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2019-12-27 14:00:50

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new.6675 (New)


Package is "qbittorrent"

Fri Dec 27 14:00:50 2019 rev:76 rq:759582 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2019-12-18 
14:48:24.797941221 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.6675/qbittorrent.changes
2019-12-27 14:00:52.120875705 +0100
@@ -1,0 +2,5 @@
+Thu Dec 26 11:20:52 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
+
+- Use only one build job due to excessive RAM requirements
+
+---



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.Z8JJ1U/_old  2019-12-27 14:00:52.868876052 +0100
+++ /var/tmp/diff_new_pack.Z8JJ1U/_new  2019-12-27 14:00:52.872876054 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qbittorrent
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 # Copyright (c) 2014 Mariusz Fik .
 #
 # All modifications and additions to the file contributed by third parties
@@ -79,7 +79,8 @@
   $ui_opt  \
   -DSYSTEMD=ON \
   -DSystemd_SERVICES_INSTALL_DIR=%{_unitdir}
-%make_jobs
+# override because this needs absurd amounts of RAM to build
+%make_jobs -j1
 cd ..
 mv build build.$ui
 done






commit qbittorrent for openSUSE:Factory

2019-12-18 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2019-12-18 14:45:26

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new.4691 (New)


Package is "qbittorrent"

Wed Dec 18 14:45:26 2019 rev:75 rq:757675 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2019-12-10 
22:41:09.277837354 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.4691/qbittorrent.changes
2019-12-18 14:48:24.797941221 +0100
@@ -1,0 +2,23 @@
+Wed Dec 18 05:57:00 UTC 2019 - Grozdan Nikolov 
+
+- Update to version 4.2.1
+  * FEATURE: Enable portable mode if "profile" directory exists (Tester798)
+  * FEATURE: Enable "Apply rate limit to peers on LAN" option by default 
(Chocobo1)
+  * BUGFIX: Sync translations from Transifex and run lupdate (sledgehammer999)
+  * BUGFIX: Don't unnecessarily delete OS files in folders (sledgehammer999)
+  * BUGFIX: Use the incomplete folder where appropriate (sledgehammer999)
+  * BUGFIX: Align Properties tab bar correctly on window resize (Prince Gupta)
+  * BUGFIX: Rework the listening IP/interface selection code (sledgehammer999)
+  * BUGFIX: Fix inconsistent icon for deleting torrent (Chocobo1)
+  * BUGFIX: Show torrent error message in transfer list (Chocobo1)
+  * BUGFIX: Fix stuck in wrong torrent state (Chocobo1)
+  * BUGFIX: Expand single-item folders in torrent content (warren)
+  * WEBUI: Bump Web API version (sledgehammer999)
+  * WEBUI: Add ability to rename torrent files from the WebUI (Thomas 
Piccirello)
+  * WEBUI: Mention lack of HTTPS in WebUI magnet link warning (nl6720)
+  * WEBUI: Fix HTML elements size in search tab (Chocobo1)
+  * SEARCH: Fix incorrect translation displayed after language change 
(Chocobo1)
+  * SEARCH: Fix missing translations in search plugins dialog (Chocobo1)
+  * WINDOWS: Update russian translation of the installer (Andrei Stepanov)
+
+---

Old:

  qbittorrent-4.2.0.tar.xz
  qbittorrent-4.2.0.tar.xz.asc

New:

  qbittorrent-4.2.1.tar.xz
  qbittorrent-4.2.1.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.mJpDfo/_old  2019-12-18 14:48:25.705941636 +0100
+++ /var/tmp/diff_new_pack.mJpDfo/_new  2019-12-18 14:48:25.709941638 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qbittorrent
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Mariusz Fik .
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:4.2.0
+Version:4.2.1
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0-or-later

++ qbittorrent-4.2.0.tar.xz -> qbittorrent-4.2.1.tar.xz ++
 94709 lines of diff (skipped)





commit qbittorrent for openSUSE:Factory

2019-12-10 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2019-12-10 22:41:03

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new.4691 (New)


Package is "qbittorrent"

Tue Dec 10 22:41:03 2019 rev:74 rq:754864 version:4.2.0

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2019-10-28 
17:00:12.993747062 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.4691/qbittorrent.changes
2019-12-10 22:41:09.277837354 +0100
@@ -1,0 +2,201 @@
+Sat Dec  7 07:41:09 UTC 2019 - Luigi Baldoni 
+
+- Added qbittorrent-ppc64_flags.patch
+
+---
+Tue Dec  3 19:38:25 UTC 2019 - Luigi Baldoni 
+
+- Update to version 4.2.0
+  * FEATURE: Libtorrent 1.2.x series are supported now (glassez)
+  * FEATURE: Add OpenSSL version to GUI and stackdump (Chocobo1)
+  * FEATURE: Add zlib version to GUI & stackdump (silverqx)
+  * FEATURE: Use PBKDF2 for the GUI lock. You will need to set
+your password again. (Chocobo1)
+  * FEATURE: Rename "#" column to "Tier" in the tracker list
+(thalieht)
+  * FEATURE: Allow setting larger checking memory usage in GUI
+(airium)
+  * FEATURE: Converted remaining icons to svg (Bert Verhelst)
+  * FEATURE: Replace CheckBox with Arrow in the side panel
+(Prince Gupta)
+  * FEATURE: Log performance alerts from libtorrent (Chocobo1)
+  * FEATURE: Use native folder icon in content tree (Chocobo1)
+  * FEATURE: Move copy actions under a submenu (Chocobo1)
+  * FEATURE: Add "Socket backlog size" option (Chocobo1)
+  * FEATURE: Add "File pool size" option (Chocobo1)
+  * FEATURE: Allow styling with QSS stylesheets (Prince Gupta)
+  * FEATURE: Add "Tracker entries" dialog (Chocobo1)
+  * FEATURE: Add availability column (Chocobo1)
+  * FEATURE: Use a randomized port number for the first run
+(Chocobo1)
+  * FEATURE: Enable Super Seeding mode once ratio/time limit is
+reached (thalieht)
+  * FEATURE: Improve embedded tracker. Now it conforms to BEPs
+more closely. (Chocobo1)
+  * FEATURE: Add option to align file to piece boundary when
+creating new torrent (Chocobo1)
+  * FEATURE: Ability to open file or trigger torrect action via
+keypad Enter (Chocobo1)
+  * FEATURE: Add "Remove torrent and its files" option to share
+ratio limiting (thalieht)
+  * FEATURE: Allow to select multiple entries in "banned IP"
+dialog (Chocobo1)
+  * FEATURE: Reallow to pause checking torrents (thalieht)
+  * FEATURE: Reallow to force recheck torrents that aren't fully
+started (thalieht)
+  * FEATURE: Add "Preview file" double-click action (warren)
+  * BUGFIX: Avoid performance penalty when logger is full
+(Chocobo1)
+  * BUGFIX: Remove the max half-open connections option
+(thalieht)
+  * BUGFIX: Center align the section labels in advanced settings
+(thalieht)
+  * BUGFIX: Add documentation links to some advanced settings
+(thalieht)
+  * BUGFIX: Impove DownloadManager code (glassez)
+  * BUGFIX: Limit DownloadHandler max redirection to 20
+(Chocobo1)
+  * BUGFIX: Log DownloadManager SSL errors (Chocobo1)
+  * BUGFIX: Force recheck multiple torrents one by one (glassez)
+  * BUGFIX: Close context menu when content model is reset
+(glassez)
+  * BUGFIX: Improve Properties widget (glassez)
+  * BUGFIX: Prevent flickering preview dialog (silver)
+  * BUGFIX: Rename "Prefer encryption" to "Allow encryption"
+(thalieht)
+  * BUGFIX: Fix search icon placement when using RTL languages
+(Chocobo1)
+  * BUGFIX: Avoid combo boxes extending to the right in Options
+dialog (Chocobo1)
+  * BUGFIX: Fix speed limit not applying to IPv6 peers (Chocobo1)
+  * BUGFIX: Log failed file rename errors (Chocobo1)
+  * BUGFIX: Fix wrong "Time Active" value displayed (Chocobo1)
+  * BUGFIX: Rename priority to queue in the context of torrents
+(thalieht)
+  * BUGFIX: Update remaining size of ignored files to 0 (Thomas
+Piccirello)
+  * BUGFIX: Move "Check for program updates" checkbox to the
+Behavior settings (Chocobo1)
+  * BUGFIX: Improve error messages for URL seed (Chocobo1)
+  * BUGFIX: Rename share ratio limiting options (thalieht)
+  * BUGFIX: Fix country name misspelling (horgan)
+  * PERFORMANCE: Faster/efficient way of handling updates in the
+Transfer list (Chocobo1)
+  * WEBUI: Bump Web API version
+  * WEBUI: Use PBKDF2 for the WebUI password. You will need to
+set your password again. (Chocobo1)
+  * WEBUI: Use Javascript strict mode (Chocobo1)
+  * WEBUI: Remove autocorrect/autocapitalise from filepaths on
+WebUI (AceLewis)
+  * WEBUI: Display warning when Javascript is disabled (Chocobo1)
+  * WEBUI: Remove mootools lib from login page (Chocobo1)
+  * WEBUI: Prevent login 

commit qbittorrent for openSUSE:Factory

2019-10-28 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2019-10-28 16:59:00

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new.2990 (New)


Package is "qbittorrent"

Mon Oct 28 16:59:00 2019 rev:73 rq:743430 version:4.1.9

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2019-09-26 
20:48:44.977337625 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.2990/qbittorrent.changes
2019-10-28 17:00:12.993747062 +0100
@@ -1,0 +2,10 @@
+Mon Oct 28 07:50:22 UTC 2019 - Luigi Baldoni 
+
+- Update to version 4.1.9
+  * BUGFIX: Preserve relative order when moving to top/bottom in
+queue (Chocobo1)
+  * WEBUI: Bump Web API version
+
+- Spec cleanup. Use cmake() instead of pkgconfig() where possible
+
+---

Old:

  qbittorrent-4.1.8.tar.xz
  qbittorrent-4.1.8.tar.xz.asc

New:

  qbittorrent-4.1.9.tar.xz
  qbittorrent-4.1.9.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.iRkHfu/_old  2019-10-28 17:00:13.757747979 +0100
+++ /var/tmp/diff_new_pack.iRkHfu/_new  2019-10-28 17:00:13.765747989 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:4.1.8
+Version:4.1.9
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0-or-later
@@ -30,16 +30,16 @@
 BuildRequires:  cmake >= 3.9
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libqt5-linguist-devel
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(Qt5Concurrent)
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5DBus)
-BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Network)
-BuildRequires:  pkgconfig(Qt5Svg)
-BuildRequires:  pkgconfig(Qt5Widgets)
-BuildRequires:  pkgconfig(Qt5Xml)
+BuildRequires:  libboost_system-devel
+BuildRequires:  cmake(Qt5Concurrent)
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5DBus)
+BuildRequires:  cmake(Qt5Gui)
+BuildRequires:  cmake(Qt5LinguistTools)
+BuildRequires:  cmake(Qt5Network)
+BuildRequires:  cmake(Qt5Svg)
+BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  cmake(Qt5Xml)
 BuildRequires:  pkgconfig(libtorrent-rasterbar) >= 1.1.4
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(zlib)
@@ -49,12 +49,6 @@
 Recommends: python
 # For search engines.
 Recommends: python3
-%if 0%{?suse_version} >= 1500
-BuildRequires:  libboost_system-devel
-%else
-BuildRequires:  boost-devel
-BuildRequires:  update-desktop-files
-%endif
 
 %description
 qBittorrent is a bittorrent client programmed in C++ and Qt that
@@ -112,16 +106,6 @@
 %post nox
 %service_add_post %{name}-nox@.service
 
-%if 0%{?suse_version} < 1500
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%endif
-
 %files
 %license COPYING
 %doc AUTHORS Changelog README.md TODO

++ qbittorrent-4.1.8.tar.xz -> qbittorrent-4.1.9.tar.xz ++
 5261 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/qbittorrent-4.1.8/Changelog new/qbittorrent-4.1.9/Changelog
--- old/qbittorrent-4.1.8/Changelog 2019-09-23 21:07:21.0 +0200
+++ new/qbittorrent-4.1.9/Changelog 2019-10-27 16:35:46.0 +0100
@@ -1,3 +1,8 @@
+* Sun Oct 27 2019 - sledgehammer999  - v4.1.9
+- BUGFIX: Preserve relative order when moving to top/bottom in queue 
(Chocobo1)
+- WINDOWS: Use real physical screen DPI (Chocobo1)
+- WEBUI: Bump Web API version
+
 * Mon Sep 23 2019 - sledgehammer999  - v4.1.8
 - BUGFIX: Fix filename validation on non-Windows OS (Chocobo1)
 - BUGFIX: ScanFolders/FileSystemWatcher now detect magnet files with case 
insensitivity in filename (Chocobo1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/qbittorrent-4.1.8/build-aux/compile new/qbittorrent-4.1.9/build-aux/compile
--- old/qbittorrent-4.1.8/build-aux/compile 2019-09-23 21:07:21.0 
+0200
+++ new/qbittorrent-4.1.9/build-aux/compile 2019-10-27 16:35:46.0 
+0100
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Wrapper for 

commit qbittorrent for openSUSE:Factory

2019-09-26 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2019-09-26 20:47:07

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new.2352 (New)


Package is "qbittorrent"

Thu Sep 26 20:47:07 2019 rev:72 rq:733489 version:4.1.8

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2019-08-05 
10:42:31.623290930 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.2352/qbittorrent.changes
2019-09-26 20:48:44.977337625 +0200
@@ -1,0 +2,10 @@
+Thu Sep 26 15:24:41 UTC 2019 - Luigi Baldoni 
+
+- Update to version 4.1.8
+  * BUGFIX: Fix filename validation on non-Windows OS (Chocobo1)
+  * BUGFIX: ScanFolders/FileSystemWatcher now detect magnet files
+with case insensitivity in filename (Chocobo1)
+  * BUGFIX: Fix failed seeding after creating a torrent and
+auto-adding it to the session (Chocobo1)
+
+---

Old:

  qbittorrent-4.1.7.tar.xz
  qbittorrent-4.1.7.tar.xz.asc

New:

  qbittorrent-4.1.8.tar.xz
  qbittorrent-4.1.8.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.TF0q0o/_old  2019-09-26 20:48:45.981334943 +0200
+++ /var/tmp/diff_new_pack.TF0q0o/_new  2019-09-26 20:48:45.989334921 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:4.1.7
+Version:4.1.8
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0-or-later

++ qbittorrent-4.1.7.tar.xz -> qbittorrent-4.1.8.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qbittorrent-4.1.7/Changelog 
new/qbittorrent-4.1.8/Changelog
--- old/qbittorrent-4.1.7/Changelog 2019-08-04 13:25:03.0 +0200
+++ new/qbittorrent-4.1.8/Changelog 2019-09-23 21:07:21.0 +0200
@@ -1,3 +1,8 @@
+* Mon Sep 23 2019 - sledgehammer999  - v4.1.8
+- BUGFIX: Fix filename validation on non-Windows OS (Chocobo1)
+- BUGFIX: ScanFolders/FileSystemWatcher now detect magnet files with case 
insensitivity in filename (Chocobo1)
+- BUGFIX: Fix failed seeding after creating a torrent and auto-adding it 
to the session (Chocobo1)
+
 * Sun Aug 04 2019 - sledgehammer999  - v4.1.7
 - FEATURE: Add 12 hour and 24 hour speed graphs (dzmat)
 - FEATURE: Change "Add new torrent" dialog to horizontal layout (Evgeny 
Lensky)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qbittorrent-4.1.7/configure 
new/qbittorrent-4.1.8/configure
--- old/qbittorrent-4.1.7/configure 2019-08-04 13:25:03.0 +0200
+++ new/qbittorrent-4.1.8/configure 2019-09-23 21:07:21.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for qbittorrent v4.1.7.
+# Generated by GNU Autoconf 2.69 for qbittorrent v4.1.8.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='qbittorrent'
 PACKAGE_TARNAME='qbittorrent'
-PACKAGE_VERSION='v4.1.7'
-PACKAGE_STRING='qbittorrent v4.1.7'
+PACKAGE_VERSION='v4.1.8'
+PACKAGE_STRING='qbittorrent v4.1.8'
 PACKAGE_BUGREPORT='bugs.qbittorrent.org'
 PACKAGE_URL='https://www.qbittorrent.org/'
 
@@ -1299,7 +1299,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures qbittorrent v4.1.7 to adapt to many kinds of systems.
+\`configure' configures qbittorrent v4.1.8 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1370,7 +1370,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of qbittorrent v4.1.7:";;
+ short | recursive ) echo "Configuration of qbittorrent v4.1.8:";;
esac
   cat <<\_ACEOF
 
@@ -1505,7 +1505,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-qbittorrent configure v4.1.7
+qbittorrent configure v4.1.8
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1644,7 +1644,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by qbittorrent $as_me v4.1.7, which was
+It was created by qbittorrent $as_me v4.1.8, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3822,7 +3822,7 @@
 
 # Define the identity of the package.
  PACKAGE='qbittorrent'
- VERSION='v4.1.7'
+ VERSION='v4.1.8'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -6274,7 +6274,7 @@
 # 

commit qbittorrent for openSUSE:Factory

2019-08-05 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2019-08-05 10:42:24

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new.4126 (New)


Package is "qbittorrent"

Mon Aug  5 10:42:24 2019 rev:71 rq:720886 version:4.1.7

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2019-05-21 
10:40:20.775088586 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.4126/qbittorrent.changes
2019-08-05 10:42:31.623290930 +0200
@@ -1,0 +2,66 @@
+Sun Aug  4 14:47:56 UTC 2019 - Luigi Baldoni 
+
+- Update to version 4.1.7
+  * FEATURE: Add 12 hour and 24 hour speed graphs (dzmat)
+  * FEATURE: Change "Add new torrent" dialog to horizontal
+layout (Evgeny Lensky)
+  * BUGFIX: Fix messed up symbols in log (Chocobo1)
+  * BUGFIX: Fix incomplete file extension not applied for new
+torrents (Chocobo1)
+  * BUGFIX: Save updated resume data for completed torrents
+(Vladimir Golovnev (Glassez))
+  * BUGFIX: Fix requested torrent resume data handling (Vladimir
+Golovnev (Glassez))
+  * BUGFIX: Prevent command injection via "Run external program"
+function (Chocobo1)
+  * BUGFIX: Avoid race conditions when adding torrent (Vladimir
+Golovnev (Glassez))
+  * BUGFIX: Fix torrent checking issues (Vladimir Golovnev
+(Glassez))
+  * BUGFIX: Use proper log message when there are no error
+(Chocobo1)
+  * BUGFIX: Fix torrent properties not saved for paused torrents
+(Chocobo1)
+  * BUGFIX: Some improvements on qtsingleapplication code
+(Chocobo1)
+  * BUGFIX: Remove limits of "Disk cache expiry interval"
+setting (Chocobo1)
+  * BUGFIX: Remove upper limit of "Disk cache" setting (Chocobo1)
+  * BUGFIX: Fix crash when removing phantom tags (Chocobo1)
+  * BUGFIX: Improve handleFileErrorAlert error message (Chocobo1)
+  * BUGFIX: Fix updated save path not saved for paused torrents
+(Chocobo1)
+  * BUGFIX: Log save_resume_data_failed_alert (Chocobo1)
+  * BUGFIX: Don't remove parent directories (Chocobo1)
+  * BUGFIX: Properly remove empty leftover folders after rename
+(Chocobo1)
+  * BUGFIX: Focus behavior row in Options dialog (silverqx)
+  * BUGFIX: Fix unable to rename folder on Windows when same is
+used in different case(Chocobo1)
+  * BUGFIX: Fix unable to control add torrent dialogs when
+opened simultaneously (Chocobo1)
+  * BUGFIX: Disable "Upload mode" when start preloaded torrent
+(Vladimir Golovnev (Glassez))
+  * BUGFIX: Fix wrong comparison result when sorting
+items(Chocobo1)
+  * BUGFIX: Fix sequential downloading when redirected (Vladimir
+Golovnev (Glassez))
+  * BUGFIX: Fix typos (Chocobo1)
+  * BUGFIX: Fix assertion fail (Chocobo1)
+  * BUGFIX: Change number of time axis divisions from 5 to 6 for
+convenience (dzmat)
+  * BUGFIX: Don't turn window blank when closed to system tray
+(Ekin Dursun)
+  * WEBUI: Fix WebUI encoding of special characters (Thomas
+Piccirello)
+  * WEBUI: Change the speed unit from Bytes/s to KiB/s for the
+rate limiter(jerrymakesjelly)
+  * WEBUI: Fix '+' char not decoded to space correctly (Chocobo1)
+  * RSS: Ignore RSS articles with non-unique identifiers
+(Vladimir Golovnev (Glassez))
+  * RSS: Perform more RSS parsing in working thread (Vladimir
+Golovnev (Glassez))
+  * RSS: Download RSS enclosure element if no proper MIME type
+is found (Matan Bareket)
+
+---

Old:

  qbittorrent-4.1.6.tar.xz
  qbittorrent-4.1.6.tar.xz.asc

New:

  qbittorrent-4.1.7.tar.xz
  qbittorrent-4.1.7.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.EYqlEX/_old  2019-08-05 10:42:32.491290830 +0200
+++ /var/tmp/diff_new_pack.EYqlEX/_new  2019-08-05 10:42:32.491290830 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:4.1.6
+Version:4.1.7
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0-or-later

++ qbittorrent-4.1.6.tar.xz -> qbittorrent-4.1.7.tar.xz ++
 74561 lines of diff (skipped)





commit qbittorrent for openSUSE:Factory

2019-05-21 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2019-05-21 10:39:48

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new.5148 (New)


Package is "qbittorrent"

Tue May 21 10:39:48 2019 rev:70 rq:704243 version:4.1.6

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2019-05-06 
13:29:13.373511489 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.5148/qbittorrent.changes
2019-05-21 10:40:20.775088586 +0200
@@ -1,0 +2,5 @@
+Mon May 20 12:43:53 UTC 2019 - Christophe Giboudeaux 
+
+- Add the missing zlib requirement.
+
+---



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.M3FT3a/_old  2019-05-21 10:40:23.655086716 +0200
+++ /var/tmp/diff_new_pack.M3FT3a/_new  2019-05-21 10:40:23.659086714 +0200
@@ -42,6 +42,7 @@
 BuildRequires:  pkgconfig(Qt5Xml)
 BuildRequires:  pkgconfig(libtorrent-rasterbar) >= 1.1.4
 BuildRequires:  pkgconfig(systemd)
+BuildRequires:  pkgconfig(zlib)
 # For geolocalisation.
 Requires:   GeoIP
 %requires_gelibtorrent-rasterbar9






commit qbittorrent for openSUSE:Factory

2019-05-06 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2019-05-06 13:29:01

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new.5148 (New)


Package is "qbittorrent"

Mon May  6 13:29:01 2019 rev:69 rq:700995 version:4.1.6

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2018-12-28 
12:34:47.903985414 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.5148/qbittorrent.changes
2019-05-06 13:29:13.373511489 +0200
@@ -1,0 +2,36 @@
+Mon May  6 07:58:32 UTC 2019 - Luigi Baldoni 
+
+- Update to version 4.1.6
+  * BUGFIX: Force recheck multiple torrents one by one in all
+possible cases. Closes #9120 (glassez)
+  * BUGFIX: Don't query Google for tracker favicons, for privacy
+reasons (sledgehammer999)
+  * BUGFIX: Work around the crash occurred in QTimer. Closes
+#9985 (Chocobo1)
+  * BUGFIX: Increase the .torrent file download size limit to
+100 MiB (thalieht)
+  * BUGFIX: Disable downloading tracker favicons by default.
+Works around reported crashes in Linux. Closes #9667
+(Chocobo1)
+  * WEBUI: Separate URL components before percent-decoding.
+Allow special characters in query string parameters. Closes
+#9116 (glass>
+  * WEBUI: Prevent login credential appearing in URL. Closes
+#10221 (Chocobo1)
+  * WEBUI: Display warning when Javascript is disabled (Chocobo1)
+  * WEBUI: Fix translatable strings (Chocobo1)
+  * WEBUI: Correctly handle '+' sign in x-www-form-urlencoded
+data. Closes #10451 (Chocobo1)
+  * WEBUI: Remove closed connections immediately. Closes #10487
+(Chocobo1)
+  * WEBUI: Fix "Create subfolder" option is not working. Closes
+##10392 (Chocobo1)
+  * SEARCH: Make num enter key work the same as return in
+searchjobwidget (thalieht)
+  * LINUX: Make window title bar icon work in Wayland (Peter
+Eszlari)
+  * LINUX: Update appdata.xml file (Chocobo1)
+  * OTHER: Mention more translators in the about tab. Closes
+#10043 (sledgehammer999)
+
+---

Old:

  qbittorrent-4.1.5.tar.xz
  qbittorrent-4.1.5.tar.xz.asc

New:

  qbittorrent-4.1.6.tar.xz
  qbittorrent-4.1.6.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.wq1lPl/_old  2019-05-06 13:29:14.701514361 +0200
+++ /var/tmp/diff_new_pack.wq1lPl/_new  2019-05-06 13:29:14.705514370 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qbittorrent
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Mariusz Fik .
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:4.1.5
+Version:4.1.6
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0-or-later
@@ -125,12 +125,11 @@
 %license COPYING
 %doc AUTHORS Changelog README.md TODO
 %{_bindir}/%{name}
-%{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/org.qbittorrent.qBittorrent.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/icons/hicolor/*/status/%{name}-tray.png
 %{_datadir}/icons/hicolor/scalable/status/%{name}-tray*.svg
-%dir %{_datadir}/appdata/
-%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/metainfo/org.qbittorrent.qBittorrent.appdata.xml
 %{_mandir}/man?/%{name}.?%{?ext_man}
 
 %files nox

++ qbittorrent-4.1.5.tar.xz -> qbittorrent-4.1.6.tar.xz ++
 123764 lines of diff (skipped)





commit qbittorrent for openSUSE:Factory

2018-12-28 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2018-12-28 12:34:40

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new.28833 (New)


Package is "qbittorrent"

Fri Dec 28 12:34:40 2018 rev:68 rq:661277 version:4.1.5

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2018-11-19 
23:34:04.671046189 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.28833/qbittorrent.changes   
2018-12-28 12:34:47.903985414 +0100
@@ -1,0 +2,89 @@
+Mon Dec 24 21:17:36 UTC 2018 - Luigi Baldoni 
+
+- Update to version 4.1.5
+  * FEATURE: Add checking_mem_usage option to AdvancedSettings
+(FranciscoPombal)
+  * FEATURE: Save torrents queue in separate file. Now a new
+file named 'queue' is created, saving on each line the infohash
+of each queued torrent in sorted order. (glassez)
+  * BUGFIX: Fix regression on resuming torrents without metadata
+(thalieht)
+  * BUGFIX: Reorder and rename Tracker list context menu option
+(Thomas Piccirello)
+  * BUGFIX: Rename Tracker List columns (Thomas Piccirello)
+  * BUGFIX: Show error message when Session failed to start
+(glassez)
+  * BUGFIX: Embedded tracker: Use ip parameter from tracker
+request if provided (Chocobo1)
+  * BUGFIX: Fix weekday names translations (Chocobo1)
+  * BUGFIX: Fix strings not translated (Chocobo1)
+  * WEBUI: Change qBittorrent exit message to HTML5 (Chocobo1)
+  * WEBUI: Revise CSP header (Chocobo1)
+  * WEBUI: Enforce referrer-policy in WebUI (Chocobo1)
+  * WEBUI: Add torrent name filtering to WebUI (Thomas
+Piccirello)
+  * WEBUI: Send numeric status without translation (Thomas
+Piccirello)
+  * WEBUI: Add WebUI Trackers context menu (Thomas Piccirello)
+  * WEBUI: Add DHT, PeX, and LSD to WebUI Tracker list (Thomas
+Piccirello)
+  * WEBUI: Add additional Tracker columns to WebUI (Thomas
+Piccirello)
+  * WEBUI: Bump Web API version
+  * WEBUI: Fix display bugs in WebUI Files tab. Remove  qbittorrent-4.1.5.tar.xz ++
 308319 lines of diff (skipped)





commit qbittorrent for openSUSE:Factory

2018-11-19 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2018-11-19 23:33:54

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Mon Nov 19 23:33:54 2018 rev:67 rq:650172 version:4.1.4

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2018-09-20 
11:42:12.932829935 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2018-11-19 23:34:04.671046189 +0100
@@ -1,0 +2,42 @@
+Mon Nov 19 03:41:38 UTC 2018 - s...@suspend.net
+
+- Update to version 4.1.4
+  * FEATURE: Recognize *.ts files as previewable (silver)
+  * FEATURE: Allow to disable speed graphs (dzmat)
+  * FEATURE: Clear LineEdit on ESC (silverqx)
+  * BUGFIX: Fix divide-by-zero crash (Chocobo1)
+  * BUGFIX: Remove speed limit checkbox in Options dialog
+  * BUGFIX: FIX speed graph "high speeds" bug
+  * BUGFIX: Don't update torrent status unnecessarily
+  * BUGFIX: Improve force recheck of paused torrent
+  * BUGFIX: Restore torrent in two steps
+  * BUGFIX: Improve scaling of speed graphs 
+  * BUGFIX: Add isNetworkFileSystem() detection on Windows
+  * BUGFIX: Reduce horizontal graphs resolution for perf
+  * BUGFIX: Don't recheck just checked torrent
+  * BUGFIX: Add SMB2 magic number
+  * BUGFIX: Restore startup performance to v4.1.2 times
+  * BUGFIX: Make strings actually translatable
+  * WEBUI: Handle downloading .torrent files as success
+  * WEBUI: Fix Alternative WebUI to be available
+  * WEBUI: Consider empty locale setting as not set
+  * WEBUI: Add free disk space to WebUI status bar
+  * WEBUI: Add WebUI search API controller
+  * WEBUI: Fix WebUI Auto TMM context menu bug
+  * WEBUI: Use independent translation for WebUI
+  * WEBUI: Add categories WebAPI
+  * WEBUI: Fix mior JavaScript defects
+  * WEBUI: Add locale to js file path
+  * WEBUI: Translate WebUI torrents Status column
+  * WEBUI: Bump Web API version
+  * RSS: Allow to disable downloading REPACK/PROPER matches
+  * RSS: Improve RSS Feed updating
+  * SEARCH: Allow resizing search filter in search job
+  * SEARCH: Improve parser for search engine versions.txt
+  * SEARCH: Update Python URLs
+  * SEARCH: Fix asking to install Python
+  * SEARCH: Reformat python code to be compliant with PEP8
+  * OTHER: cmake: restore out-of-source build
+  * OTHER: cmake: cmake: use C++14 when available
+ 
+---

Old:

  qbittorrent-4.1.3.tar.xz
  qbittorrent-4.1.3.tar.xz.asc

New:

  qbittorrent-4.1.4.tar.xz
  qbittorrent-4.1.4.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.ZbKURG/_old  2018-11-19 23:34:05.303045458 +0100
+++ /var/tmp/diff_new_pack.ZbKURG/_new  2018-11-19 23:34:05.311045450 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:4.1.3
+Version:4.1.4
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0-or-later
@@ -74,7 +74,6 @@
 
 %prep
 %setup -q
-sed -i '/^set(CMAKE_CXX_STANDARD "/s/11/14/' src/CMakeLists.txt
 
 %build
 for ui in nox gui; do

++ qbittorrent-4.1.3.tar.xz -> qbittorrent-4.1.4.tar.xz ++
 295617 lines of diff (skipped)





commit qbittorrent for openSUSE:Factory

2018-09-20 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2018-09-20 11:42:08

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Thu Sep 20 11:42:08 2018 rev:66 rq:636585 version:4.1.3

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2018-09-17 
14:27:45.999714077 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2018-09-20 11:42:12.932829935 +0200
@@ -1,0 +2,47 @@
+Wed Sep 19 07:06:06 UTC 2018 - Luigi Baldoni 
+
+- Update to version 4.1.3
+  * FEATURE: Preselect name without extension when renaming
+files (thalieht)
+  * FEATURE: Allow setting seq & first/last from context menu
+without metadata (thalieht)
+  * BUGFIX: Show "N/A" if there is no scrape (thalieht)
+  * BUGFIX: Save option about tracker favicons under correct key
+(sledgehammer999)
+  * BUGFIX: When file data are unreachable pause torrent and
+show "Missing Files" status (temporary fix) (sledgehammer999)
+  * BUGFIX: Don't disable DHT when using force proxy (Thomas
+Piccirello)
+  * BUGFIX: Correctly save torrent queue position/state/priority
+changes in fastresume (glassez, thalieht, sledgehammer999)
+  * BUGFIX: Fix icon height/width ratio (Chocobo1)
+  * BUGFIX: Fix values sorted wrong in "Last Activity" column
+(Chocobo1)
+  * BUGFIX: Replace png icons with svg (Chocobo1)
+  * WEBUI: Allow WebUI sidebar filters to be hidden (Thomas
+Piccirello)
+  * WEBUI: Increase WebUI Options initial height (Thomas
+Piccirello)
+  * WEBUI: Adjust WebUI Options form alignment (Thomas
+Piccirello)
+  * WEBUI: Fix WebUI unreachable issue (Chocobo1)
+  * WEBUI: Require torrent category creation to be explicit
+(Thomas Piccirello)
+  * WEBUI: Include category save path in web api sync data
+(Thomas Piccirello)
+  * WEBUI: Add save path and editing to WebUI new category
+dialog (Thomas Piccirello)
+  * WEBUI: Bump Web API version
+  * SEARCH: Refactor in searchjob to always color visited
+entries (thalieht)
+  * SEARCH: Set "enter" as shortcut to download the selected
+torrents in search job (thalieht)
+  * SEARCH: Add regex option in the search filter's context menu
+(thalieht)
+  * LINUX: Fix GUI scaling issue on Linux (Chocobo1)
+  * LINUX: Fix regression that broke installing desktop file
+(Eli Schwartz)
+  * OPENBSD: Better filesystem support for filewatcher (Elias M.
+Mariani)
+
+---

Old:

  qbittorrent-4.1.2.tar.xz
  qbittorrent-4.1.2.tar.xz.asc

New:

  qbittorrent-4.1.3.tar.xz
  qbittorrent-4.1.3.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.XLcGQU/_old  2018-09-20 11:42:13.540829578 +0200
+++ /var/tmp/diff_new_pack.XLcGQU/_new  2018-09-20 11:42:13.544829576 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:4.1.2
+Version:4.1.3
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0-or-later

++ qbittorrent-4.1.2.tar.xz -> qbittorrent-4.1.3.tar.xz ++
 180471 lines of diff (skipped)





commit qbittorrent for openSUSE:Factory

2018-09-17 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2018-09-17 14:27:25

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Mon Sep 17 14:27:25 2018 rev:65 rq:635956 version:4.1.2

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2018-08-27 
13:48:33.668483995 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2018-09-17 14:27:45.999714077 +0200
@@ -1,0 +2,8 @@
+Sun Sep 16 17:13:11 UTC 2018 - sor.ale...@meowr.ru
+
+- Hardcode building with the C++14 ABI for now, as otherwise
+  qbittorrent gets built with the C++11 one for odd reasons, which
+  is not what boost and libtorrent-rasterbar are built with
+  (boo#1108567).
+
+---



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.7FuUrx/_old  2018-09-17 14:27:48.351712059 +0200
+++ /var/tmp/diff_new_pack.7FuUrx/_new  2018-09-17 14:27:48.355712056 +0200
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -27,19 +27,19 @@
 Source: https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz
 Source1:https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.9
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libqt5-linguist-devel >= 5.5.1
+BuildRequires:  libqt5-linguist-devel
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.5.1
-BuildRequires:  pkgconfig(Qt5Core) >= 5.5.1
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.5.1
-BuildRequires:  pkgconfig(Qt5Gui) >= 5.5.1
-BuildRequires:  pkgconfig(Qt5Network) >= 5.5.1
-BuildRequires:  pkgconfig(Qt5Svg) >= 5.5.1
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.5.1
-BuildRequires:  pkgconfig(Qt5Xml) >= 5.5.1
+BuildRequires:  pkgconfig(Qt5Concurrent)
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5DBus)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5Svg)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5Xml)
 BuildRequires:  pkgconfig(libtorrent-rasterbar) >= 1.1.4
 BuildRequires:  pkgconfig(systemd)
 # For geolocalisation.
@@ -74,6 +74,7 @@
 
 %prep
 %setup -q
+sed -i '/^set(CMAKE_CXX_STANDARD "/s/11/14/' src/CMakeLists.txt
 
 %build
 for ui in nox gui; do
@@ -82,7 +83,7 @@
   $ui_opt  \
   -DSYSTEMD=ON \
   -DSystemd_SERVICES_INSTALL_DIR=%{_unitdir}
-make %{?_smp_mflags} V=1
+%make_jobs
 cd ..
 mv build build.$ui
 done
@@ -99,16 +100,6 @@
 
 %fdupes %{buildroot}%{_datadir}/
 
-%if 0%{?suse_version} < 1500
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%endif
-
 %preun nox
 %service_del_preun %{name}-nox@.service
 
@@ -121,6 +112,16 @@
 %post nox
 %service_add_post %{name}-nox@.service
 
+%if 0%{?suse_version} < 1500
+%post
+%desktop_database_post
+%icon_theme_cache_post
+
+%postun
+%desktop_database_postun
+%icon_theme_cache_postun
+%endif
+
 %files
 %license COPYING
 %doc AUTHORS Changelog README.md TODO






commit qbittorrent for openSUSE:Factory

2018-08-27 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2018-08-27 13:48:14

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Mon Aug 27 13:48:14 2018 rev:64 rq:629569 version:4.1.2

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2018-05-29 
10:49:10.511071783 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2018-08-27 13:48:33.668483995 +0200
@@ -1,0 +2,56 @@
+Thu Aug 16 10:30:16 UTC 2018 - jeng...@inai.de
+
+- Avoid bashisms in build script.
+
+---
+Mon Aug 13 10:24:32 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 4.1.2:
+  * FEATURE: New options for "inhibit sleep".
+  * FEATURE: Add option for regexps in the transferlist search
+filter's context menu.
+  * FEATURE: Add async io threads option to AdvancedSettings.
+  * FEATURE: Allow save resume interval to be disabled.
+  * FEATURE: Add checkbox for recursive download dialogue.
+  * FEATURE: Add a changelog link in the application updater.
+  * BUGFIX: Avoid allocating large memory when loading a .torrent
+file.
+  * BUGFIX: Notify users on 1st time close/minimise to tray.
+  * BUGFIX: Fix I/O error after fetching magnet metadata.
+  * BUGFIX: Never save resume data for already paused torrents.
+  * BUGFIX: Put temporary files in qbt own temp folder.
+  * BUGFIX: Avoid potentially setting the wrong piece priorities.
+  * BUGFIX: Various code refactorings/improvements.
+  * BUGFIX: Add options "Download in sequential order" and
+"Download first and last pieces first" in AddNewTorrentDialog.
+  * BUGFIX: Download favicon using appropriate protocol.
+  * BUGFIX: Apply proxy settings on DownloadManager creation.
+  * BUGFIX: Improve torrent initialisation.
+  * BUGFIX: Save resume data on torrent change events.
+  * BUGFIX: Increase default resume data save interval.
+  * BUGFIX: Work around crash when procesing recursive download.
+  * BUGFIX: Reduce queries to python version.
+  * BUGFIX: Disable certain mouse wheel events in Options dialogue.
+  * WEBUI: Send all rechecks in one request.
+  * WEBUI: Add WebUI Force Reannounce option.
+  * WEBUI: Create non-existing path in setLocationAction().
+  * WEBUI: Add WebUI support for Mac ⌘ (Command) key.
+  * WEBUI: Show current save path in the "Set location" window.
+  * WEBUI: Fix WebUI cache behavior for css files.
+  * WEBUI: Send Cache-Control header in WebUI responses.
+  * WEBUI: Add form-action to CSP.
+  * WEBUI: Add upgrade-insecure-requests to CSP when HTTPS is
+enabled.
+  * WEBUI: Reset WebUI ban counter on login success.
+  * WEBUI: Add logging messages in WebUI login action.
+  * WEBUI: Add option to control CSRF protection.
+  * WEBUI: Add option to control WebUI clickjacking protection.
+  * RSS: Implement "Sequential downloading" feature.
+  * RSS: Don't use Atom/RSS feed URLs as base for file names.
+  * SEARCH: Add a name filter for search results.
+  * SEARCH: Fix python version detection.
+  * SEARCH: Clear python cache conditionally.
+  * SEARCH: Properly normalise version string before parsing it.
+  * OTHER: Fix CMake build with QtSingleApplication.
+
+---

Old:

  qbittorrent-4.1.1.tar.xz
  qbittorrent-4.1.1.tar.xz.asc

New:

  qbittorrent-4.1.2.tar.xz
  qbittorrent-4.1.2.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.YGUN8k/_old  2018-08-27 13:48:36.212487615 +0200
+++ /var/tmp/diff_new_pack.YGUN8k/_new  2018-08-27 13:48:36.212487615 +0200
@@ -18,28 +18,20 @@
 
 
 Name:   qbittorrent
-Version:4.1.1
+Version:4.1.2
 Release:0
 Summary:A BitTorrent client in Qt
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/File-Sharing
-Url:https://www.qbittorrent.org
+URL:https://qbittorrent.org
 Source: https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz
 Source1:https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
 BuildRequires:  cmake
-%if 0%{?suse_version} >= 1500
-BuildRequires:  libboost_system-devel
-%else
-BuildRequires:  boost-devel
-%endif
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt5-linguist-devel >= 5.5.1
 BuildRequires:  pkgconfig
-%if 0%{?suse_version} < 1500
-BuildRequires:  update-desktop-files
-%endif
 BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.5.1
 BuildRequires:  pkgconfig(Qt5Core) >= 5.5.1
 BuildRequires:  

commit qbittorrent for openSUSE:Factory

2018-05-29 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2018-05-29 10:48:58

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Tue May 29 10:48:58 2018 rev:63 rq:612619 version:4.1.1

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2018-05-06 
15:02:26.750873598 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2018-05-29 10:49:10.511071783 +0200
@@ -1,0 +2,56 @@
+Mon May 28 06:59:05 UTC 2018 - aloi...@gmx.com
+
+- Update to version 4.1.1
+  * FEATURE: Add 'Moving' state for torrents being
+relocated/moved (sledgehammer999)
+  * FEATURE: Show rechecking progress (sledgehammer999)
+  * FEATURE: Add option to remember last used save path (glassez)
+  * FEATURE: Torrent name is also renamed if the content was
+renamed in the "Add New Torrent" dialog (glassez)
+  * FEATURE: Relax behavior of "Download first and last piece
+first". It applies to all files and not only to the
+previewable. (Chocobo1)
+  * BUGFIX: Fix issues with translatable strings (Chocobo1)
+  * BUGFIX: Fix displayed tracker messages (Chocobo1)
+  * BUGFIX: Make settings file recovery more robust (Chocobo1)
+  * BUGFIX: Retry saving settings when operation failed
+(Chocobo1)
+  * BUGFIX: Log successful torrent move (sledgehammer999)
+  * BUGFIX: Fix deletion of old logs (sledgehammer999)
+  * BUGFIX: Delete non-commited fastresume files
+(sledgehammer999)
+  * BUGFIX: Don't migrate torrents that have newer fastresumes
+(sledgehammer999)
+  * BUGFIX: Fix adding multiple torrents at once from WebUI
+(glassez)
+  * BUGFIX: Improve "Run External Program" behavior. On Windows,
+a backslash isn't appended to paths from path variables
+(Chocobo1)
+  * BUGFIX: Suppress multiple I/O errors for the same torrent
+(sledgehammer999)
+  * BUGFIX: Replace raster qbt logo with vector version
+(Chocobo1)
+  * WEBUI: Fix wrong API method names (glassez)
+  * WEBUI: Filter torrent info endpoint by hashes (Marcel
+Petersen)
+  * WEBUI: Fix invalid API calls in WebUI (glassez)
+  * WEBUI: Improve legacy API params handling (glassez)
+  * WEBUI: Fix params handling for some legacy API methods
+(glassez)
+  * WEBUI: Apply locale changes immediately in WebUI (Chocobo1)
+  * WEBUI: Use 32px icons for favicon (Chocobo1)
+  * WEBUI/RSS: Properly set RSS settings via API (glassez)
+  * RSS: Fix auto-downloading rule when Smart filter with
+regular Episode filter are used (glassez)
+  * RSS: Make "Ignoring days" to behave like other filters
+(glassez)
+  * RSS: Place "Use Smart Episode Filter" more correctly
+(glassez)
+  * RSS: Use RSS feed update time as a fallback (glassez)
+  * COSMETIC: Fix Stats dialog size (sledgehammer999)
+  * Fix open destination folder with Nautilus > 3.28
+(Evgeny Lensky)
+  * OTHER: Code improvements and refactoring (thalieht, Nick
+Korotysh, Chocobo1)
+
+---

Old:

  qbittorrent-4.1.0.tar.xz
  qbittorrent-4.1.0.tar.xz.asc

New:

  qbittorrent-4.1.1.tar.xz
  qbittorrent-4.1.1.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.U02HWj/_old  2018-05-29 10:49:11.131048910 +0200
+++ /var/tmp/diff_new_pack.U02HWj/_new  2018-05-29 10:49:11.135048763 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:4.1.0
+Version:4.1.1
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+

++ qbittorrent-4.1.0.tar.xz -> qbittorrent-4.1.1.tar.xz ++
 272041 lines of diff (skipped)





commit qbittorrent for openSUSE:Factory

2018-05-06 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2018-05-06 15:02:26

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Sun May  6 15:02:26 2018 rev:62 rq:604493 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2018-02-16 
21:45:05.722172213 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2018-05-06 15:02:26.750873598 +0200
@@ -1,0 +2,98 @@
+Sat May  5 06:11:00 UTC 2018 - aloi...@gmx.com
+
+- Update to version 4.1.0
+  * FEATURE: Add "Coalesce reads & writes" checkbox in advanced
+options (Chocobo1)
+  * FEATURE: Smart Filter for RSS (Stephen Dawkins)
+  * FEATURE: Possibility to configure at which speed a torrent
+is considered slow (thalieht)
+  * FEATURE: When creating a torrent you can choose to preserve
+the file order (toster, Chocobo1)
+  * FEATURE: A new, redesigned and refactored WebAPI (glassez)
+  * BUGFIX: Redefine CacheStatus.readRatio field. (Chocobo1)
+  * BUGFIX: Clarify some terms in stats dialog (Chocobo1)
+  * BUGFIX: Fix possible crash when using both share limits
+(thalieht)
+  * BUGFIX: Disable options when `Disable connections not
+supported by proxies` is enabled (Thomas Piccirello)
+  * BUGFIX: Add link to an explanation of `Disable connections
+not supported by proxies` (Thomas Piccirello)
+  * BUGFIX: Fix typo in a log message (Andrei Stepanov)
+  * BUGFIX: Fix loading very large torrents. Closes #8449.
+(Chocobo1)
+  * BUGFIX: Fix reverting backslashes to slashes in run external
+program. Closes #7800 (Chocobo1)
+  * BUGFIX: Use https for documentation links (Chocobo1)
+  * BUGFIX: Use original scheme when downloading favicons
+(Chocobo1)
+  * BUGFIX: Parse URL query string at application level (glassez)
+  * BUGFIX: Properly reply to announce request (embedded
+tracker) (glassez)
+  * BUGFIX: Add `Tags` parameter to "Run External Program"
+(Chocobo1)
+  * BUGFIX: Fix various typos (Chocobo1)
+  * BUGFIX: Refactor filesystem watcher. Delay before processing
+new files. (Chocobo1)
+  * BUGFIX: Don't strip empty arguments passed to external
+program. Closes #8454. (Chocobo1)
+  * BUGFIX: Stop creating Download folder on start (Chocobo1)
+  * BUGFIX: Avoid data corruption when rechecking paused
+torrents (sledgehammer999)
+  * BUGFIX: Fix crashes due to invalid iterator use (Luís
+Pereira)
+  * BUGFIX: Fix renaming completed files (Chocobo1)
+  * BUGFIX: Fix path separator in log messages (Chocobo1)
+  * WEBUI: Switch built-in Web UI html to HTML5 (glassez)
+  * WEBUI: WebUI Save user's resized window sizes (Thomas
+Piccirello)
+  * WEBUI: Make download + upload windows resizable (Thomas
+Piccirello)
+  * WEBUI: Add option to show/hide webui status bar (Thomas
+Piccirello)
+  * WEBUI: Add "Use proxy only for torrents" option to webui
+(Thomas Piccirello)
+  * WEBUI: Various fixes in the html code (Thomas Piccirello)
+  * WEBUI: Don't unselect selected torrents after a few seconds
+(Thomas Piccirello)
+  * WEBUI: Enable Http/1.1 persistence connection (Chocobo1)
+  * WEBUI: Format Read cache hits as percentage (Thomas
+Piccirello)
+  * WEBUI: Re-order and rename stats (Thomas Piccirello)
+  * WEBUI: Right align stat values (Thomas Piccirello)
+  * WEBUI: Enable Statistics window to be scrolled and resized
+(Tom Piccirello)
+  * WEBUI: Save WebUI Statistics window size (Thomas Piccirello)
+  * WEBUI: Make WebUI iframe windows scrollable on iOS (Thomas
+Piccirello)
+  * WEBUI: Remove unused CSS from WebUI login page (Thomas
+Piccirello)
+  * WEBUI: Consolidate CSS into style.css (Thomas Piccirello)
+  * WEBUI: Resolve JavaScript errors (Thomas Piccirello)
+  * WEBUI: Fix spacing in login form(Thomas Piccirello)
+  * WEBUI: Update WebUI to be more compliant with HTML5 standard
+(Chocobo1)
+  * WEBUI: Update clipboard.js to v2.0.0 (Chocobo1)
+  * WEBUI: Remove unused JavaScript library (Chocobo1)
+  * WEBUI: Fix setting preferences via WebAPI (glassez)
+  * WEBUI: Rename property to match its definition (Thomas
+Piccirello)
+  * WEBUI: Add Limit Share Ratio context menu option (Thomas
+Piccirello)
+  * RSS: Disable Auto TMM when RSS rule has save path (glassez)
+  * RSS: Process loaded RSS articles in case of error (glassez)
+  * RSS: Resolve (X)HTML entities in RSS content (glassez)
+  * SEARCH: Improve Search handling (glassez)
+  * SEARCH: Calculate supported categories based on selected
+plugin (Thomas Piccirello)
+  * SEARCH: Fix memory leak (Chocobo1)
+  * COSMETIC: Use spinbox suffix to display rate/time units
+(thalieht)
+  * COSMETIC: Avoid showing an empty row in AdvancedSettings
+

commit qbittorrent for openSUSE:Factory

2018-02-16 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2018-02-16 21:45:04

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Fri Feb 16 21:45:04 2018 rev:61 rq:577165 version:4.0.4

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2018-01-13 
21:44:44.934182038 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2018-02-16 21:45:05.722172213 +0100
@@ -1,0 +2,64 @@
+Fri Feb 16 07:25:56 UTC 2018 - aloi...@gmx.com
+
+- Update to version 4.0.4
+  * FEATURE: Add source field in Torrent creator. Closes
+#7965. (Chocobo1)
+  * FEATURE: Torrent creator: raise maximum piece size to 32
+MiB (Chocobo1)
+  * FEATURE: Add a force reannounce option in the transfer
+list context menu. Closes #6448. (Jesse Bryan)
+  * BUGFIX: Fix sorting of country flags column in Peers tab.
+(sledgehammer999)
+  * BUGFIX: Fix natural sorting when the common part of 2
+strings ends partially in a number which continues in the
+uncommon part. Closes #8080 #6732. (sledgehammer999)
+  * BUGFIX: Fix application of speed limits on LAN and μTP
+connections. Closes #7745. (sledgehammer999)
+  * BUGFIX: Make peer information flags in peerlist more
+readable. (thalieht)
+  * BUGFIX: Fix gui issues on high DPI monitor. (Chocobo1)
+  * BUGFIX: Fix dialog and column size on high DPI monitors.
+(Chocobo1)
+  * BUGFIX: Fix constant status of '[F] Downloading'. Closes
+#7628. (sledgehammer999)
+  * BUGFIX: Fix translation context. Closes #8211.
+(sledgehammer999)
+  * BUGFIX: Separate subnet whitelist options into two lines.
+(Thomas Piccirello)
+  * BUGFIX: Don't set application name twice. (Luís Pereira)
+  * BUGFIX: Set default file log size to 65 KiB and delete
+backup logs older than 1 month. (sledgehammer999)
+  * WEBUI: Only prepend scheme when it is not present. Closes
+#8057. (Chocobo1)
+  * WEBUI: Add "Remaining" and "Availability" columns to webui
+Content tab. (Thomas Piccirello)
+  * WEBUI: Make value formatting consistent with GUI (Thomas
+Piccirello)
+  * WEBUI: Reposition Total Size column to match gui (Thomas
+Piccirello)
+  * WEBUI: Add Tags and Time Active columns (Thomas Piccirello)
+  * WEBUI: Use https for www.qbittorrent.org (Thomas
+Piccirello)
+  * WEBUI: Match webui statuses to gui, closes #7516 (Thomas
+Piccirello)
+  * WEBUI: Right-align stat values (Thomas Piccirello)
+  * WEBUI: Add missing units. (Thomas Piccirello)
+  * RSS: Fix crash when deleting rule because it tries to
+update. Closes #8094 (glassez)
+  * RSS: Don't process new/updated RSS rules when disabled
+(glassez)
+  * RSS: Remove legacy and corrupted RSS settings (glassez)
+  * SEARCH: Search only when category is supported by plugin.
+Closes #8053. (jan.karberg)
+  * SEARCH: Only add search separators as needed. (Thomas
+Piccirello)
+  * COSMETIC: Tweak spacing in torrent properties widget and
+speed widget. (Chocobo1)
+  * OTHER: Fix splitting of compiler flags in configure.
+Autoconf removes a set of [] during script translation,
+resulting in a wrong sed command. (sledgehammer999)
+  * OTHER: configure: Parse all compiler related flags
+together. (sledgehammer999)
+  * OTHER: Update copyright year. (sledgehammer999)
+
+---

Old:

  qbittorrent-4.0.3.tar.xz
  qbittorrent-4.0.3.tar.xz.asc

New:

  qbittorrent-4.0.4.tar.xz
  qbittorrent-4.0.4.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.t8oSZw/_old  2018-02-16 21:45:06.898129801 +0100
+++ /var/tmp/diff_new_pack.t8oSZw/_new  2018-02-16 21:45:06.906129512 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qbittorrent
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Mariusz Fik .
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,12 +18,12 @@
 
 
 Name:   qbittorrent
-Version:4.0.3
+Version:4.0.4
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+
 Group:  Productivity/Networking/File-Sharing
-Url:https://www.qbittorrent.org
+URL:https://www.qbittorrent.org
 Source: https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz
 Source1:https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring

++ qbittorrent-4.0.3.tar.xz -> qbittorrent-4.0.4.tar.xz ++
 231117 

commit qbittorrent for openSUSE:Factory

2018-01-13 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2018-01-13 21:44:39

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Sat Jan 13 21:44:39 2018 rev:60 rq:557945 version:4.0.3

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2017-12-03 
10:13:02.351822523 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2018-01-13 21:44:44.934182038 +0100
@@ -1,0 +2,17 @@
+Mon Dec 18 02:39:20 UTC 2017 - avin...@opensuse.org
+
+- Update to version 4.0.3
+  * BUGFIX: Add height padding to the transfer list icons.
+  * BUGFIX: Allow to drag-n-drop URLs into mainwindow to start
+download.
+  * BUGFIX: Fix crash when filtering search results. Stable
+sorting is removed.
+  * WEBUI: Fix missing logo on login page in webUI.
+  * WEBUI: Add check to avoid type error after logout.
+  * WEBUI: Use POST for logout command. This is to avoid browser
+being smart to prefetch the link then logging out the user.
+  * WEBUI: Fix WebUI is not reachable via IPv6.
+  * WINDOWS: Disable the "?" help button in all dialogs on Windows.
+Requires Qt 5.10.
+
+---

Old:

  qbittorrent-4.0.2.tar.xz
  qbittorrent-4.0.2.tar.xz.asc

New:

  qbittorrent-4.0.3.tar.xz
  qbittorrent-4.0.3.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.ECcbVb/_old  2018-01-13 21:44:45.854139157 +0100
+++ /var/tmp/diff_new_pack.ECcbVb/_new  2018-01-13 21:44:45.858138971 +0100
@@ -18,12 +18,12 @@
 
 
 Name:   qbittorrent
-Version:4.0.2
+Version:4.0.3
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+
 Group:  Productivity/Networking/File-Sharing
-URL:https://www.qbittorrent.org
+Url:https://www.qbittorrent.org
 Source: https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz
 Source1:https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring

++ qbittorrent-4.0.2.tar.xz -> qbittorrent-4.0.3.tar.xz ++
 22286 lines of diff (skipped)





commit qbittorrent for openSUSE:Factory

2017-12-03 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2017-12-03 10:13:01

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Sun Dec  3 10:13:01 2017 rev:59 rq:547255 version:4.0.2

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2017-09-09 
20:26:53.711042189 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2017-12-03 10:13:02.351822523 +0100
@@ -1,0 +2,236 @@
+Fri Dec  1 06:03:35 UTC 2017 - aloi...@gmx.com
+
+- Update to version 4.0.2
+  * BUGFIX: Fix crash on some systems when creating address object
+for 255.255.255.255. Closes #7735. (sledgehammer999)
+  * PERFORMANCE: Change MixedModeAlgorithm default to TCP. This
+was the v3_3_x default and should sustain higher speeds. Closes
+#7779. (Chocobo1)
+  * PERFORMANCE: Stop logging IP filter parsing errors after a
+while, otherwise the GUI freezes or qBittorrent doesn't start.
+(sledgehammer999)
+  * GUI: Implement stable sort. Rows in transfer list shouldn't
+flicker anymore. (Chocobo1)
+  * WEBUI: Fix build when webui is disabled. (Heiko Becker)
+  * RSS: Fix build because of missing header. Closes #7805.
+(thoradia)
+  * RSS: Fix RSS parser. (glassez)
+  * RSS: Implement Import/Export RSS rules in legacy(aka v3_3_x)
+format. (glassez)
+  * RSS: Implement Import/Export RSS rules in JSON format.
+(glassez)
+  * LINUX: Fix i386 build. (Evgeny Lensky)
+
+- A bit of cleanup
+
+---
+Wed Nov 22 07:28:06 UTC 2017 - aloi...@gmx.com
+
+- Update to version 4.0.1
+  * BUGFIX: Fix crash on opening torrent/magnet (uninitialized
+pointer). Closes #7739 #7723. (sledgehammer999)
+  * BUGFIX: Enable preferences Apply button when ip banlist is
+modified (Thomas Piccirello)
+  * BUGFIX: Allow drag-n-drop magnet links to mainwindow. Closes
+#7742. (Chocobo1)
+  * BUGFIX: Fix crash when aborting a torrent creation process.
+Closes #7783. (Chocobo1)
+  * BUGFIX: Correctly check if torrent passed during application
+start already exists. (sledgehammer999)
+  * WEBUI: Add ip subnet whitelist for bypassing webui auth
+(Thomas Piccirello)
+  * WEBUI: Fix logo missing in login page (Chocobo1)
+  * COSMETIC: Fix english typo. (sledgehammer999)
+  * OTHER: cmake: qtsingleapplication should always be built
+statically (luigino)
+
+- Dropped static_qtsingleapplication.patch (merged upstream)
+
+- Addressed some rpmlint complaints
+ 
+---
+Tue Nov 21 07:59:10 UTC 2017 - aloi...@gmx.com
+
+- Remove the actually useless fix_systemd_detection.patch
+  and other systemd-related foolishness 
+
+---
+Mon Nov 20 09:31:17 UTC 2017 - aloi...@gmx.com
+
+- Update to version 4.0.0
+  * FEATURE: Change qbittorrent logo. Issue #6467. (HVS, Atif
+Afzal, sledgehammer999)
+  * FEATURE: New icon theme with SVG source, so we can scale it
+appropriately in the future. (Bert Verhelst)
+  * FEATURE: Drop Qt 4 support. Raise minimum Qt version to 5.5.1
+(evsh)
+  * FEATURE: UI for managing locally banned IP list (dzmat)
+  * FEATURE: Support for specifying where to save/load config
+files. Support for portable mode. (evsh)
+  * FEATURE: It is now possible to pass options via ENV variables
+instead of cmd options. (evsh)
+  * FEATURE: Allow to strip subfolder in multifile torrents.
+(glassez, sledgehammer999)
+  * FEATURE: Allow cmd args to specify options when adding
+torrents. (Brian Kendall)
+  * FEATURE: Widget for showing filesystem paths while typing.
+Used in the Add New Torrent and Options dialogs. (evsh)
+  * FEATURE: Trackerlist: Allow to toggle columns (thalieht)
+  * FEATURE: Add availability column to torrent content model and
+torrent properties window (evsh)
+  * FEATURE: Implemented share limit by seeding time (naikel)
+  * FEATURE: Revamp Torrent creator (Chocobo1)
+  * FEATURE: Enable drag n drop to create torrent on mainwindow
+(Chocobo1)
+  * FEATURE: Add show/hide statusbar option (takiz)
+  * FEATURE: Show number of pieces. Closes #6774. (Chocobo1)
+  * FEATURE: Allow to select & delete multiple entries in "Manage
+Cookies" dialog (Chocobo1)
+  * FEATURE: Fetch Favicons via google as a final fallback
+(KingLucius)
+  * FEATURE: Add a Tags (multi-label) feature to the GUI. Closes
+#13. (tgregerson)
+  * FEATURE: Use the system icons for each file type in the
+Content tab (evsh)
+  * FEATURE: Use SVG files for monochrome tray icons. Closes
+#6085. (evsh)
+  * FEATURE: Prefill torrent name when creating a new torrent.
+Closes 

commit qbittorrent for openSUSE:Factory

2017-09-09 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2017-09-09 20:26:52

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Sat Sep  9 20:26:52 2017 rev:58 rq:522297 version:3.3.16

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2017-08-06 
11:34:17.943653751 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2017-09-09 20:26:53.711042189 +0200
@@ -1,0 +2,18 @@
+Fri Sep  8 06:48:45 UTC 2017 - aloi...@gmx.com
+
+- Update to version 3.3.16
+  * BUGFIX: Better memory footprint when using libtorrent 1.1.x.
+The cache is turned off by default(`0 (disabled)` value in
+the settings). The value `-1 (auto)` makes it use 1/8 of
+your RAM. (sledgehammer999)
+  * BUGFIX: Skip user input events when adding torrent. Closes
+#7327. (glassez)
+  * BUGFIX: Avoid memory leak in the speed graph. (Chocobo1)
+  * WEBUI: Fix validating wrong header field. X-Forwarded-Host is
+a foreign proxy setting, it isn't the same as qbt's local
+setting and thus it makes no sense to verify it. Closes #7311.
+(Chocobo1)
+
+- Refreshed qbittorrent-libtorrent-1.1.1.patch
+
+---

Old:

  qbittorrent-3.3.15.tar.xz
  qbittorrent-3.3.15.tar.xz.asc

New:

  qbittorrent-3.3.16.tar.xz
  qbittorrent-3.3.16.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.eZ48Os/_old  2017-09-09 20:26:54.522927752 +0200
+++ /var/tmp/diff_new_pack.eZ48Os/_new  2017-09-09 20:26:54.534926061 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:3.3.15
+Version:3.3.16
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+
@@ -97,6 +97,7 @@
 pushd $ui
 %configure \
   $ui_opt  \
+  --prefix=%{_prefix} \
 %if 0%{?suse_version} < 1320 && !(0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
   --with-qt4   \
 %endif

++ qbittorrent-3.3.15.tar.xz -> qbittorrent-3.3.16.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qbittorrent-3.3.15/Changelog 
new/qbittorrent-3.3.16/Changelog
--- old/qbittorrent-3.3.15/Changelog2017-08-03 22:30:10.0 +0200
+++ new/qbittorrent-3.3.16/Changelog2017-09-07 18:15:54.0 +0200
@@ -1,3 +1,12 @@
+* Thu Sep 07 2017 - sledgehammer999  - v3.3.16
+- BUGFIX: Better memory footprint when using libtorrent 1.1.x. The cache 
is turned off by default(`0 (disabled)` value in the settings). The value `-1 
(auto)` makes it use 1/8 of your RAM. (sledgehammer999)
+- BUGFIX: Skip user input events when adding torrent. Closes #7327. 
(glassez)
+- BUGFIX: Avoid memory leak in the speed graph. (Chocobo1)
+- WEBUI: Fix validating wrong header field. X-Forwarded-Host is a foreign 
proxy setting, it isn't the same as qbt's local setting and thus it makes no 
sense to verify it. Closes #7311. (Chocobo1)
+- WINDOWS: Fix connection problems when a specific interface/ip is 
configured. (sledgehammer999)
+- WINDOWS: Disable skipping of loopback interfaces. This fixes the absence 
of VPN tunnel interfaces under Windows and works around the QTBUG-32349. Fixes 
#7291. (Evengard)
+- WINDOWS: The installer detects the 64bit running process too. (vlakoff)
+
 * Thu Aug 03 2017 - sledgehammer999  - v3.3.15
 - BUGFIX: Temporary subfolder wasn't being deleted. (glassez)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qbittorrent-3.3.15/dist/mac/Info.plist 
new/qbittorrent-3.3.16/dist/mac/Info.plist
--- old/qbittorrent-3.3.15/dist/mac/Info.plist  2017-08-03 22:30:10.0 
+0200
+++ new/qbittorrent-3.3.16/dist/mac/Info.plist  2017-09-07 18:15:54.0 
+0200
@@ -45,7 +45,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
-   3.3.15
+   3.3.16
CFBundleSignature
qBit
CFBundleExecutable
Binary files old/qbittorrent-3.3.15/dist/windows/nsis plugins/FindProc 
Unicode-source.zip and new/qbittorrent-3.3.16/dist/windows/nsis 
plugins/FindProc Unicode-source.zip differ
Binary files old/qbittorrent-3.3.15/dist/windows/nsis plugins/FindProcDLL 
Unicode bin.zip and new/qbittorrent-3.3.16/dist/windows/nsis 
plugins/FindProcDLL Unicode bin.zip differ
Binary files old/qbittorrent-3.3.15/dist/windows/nsis 
plugins/FindProcDLL_mod_by_hnedka.7z and 
new/qbittorrent-3.3.16/dist/windows/nsis plugins/FindProcDLL_mod_by_hnedka.7z 
differ
diff 

commit qbittorrent for openSUSE:Factory

2017-08-06 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2017-08-06 11:34:15

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Sun Aug  6 11:34:15 2017 rev:57 rq:514521 version:3.3.15

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2017-07-23 
12:16:06.993195221 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2017-08-06 11:34:17.943653751 +0200
@@ -1,0 +2,6 @@
+Fri Aug  4 08:08:26 UTC 2017 - aloi...@gmx.com
+
+- Update to version 3.3.15
+  * BUGFIX: Temporary subfolder wasn't being deleted. (glassez)
+
+---

Old:

  qbittorrent-3.3.14.tar.xz
  qbittorrent-3.3.14.tar.xz.asc

New:

  qbittorrent-3.3.15.tar.xz
  qbittorrent-3.3.15.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.cRtms3/_old  2017-08-06 11:34:19.523431181 +0200
+++ /var/tmp/diff_new_pack.cRtms3/_new  2017-08-06 11:34:19.539428927 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:3.3.14
+Version:3.3.15
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+

++ qbittorrent-3.3.14.tar.xz -> qbittorrent-3.3.15.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qbittorrent-3.3.14/Changelog 
new/qbittorrent-3.3.15/Changelog
--- old/qbittorrent-3.3.14/Changelog2017-07-18 21:57:44.0 +0200
+++ new/qbittorrent-3.3.15/Changelog2017-08-03 22:30:10.0 +0200
@@ -1,3 +1,6 @@
+* Thu Aug 03 2017 - sledgehammer999  - v3.3.15
+- BUGFIX: Temporary subfolder wasn't being deleted. (glassez)
+
 * Tue Jul 18 2017 - sledgehammer999  - v3.3.14
 - BUGFIX: Set interface for outgoing traffic(libtorrent 1.1.x series). 
(evsh)
 - WEBUI: Fix KEEP_ALIVE_DURATION value (Chocobo1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qbittorrent-3.3.14/dist/mac/Info.plist 
new/qbittorrent-3.3.15/dist/mac/Info.plist
--- old/qbittorrent-3.3.14/dist/mac/Info.plist  2017-07-18 21:57:44.0 
+0200
+++ new/qbittorrent-3.3.15/dist/mac/Info.plist  2017-08-03 22:30:10.0 
+0200
@@ -45,7 +45,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
-   3.3.14
+   3.3.15
CFBundleSignature
qBit
CFBundleExecutable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qbittorrent-3.3.14/dist/windows/options.nsi 
new/qbittorrent-3.3.15/dist/windows/options.nsi
--- old/qbittorrent-3.3.14/dist/windows/options.nsi 2017-07-18 
21:57:44.0 +0200
+++ new/qbittorrent-3.3.15/dist/windows/options.nsi 2017-08-03 
22:30:10.0 +0200
@@ -27,7 +27,7 @@
 !define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path
 
 ; Program specific
-!define PROG_VERSION "3.3.14"
+!define PROG_VERSION "3.3.15"
 
 !define MUI_FINISHPAGE_RUN
 !define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qbittorrent-3.3.14/src/base/bittorrent/torrenthandle.cpp 
new/qbittorrent-3.3.15/src/base/bittorrent/torrenthandle.cpp
--- old/qbittorrent-3.3.14/src/base/bittorrent/torrenthandle.cpp
2017-07-18 21:57:44.0 +0200
+++ new/qbittorrent-3.3.15/src/base/bittorrent/torrenthandle.cpp
2017-08-03 22:30:10.0 +0200
@@ -1330,7 +1330,7 @@
 }
 
 qDebug("Torrent is successfully moved from %s to %s", 
qPrintable(m_oldPath), qPrintable(m_newPath));
-if (m_oldPath == m_session->torrentTempPath(hash())) {
+if (QDir(m_oldPath) == QDir(m_session->torrentTempPath(hash( {
 qDebug() << "Removing torrent temp folder:" << m_oldPath;
 Utils::Fs::smartRemoveEmptyFolderTree(m_oldPath);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qbittorrent-3.3.14/version.pri 
new/qbittorrent-3.3.15/version.pri
--- old/qbittorrent-3.3.14/version.pri  2017-07-18 21:57:44.0 +0200
+++ new/qbittorrent-3.3.15/version.pri  2017-08-03 22:30:10.0 +0200
@@ -4,7 +4,7 @@
 # Define version numbers here
 VER_MAJOR = 3
 VER_MINOR = 3
-VER_BUGFIX = 14
+VER_BUGFIX = 15
 VER_BUILD = 0
 VER_STATUS = # Should be empty for stable releases!
 





commit qbittorrent for openSUSE:Factory

2017-07-23 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2017-07-23 12:16:00

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Sun Jul 23 12:16:00 2017 rev:56 rq:512026 version:3.3.14

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2017-06-04 
02:02:33.813041657 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2017-07-23 12:16:06.993195221 +0200
@@ -1,0 +2,27 @@
+Thu Jul 20 09:38:27 UTC 2017 - aloi...@gmx.com
+
+- Update to version 3.3.14:
+  * BUGFIX: Set interface for outgoing traffic (libtorrent 1.1.x
+series).
+  * WEBUI: Fix KEEP_ALIVE_DURATION value.
+  * WEBUI: Relax CSRF defence. Allow HTTP request which has
+neither Origin nor Referer header included
+(gh#qbittorrent/qBittorrent#6882).
+  * WEBUI: Skip username/password check for active sessions
+(gh#qbittorrent/qBittorrent#6860).
+  * WEBUI: Fix javascript errors and follow best practices.
+  * WEBUI: Fix value comparison (gh#qbittorrent/qBittorrent#7081).
+  * WEBUI: Avoid modifying request headers.
+  * WEBUI: Implement HTTP host header filtering. This filtering is
+required to defend against DNS rebinding attack.
+  * WEBUI: Add Status column to webui
+(gh#qbittorrent/qBittorrent#6815,
+gh#qbittorrent/qBittorrent#7032).
+  * WEBUI: Bump API_VERSION and API_VERSION_MIN to 15.
+  * SEARCH: Pad shorter python versions
+(gh#qbittorrent/qBittorrent#6877).
+  * LINUX: systemd service with user switch and other
+fixes/optimisations.
+- Dropped qbittorrent-fix-qt-5.4-compat.patch (merged upstream)
+
+---

Old:

  qbittorrent-3.3.13.tar.xz
  qbittorrent-3.3.13.tar.xz.asc
  qbittorrent-fix-qt-5.4-compat.patch

New:

  qbittorrent-3.3.14.tar.xz
  qbittorrent-3.3.14.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.0oBlfu/_old  2017-07-23 12:16:07.865072064 +0200
+++ /var/tmp/diff_new_pack.0oBlfu/_new  2017-07-23 12:16:07.865072064 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:3.3.13
+Version:3.3.14
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+
@@ -31,8 +31,6 @@
 Patch0: bittorrent_missing_ppc64le_in_ax_boost_base.m4.patch
 # PATCH-FIX-OPENSUSE qbittorrent-libtorrent-1.1.1.patch -- Fix building with 
libtorrent-rasterbar 1.1.1.
 Patch1: qbittorrent-libtorrent-1.1.1.patch
-# PATCH-FIX-OPENSUSE qbittorrent-fix-qt-5.4-compat.patch -- Fix compatibility 
with Qt 5.4 or older.
-Patch2: qbittorrent-fix-qt-5.4-compat.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 %if 0%{?suse_version} > 1325
@@ -88,7 +86,6 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 aclocal -I m4
@@ -125,18 +122,6 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 
-%pre nox
-%service_add_pre %{name}-nox.service
-
-%post nox
-%service_add_post %{name}-nox.service
-
-%preun nox
-%service_del_preun %{name}-nox.service
-
-%postun nox
-%service_del_postun %{name}-nox.service
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS Changelog COPYING README.md TODO
@@ -154,7 +139,7 @@
 %doc AUTHORS Changelog COPYING README.md TODO
 %{_bindir}/%{name}-nox
 %{_sbindir}/rc%{name}-nox
-%{_unitdir}/%{name}-nox.service
+%{_unitdir}/%{name}-nox@.service
 %{_mandir}/man?/%{name}-nox.?%{?ext_man}
 
 %changelog

++ qbittorrent-3.3.13.tar.xz -> qbittorrent-3.3.14.tar.xz ++
 2145 lines of diff (skipped)





commit qbittorrent for openSUSE:Factory

2017-06-03 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2017-06-04 02:02:04

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Sun Jun  4 02:02:04 2017 rev:55 rq:500874 version:3.3.13

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2017-06-02 
10:34:33.529507214 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2017-06-04 02:02:33.813041657 +0200
@@ -1,0 +2,7 @@
+Fri Jun  2 20:12:04 UTC 2017 - sor.ale...@meowr.ru
+
+- Rebase qbittorrent-libtorrent-1.1.1.patch.
+- Add qbittorrent-fix-qt-5.4-compat.patch: Fix compatibility with
+  Qt 5.4 or older.
+
+---

New:

  qbittorrent-fix-qt-5.4-compat.patch



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.T23wDg/_old  2017-06-04 02:02:34.396959238 +0200
+++ /var/tmp/diff_new_pack.T23wDg/_new  2017-06-04 02:02:34.396959238 +0200
@@ -31,6 +31,8 @@
 Patch0: bittorrent_missing_ppc64le_in_ax_boost_base.m4.patch
 # PATCH-FIX-OPENSUSE qbittorrent-libtorrent-1.1.1.patch -- Fix building with 
libtorrent-rasterbar 1.1.1.
 Patch1: qbittorrent-libtorrent-1.1.1.patch
+# PATCH-FIX-OPENSUSE qbittorrent-fix-qt-5.4-compat.patch -- Fix compatibility 
with Qt 5.4 or older.
+Patch2: qbittorrent-fix-qt-5.4-compat.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 %if 0%{?suse_version} > 1325
@@ -86,6 +88,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 aclocal -I m4


++ qbittorrent-fix-qt-5.4-compat.patch ++
--- a/src/base/http/server.cpp
+++ b/src/base/http/server.cpp
@@ -126,7 +126,7 @@ bool Server::setupHttps(const QByteArray
 {
 QSslKey sslKey(key, QSsl::Rsa);
 if (sslKey.isNull())
-#ifdef QBT_USES_QT5
+#if QT_VERSION >= QT_VERSION_CHECK(5, 5, 0)
 sslKey = QSslKey(key, QSsl::Ec);
 #else
 {
++ qbittorrent-libtorrent-1.1.1.patch ++
--- /var/tmp/diff_new_pack.T23wDg/_old  2017-06-04 02:02:34.444952464 +0200
+++ /var/tmp/diff_new_pack.T23wDg/_new  2017-06-04 02:02:34.444952464 +0200
@@ -1,8 +1,6 @@
-Index: qbittorrent-3.3.12/src/base/bittorrent/session.cpp
-===
 qbittorrent-3.3.12.orig/src/base/bittorrent/session.cpp
-+++ qbittorrent-3.3.12/src/base/bittorrent/session.cpp
-@@ -45,6 +45,9 @@
+--- a/src/base/bittorrent/session.cpp
 b/src/base/bittorrent/session.cpp
+@@ -44,6 +44,9 @@
  #include 
  
  #include 
@@ -12,7 +10,7 @@
  #include 
  #include 
  
-@@ -194,6 +197,36 @@ namespace
+@@ -183,6 +186,36 @@ namespace
  
  template 
  LowerLimited lowerLimited(T limit, T ret) { return 
LowerLimited(limit, ret); }
@@ -49,14 +47,14 @@
  }
  
  // Session
-@@ -332,7 +365,11 @@ Session::Session(QObject *parent)
+@@ -321,7 +354,11 @@ Session::Session(QObject *parent)
  dispatchAlerts(alertPtr.release());
  });
  #else
-+#if LIBTORRENT_VERSION_NUM < 10102
-+std::string peerId = makeFingerprint(PEER_ID, VERSION_MAJOR, 
VERSION_MINOR, VERSION_BUGFIX, VERSION_BUILD);
-+#else
++#if LIBTORRENT_VERSION_NUM >= 10102
  std::string peerId = libt::generate_fingerprint(PEER_ID, 
QBT_VERSION_MAJOR, QBT_VERSION_MINOR, QBT_VERSION_BUGFIX, QBT_VERSION_BUILD);
++#else
++std::string peerId = makeFingerprint(PEER_ID, QBT_VERSION_MAJOR, 
QBT_VERSION_MINOR, QBT_VERSION_BUGFIX, QBT_VERSION_BUILD);
 +#endif
  libt::settings_pack pack;
  pack.set_int(libt::settings_pack::alert_mask, alertMask);





commit qbittorrent for openSUSE:Factory

2017-06-02 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2017-06-02 10:34:27

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Fri Jun  2 10:34:27 2017 rev:54 rq:500473 version:3.3.13

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2017-04-11 
09:46:22.802767170 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2017-06-02 10:34:33.529507214 +0200
@@ -1,0 +2,80 @@
+Thu Jun  1 18:03:55 UTC 2017 - aloi...@gmx.com
+
+- Update to version 3.3.13
+  * BUGFIX: Fixed UI glitch about torrent numbers in the sidepanel. 
+Fixes #6454. (evsh)
+  * BUGFIX: Fix downloaded/uploaded columns were not highlighted 
+properly when selected. (Chocobo1)
+  * BUGFIX: Always draw background in files list and search result 
+list (Chocobo1)
+  * BUGFIX: Remove torrent temp folder if it becomes unneeded 
+(glassez)
+  * BUGFIX: Remove torrent temp folder when torrent is deleted 
+(glassez)
+  * BUGFIX: Setup DPI at startup (Chocobo1)
+  * BUGFIX: Do not attempt to show detailed tooltips without torrent 
+metadata. Closes #6768. (evsh)
+  * BUGFIX: Better detection of already present files when adding a 
+torrent. (fbriere)
+  * BUGFIX: Fix double click on system tray icon causing program to 
+open and minimize immediately. Closes #5826. (Chocobo1)
+  * BUGIFX: Fix categories sorting in AddNewTorrentDialog. Partially 
+fixes #6708. (fbriere)
+  * BUGFIX: Set "category" column as case-insensitive in transfer 
+list. (fbriere)
+  * BUGFIX: Properly sort categories case-insensitively in filter 
+widget. Closes #6708. (fbriere)
+  * BUGFIX: Fix renaming files is not case sensitive on Windows 
+platform. Closes #5128. (Chocobo1)
+  * BUGFIX: Fix crash in download piece bar (evsh)
+  * BUGFIX: Fix focusing on the previously opened dialog didn't work 
+(Chocobo1)
+  * WEBUI: Bugfix: `RequestParser::splitMultipartData` drop extra 
+trailing newline. (OpenGG)
+  * WEBUI: Add `skip_checking` and `paused` to `/command/download` 
+and `/command/upload` (OpenGG)
+  * WEBUI: Fix checkbox hidden. Closes #6642. (Chocobo1)
+  * WEBUI: Implement http persistence connection. Max simultaneous 
+connection limit set to 500. This also release allocated memory of 
+Connection instances at runtime instead of at program shutdown. 
+(Chocobo1)
+  * WEBUI: Always send Content-Length header. (Chocobo1)
+  * WEBUI: Send Date http header (Chocobo1)
+  * WEBUI: Fix "Content-Encoding" header is always created. 
+(Chocobo1)
+  * WEBUI: Implement robust checking for gzip encoding and revise 
+gzip compressing/decompressing code. (Chocobo1)
+  * WEBUI: Make the context obligatory for translatable strings. 
+Also delete duplicate strings from extra translations. 
+(sledgehammer999)
+  * WEBUI: Use translatable strings in Statistics dialog. 
+(sledgehammer999)
+  * WEBUI: Add missing unit sizes in misc.js (sledgehammer999)
+  * WEBUI: Use the same layout in the Speed tab in preferences as 
+the GUI. (sledgehammer999)
+  * WEBUI: Return status indicating if at least one torrent was 
+successfully added (Thomas Piccirello)
+  * WEBUI: Increase the number of digits after the decimal point 
+(thalieht)
+  * WEBUI: Use less permissive Content Security Policy (Thomas 
+Piccirello)
+  * WEBUI: Fix connection status icon too large. Closes #6804. 
+(Chocobo1)
+  * WEBUI: Cosmetic fixes for WebUI upload and download windows 
+(naikel)
+  * WEBUI: Fix slow filtering in WebUI. (naikel)
+  * WEBUI: Make cookie parsing robust (Chocobo1)
+  * WEBUI: New API for getting torrent piece info (Chocobo1)
+  * WEBUI: Implement Cross-Site Request Forgery defense. Due to this 
+the HTTP referer header is now expected in (almost) all HTTP 
+requests. qBittorrent will drop the request sent without the 
+referer header. That's why we bump the API_VERSION_MIN too. 
+(reported by OpenGG, fixed by Chocobo1)
+  * SEARCH: Update demonoid, legittorrents plugins (ngosang)
+  * SEARCH: Remove mininova, ExtraTorrent plugins (ngosang, 
+KingLucius)
+  * SEARCH: Add btdb plugin (ngosang)
+  * LINUX: Rename .desktop and appdata files to match executable 
+name. Fixes #6625. (evsh)
+
+---

Old:

  qbittorrent-3.3.12.tar.xz
  qbittorrent-3.3.12.tar.xz.asc

New:

  qbittorrent-3.3.13.tar.xz
  qbittorrent-3.3.13.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.BabaIB/_old  2017-06-02 10:34:34.193413408 +0200
+++ 

commit qbittorrent for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2017-04-11 09:46:20

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Tue Apr 11 09:46:20 2017 rev:53 rq:486363 version:3.3.12

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2017-03-13 
15:33:49.531376169 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2017-04-11 09:46:22.802767170 +0200
@@ -1,0 +2,37 @@
+Fri Apr  7 08:40:50 UTC 2017 - aloi...@gmx.com
+
+- Update to version 3.3.12
+  * FEATURE: Indicate bitness in stackstrace and about dialog. 
+Closes #6172. (sledgehammer999)
+  * BUGFIX: Fix incomplete type compile error with Qt4 (Chocobo1)
+  * BUGFIX: Fix compile error: ‘escape’ is not a member of ‘Qt’ 
+(Chocobo1)
+  * BUGFIX: Use system locale to format dates/time/etc 
+(sledgehammer999)
+  * BUGFIX: Follow http user-agent format (Chocobo1)
+  * BUGFIX: Fix cancel "Set location" causes files move to 
+installation dir. (Chocobo1)
+  * WEBUI: Improve performance of updating 'progress' column 
+(buinsky)
+  * WEBUI: Implement statistics window in web UI 
+(FranciscoPombal)
+  * WEBUI: fixed "remaining" column in WebUI (FranciscoPombal)
+  * WEBUI: Set HttpOnly attribute to SID cookie (Chocobo1)
+  * WEBUI: Fire up the timer to clean inactive sessions 
+(Chocobo1)
+  * WEBUI: Set cookie SID value to empty on logout (Chocobo1)
+  * LINUX: Add keywords to the .desktop file. (sledgehammer999)
+  * LINUX: Update stuff in appdata.xml and run 'appstream-utl 
+upgrade' on it. (sledgehammer999)
+  * OTHER: Replace rand() by a true uniform distribution 
+generator (Chocobo1)
+  * OTHER: Change our user-agent format as indicated earlier in 
+the news section (Chocobo1)
+  * OTHER: cmake: fix OSX bundle creation (evsh)
+
+- Refreshed qbittorrent-libtorrent-1.1.1.patch but probably
+  useless at this point
+
+- Dropped qbittorrent-fix_qt4_build.patch (merged upstream)
+
+---

Old:

  qbittorrent-3.3.11.tar.xz
  qbittorrent-3.3.11.tar.xz.asc
  qbittorrent-fix_qt4_build.patch

New:

  qbittorrent-3.3.12.tar.xz
  qbittorrent-3.3.12.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.t3JaSo/_old  2017-04-11 09:46:23.594655305 +0200
+++ /var/tmp/diff_new_pack.t3JaSo/_new  2017-04-11 09:46:23.598654740 +0200
@@ -19,7 +19,7 @@
 
 %define _name   qBittorrent
 Name:   qbittorrent
-Version:3.3.11
+Version:3.3.12
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+
@@ -32,8 +32,6 @@
 Patch0: bittorrent_missing_ppc64le_in_ax_boost_base.m4.patch
 # PATCH-FIX-OPENSUSE qbittorrent-libtorrent-1.1.1.patch -- Fix building with 
libtorrent-rasterbar 1.1.1.
 Patch1: qbittorrent-libtorrent-1.1.1.patch
-# PATCH-FIX-UPSTREAM qbittorrent-fix_qt4_build.patch -- Fix build with Qt4 
(gh#qbittorrent/qBittorrent#6453)
-Patch2: qbittorrent-fix_qt4_build.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 %if 0%{?suse_version} > 1325
@@ -89,7 +87,6 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 aclocal -I m4

++ qbittorrent-3.3.11.tar.xz -> qbittorrent-3.3.12.tar.xz ++
 3080 lines of diff (skipped)

++ qbittorrent-libtorrent-1.1.1.patch ++
--- /var/tmp/diff_new_pack.t3JaSo/_old  2017-04-11 09:46:24.770489203 +0200
+++ /var/tmp/diff_new_pack.t3JaSo/_new  2017-04-11 09:46:24.774488638 +0200
@@ -1,5 +1,7 @@
 a/src/base/bittorrent/session.cpp
-+++ b/src/base/bittorrent/session.cpp
+Index: qbittorrent-3.3.12/src/base/bittorrent/session.cpp
+===
+--- qbittorrent-3.3.12.orig/src/base/bittorrent/session.cpp
 qbittorrent-3.3.12/src/base/bittorrent/session.cpp
 @@ -45,6 +45,9 @@
  #include 
  
@@ -47,14 +49,14 @@
  }
  
  // Session
-@@ -334,7 +367,11 @@ Session::Session(QObject *parent)
+@@ -332,7 +365,11 @@ Session::Session(QObject *parent)
  dispatchAlerts(alertPtr.release());
  });
  #else
 +#if LIBTORRENT_VERSION_NUM < 10102
 +std::string peerId = makeFingerprint(PEER_ID, VERSION_MAJOR, 
VERSION_MINOR, VERSION_BUGFIX, VERSION_BUILD);
 +#else
- std::string peerId = libt::generate_fingerprint(PEER_ID, VERSION_MAJOR, 
VERSION_MINOR, VERSION_BUGFIX, VERSION_BUILD);
+ std::string peerId = libt::generate_fingerprint(PEER_ID, 
QBT_VERSION_MAJOR, QBT_VERSION_MINOR, QBT_VERSION_BUGFIX, QBT_VERSION_BUILD);
 +#endif
  libt::settings_pack pack;
  pack.set_int(libt::settings_pack::alert_mask, 

commit qbittorrent for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2017-03-13 15:33:06

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Mon Mar 13 15:33:06 2017 rev:52 rq:477373 version:3.3.11

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2017-03-04 
16:40:07.978993708 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2017-03-13 15:33:49.531376169 +0100
@@ -104 +104 @@
-reported by @beardog108 privately. (ngosang)
+reported by @beardog108 privately. (ngosang) (bsc#1028073)
@@ -107 +107 @@
-privately. (Chocobo1)
+privately. (Chocobo1) (bsc#1028072)



Other differences:
--





commit qbittorrent for openSUSE:Factory

2017-03-04 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2017-03-04 16:38:14

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Sat Mar  4 16:38:14 2017 rev:51 rq:476891 version:3.3.11

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2017-02-07 
12:05:04.427986937 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2017-03-04 16:40:07.978993708 +0100
@@ -1,0 +2,152 @@
+Sat Mar  4 08:53:48 UTC 2017 - aloi...@gmx.com
+
+- Update to version 3.3.11
+  * FEATURE: Always show progress and remaining bytes for 
+unselected files. (sledgehammer999)
+  * FEATURE: Allow to change priority for unselected files 
+through the combobox like it is done via the context menu. 
+(sledgehammer999)
+  * FEATURE: Remove settings to exchange trackers. It wasn't 
+used by non-libtorrent clients. Also it has a privacy risk 
+and you might be DDoSing someone. (sledgehammer999)
+  * FEATURE: Put temp files in .qBittorrent directory. Closes 
+#4462. (Chocobo1)
+  * FEATURE: Use the numbers from tracker scrape response. 
+Closes #5048, #6117. (Chocobo1)
+  * FEATURE: Implement category filter widget. Show categories 
+in tree mode when subcategories are enabled. (glassez)
+  * FEATURE: Allow to toggle columns in searchtab (thalieht)
+  * FEATURE: PeerList: allow to hide zero values for the 
+"uploaded" and "downloaded" columns (thalieht)
+  * FEATURE: Display more information in tracker tab (ngosang)
+  * FEATURE: Use Ctrl+F to search torrents. Closes #5797. (Tim 
+Delaney)
+  * FEATURE: Transferlist: add hotkeys for double click and 
+recheck selected torrents (thalieht)
+  * FEATURE: Add hotkey for execution log tab, Trackerlist, 
+Peerlist etc (thalieht)
+  * FEATURE: Seperate seeds from peers for DHT, PeX and LSD 
+(thalieht)
+  * BUGFIX: Do not remove added files unconditionally. Closes 
+#6248 (Eugene Shalygin)
+  * BUGFIX: Ignore mouse wheel events in Advanced Settings. 
+Closes #866. (Chocobo1)
+  * BUGFIX: Add queue repair code. It should fix missing 
+torrents after restarting. (Eugene Shalygin, nxd4)
+  * BUGFIX: Fetch torrent status when generating final 
+fastresume data. It should fix missing torrents after 
+restarting. (Eugene Shalygin)
+  * BUGFIX: Fix queue overload for add torrent at session 
+start. It should fix missing torrents after restarting. 
+(falco)
+  * BUGFIX: After files relocate, don't remove the old folder 
+even if it is empty. (Chocobo1)
+  * BUGFIX: Fix finding 'English' item in language dropdown 
+menu when an unrecognized locale is requested. Closes #6109. 
+(sledgehammer999)
+  * BUGIFX: Speedlimitdlg: raise slider default value to 
+1. Closes #6150. (Chocobo1)
+  * BUGFIX: TransferListWidget: keep columns width even if 
+they are hidden on qBittorrent startup (unless something 
+goes wrong) (thalieht)
+  * BUGFIX: fix index overflow for torrents with invalid meta 
+data or empty progress (Falco)
+  * BUGFIX: Immediately update torrent_status after 
+manipulating super seeding mode. Partially fixes #6072. 
+(sledgehammer999)
+  * BUGFIX: Use case-insensitive comparsion for torrent 
+content window. Closes #6327. (Chocobo1)
+  * BUGFIX: Fixed sort order for datetime columns with empty 
+values (closes #2988) (Vladimir Sinenko)
+  * BUGFIX: Disable proxy in WebUI HTTP server. Closes #6349. 
+(Eugene Shalygin)
+  * COSMETIC: Use a disabled progressbar's palette for 
+unselected files. (sledgehammer999)
+  * COSMETIC: Support fallback when selecting theme icons 
+(Eugene Shalygin)
+  * COSMETIC: Do not resize SVG icons (Eugene Shalygin)
+  * COSMETIC: Align text to the right in columns that handle 
+numbers for PeerList and SearchTab (thalieht)
+  * COSMETIC: Increased number of digits after the decimal 
+point for Gibibytes and above (thalieht)
+  * COSMETIC: Use non-breaking spaces between numbers and 
+units (thalieht)
+  * WEBUI: Fix proxy type bug (Oke Atime)
+  * WEBUI: Use the correct value for 
+KEY_TORRENT_NUM_COMPLETE/KEY_TORRENT_NUM_INCOMPLETE 
+(Chocobo1)
+  * WEBUI: Make torrents table scrollable horizontally 
+(buinsky)
+  * WEBUI: Make torrent peers table scrollable horizontally 
+(buinsky)
+  * WEBUI: Add tooltips to dynamic table header (buinsky)
+  * WEBUI: Implement dynamic table columns resizing, 
+reordering and hiding (buinsky)
+  * WEBUI: Add some missing columns to dynamic tables (buinsky)
+  * WEBUI: Make too tall menus scrollable (buinksy)
+  * WEBUI: Prevent text wrapping in menus (buinsky)
+  * WEBUI: Add a vertical separator between columns (buinsky)
+  * 

commit qbittorrent for openSUSE:Factory

2017-02-07 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2017-02-07 12:05:03

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2017-02-04 
16:49:37.802024992 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2017-02-07 12:05:04.427986937 +0100
@@ -1,0 +2,5 @@
+Sun Feb  5 12:42:15 UTC 2017 - jeng...@inai.de
+
+- Update descriptions
+
+---



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.RLt13n/_old  2017-02-07 12:05:05.767797386 +0100
+++ /var/tmp/diff_new_pack.RLt13n/_new  2017-02-07 12:05:05.771796820 +0100
@@ -68,24 +68,20 @@
 %endif
 
 %description
-qBittorrent is a bittorrent client programmed in C++ / Qt that
+qBittorrent is a bittorrent client programmed in C++ and Qt that
 uses libtorrent-rasterbar.
 
-It aims to be a good alternative to all other bittorrent clients
-out there. qBittorrent is fast, stable and provides unicode support
-as well as lots of features.
+It has a streaming-like function to let users download and play video
+files, supports Unicode and has a bandwith scheduler.
 
 %package nox
 Summary:A BitTorrent client in Qt, CLI version
 Group:  Productivity/Networking/File-Sharing
 
 %description nox
-qBittorrent is a bittorrent client programmed in C++ / Qt that
-uses libtorrent-rasterbar, CLI version.
-
-It aims to be a good alternative to all other bittorrent clients
-out there. qBittorrent is fast, stable and provides unicode support
-as well as lots of features.
+qBittorrent is a bittorrent client programmed in C++ and Qt that
+uses libtorrent-rasterbar. This subpackage contains a command-line
+version.
 
 %prep
 %setup -q






commit qbittorrent for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2017-02-04 15:20:52

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2017-01-04 
19:35:42.990524270 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2017-02-04 16:49:37.802024992 +0100
@@ -1,0 +2,5 @@
+Thu Feb  2 11:59:30 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.Ly0trz/_old  2017-02-04 16:49:38.297954369 +0100
+++ /var/tmp/diff_new_pack.Ly0trz/_new  2017-02-04 16:49:38.301953800 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qbittorrent
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Mariusz Fik .
 #
 # All modifications and additions to the file contributed by third parties
@@ -34,7 +34,11 @@
 Patch1: qbittorrent-libtorrent-1.1.1.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  boost-devel >= 1.35
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_system-devel
+%else
+BuildRequires:  boost-devel
+%endif
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig






commit qbittorrent for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2016-09-12 13:28:15

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2016-07-27 
16:12:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2016-09-12 13:28:17.0 +0200
@@ -1,0 +2,17 @@
+Mon Sep 12 06:43:08 UTC 2016 - aloi...@gmx.com
+
+- Update to version 3.3.7
+  * FEATURE: Delete torrent+files with Shift+Delete (pieniacy)
+  * BUGFIX: Fix 6-hour speedplot point push rate. Close #5545 
+(Daniel Segesdi)
+  * BUGFIX: Avoid spawning a new explorer.exe process when 
+selecting "Open containing folder". Closes #5564. (Chocobo1)
+  * BUGFIX: Fix loading of new geoip db due to an artificial 
+size limit. (SagePtr)
+  * BUGFIX: Better error handling and logging with smtp 
+communication. (Brian Kendall)
+  * SEARCH: Remove KickassTorrents search engine (ngosang)
+  * SEARCH: Remove BTDigg search engine (ngosang)
+  * SEARCH: Update Torrentz search engine (ngosang)
+
+---

Old:

  qbittorrent-3.3.6.tar.xz
  qbittorrent-3.3.6.tar.xz.asc

New:

  qbittorrent-3.3.7.tar.xz
  qbittorrent-3.3.7.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.ftdyzG/_old  2016-09-12 13:28:18.0 +0200
+++ /var/tmp/diff_new_pack.ftdyzG/_new  2016-09-12 13:28:18.0 +0200
@@ -19,7 +19,7 @@
 
 %define _name   qBittorrent
 Name:   qbittorrent
-Version:3.3.6
+Version:3.3.7
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+

++ qbittorrent-3.3.6.tar.xz -> qbittorrent-3.3.7.tar.xz ++
 36662 lines of diff (skipped)





commit qbittorrent for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2016-07-27 16:12:38

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2016-06-23 
13:36:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2016-07-27 16:12:47.0 +0200
@@ -1,0 +2,9 @@
+Sat Jul 23 16:04:21 UTC 2016 - aloi...@gmx.com
+
+- Update to version 3.3.6:
+  * BUGFIX: Do not create save directory in advance.
+  * BUGFIX: Fix icons are missing when using RTL languages in
+Options dialog.
+- Only recommend python3.
+
+---

Old:

  qbittorrent-3.3.5.tar.xz
  qbittorrent-3.3.5.tar.xz.asc

New:

  qbittorrent-3.3.6.tar.xz
  qbittorrent-3.3.6.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.oq1wc0/_old  2016-07-27 16:12:48.0 +0200
+++ /var/tmp/diff_new_pack.oq1wc0/_new  2016-07-27 16:12:48.0 +0200
@@ -19,7 +19,7 @@
 
 %define _name   qBittorrent
 Name:   qbittorrent
-Version:3.3.5
+Version:3.3.6
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+
@@ -35,14 +35,14 @@
 BuildRequires:  boost-devel >= 1.35
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(libtorrent-rasterbar) >= 1.0.6
 # For geolocalisation.
 Requires:   GeoIP
-# For search engines.
-Requires:   python3
 Recommends: python
+# For search engines.
+Recommends: python3
 %if 0%{?suse_version} >= 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
 BuildRequires:  libqt5-linguist >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0

++ qbittorrent-3.3.5.tar.xz -> qbittorrent-3.3.6.tar.xz ++
 133370 lines of diff (skipped)





commit qbittorrent for openSUSE:Factory

2016-06-23 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2016-06-23 13:36:21

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2016-06-19 
12:53:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2016-06-23 13:36:27.0 +0200
@@ -1,0 +2,128 @@
+Mon Jun 20 06:54:00 UTC 2016 - aloi...@gmx.com
+
+- Update to version 3.3.5
+  * FEATURE: Implement Torrent Management Mode(TMM) (glassez)
+  * FEATURE: New cookies management dialog and various related 
+fixes (glassez)
+  * FEATURE: Use unique temp directories 
+(temp_path/). Closes #5154. (glassez)
+  * FEATURE: Display notifications when a torrent is added. 
+Closes #334 and #915. (sledgehammer999)
+  * FEATURE: Sort labels with natural sort algorithm in the 
+right-click menu. Closes #3919. (Chocobo1)
+  * FEATURE: Add option to automatically remove .torrent files 
+upon adding (Eugene Shalygin)
+  * FEATURE: Add option to bind directly to an IP instead of 
+using a network Interface (Sjoerd van der Berg, 
+sledgehammer999)
+  * FEATURE: Detailed tooltips on the progress and 
+availability bars in the General button of each torrent. 
+(Eugene Shalygin)
+  * FEATURE: Let user able to specifiy a filter when choosing 
+an IP filter file (Chocobo1)
+  * FEATURE: Improve usability of "Run External Program". 
+Users can write (platform dependent) shell scripts now. 
+(Chocobo1)
+  * PERFORMANCE: Optimize drawing in speed graph (Anton 
+Lashkov, Chocobo1)
+  * BUGFIX: Fix memory leak. (sledgehammer999)
+  * BUGFIX: Fix resizing bug in "add torrent dialog". Closes 
+#5036. (Chocobo1)
+  * BUGFIX: Fix qBittorrent doesn't exit immediately when "all 
+donwloads are done -> exit" option enabled. (glassez, Chocobo1)
+  * BUGFIX: Display the filepath when a torrent fails to load. 
+Closes #100 and #805. (sledgehammer999)
+  * BUGFIX: Fix Add tracker dialog empty trackers (ngosang)
+  * BUGFIX: Fix Add tracker dialog URL download (ngosang)
+  * BUGFIX: Fix torrent adding with existing data (glassez)
+  * BUGFIX: Try to find incomplete files for new torrent 
+(glassez)
+  * BUGFIX: Fix rechecking after torrent is finished (glassez)
+  * BUGFIX: Fix duplicate network interfaces. Closes #5131 
+(ngosang)
+  * BUGFIX: Fix .!qB extension is added when disabled (glassez)
+  * BUGFIX: Fix "IP Filtering - Apply to trackers" wasn't 
+being applied. Closes #5217. (Chocobo1)
+  * BUGFIX: Don't resize the Country column needlessly 
+(thalieht)
+  * BUGFIX: Fix crashing when exiting the program while the 
+Options window was showing. Closes #4871, #5049. (Chocobo1)
+  * BUGFIX: Fix parsing of eMule .DAT filters. Closes #5281. 
+(thalieht, sledgehammer999)
+  * WEBUI: Implement in setting/removing/showing categories. 
+(buinsky)
+  * WEBUI: Add 'Added on' column in Webui. Closes 
+#5145,#1092,#738 (Ibrahim Tachijian)
+  * WEBUI: Add command to get the logs (pmzqla)
+  * WEBUI: Expose Add trackers feature (pmzqla)
+  * WEBUI: Bump API_VERSION and API_VERSION_MIN to 10. 
+(sledgehammer999)
+  * SEARCH: Implement search filters in the proxy model. 
+(Eugene Shalygin)
+  * SEARCH: Optimize widgets inside of the search tab (Eugene 
+Shalygin)
+  * SEARCH: Remove duplicated code from search tab and widget 
+(Eugene Shalygin)
+  * SEARCH: Use nova2dl.py script instead of DownloadManager. 
+Closes #5026. (glassez)
+  * SEARCH: Various UI cleanups and optimizations. (Chocobo1, 
+ngosang)
+  * SEARCH: Fix Torrentz, Mininova, LegitTorrents, PirateBay 
+plugins (ngosang)
+  * SEARCH: Fix toolbar resizing when m_searchFilter 
+appears/disappears. Closes #5120. (Chocobo1)
+  * SEARCH: Use QPalette::LinkVisited color for downloaded 
+items in search results (Eugene Shalygin)
+  * SEARCH: Update Python version requirements (min 2.7.9 / 
+3.3.0) (ngosang)
+  * SEARCH: Remove filters from Torrentreactor, BTDigg and 
+Demonoid. It is done in the GUI now. (ngosang)
+  * RSS: default refresh interval to 30 mins (botmtl)
+  * COSMETIC: Improve TransferListDelegate::sizeHint (Chocobo1)
+  * COSMETIC: Fix long text clipping. Closes #5091. (Chocobo1)
+  * COSMETIC: Minor change in Stats dialog (ngosang)
+  * COSMETIC: Fix Update all button height in RSS tab (ngosang)
+  * COSMETIC: Disable `comboHideZero` when `checkHideZero` is 
+unchecked. (Chocobo1)
+  * COSMETIC: Disable `checkLimituTPConnections` when 
+`checkuTP` is unchecked. (Chocobo1)
+  * COSMETIC: Enable word wrap for "Run external program" help 
+text (Chocobo1)
+  * COSMETIC: Fix mutually 

commit qbittorrent for openSUSE:Factory

2016-06-19 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2016-06-19 12:53:02

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2016-04-01 
13:02:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2016-06-19 12:53:03.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 17 17:03:09 UTC 2016 - sor.ale...@meowr.ru
+
+- Add qbittorrent-gcc6.patch from commit e2bf462: fix GCC 6 errors
+  with qmake (boo#985244).
+
+---

New:

  qbittorrent-gcc6.patch



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.23qut2/_old  2016-06-19 12:53:04.0 +0200
+++ /var/tmp/diff_new_pack.23qut2/_new  2016-06-19 12:53:04.0 +0200
@@ -28,20 +28,24 @@
 Source: http://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz
 Source1:http://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
-Patch1: bittorrent_missing_ppc64le_in_ax_boost_base.m4.patch
+# PATCH-FIX-OPENSUSE bittorrent_missing_ppc64le_in_ax_boost_base.m4.patch 
norm...@linux.vnet.ibm.com -- Add ppc64le support.
+Patch0: bittorrent_missing_ppc64le_in_ax_boost_base.m4.patch
+# PATCH-FIX-UPSTREAM qbittorrent-gcc6.patch boo#985244 
sledgehammer...@qbittorrent.org -- Fix GCC 6 compilation with qmake.
+Patch1: %{name}-gcc6.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  boost-devel >= 1.35
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(libtorrent-rasterbar) >= 1.0.6
-# For geolocalization.
+# For geolocalisation.
 Requires:   GeoIP
 # For search engines.
 Requires:   python3
 Recommends: python
-%if 0%{?suse_version} >= 1320 || (0%{?suse_version} == 1315 && 
0%{?is_opensuse})
+%if 0%{?suse_version} >= 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
 BuildRequires:  libqt5-linguist >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
@@ -65,7 +69,7 @@
 
 It aims to be a good alternative to all other bittorrent clients
 out there. qBittorrent is fast, stable and provides unicode support
-as well as many features.
+as well as lots of features.
 
 %package nox
 Summary:A BitTorrent client in Qt, CLI version
@@ -77,10 +81,11 @@
 
 It aims to be a good alternative to all other bittorrent clients
 out there. qBittorrent is fast, stable and provides unicode support
-as well as many features.
+as well as lots of features.
 
 %prep
 %setup -q
+%patch0 -p1
 %patch1 -p1
 
 %build
@@ -93,7 +98,7 @@
 pushd $ui
 %configure \
   $ui_opt   \
-%if 0%{?suse_version} < 1320 && !(0%{?suse_version} == 1315 && 
0%{?is_opensuse})
+%if 0%{?suse_version} < 1320 && !(0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
   --with-qt4\
 %endif
   --enable-systemd


++ qbittorrent-gcc6.patch ++
--- a/conf.pri.in
+++ b/conf.pri.in
@@ -6,8 +6,14 @@ DATADIR = @EXPAND_DATADIR@
 MANPREFIX = @EXPAND_MANDIR@
 
 QMAKE_CXXFLAGS += @QBT_CONF_EXTRA_CFLAGS@
-INCLUDEPATH += @QBT_CONF_INCLUDES@
-LIBS += @LDFLAGS@ @LIBS@
+
+EXTERNAL_INCLUDES = @QBT_CONF_INCLUDES@
+EXTERNAL_INCLUDES -= $$QMAKE_DEFAULT_INCDIRS
+INCLUDEPATH += $$EXTERNAL_INCLUDES
+
+EXTERNAL_LIBS = @LDFLAGS@ @LIBS@
+EXTERNAL_LIBS -= $$QMAKE_DEFAULT_LIBDIRS
+LIBS += $$EXTERNAL_LIBS
 
 CONFIG += @QBT_ADD_CONFIG@
 CONFIG -= @QBT_REMOVE_CONFIG@



commit qbittorrent for openSUSE:Factory

2016-04-01 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2016-04-01 13:02:52

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2016-01-28 
17:24:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2016-04-01 13:02:58.0 +0200
@@ -1,0 +2,75 @@
+Wed Mar 30 21:12:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.3.4:
+   * FEATURE: Download more pieces in
+ "Download first and last pieces first" feature.
+   * FEATURE: Unlock first column in peerlist too.
+   * FEATURE: Add "Hide zero values" option.
+   * FEATURE: Add a "remaining" column to the torrent content model.
+   * FEATURE: Allow to toggle columns in peerlist.
+   * FEATURE: Add ability to filter log messages by type.
+   * FEATURE: Add ability to write the log to file.
+   * FEATURE: Add 'never show again' checkbox/pref to auto-exit
+ confirm dialog.
+   * PERFORMANCE: Perform fastresume data saving in separate thread.
+   * PERFORMANCE: Optimise session startup.
+   * BUGFIX: Save resume data using QSaveFile (Qt5 only). This
+ reduces chances of corrupt files.
+   * BUGFIX: Check torrent file permissions before opening.
+   * BUGFIX: Always update native session's announce_ip setting.
+   * BUGFIX: Fix loading *.magnet files from watched directories.
+   * BUGFIX: Fix upgrade corrupted fastresume file.
+   * BUGFIX: Fix total values for "Seeds" & "Peers".
+   * BUGFIX: Fix potential race condition.
+   * BUGFIX: Don't merge trackers for private torrents.
+   * BUGFIX: Fix double buttons in "Add New Torrent" dialog.
+   * BUGFIX: Fix malformed date header in email.
+   * BUGFIX: Save "Run external programme" input as is.
+   * BUGFIX: Enable "filename" column in peers list again.
+ Crash is fixed now.
+   * BUGFIX: Don't display warning when directory name stayed the
+ same after rename.
+   * BUGFIX: Fix selection of Portuguese translation files.
+   * BUGFIX: Fix selection of Esperanto locale.
+   * BUGFIX: Fix "caja" file manager opens the file instead of
+ opens the directory.
+   * BUGFIX: Potentially fix a random crash coming from the sidepanel.
+   * WEBUI: Fix max_ratio precision.
+   * WEBUI: Fix JavaScript exception on WebUI load.
+   * WEBUI: Fix translation.
+   * WEBUI: Submit the label in the new label dialog on pressing
+ enter key.
+   * WEBUI: Check WebUI username and password length.
+   * WEBUI: Minor changes in CSS styles.
+   * WEBUI: Add "Added on" and "Completion on" fields to
+ query/torrents query response.
+   * WEBUI: Do not try to parse request message when content-length
+ is 0.
+   * WEBUI: Support SSL certificate bundles.
+   * WEBUI: Change the order of the values of speed labels.
+   * WEBUI: Bump WebUI API_VERSION.
+   * SEARCH: Update PirateBay plugin.
+   * SEARCH: Added TorLock search engine.
+   * COSMETIC: Fix splash screen staying on top of all windows.
+   * COSMETIC: Rearrange advanced settings.
+   * COSMETIC: Cleanup "about" dialog.
+   * COSMETIC: Cleanup "Add New Torrent" dialog.
+   * COSMETIC: Use short date in addnewtorrentdialog.
+   * COSMETIC: Change "Free disk space" to "Free space on disk".
+   * COSMETIC: Let OS handle DPI scaling for now. Should let Qt do
+ the work when it's more mature.
+   * COSMETIC: Put comment_lbl in QScrollArea.
+   * COSMETIC: Change the order of the values of speed labels.
+   * COSMETIC: Cleanup the Log tab.
+   * COSMETIC: Cleanup the Atom/RSS tab.
+   * OTHER: Set "Show splash screen on start up" option default to
+ off.
+   * OTHER: Support for cross-compilation with MXE.
+   * OTHER: Add basic (and unofficial) cmake support.
+   * OTHER: Move some URLs overs to https.
+   * OTHER: Add appveyor suppor.
+   * OTHER: Many other internal code restructuring, cleaning and
+ fixing.
+- Check tarball signing.
+
+---

Old:

  qbittorrent-3.3.3.tar.xz

New:

  qbittorrent-3.3.4.tar.xz
  qbittorrent-3.3.4.tar.xz.asc
  qbittorrent.keyring



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.jVne9q/_old  2016-04-01 13:02:59.0 +0200
+++ /var/tmp/diff_new_pack.jVne9q/_new  2016-04-01 13:02:59.0 +0200
@@ -19,13 +19,15 @@
 
 %define _name   qBittorrent
 Name:   qbittorrent
-Version:3.3.3
+Version:3.3.4
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+
 Group:  Productivity/Networking/File-Sharing
 Url:http://qbittorrent.org/
 

commit qbittorrent for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2016-01-28 17:23:15

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2016-01-23 
01:16:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2016-01-28 17:24:02.0 +0100
@@ -1,0 +2,9 @@
+Mon Jan 25 10:12:32 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 3.3.3:
+  * BUGFIX: Temporarily disable "filename" column of peers view.
+It has a bug that causes frequent crashes.
+  * WEBUI: Move style of dynamic table header to CSS.
+  * WEBUI: Fix unnecessary updates of torrent peers table.
+
+---

Old:

  qbittorrent-3.3.2.tar.xz

New:

  qbittorrent-3.3.3.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.ukkPGw/_old  2016-01-28 17:24:02.0 +0100
+++ /var/tmp/diff_new_pack.ukkPGw/_new  2016-01-28 17:24:02.0 +0100
@@ -19,7 +19,7 @@
 
 %define _name   qBittorrent
 Name:   qbittorrent
-Version:3.3.2
+Version:3.3.3
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+

++ qbittorrent-3.3.2.tar.xz -> qbittorrent-3.3.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qbittorrent-3.3.2/Changelog 
new/qbittorrent-3.3.3/Changelog
--- old/qbittorrent-3.3.2/Changelog 2016-01-19 00:50:18.0 +0100
+++ new/qbittorrent-3.3.3/Changelog 2016-01-20 23:52:26.0 +0100
@@ -1,3 +1,8 @@
+* Thu Jan 21 2016 - sledgehammer999  - v3.3.3
+- BUGFIX: Temporarily disable "filename" column of peers view. It has a 
bug that causes frequent crashes. See issue #4597.
+- WEBUI: Move style of dynamic table header to CSS (buinsky)
+- WEBUI: Fix unnecessary updates of torrent peers table (buinsky)
+
 * Tue Jan 19 2016 - sledgehammer999  - v3.3.2
 - FEATURE: Add a new column to peers list that shows list of files which 
are downloaded right now from a peer. (evsh)
 - FEATURE: Improve the "Watch folders" UI. Closes #4300. You'll need to 
redo your watch folders settings. (sledgehammer999, glassez)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qbittorrent-3.3.2/dist/mac/Info.plist 
new/qbittorrent-3.3.3/dist/mac/Info.plist
--- old/qbittorrent-3.3.2/dist/mac/Info.plist   2016-01-19 00:50:18.0 
+0100
+++ new/qbittorrent-3.3.3/dist/mac/Info.plist   2016-01-20 23:52:26.0 
+0100
@@ -45,7 +45,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
-   3.3.2
+   3.3.3
CFBundleSignature
qBit
CFBundleExecutable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qbittorrent-3.3.2/dist/windows/options.nsi 
new/qbittorrent-3.3.3/dist/windows/options.nsi
--- old/qbittorrent-3.3.2/dist/windows/options.nsi  2016-01-19 
00:50:18.0 +0100
+++ new/qbittorrent-3.3.3/dist/windows/options.nsi  2016-01-20 
23:52:26.0 +0100
@@ -19,7 +19,7 @@
 !define CSIDL_APPDATA '0x1A' ;Application Data path
 !define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path
 
-!define PROG_VERSION "3.3.2"
+!define PROG_VERSION "3.3.3"
 !define MUI_FINISHPAGE_RUN
 !define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun
 !define MUI_FINISHPAGE_RUN_TEXT $(launch_qbt)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qbittorrent-3.3.2/src/base/bittorrent/peerinfo.cpp 
new/qbittorrent-3.3.3/src/base/bittorrent/peerinfo.cpp
--- old/qbittorrent-3.3.2/src/base/bittorrent/peerinfo.cpp  2016-01-19 
00:50:18.0 +0100
+++ new/qbittorrent-3.3.3/src/base/bittorrent/peerinfo.cpp  2016-01-20 
23:52:26.0 +0100
@@ -408,8 +408,3 @@
 {
 return m_flagsDescription;
 }
-
-int PeerInfo::downloadingPieceIndex() const
-{
-return m_nativeInfo.downloading_piece_index;
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qbittorrent-3.3.2/src/base/bittorrent/peerinfo.h 
new/qbittorrent-3.3.3/src/base/bittorrent/peerinfo.h
--- old/qbittorrent-3.3.2/src/base/bittorrent/peerinfo.h2016-01-19 
00:50:18.0 +0100
+++ new/qbittorrent-3.3.3/src/base/bittorrent/peerinfo.h2016-01-20 
23:52:26.0 +0100
@@ -100,7 +100,6 @@
 #ifndef DISABLE_COUNTRIES_RESOLUTION
 QString country() const;
 #endif
-   

commit qbittorrent for openSUSE:Factory

2016-01-22 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2016-01-23 01:16:34

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2015-12-09 
22:32:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2016-01-23 01:16:36.0 +0100
@@ -1,0 +2,58 @@
+Tue Jan 19 17:45:21 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 3.3.2:
+  * FEATURE: Add a new column to peers list that shows list of
+files which are downloaded right now from a peer.
+  * FEATURE: Improve the "Watch directories" UI.
+You'll need to redo your watch directories settings.
+  * FEATURE: Support loading multiple magnets/hashes/urls per
+.magnet file in the watched directory (one per line).
+  * BUGFIX: Fix resolution of peer host names.
+  * BUGFIX: Don't recheck twice after 'Force Recheck' with
+'Recheck torrents on completion' enabled.
+  * BUGFIX: Don't apply some settings again if they weren't changed.
+  * BUGFIX: Update ISO 3166 country codes.
+  * BUGFIX: Fix moving torrents to Temp after application restart.
+  * BUGFIX: Fix crash in favicon code due to null pointer
+dereference.
+  * BUGFIX: Move the 'qBittorrent-resume' file even when no magnets
+were recovered. Also make sure to rename it with a unique name.
+  * BUGFIX: Don't add the watch directory before the user closes
+the Preferences window.
+  * BUGFIX: Remove watch directories permanently only if the user
+accepts the Preferences dialog.
+  * BUGFIX: Better handling of cookies in the download manager.
+  * BUGFIX: Use the download manager for Atom/RSS, the application
+updater and the DNS updater.
+  * BUGFIX: Fix reconfigure additional trackers.
+  * BUGFIX: Fix loading corrupted .fastresume file.
+  * WEBUI: Show filtered torrents number.
+  * WEBUI: Fix paused, active and inactive filters.
+  * WEBUI: Fixed bug when uploading several files and only the last
+one was considered.
+  * WEBUI: Implemented WebUI interface for the new
+Watched Directories feature.
+  * WEBUI: Fix possible showing "qBittorrent client is not reachable"
+message on deleting torrents.
+  * WEBUI: Don't show "Limit download speed" menu item for
+downloaded torrents.
+  * WEBUI: Update webui run application parameters.
+  * WEBUI: Allow to remove the label assigned to a torrent.
+  * WEBUI: Repair translation.
+  * WEBUI: Remember last opened tab.
+  * WEBUI: Bump WebUI API_VERSION and API_VERSION_MIN.
+  * COSMETIC: Update native names for Chinese locales.
+  * COSMETIC: Rename column header in Content view.
+  * COSMETIC: Edit speed limits and upload ratio icons.
+  * SEARCH: Code refactoring.
+  * SEARCH: Fix PirateBay plugin implementation for Python 3.
+  * SEARCH: Update PirateBay URL.
+  * ATOM/RSS: Code refactoring.
+  * OTHER: Fix lrelease version due to the default Qt5 build.
+  * OTHER: Indicate to the user that he's going to download the
+new version.
+  * OTHER: Don't require GUI libs for qt4 nox build.
+  * OTHER: Fix cross-compilation.
+  * OTHER: Allow GeoIP in nox builds.
+
+---

Old:

  qbittorrent-3.3.1.tar.xz

New:

  qbittorrent-3.3.2.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.mTfRSx/_old  2016-01-23 01:16:37.0 +0100
+++ /var/tmp/diff_new_pack.mTfRSx/_new  2016-01-23 01:16:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qbittorrent
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Mariusz Fik .
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %define _name   qBittorrent
 Name:   qbittorrent
-Version:3.3.1
+Version:3.3.2
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+
@@ -84,6 +84,7 @@
 %build
 aclocal -I m4
 autoconf
+
 %global _configure ../configure
 for ui in nox gui; do
 [[ "$ui" == nox ]] && ui_opt='--disable-gui' || ui_opt=

++ qbittorrent-3.3.1.tar.xz -> qbittorrent-3.3.2.tar.xz ++
 285730 lines of diff (skipped)




commit qbittorrent for openSUSE:Factory

2015-12-09 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2015-12-09 19:54:14

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2015-12-01 
09:19:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2015-12-09 22:32:34.0 +0100
@@ -3,0 +4,25 @@
+- Update to 3.3.1:
+  * FEATURE: New "Set as default label" option in "Add torrent" dialog.
+  * FEATURE: Support wildcards for filtering torrent list and torrent content.
+  * BUGFIX: Fix -1 is displayed instead of the infinity symbol.
+  * BUGFIX: Fix scan dirs settings saving.
+  * BUGFIX: Exported torrents now use name instead of hash.
+  * BUGFIX: Improve upgrade to v3.3.0. Now undownloaded magnets will be 
migrated too.
+  * BUGFIX: Fix wrong encoding for listen failed error message.
+  * BUGFIX: Fix Atom/RSS not automarking articles as read.
+  * BUGFIX: Fix possible deadlock during application exit.
+  * WEBUI: Cookies support on WebUI when downloading torrent from an URL.
+  * WEBUI: Modify download and upload windows to allow autocompletion of 
browsers.
+  * WEBUI: Fixed the spinner in the WebUI upload page.
+  * WEBUI: Modify height of the WebUI download page.
+  * WEBUI: Fix all the JavaScript functions for download and upload pages.
+  * WEBUI: Add seeds tab to WebUI.
+  * WEBUI: Bump WebUI API_VERSION.
+  * COSMETIC: Cleanup "Trackers", "Peers", "HTTP Sources", "Speed" and 
"Content" page layout.
+  * COSMETIC: Reduce mainwindow border width.
+  * COSMETIC: Use QLineEdit built-in ClearButton (Qt5 only).
+  * COSMETIC: Change text description for half-open connection.
+
+---
+Mon Nov 30 10:20:18 UTC 2015 - sor.ale...@meowr.ru
+

Old:

  qbittorrent-3.3.0.tar.xz

New:

  qbittorrent-3.3.1.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.8LllOH/_old  2015-12-09 22:32:36.0 +0100
+++ /var/tmp/diff_new_pack.8LllOH/_new  2015-12-09 22:32:36.0 +0100
@@ -19,7 +19,7 @@
 
 %define _name   qBittorrent
 Name:   qbittorrent
-Version:3.3.0
+Version:3.3.1
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+

++ qbittorrent-3.3.0.tar.xz -> qbittorrent-3.3.1.tar.xz ++
 227217 lines of diff (skipped)




commit qbittorrent for openSUSE:Factory

2015-12-01 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2015-12-01 09:19:47

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2015-11-04 
15:33:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2015-12-01 09:19:54.0 +0100
@@ -1,0 +2,72 @@
+Mon Nov 30 10:20:18 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 3.3.0:
+  * FEATURE: Huge core code refactoring. Problems with labels, temp
+directories etc should be eliminated. Smoother UI should be
+observed too.
+  * FEATURE: Speed graph.
+  * FEATURE: Add multiple peers in Peers addition dialog.
+  * FEATURE: Allow to copy all peers with a keyboard shortcut.
+  * FEATURE: Use GeoIP2 database, allows for country resolution of
+IPv6 peers. It is no longer embedded in the program but
+downloaded and updated monthly.
+  * FEATURE: Add more "Run External Program" parameters.
+  * FEATURE: Add an option to allow the use of proxies only for
+torrents.
+  * FEATURE: Detect network interface state changes. It should
+detect VPN connection resets.
+  * FEATURE: Switch to using C++11.
+  * FEATURE: Automatically add trackers to new downloads.
+  * FEATURE: You can now choose the path to download for watched
+folders.
+  * BUGFIX: Fix progress calculation in Content tab.
+  * BUGFIX: Fix label filter.
+  * BUGFIX: Fix "Run External Program Launches too Early" issue.
+  * BUGFIX: Don't remove torrent contents parent folder, even it is
+empty. 
+  * BUGFIX: Always apply filter for manually banned IPs.
+  * BUGFIX: Fix reporting of tracker status.
+  * BUGFIX: Don't connect to "any interface" when the configured
+network interface is missing.
+  * BUGFIX: Fix reordering of first column with Qt5.
+  * COSMETIC: Add back "qBittorrent" in program updater title.
+  * COSMETIC: Use infinity symbol rather than -1 for nb_connections.
+  * COSMETIC: Move uTP options to it's own section.
+  * COSMETIC: Fix availability bar & progress bar height being too
+small on high DPI displays.
+  * COSMETIC: Fix availability label & progress label clipped on
+high DPI displays.
+  * COSMETIC: Add tooltips/legend for availability bar & progress
+bar.
+  * COSMETIC: Use theme colour for background in PropertiesWidget.
+  * COSMETIC: Replace horizontal line with border in bottom panel.
+  * COSMETIC: Various visual changes in the side panel.
+  * COSMETIC: Use thin border for transfer list.
+  * COSMETIC: Make URL in "Add Torrent File..." clickable.
+  * COSMETIC: New view for errored torrents.
+  * WEBUI: Add information in General tab.
+  * WEBUI: Reorder "Super seeding mode" option in right click menu.
+  * WEBUI: Clean up JavaScript code.
+  * WEBUI: Added labels support.
+  * WEBUI: Fix accessing the WebUI through IPv6.
+  * WEBUI: Bump WebUI API_VERSION to 6.
+  * WEBUI: Change selected colour to differentiate from the
+progressbar.
+  * SEARCH: Add "Copy description page URL" button in search tab.
+  * SEARCH: Add https_proxy env variable. This forces Python to use
+the HTTP proxy for HTTPS connections.
+  * SEARCH: Detect new plugin URL from clipboard.
+  * SEARCH: Update Torrentz trackers.
+  * WINDOWS: Fix german translation of the installer.
+  * NOX: Don't ask the user questions in nox build when in
+non-interactive mode.
+  * OTHER: Fixed typos, spelling correction.
+  * OTHER: Fix need for restart to enable/disable peer countries
+resolution.
+  * OTHER: Unload the GeoIP db when disabled.
+  * OTHER: Reduce max value of "Disk cache size" to 1536MB for
+32bit. Closes to #4028.
+  * OTHER: Make "Download in sequential order" and
+"Download first and last piece first" options independent.
+
+---

Old:

  qbittorrent-3.2.5.tar.xz

New:

  qbittorrent-3.3.0.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.ymZbDD/_old  2015-12-01 09:19:55.0 +0100
+++ /var/tmp/diff_new_pack.ymZbDD/_new  2015-12-01 09:19:55.0 +0100
@@ -19,7 +19,7 @@
 
 %define _name   qBittorrent
 Name:   qbittorrent
-Version:3.2.5
+Version:3.3.0
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+
@@ -41,6 +41,7 @@
 Recommends: python
 %if 0%{?suse_version} >= 1320 || (0%{?suse_version} == 1315 && 
0%{?is_opensuse})
 BuildRequires:  libqt5-linguist >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires: 

commit qbittorrent for openSUSE:Factory

2015-11-04 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2015-11-04 15:33:22

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2015-10-14 
16:44:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2015-11-04 15:33:23.0 +0100
@@ -1,0 +2,6 @@
+Sat Oct 31 17:12:31 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 3.2.5:
+  + BUGFIX: Fix difficult to reproduce crash.
+
+---

Old:

  qbittorrent-3.2.4.tar.gz

New:

  qbittorrent-3.2.5.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.p83oEX/_old  2015-11-04 15:33:25.0 +0100
+++ /var/tmp/diff_new_pack.p83oEX/_new  2015-11-04 15:33:25.0 +0100
@@ -19,13 +19,13 @@
 
 %define _name   qBittorrent
 Name:   qbittorrent
-Version:3.2.4
+Version:3.2.5
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+
 Group:  Productivity/Networking/File-Sharing
 Url:http://qbittorrent.org/
-Source: 
https://github.com/%{name}/%{_name}/archive/release-%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: http://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz
 Patch1: bittorrent_missing_ppc64le_in_ax_boost_base.m4.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -77,39 +77,35 @@
 as well as many features.
 
 %prep
-%setup -q -n %{_name}-release-%{version}
+%setup -q
 %patch1 -p1
 
 %build
 aclocal -I m4
 autoconf
-
 %global _configure ../configure
 for ui in nox gui; do
 [[ "$ui" == nox ]] && ui_opt='--disable-gui' || ui_opt=
 mkdir $ui
 pushd $ui
 %configure \
+  $ui_opt   \
 %if 0%{?suse_version} >= 1320 || (0%{?suse_version} == 1315 && 
0%{?is_opensuse})
   --with-qt5\
 %endif
-  $ui_opt   \
   --enable-systemd
 make %{?_smp_mflags}
 popd
 done
 
 %install
-for ui in nox gui; do
-pushd $ui
-make INSTALL_ROOT=%{buildroot} install
-popd
-done
+make INSTALL_ROOT=%{buildroot} install -C nox
+make INSTALL_ROOT=%{buildroot} install -C gui
 
 mkdir -p %{buildroot}%{_sbindir}/
 ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}-nox
 
-%fdupes %{buildroot}%{_datadir}
+%fdupes %{buildroot}%{_datadir}/
 
 %post
 %desktop_database_post




commit qbittorrent for openSUSE:Factory

2015-10-14 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2015-10-14 16:44:48

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is "qbittorrent"

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2015-08-11 
08:26:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2015-10-14 16:44:49.0 +0200
@@ -1,0 +2,71 @@
+Sat Oct 10 13:26:03 UTC 2015 - aloi...@gmx.com
+
+- Update to version 3.2.4
+  * FEATURE: Select the file of single file torrents when opening
+destination folder (pmzqla)
+  * BUGFIX: Fix crash with invalid favicon. Closes #3632. (glassez)
+  * BUGFIX: Try to download favicon.png when the download of
+favicon.ico fails (pmzqla)
+  * BUGFIX: Try to avoid loading a corrupted configuration file.
+Also log errors encountered while saving/loading the configuration.
+Closes #3503. (sledgehammer999)
+  * BUGFIX: Allow adding torrent link from Torcache (jsayol)
+  * BUGFIX: Don't limit the number of torrents that can be announced to
+the tracker/dht/lsd. Closes #3473. (sledgehammer999)
+  * BUGFIX: Fix potential crash when memory allocation failed.
+Closes #3877. (Chocobo1)
+  * COSMETIC: Change Queue buttons order in the Toolbar (GUI & Web
+UI) (ngosang)
+  * COSMETIC: Move option "Ignore transfer limits on local network"
+to Speed page (Chocobo1)
+  * COSMETIC: Move option "Confirm torrent deletion" to Behavior
+page (Chocobo1)
+  * COSMETIC: Fix typos. Make `μTP` untranslatable. Use American
+variation of words. Closes #3654. (sledgehammer999)
+  * COSMETIC: Optimize text color for dark themes. Closes #3633
+and #3815. (sledgehammer999)
+  * COSMETIC: Show current label in the torrent context menu.
+Closes #3776. (sledgehammer999)
+  * WEBUI: Add save_path to /query/torrents (Casey Bodley)
+  * WEBUI: Bump API_VERSION to 5
+  * SEARCH: Fix python detection when the 'Anaconda' software is
+installed. Closes #3731. (sledgehammer999)
+  * RSS: Handle magnet links as torrents instead of news URLs.
+Closes #3560 (ngosang)
+  * RSS: Trim elements text in RSS articles (ngosang)
+  * RSS: Fix contextual menu in RSS torrents list (ngosang)
+  * RSS: Improve error handling when a RSS feed doesn't contain
+torrents (ngosang)
+  * RSS: More precise message and code simplification in RSS feeds
+deletion (ngosang)
+  * RSS: Don't hide the elements in Unread list when clicked (ngosang)
+  * RSS: Allow multiple selection in RSS torrents list (ngosang)
+  * RSS: Simplify string translation (ngosang)
+  * RSS: Handle more types of RSS feeds (ngosang)
+  * RSS: Fix RSS panel position not saved (ngosang)
+  * RSS: Fix forgetting label changes to first item in RSS rule
+list. (Gelmir)
+  * RSS: Add label to UI when a new one is creating during rule
+addition. (Gelmir)
+  * RSS: Removes refresh message when adding a new feed (ngosang)
+  * RSS: Fix RSS crash when deleting RSS feeds. Closes #997, #2152
+  , #2461, #3718,
+#3747, #3766, #3806, #3814, #3829 and #3846. (ngosang)
+  * RSS: Sort labels in RSS Downloader dialog, closes #3140. (Chocobo1)
+  * WINDOWS: Correctly show german letters in the installer. Closes #3574,
+#3566. (sledgehammer999)
+  * WINDOWS: Fix file selection on Explorer when the filename contains
+weird characters. Closes #3185. (sledgehammer999)
+  * WINDOWS: Fix wrong default download directory in Windows.
+Closes #2625. (Chocobo1)
+  * WINDOWS: Fix German translation of the installer. (netswap)
+  * LINUX: Fix broken .desktop file icon for some locales.
+See #3905. (sledgehammer999)
+  * OTHER: Fix ppc64le detection during configure (sledgehammer999)
+  * OTHER: Don't use sed in configure. Closes #3169. (pmzqla)
+  * OTHER: Fix broken donation link. Closes #3771. (sledgehammer999)
+  * OTHER: Add forum link in README. Closes #3853. (sledgehammer999)
+  * OTHER: New translation: Esperanto
+  * OTHER: Fix Qt5 nox build on non-Windows. (sledgehammer999)
+
+---

Old:

  qbittorrent-3.2.3.tar.gz

New:

  qbittorrent-3.2.4.tar.gz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.kj95t4/_old  2015-10-14 16:44:50.0 +0200
+++ /var/tmp/diff_new_pack.kj95t4/_new  2015-10-14 16:44:50.0 +0200
@@ -19,7 +19,7 @@
 
 %define _name   qBittorrent
 Name:   qbittorrent
-Version:3.2.3
+Version:3.2.4
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+

++ bittorrent_missing_ppc64le_in_ax_boost_base.m4.patch ++
--- 

commit qbittorrent for openSUSE:Factory

2015-08-11 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2015-08-11 08:26:45

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2015-08-03 
17:22:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2015-08-11 08:26:46.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 10 04:52:27 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- add ppc64le support with new patch
+  bittorrent_missing_ppc64le_in_ax_boost_base.m4.patch
+
+---

New:

  bittorrent_missing_ppc64le_in_ax_boost_base.m4.patch



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.8b5B4h/_old  2015-08-11 08:26:47.0 +0200
+++ /var/tmp/diff_new_pack.8b5B4h/_new  2015-08-11 08:26:47.0 +0200
@@ -26,6 +26,7 @@
 Group:  Productivity/Networking/File-Sharing
 Url:http://qbittorrent.org/
 Source: 
https://github.com/%{name}/%{_name}/archive/release-%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch1: bittorrent_missing_ppc64le_in_ax_boost_base.m4.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  boost-devel = 1.35
@@ -77,6 +78,7 @@
 
 %prep
 %setup -q -n %{_name}-release-%{version}
+%patch1 -p1
 
 %build
 aclocal -I m4

++ bittorrent_missing_ppc64le_in_ax_boost_base.m4.patch ++
From: Michel Normand norm...@linux.vnet.ibm.com
Subject: bittorrent missing ppc64le in ax_boost_base.m4
Date: Fri, 07 Aug 2015 11:39:49 +0200

bittorrent missing ppc64le in ax_boost_base.m4
that is the cause of following error message:
===
[  138s] checking whether the Boost::System library is available... yes
[  138s] configure: error: Could not find a version of the boost_system library!
===

Signed-off-by: Michel Normand norm...@linux.vnet.ibm.com
---
 m4/ax_boost_base.m4 |3 +++
 1 file changed, 3 insertions(+)

Index: qBittorrent-release-3.2.3/m4/ax_boost_base.m4
===
--- qBittorrent-release-3.2.3.orig/m4/ax_boost_base.m4
+++ qBittorrent-release-3.2.3/m4/ax_boost_base.m4
@@ -95,6 +95,9 @@ if test x$want_boost = xyes; then
   x86_64|ppc64|s390x|sparc64|aarch64)
 libsubdirs=lib64 lib lib64
 ;;
+  ppc64le)
+libsubdirs=lib64
+;;
 esac
 
 dnl allow for real multi-arch paths e.g. /usr/lib/x86_64-linux-gnu. Give



commit qbittorrent for openSUSE:Factory

2015-08-03 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2015-08-03 17:22:05

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2015-07-14 
17:46:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2015-08-03 17:22:11.0 +0200
@@ -1,0 +2,56 @@
+Sun Aug  2 17:25:43 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 3.2.3:
+  * BUGFIX: Fix crash when closing a search tab while search is
+running.
+  * SEARCH: Other minor search fixes and improvements.
+
+---
+Sun Aug  2 09:32:36 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 3.2.2:
+  + FEATURE: Allow to force reannounce DHT too.
+  + FEATURE: Implement an option to disable confirmation of torrent
+recheck.
+  + FEATURE: Allow to copy all the trackers with a keyboard shortcut.
+  + BUGFIX: Fix torrent renaming.
+  + BUGFIX: Fix localhost address (:::127.0.0.1) is not
+recognized when connecting to WebUI.
+  + BUGFIX: Fix '' character in label name becomes accelerator
+key.
+  + BUGFIX: Fix HTTP header parsing when torrent filename contains
+a semicolon.
+  + BUGFIX: Fix installing search plugin from local file.
+  + BUGFIX: Fix installing search plugin by drag-n-dropping file.
+  + COSMETIC: Update color scheme of completed.png icon.
+  + COSMETIC: Fix printing of the copyright symbol in the About
+dialog.
+  + COSMETIC: Minor changes in Preview File dialog.
+  + COSMETIC: Add Force Resume icon.
+  + COSMETIC: Add count of unread items to Atom/RSS tab label.
+  + WEBUI: Ports between 1 and 65535 as in the GUI.
+  + WEBUI: Fix an error in Content tab when the torrent does not
+have metadata.
+  + WEBUI: New option Web UI port UPNP.
+  + WEBUI: Fix API Content Types.
+  + WEBUI: Fix empty trackers addition.
+  + WEBUI: Torrent download from hash.
+  + WEBUI: Fix sort by queue number.
+  + WEBUI: Open external links in a new window/tab.
+  + WEBUI: Massive increase in performance.
+  + SEARCH: Search status per tab.
+  + SEARCH: Remove the word 'torrent' in ExtraTorrent results.
+  + SEARCH: Prefer python3 over python2 on GNU/Linux and OS X.
+  + SEARCH: Show notification if Python is not found and a search
+is started.
+  + SEARCH: Improve checks for python. Print python version and
+path to log.
+  + SEARCH: Improve Python detection.
+  + OTHER: Improvements on the build system.
+  + OTHER: Bump minimum libtorrent version required to
+1.0.6/0.16.19.
+  + OTHER: New translation: Slovenian.
+- Require libtorrent-rasterbar 1.0.6 for all releases of openSUSE.
+- Build with Qt5 for openSUSE Leap 42.x and 13.2 as well.
+
+---

Old:

  qbittorrent-3.2.1.tar.gz

New:

  qbittorrent-3.2.3.tar.gz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.N2GzQE/_old  2015-08-03 17:22:12.0 +0200
+++ /var/tmp/diff_new_pack.N2GzQE/_new  2015-08-03 17:22:12.0 +0200
@@ -2,7 +2,7 @@
 # spec file for package qbittorrent
 #
 # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2008-2014 Mariusz Fik fi...@opensuse.org.
+# Copyright (c) 2014 Mariusz Fik fi...@opensuse.org.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 
 %define _name   qBittorrent
 Name:   qbittorrent
-Version:3.2.1
+Version:3.2.3
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+
@@ -32,12 +32,13 @@
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(libtorrent-rasterbar) = 1.0.6
 # For geolocalization.
 Requires:   GeoIP
 # For search engines.
-Requires:   python
 Requires:   python3
-%if 0%{?suse_version}  1320
+Recommends: python
+%if 0%{?suse_version} = 1320 || (0%{?suse_version} == 1315  
0%{?is_opensuse})
 BuildRequires:  libqt5-linguist = 5.2.0
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
@@ -45,7 +46,6 @@
 BuildRequires:  pkgconfig(Qt5Network) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Xml) = 5.2.0
-BuildRequires:  pkgconfig(libtorrent-rasterbar) = 1.0.0
 %else
 BuildRequires:  libqt4-linguist = 4.8.0
 BuildRequires:  pkgconfig(QtCore) = 4.8.0
@@ -53,7 +53,6 @@
 BuildRequires:  pkgconfig(QtGui) = 4.8.0
 BuildRequires:  

commit qbittorrent for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2015-07-14 17:45:12

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2015-05-11 
19:49:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2015-07-14 17:46:27.0 +0200
@@ -1,0 +2,82 @@
+Mon Jul 13 15:27:43 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 3.2.1:
+  + FEATURE: Change default preferences.
+  + FEATURE: Add Add link to torrent menu in TrayIconMenu
+  + FEATURE: Allow to Open files from the properties pane by
+pressing Enter.
+  + FEATURE: Add checkbox option for IpFilterTrackers.
+  + FEATURE: Download-from-URL textbox change focus on tab key.
+  + FEATURE: Increase priority value of High.
+  + FEATURE: Add 16 KiB, 8 MiB and 16 MiB piece sizes in
+Torrent Creator.
+  + BUGFIX: Disable Auto piece size when creating a new torrent.
+  + BUGFIX: Set default focus to cancel button in delete confirm
+dialog.
+  + BUGFIX: Set default focus to ok button in add new torrent dlg.
+  + BUGFIX: Set default focus to no button in exit confirm box.
+  + BUGFIX: Fix Start Minimized checkbox in Options.
+  + BUGFIX: Remove limits on alternative speeds setting.
+  + BUGFIX: Fix sorting torrents by ETA.
+  + BUGFIX: Improve ratio calculation formula.
+  + BUGFIX: Clear missing files flag when resuming or force
+rechecking.
+  + BUGFIX: Delete tempfile when downloading favicon.ico.
+  + BUGFIX: Don't close downloadFromURL dialog when showing empty
+url warning.
+  + BUGFIX: Minimize to tray only if the relevant option is enabled.
+  + BUGFIX: Update disk space label after changing partition.
+  + BUGFIX: Don't use a default upload limit.
+  + BUGFIX: Fix Properties bar size when started minimized to tray.
+  + BUGFIX: Fix issue when the theme doesn't have a corresponding
+icon.
+  + COSMETIC: Change option text Confirmation on exit when
+torrents are active.
+  + COSMETIC: Enable to choose dark/light tray icons on all
+platforms.
+  + COSMETIC: Use AllUppercase for label text.
+  + COSMETIC: Changes in typography.
+  + COSMETIC: Menu revamp.
+  + COSMETIC: Revamp general tab info.
+  + COSMETIC: Better update message for users.
+  + COSMETIC: Fix ugly 'C++' wrapping in About dialog.
+  + WEBUI: Fix login and logout relative URLs.
+  + WEBUI: Fix resumeAll and pauseAll.
+  + WEBUI: Changes in title bar.
+  + WEBUI: Complete translatable strings.
+  + WEBUI: Minor changes in style.
+  + WEBUI: Fix Max connections and Time active in transfer
+information.
+  + WEBUI: New config - Global maximum number of upload slots.
+  + WEBUI: Display wasted data with friendly units.
+  + WEBUI: add delay in shutdown command in order to send out
+response message.
+  + WEBUI: Option to hide Top Toolbar.
+  + WEBUI: Reorder the tabs/groups in Options window.
+  + WEBUI: Add new options.
+  + WEBUI: Increase API_VERSION.
+  + WEBUI: Add Web Seeds (HTTP Sources) tab.
+  + WEBUI: Don't update the tabs if tab's panel is collapsed.
+  + WEBUI: Fix alternative global rate limits.
+  + SEARCH: Fix thepiratebay.
+  + SEARCH: Improve torrentz engine to return more results.
+  + SEARCH: Change width of columns in search tab.
+  + SEARCH: Make strings translatable in seach engine.
+  + SEARCH: Aborting search engine process during closure.
+  + SEARCH: Perform searches in parallel.
+  + SEARCH: Add Demonoid search engine.
+  + SEARCH: Minor fixes in search engines.
+  + SEARCH: Show the version of search engines.
+  + SEARCH: Update Legit Torrent to remove sgmllib.
+  + SEARCH: Update KickassTorrents, BTDigg, Torrentz, ExtraTorrent,
+TorrentReactor.
+  + SEARCH: Fix Python 2 implementation of Torrentz.
+  + SEARCH: Cosmetic changes in search engine.
+  + SEARCH: Fix column sort in search engine.
+  + ATOM/RSS: Update matching Atom/RSS articles while editing rules.
+  + OTHER: Add translator to credits.
+  + OTHER: New translation: Indonesian.
+  + OTHER: Split Chinese locales into Chinese Simplified,
+Chinese Traditional (Taiwan), Chinese Traditional (Hong Kong).
+
+---

Old:

  qbittorrent-3.2.0.tar.gz

New:

  qbittorrent-3.2.1.tar.gz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.RCTlwg/_old  2015-07-14 17:46:28.0 +0200
+++ /var/tmp/diff_new_pack.RCTlwg/_new  2015-07-14 17:46:28.0 +0200
@@ -19,7 +19,7 @@
 
 %define _name   qBittorrent
 Name:   qbittorrent
-Version:3.2.0
+Version:3.2.1
 Release:

commit qbittorrent for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2015-05-11 19:39:17

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2015-05-02 
21:41:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2015-05-11 19:49:18.0 +0200
@@ -1,0 +2,108 @@
+Sun May 10 10:12:43 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 3.2.0:
+  + FEATURE: Show actual protocol for listen success/failure in the
+log (needs libtorrent v1.0).
+  + FEATURE: Support per tracker re-announce (needs libtorrent v1.0),
+  + FEATURE: Support saving in network locations.
+  + FEATURE: Support Qt5.
+  + FEATURE: Code optimizations resulting in a more CPU efficient
+and snappier qBittorrent.
+  + FEATURE: WEBUI code rewritten, refactored and improved.
+  + FEATURE: Add option to hibernate computer in Auto-Shutdown menu.
+  + FEATURE: Cache preferences in memory. Minimize chance of
+settings corruption.
+  + FEATURE: Option to disable connections not supported by proxies.
+  + FEATURE: Add a save resume data interval option (useful for SSD).
+  + FEATURE: Add Last Seen Complete column.
+  + FEATURE: Add Last Activity column.
+  + FEATURE: Add Total Size column.
+  + FEATURE: Show current speed limits in the status bar.
+  + FEATURE: Episode filtering for RSS.
+  + FEATURE: Highlight files when opening containing directory on
+Nautilus, Dolphin, Konqueror).
+  + FEATURE: Setting to ignore RSS rule matches for X days.
+  + FEATURE: Add hotkeys and buttons for Top and Bottom priorities.
+  + FEATURE: Implement peer relevance column.
+  + FEATURE: Show reason why a peer was blocked (needs libtorrent
+1.0.x).
+  + FEATURE: Use the 'fastest_upload' setting as seed choking
+algorithm.
+  + FEATURE: Allow to set text options for the toolbar icons.
+  + FEATURE: Add 'Resumed' torrent filter.
+  + FEATURE: 'Add New Torrent` dialog has a button for quickly
+choosing a location.
+  + FEATURE: Copy selected peers as IP:Port format.
+  + FEATURE: Show info hash in the torrent details in
+'Add New Torrent' dialog.
+  + FEATURE: New feature: Remove empty labels.
+  + FEATURE: Add Copy name option in right-click menu of torrent
+list.
+  + FEATURE: Implement tracker list in the side panel.
+  + FEATURE: Implement a 'Completed' status.
+  + FEATURE: Columns for session-based download and upload
+statistics.
+  + FEATURE: Distribute systemd service file for the nox build.
+  + FEATURE: Create qBittorrent.appdata.xml.
+  + BUGFIX: Use completed time from libtorrent directly.
+  + BUGFIX: Speedup and fix a bug in torrent moving.
+  + BUGFIX: Scan Folder dialog now remembers last location.
+  + BUGFIX: Show input box to filter torrent list only when the
+list is shown.
+  + BUGFIX: Add placeholder text to the input to filter the torrent
+list.
+  + BUGFIX: Put directories first when sorting torrent content by
+name.
+  + BUGFIX: Fix missing icon for open action in file list.
+  + BUGFIX: Set placeholder text to torrent content filter.
+  + BUGFIX: Fix torrent creation when data is too large.
+  + BUGFIX: Load torrents that have big metadata file.
+  + BUGFIX: Use correct separator for OR condition in Atom/RSS
+rules.
+  + BUGFIX: Don't waste UI space in 'Content' window.
+  + BUGFIX: Fix the language selection in the combobox when the
+system locale only has a lang equivalent and not a lang_COUNTRY
+one.
+  + BUGFIX: Don't overwrite the 'Add Paused' setting from the
+'Add New Torrent' Dialog.
+  + BUGFIX: Fix file preview when .!qB extension is used.
+  + BUGFIX: Ensure that the priority column has enough width when
+queueing is enabled.
+  + BUGFIX: Don't put limits to the alternative speed limits.
+  + BUGFIX: Make space key change all selected files' checkboxes.
+  + BUGFIX: Don't block peers that use privileged ports.
+  + BUGFIX: Accept multiple files at once.
+  + BUGFIX: Don't touch torrents whose files are missing.
+  + BUGFIX: Save the new save path first in the history.
+  + BUGFIX: Fix default tracker in 'Create Torrent' dialog.
+  + BUGFIX: Let the OS decide the default interface regardless of
+IPv4/IPv6. Closes #2156.
+  + BUGFIX: Delete the correct selected torrents when the list is
+filtered.
+  + BUGFIX: Fix crash when trying to open destination folder on a
+torrent with no metadata.
+  + BUGFIX: Change torrent name when metadata is retrieved.
+  + COSMETIC: Removes white bar in the labels list.
+  + COSMETIC: Fix speed printing in the tray icon and in the
+title bar.
+  + COSMETIC: Change the colour scheme used.
+  + ATOM/RSS: Display remote images in the 

commit qbittorrent for openSUSE:Factory

2015-05-02 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2015-05-02 21:41:29

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2015-04-27 
13:05:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2015-05-02 21:41:30.0 +0200
@@ -1,0 +2,6 @@
+Fri May  1 19:31:23 UTC 2015 - sor.ale...@meowr.ru
+
+- Extend qbittorrent-libtorrent-1.0.patch to deprecations removal
+  (fixes segmentation fault while torrent adding).
+
+---



Other differences:
--
++ qbittorrent-libtorrent-1.0.patch ++
--- /var/tmp/diff_new_pack.dsACjw/_old  2015-05-02 21:41:31.0 +0200
+++ /var/tmp/diff_new_pack.dsACjw/_new  2015-05-02 21:41:31.0 +0200
@@ -1,3 +1,24 @@
+diff -aur a/src/addnewtorrentdialog.cpp b/src/addnewtorrentdialog.cpp
+--- a/src/addnewtorrentdialog.cpp
 b/src/addnewtorrentdialog.cpp
+@@ -654,7 +654,7 @@
+ // Populate m_filesList
+ for (int i = 0; i  m_torrentInfo-num_files(); ++i) {
+ #if LIBTORRENT_VERSION_NUM = 1600
+-  m_filesPath  
misc::toQStringU(fs.file_path(m_torrentInfo-file_at(i)));
++  m_filesPath  misc::toQStringU(fs.file_path(i));
+ #else
+   m_filesPath  
misc::toQStringU(m_torrentInfo-file_at(i).path.string());
+ #endif
+@@ -681,7 +681,7 @@
+ } else {
+   // Update save paths (append file name to them)
+ #if LIBTORRENT_VERSION_NUM = 1600
+-  QString single_file_relpath = 
misc::toQStringU(fs.file_path(m_torrentInfo-file_at(0)));
++  QString single_file_relpath = misc::toQStringU(fs.file_path(0));
+ #else
+   QString single_file_relpath = 
misc::toQStringU(m_torrentInfo-file_at(0).path.string());
+ #endif
 diff -aur a/src/misc.h b/src/misc.h
 --- a/src/misc.h
 +++ b/src/misc.h
@@ -149,6 +170,33 @@
static void getFlags(const libtorrent::peer_info peer, QString flags, 
QString tooltip);
  
  private:
+diff -aur a/src/properties/propertieswidget.cpp 
b/src/properties/propertieswidget.cpp
+--- a/src/properties/propertieswidget.cpp
 b/src/properties/propertieswidget.cpp
+@@ -253,7 +253,11 @@
+   // URL seeds
+   loadUrlSeeds();
+   // List files in torrent
++#if LIBTORRENT_VERSION_NUM  1
+   PropListModel-model()-setupModelData(h.get_torrent_info());
++#else
++  PropListModel-model()-setupModelData(*h.torrent_file());
++#endif
+   filesList-setExpanded(PropListModel-index(0, 0), true);
+   // Load file priorities
+   PropListModel-model()-updateFilesPriorities(h.file_priorities());
+@@ -336,7 +340,11 @@
+   if (!h.is_seed()  h.has_metadata()) {
+ showPiecesDownloaded(true);
+ // Downloaded pieces
++#if LIBTORRENT_VERSION_NUM  1
+ bitfield bf(h.get_torrent_info().num_pieces(), 0);
++#else
++bitfield bf(h.torrent_file()-num_pieces(), 0);
++#endif
+ h.downloading_pieces(bf);
+ downloaded_pieces-setProgress(h.pieces(), bf);
+ // Pieces availability
 diff -aur a/src/qtlibtorrent/qbtsession.cpp b/src/qtlibtorrent/qbtsession.cpp
 --- a/src/qtlibtorrent/qbtsession.cpp
 +++ b/src/qtlibtorrent/qbtsession.cpp
@@ -186,6 +234,15 @@
  {
BigRatioTimer = new QTimer(this);
BigRatioTimer-setInterval(1);
+@@ -1027,7 +1032,7 @@
+ 
+   // Adding torrent to Bittorrent session
+   try {
+-h =  QTorrentHandle(add_magnet_uri(*s, magnet_uri.toStdString(), p));
++h =  QTorrentHandle(s-add_torrent(p));
+   }catch(std::exception e) {
+ qDebug(Error: %s, e.what());
+   }
 @@ -1181,7 +1186,11 @@
if (resumed) {
  if (loadFastResumeData(hash, buf)) {
@@ -346,7 +403,20 @@
  
return (torrent_handle::piece_priority(extremities.first) == 7)
 (torrent_handle::piece_priority(extremities.second) == 7);
-@@ -328,11 +352,19 @@
+@@ -271,8 +295,12 @@
+ 
+ QString QTorrentHandle::save_path() const {
+ #if LIBTORRENT_VERSION_NUM = 1600
++#if LIBTORRENT_VERSION_NUM  1
+   return misc::toQStringU(torrent_handle::save_path()).replace(\\, /);
+ #else
++  return 
misc::toQStringU(status(torrent_handle::query_save_path).save_path).replace(\\,
 /);
++#endif
++#else
+   return misc::toQStringU(torrent_handle::save_path().string()).replace(\\, 
/);
+ #endif
+ }
+@@ -328,11 +356,19 @@
  }
  
  int QTorrentHandle::num_files() const {
@@ -366,7 +436,7 @@
  #if LIBTORRENT_VERSION_NUM = 1600
return fsutils::fileName(filepath_at(index));
  #else
-@@ -341,22 +373,35 @@
+@@ -341,22 +377,35 @@
  }
  
  size_type QTorrentHandle::filesize_at(unsigned int index) const {
@@ -385,7 +455,7 @@
 +#if 

commit qbittorrent for openSUSE:Factory

2015-04-27 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2015-04-27 13:05:06

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2015-02-24 
13:07:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2015-04-27 13:05:08.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 26 10:06:30 UTC 2015 - sor.ale...@meowr.ru
+
+- Add qbittorrent-libtorrent-1.0.patch for libtorrent-rasterbar
+  1.0 support.
+
+---

New:

  qbittorrent-libtorrent-1.0.patch



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.OXK3mt/_old  2015-04-27 13:05:08.0 +0200
+++ /var/tmp/diff_new_pack.OXK3mt/_new  2015-04-27 13:05:08.0 +0200
@@ -26,6 +26,8 @@
 Group:  Productivity/Networking/File-Sharing
 Url:http://qbittorrent.org/
 Source: 
https://github.com/%{name}/%{_name}/archive/release-%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM qbittorrent-libtorrent-1.0.patch sor.ale...@meowr.ru -- 
Add libtorrent-rasterbar 1.0 support.
+Patch0: %{name}-libtorrent-1.0.patch
 BuildRequires:  boost-devel = 1.35
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -63,6 +65,7 @@
 
 %prep
 %setup -q -n %{_name}-release-%{version}
+%patch0 -p1
 sed -i 's/\(QMAKE_CXXFLAGS += \)/\1%{optflags} /' unixconf.pri
 
 %build
@@ -104,16 +107,16 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS Changelog COPYING NEWS README.md TODO
-%doc %{_mandir}/man?/%{name}.?%{?ext_man}
 %{_bindir}/%{name}
 %{_datadir}/applications/%{_name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/pixmaps/%{name}.png
+%{_mandir}/man?/%{name}.?%{?ext_man}
 
 %files nox
 %defattr(-,root,root)
 %doc AUTHORS Changelog COPYING NEWS README.md TODO
-%doc %{_mandir}/man?/%{name}-nox.?%{?ext_man}
 %{_bindir}/%{name}-nox
+%{_mandir}/man?/%{name}-nox.?%{?ext_man}
 
 %changelog

++ qbittorrent-libtorrent-1.0.patch ++
diff -aur a/src/misc.h b/src/misc.h
--- a/src/misc.h
+++ b/src/misc.h
@@ -71,7 +71,11 @@
 
   inline QString toQString(const libtorrent::sha1_hash hash) {
 char out[41];
+#if LIBTORRENT_VERSION_NUM = 1
+libtorrent::to_hex((char const*)hash[0], libtorrent::sha1_hash::size, 
out);
+#else
 to_hex((char const*)hash[0], libtorrent::sha1_hash::size, out);
+#endif
 return QString(out);
   }
 
diff -aur a/src/properties/peerlistwidget.cpp 
b/src/properties/peerlistwidget.cpp
--- a/src/properties/peerlistwidget.cpp
+++ b/src/properties/peerlistwidget.cpp
@@ -161,16 +161,20 @@
 empty_menu = false;
   }
   // Per Peer Speed limiting actions
+#if LIBTORRENT_VERSION_NUM  1
   QAction *upLimitAct = 0;
   QAction *dlLimitAct = 0;
+#endif
   QAction *banAct = 0;
   QAction *copyIPAct = 0;
   if (!selectedPeerIPs.isEmpty()) {
 copyIPAct = menu.addAction(IconProvider::instance()-getIcon(edit-copy), 
tr(Copy IP));
 menu.addSeparator();
+#if LIBTORRENT_VERSION_NUM  1
 dlLimitAct = menu.addAction(QIcon(:/Icons/skin/download.png), tr(Limit 
download rate...));
 upLimitAct = menu.addAction(QIcon(:/Icons/skin/seeding.png), tr(Limit 
upload rate...));
 menu.addSeparator();
+#endif
 banAct = 
menu.addAction(IconProvider::instance()-getIcon(user-group-delete), tr(Ban 
peer permanently));
 empty_menu = false;
   }
@@ -191,6 +195,7 @@
 }
 return;
   }
+#if LIBTORRENT_VERSION_NUM  1
   if (act == upLimitAct) {
 limitUpRateSelectedPeers(selectedPeerIPs);
 return;
@@ -199,6 +204,7 @@
 limitDlRateSelectedPeers(selectedPeerIPs);
 return;
   }
+#endif
   if (act == banAct) {
 banSelectedPeers(selectedPeerIPs);
 return;
@@ -230,6 +236,7 @@
   loadPeers(m_properties-getCurrentTorrent());
 }
 
+#if LIBTORRENT_VERSION_NUM  1
 void PeerListWidget::limitUpRateSelectedPeers(const QStringList peer_ips)
 {
   if (peer_ips.empty())
@@ -299,7 +306,7 @@
 }
   }
 }
-
+#endif
 
 void PeerListWidget::clear() {
   qDebug(clearing peer list);
@@ -384,7 +391,7 @@
   m_missingFlags.insert(ip);
 }
   }
-  m_listModel-setData(m_listModel-index(row, PeerListDelegate::CONNECTION), 
getConnectionString(peer.connection_type));
+  m_listModel-setData(m_listModel-index(row, PeerListDelegate::CONNECTION), 
getConnectionString(peer));
   QString flags, tooltip;
   getFlags(peer, flags, tooltip);
   m_listModel-setData(m_listModel-index(row, PeerListDelegate::FLAGS), 
flags);
@@ -410,7 +417,7 @@
   m_missingFlags.remove(ip);
 }
   }
-  

commit qbittorrent for openSUSE:Factory

2015-02-24 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2015-02-24 13:03:03

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2014-10-29 
21:09:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2015-02-24 13:07:21.0 +0100
@@ -1,0 +2,8 @@
+Mon Feb 23 21:20:55 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 3.1.12:
+  + BUGFIX: Don't use internal libtorrent-rasterbar API.
+  + BUGFIX: Fix compilation with libtorrent-rasterbar 0.15.x.
+- Spec cleanup.
+
+---

Old:

  qbittorrent-3.1.11.tar.xz

New:

  qbittorrent-3.1.12.tar.gz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.8dP65P/_old  2015-02-24 13:07:21.0 +0100
+++ /var/tmp/diff_new_pack.8dP65P/_new  2015-02-24 13:07:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qbittorrent
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2008-2014 Mariusz Fik fi...@opensuse.org.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,91 +17,103 @@
 #
 
 
-Name:   qbittorrent
 %define _name   qBittorrent
-Version:3.1.11
+Name:   qbittorrent
+Version:3.1.12
 Release:0
-Summary:A Bittorrent Client built with C++ / Qt4
+Summary:A BitTorrent client in Qt
 License:GPL-2.0+
 Group:  Productivity/Networking/File-Sharing
 Url:http://qbittorrent.org/
-Source: http://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz
-
+Source: 
https://github.com/%{name}/%{_name}/archive/release-%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  boost-devel = 1.35
 BuildRequires:  fdupes
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  update-desktop-files
-BuildRequires:  xz
 BuildRequires:  pkgconfig(QtCore) = 4.6
 BuildRequires:  pkgconfig(QtDBus) = 4.6
 BuildRequires:  pkgconfig(QtGui) = 4.6
 BuildRequires:  pkgconfig(QtNetwork) = 4.6
 BuildRequires:  pkgconfig(QtXml) = 4.6
-BuildRequires:  pkgconfig(libtorrent-rasterbar) = 0.14.4
+BuildRequires:  pkgconfig(libtorrent-rasterbar) = 0.15.0
 # For geolocalization.
 Requires:   GeoIP
 # For search engines.
 Requires:   python
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-A Bittorrent client using C++ / libtorrent and a Qt4 Graphical User Interface.
-It aims to be as fast as possible and to provide multi-OS, unicode support.
+qBittorrent is a bittorrent client programmed in C++ / Qt that
+uses libtorrent-rasterbar.
+
+It aims to be a good alternative to all other bittorrent clients
+out there. qBittorrent is fast, stable and provides unicode support
+as well as many features.
 
 %package nox
-Summary:A Bittorrent Client built with C++, console version
+Summary:A BitTorrent client in Qt, CLI version
 Group:  Productivity/Networking/File-Sharing
 
 %description nox
-A Bittorrent client using C++ / libtorrent, console version.
-It aims to be as fast as possible and to provide multi-OS, unicode support.
+qBittorrent is a bittorrent client programmed in C++ / Qt that
+uses libtorrent-rasterbar, CLI version.
+
+It aims to be a good alternative to all other bittorrent clients
+out there. qBittorrent is fast, stable and provides unicode support
+as well as many features.
 
 %prep
-%setup -q
+%setup -q -n %{_name}-release-%{version}
+sed -i 's/\(QMAKE_CXXFLAGS += \)/\1%{optflags} /' unixconf.pri
 
 %build
-echo -e \n# openSUSE way optflags\nQMAKE_CFLAGS += 
%{optflags}\nQMAKE_CXXFLAGS += %{optflags}  unixconf.pri
+mkdir -p nox gui
 # Build noX first.
-mkdir nox  cd nox
+pushd nox
 ../configure --prefix=%{_prefix} --disable-gui
-cp conf.pri ../
+cp -f conf.pri ../
 make %{?_smp_mflags}
-cd ../
+popd
 
 # Build GUI version.
-mkdir gui  cd gui
+pushd gui
 ../configure --prefix=%{_prefix}
-cp conf.pri ../
+cp -f conf.pri ../
 make %{?_smp_mflags}
+popd
 
 %install
-# Install noX version
-cd nox  cp conf.pri ../  cp conf.log ../  cp Makefile ../  sed -i 
'/STRIP/d' src/Makefile
-make INSTALL_ROOT=%{buildroot} install
-cd ../
-
-# Install GUI version.
-cd gui  cp conf.pri ../  cp conf.log ../  cp Makefile ../  sed -i 
'/STRIP/d' src/Makefile
-make INSTALL_ROOT=%{buildroot} install
+for ui in nox gui; do
+pushd $ui
+cp -f conf.pri conf.log Makefile ../
+sed -i '/STRIP/d' src/Makefile
+make INSTALL_ROOT=%{buildroot} install
+

commit qbittorrent for openSUSE:Factory

2014-10-29 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2014-10-29 21:09:45

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2014-09-28 
19:54:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2014-10-29 21:09:53.0 +0100
@@ -1,0 +2,21 @@
+Sat Oct 25 21:40:04 UTC 2014 - sor.ale...@meowr.ru
+
+- Update to 3.1.11:
+  + FEATURE: Allow relative torrent paths when qBittorrent is already running.
+  + FEATURE: Make Windows icons suitable for high dpi screens.
+  + FEATURE: Increase maximum size of system icons.
+  + BUGFIX: Fix crash in the Content widget when user would right click in 
it without a torrent selected.
+  + BUGFIX: Don't show multiple unlock UI dialogs. Closes #2040.
+  + SEARCH: Fix bug where python would falsely be detected and nothing worked.
+  + SEARCH: Fix TorrentReactor search plugin.
+  + SEARCH: Pirate bay search engine update.
+  + SEARCH: Internal improvements in the python code.
+  + WEBUI: Set correct HTTP Content-Type in case of forbidden access.
+  + COSMETIC: Remove unneeded tooltip.
+  + COSMETIC: Don't stretch the last section in the transfer list.
+  + COSMETIC: Set minimum width of the left panel in the preferences.
+  + OTHER: Optimize sorting of rows. This should have less CPU impact when 
many torrents are present.
+  + OTHER: Use the correct character encoding for exceptions coming from 
libtorrent.
+  + OTHER: Use boost:bind() as the docs show. Allows compilation with older 
gcc versions.
+
+---

Old:

  qbittorrent-3.1.10.tar.xz

New:

  qbittorrent-3.1.11.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.QLWU0B/_old  2014-10-29 21:09:54.0 +0100
+++ /var/tmp/diff_new_pack.QLWU0B/_new  2014-10-29 21:09:54.0 +0100
@@ -19,7 +19,7 @@
 
 Name:   qbittorrent
 %define _name   qBittorrent
-Version:3.1.10
+Version:3.1.11
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+

++ qbittorrent-3.1.10.tar.xz - qbittorrent-3.1.11.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qbittorrent-3.1.10/Changelog 
new/qbittorrent-3.1.11/Changelog
--- old/qbittorrent-3.1.10/Changelog2014-09-21 19:58:56.0 +0200
+++ new/qbittorrent-3.1.11/Changelog2014-10-22 21:45:31.0 +0200
@@ -1,3 +1,25 @@
+* Wed Oct 22 2014 - sledgehammer999 sledgehammer...@qbittorrent.org - v3.1.11
+- FEATURE: Allow relative torrent paths when qBittorrent is already 
running (pmzqla)
+- FEATURE: Make Windows icons suitable for high dpi screens (pmzqla)
+- FEATURE: Increase maximum size of system icons (pmzqla)
+- BUGFIX: Fix crash in the Content widget when user would right click in 
it without a torrent selected (Ivan Sorokin)
+- BUGFIX: Don't show multiple unlock UI dialogs. Closes #2040. 
(sledgehammer999)
+- SEARCH: Fix bug where python would falsely be detected and nothing 
worked (paolo-sz)
+- SEARCH: Fix TorrentReactor search plugin (Bruno Barbieri)
+- SEARCH: Fix search engine encoding issues with python3 on Windows (Bruno 
Barbieri)
+- SEARCH: Pirate bay search engine update (DoumanAsh)
+- SEARCH: Internal improvements in the python code (Bruno Barbieri)
+- WINDOWS: Fix magnet link association. Closes #1952. (sledgehammer999)
+- WINDOWS and OSX: Fix again the program updater. The url was changed by 
sourceforge.net. Closes #1954. (sledgehammer999)
+- OSX: Fix compilation (sledgehammer999)
+- WEBUI: Set correct HTTP Content-Type in case of forbidden access. 
(pmzqla)
+- COSMETIC: Remove unneeded tooltip (pmzqla)
+- COSMETIC: Don't stretch the last section in the transfer list (pmzqla)
+- COSMETIC: Set minimum width of the left panel in the preferences (pmzqla)
+- OTHER: Optimize sorting of rows. This should have less CPU impact when 
many torrents are present. (Ivan Sorokin)
+- OTHER: Use the correct character encoding for exceptions coming from 
libtorrent. (sledgehammer999)
+- OTHER: Use boost:bind() as the docs show. Allows compilation with older 
gcc versions. (sledgehammer999)
+
 * Sun Sep 21 2014 - sledgehammer999 sledgehammer...@qbittorrent.org - v3.1.10
 - FEATURE: Allow disabling of OS cache. This will prevent RAM increases on 
Windows when seeding many files. Closes #1699. (sledgehammer999)
 - FEATURE: Add 'Completed' column. Closes #1241. 

commit qbittorrent for openSUSE:Factory

2014-09-28 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2014-09-28 19:54:02

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2014-03-25 
13:27:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2014-09-28 19:54:20.0 +0200
@@ -1,0 +2,52 @@
+Fri Sep 26 12:28:37 UTC 2014 - sor.ale...@meowr.ru
+
+- Update to 3.1.10:
+  + FEATURE: Allow disabling of OS cache. Closes #1699.
+  + FEATURE: Add 'Completed' column. Closes #1241.
+  + FEATURE: Added 'Ratio Limit' column. Closes #936.
+  + FEATURE: Add 'Open' and 'Open Containing Folder' entries in the content's 
right-click menu. Closes #1143.
+  + FEATURE: Don't listen on IPv6 address by default. Prevents network 
connectivity problems. Closes #1880.
+  + FEATURE: Added 'Shutdown now' button in shutdown confirmation dialog. 
Closes #969.
+  + FEATURE: Add peer port column to PeerListWidget. Closes #1650.
+  + COSMETIC: Fix weird ratio values when torrent was imported or downloaded 
history was lost due to crash.
+  + COSMETIC: Use 'μTP' instead of 'uTP'.
+  + COSMETIC: Show the loaded torrents in the transferlist when qBT is 
launched with a torrent/magnet and the AddNewTorrentDialog is showing. Closes 
#1564.
+  + COSMETIC: Don't mix finished/unifinished torrents when sorting by ETA. 
Closes #1688.
+  + COSMETIC: Sort finished torrents by completed date when sorting by queue 
number.
+  + COSMETIC: Right align numerical values in the transfer list. Partially 
revert 51a9a9aab. Closes #1903.
+  + COSMETIC: Don't display the Search Engine tab by default.
+  + WEBUI: Correctly save/load settings and other improvements
+  + WEBUI: Removed broken 'Report a bug' iframe. Closes #1343
+  + WEBUI: Removed broken 'Documentation'. Improves fix for #1343
+  + WEBUI: Removed essentially useless 'Visit website' iframe and changed it 
to a regular link. Improves fix for #1343
+  + BUGFIX: Fix RSS feed icon. The tmp file gets deleted in the feed 
destructor. Closes #1639
+  + BUGFIX: fix issue #1674: AddNewTorrentDialog is shown again and again even 
if checkbox dont ask me again is set
+  + BUGFIX: Don't show availability bar for magnet links
+  + BUGFIX: Fix crash when the selected torrent disappears from the transfer 
list. Closes #1661
+  + BUGFIX: Fix tracker announcing problem(hit-and-run) when many torrents are 
being active. Closes #1571
+  + BUGFIX: Count magnet links in the 'downloading' filter and make them 
prevent system inhibition. Closes #1558
+  + BUGFIX: Pick up updated plugins. Closes #1745.
+  + BUGFIX: Bring mainwindow in front when notification is clicked and other 
windows are in front.
+  + BUGFIX: Speedup torrent moving
+  + BUGFIX: Fix bug when moving a torrent before the previous move is completed
+  + BUGFIX: Add option to hibernate computer in Auto-Shutdown menu
+  + BUGFIX: Fix column resizing issues
+  + BUGFIX: Fix possible crashes. Closes #1814.
+  + BUGFIX: Limit max cache to 1800MiB for 32bits compiled binaries and to 
4GiB for other. Closes #1698.
+  + BUGFIX: Don't localize double numbers in the webui. Closes #1525.
+  + BUGFIX: Don't shrink transferlist rows when scrolling horizontally. Closes 
#1613.
+  + BUGFIX: When qBT is launched with a magnet don't show it in the 
transferlist while the metadata are being loaded in the background.
+  + BUGFIX: Show disk space while retrieving metadata. Closes #1693.
+  + BUGFIX: Don't disable DHT/LSD/UPnP in the GUI when anonymous mode is 
enabled.
+  + BUGFIX: Possible fix for crash in RSS code. Closes #1901.
+  + BUGFIX: Fixed SMTP emailing code
+  + BUGFIX: Don't display the context menu in 'Content' and 'HTTP Sources' 
buttons when no torrent is selected. It prevents crashes. Closes #1906, #1900.
+  + BUGFIX: Don't translate file extensions. Closes #1907.
+  + BUGFIX: Fix available disk space label on single file torrents.
+  + BUGFIX: Show stalled downloads that are uploading under the 'Active' 
filter. Closes #1654.
+  + BUGFIX: fix import torrent with Keep incomplete torrents in: enabled 
(lojack5)
+  + BUGFIX: Send a spoofed user agent for the search engines(fixes some of 
them)
+  + BUGFIX: Support URLs that redirect to magnet links
+  + BUGFIX: Consider queued items before deciding to 'auto-shutdown on 
downloads completion'. Closes #1942.
+
+---
@@ -204 +256 @@
-  + BUGFIX: Respect 'don't show' torrent dialog in Search (sledgehammer999)
+  + BUGFIX: Respect 'don't show' torrent dialog in Search
@@ -207 +259 @@
-dialog (sledgehammer999)
+dialog
@@ -211 +263 @@
-downloading (sledgehammer999)
+downloading

commit qbittorrent for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2014-03-25 13:27:21

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2014-01-23 
15:55:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2014-03-25 13:27:22.0 +0100
@@ -1,0 +2,45 @@
+Fri Mar 21 23:50:25 UTC 2014 - fi...@opensuse.org
+
+- Update to 3.1.9:
+  + BUGFIX: Fix nox build. Closes #1368.
+  + BUGFIX: Fix build with libtorrent 0.15.x.
+  + BUGFIX: Fix missing percentage signs. Closes #1392.
+  + BUGFIX: Fix queue sorting order.
+  + BUGFIX: Fix build using qt  4.7 Closes #1385.
+  + FEATURE: Add button for links in toolbar.
+
+---
+Thu Feb 13 15:12:50 UTC 2014 - fi...@opensuse.org
+
+- Update to 3.1.8 (changes from 3.1.5):
+  + BUGFIX: Really fix build of v3.1.6, to keep it short: it's next bugfix
+update after v 3.1.5.
+  + BUGFIX: Fix 'preview file' regression. Closes #1285.
+  + BUGFIX: Fix peers and seeds sorting in transfer list.
+  + BUGFIX: Fix btdigg search engine.
+  + BUGFIX: Save statistics every 15min and only if there was new traffic.
+Fixes #1288 and partially #1272.
+  + BUGFIX: Fix share ratio text in the 'general' tab.
+  + BUGFIX: Output a more generic message when blocking IPs and don't use
+italics in the log.
+  + BUGFIX: Allow 2 decimals when setting the share ratio. Closes #1303.
+  + BUGFIX: Fix extratorrents search plugin.
+  + BUGFIX: Use shorter names for amount columns in main UI.
+  + BUGFIX: Fix overstretched options dialog. Closes #1293.
+  + BUGFIX: Don't show a popup menu when no torrent is selected.
+  + BUGFIX: Launch external programs async and don't block. Closes #1252.
+  + BUGFIX: Don't re-announce to trackers when torrent is paused. Closes #1310.
+  + BUGFIX: Bring dialog boxes in the front when qbt doesn't have focus.
+  + BUGFIX: Correctly resize 'name' column of the content tab. Closes #1360.
+  + BUGFIX: Correctly restore 'name' column width when loading magnet links in
+the 'Add new torrent dialog'. Closes #1334.
+  + WEBUI: Fix sorting by size in WebUI when non-default locale used.
+  + UI: Reposition statistics menu item.
+  + UI: Convert more accurately decimal numbers to text.
+  + LINUX: Explicitle tell that we don't support freedesktop's startup notify
+standard. Fixes GNOME issues. Closes #1217.
+  + LINUX: Add our WM_CLASS in the .desktop file so window managers know how to
+group our windows.
+  + OTHER: Sync translations from Transifex.
+
+---

Old:

  qbittorrent-3.1.5.tar.xz

New:

  qbittorrent-3.1.9.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.PJAHGg/_old  2014-03-25 13:27:23.0 +0100
+++ /var/tmp/diff_new_pack.PJAHGg/_new  2014-03-25 13:27:23.0 +0100
@@ -2,7 +2,7 @@
 # spec file for package qbittorrent
 #
 # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2013 Mariusz Fik fi...@opensuse.org.
+# Copyright (c) 2008-2014 Mariusz Fik fi...@opensuse.org.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:3.1.5
+Version:3.1.9
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+

++ qbittorrent-3.1.5.tar.xz - qbittorrent-3.1.9.tar.xz ++
 95975 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qbittorrent for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2014-01-20 07:55:56

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2014-01-03 
14:53:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2014-01-23 15:55:22.0 +0100
@@ -1,0 +2,19 @@
+Fri Jan 17 12:02:38 UTC 2014 - fi...@opensuse.org
+
+- Update to 3.1.5:
+  + BUGFIX: Fix compilation with Qt 4.7. Closes #1215.
+  + BUGFIX: Third attempt at fixing saving settings on OS shutdown.
+  + BUGFIX: Preview now correctly uses the selected file. Closes #1222 #1182.
+  + BUGFIX: Allow to resize the columns in Add New Torrent dialog. Closes 
#1207, #676.
+  + BUGFIX: Ensure that at least one column in the tranferlist is always 
visible. Closes #1165.
+  + BUGFIX: Ensure that the options window will always be placed onscreen. 
Closes #1226.
+  + BUGFIX: Delete temporary files after they aren't needed. Closes #1188.
+  + BUGFIX: Correctly detect libtorrent version.
+  + BUGFIX: Various code cppcheck fixes.
+  + BUGFIX: Remove isohunt search engine and update thepiratebay url.
+  + BUGFIX: Fix rss settings corruption when checking regexp and going to 
other rule.
+  + BUGFIX: Don't count paused torrents for the autoshutdown. Closes #1280.
+  + LINUX: Fix notifications with xfce4-notifyd.
+  + OTHER: Sync translations from Transifex.
+
+---

Old:

  qbittorrent-3.1.4.tar.xz

New:

  qbittorrent-3.1.5.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.HvwXTj/_old  2014-01-23 15:55:22.0 +0100
+++ /var/tmp/diff_new_pack.HvwXTj/_new  2014-01-23 15:55:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qbittorrent
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Mariusz Fik fi...@opensuse.org.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:3.1.4
+Version:3.1.5
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+

++ qbittorrent-3.1.4.tar.xz - qbittorrent-3.1.5.tar.xz ++
 2316 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qbittorrent for openSUSE:Factory

2014-01-03 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2014-01-03 14:53:35

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2013-11-24 
13:30:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2014-01-03 14:53:36.0 +0100
@@ -1,0 +2,13 @@
+Mon Dec 30 15:34:22 UTC 2013 - fi...@opensuse.org
+
+- Update to 3.1.4:
+  + FEATURE: Statistics dialog.
+  + FEATURE: Tooltips explaining each peer's connection flags.
+  + BUGFIX: Better dialog message for torrent delete confirmation.
+  + BUGFIX: Fix resizing grip location. Closes #1146.
+  + BUGFIX: Lock toolbar in place. Closes #1144.
+  + BUGFIX: Second attempt at fixing saving settings on shutdown.
+  + BUGFIX: Sort labels in 'Add new torrent' dialog. Closes #1150, #411.
+  + BUGFIX: Make sleep and shutdown functions work on systemd's logind.
+
+---

Old:

  qbittorrent-3.1.3.tar.xz

New:

  qbittorrent-3.1.4.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.dqTsSy/_old  2014-01-03 14:53:37.0 +0100
+++ /var/tmp/diff_new_pack.dqTsSy/_new  2014-01-03 14:53:37.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:3.1.3
+Version:3.1.4
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+

++ qbittorrent-3.1.3.tar.xz - qbittorrent-3.1.4.tar.xz ++
 78907 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qbittorrent for openSUSE:Factory

2013-11-24 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2013-11-24 13:30:52

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2013-11-10 
15:08:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2013-11-24 13:30:54.0 +0100
@@ -1,0 +2,24 @@
+Thu Nov 21 11:15:32 UTC 2013 - fi...@opensuse.org
+
+- Update to 3.1.3:
+  + FEATURE: Add a key shortcut to Add link to torrent
+  + BUGFIX: Make all columns and headers use the same text alignment in the 
transferlist.
+  + BUGFIX: Fix build system for Unix/Linux.
+  + BUGFIX: Case insensitive sort in Peers list.
+  + BUGFIX: Small optimization of WebUI responses when there isn't a data 
payload.
+  + BUGFIX: Hide empty folders after filtering.
+  + BUGFIX: Expand folders when filtering files.
+  + BUGFIX: Updated search plugin's URL.
+  + BUGFIX: Strip some png to fix incorrect sRGB profiles.
+  + BUGFIX: Fixed font issues on OSX Mavericks.
+  + BUGFIX: Improve text in the About dialog.
+  + BUGFIX: Always show a peer IP address as a tool tip.
+  + BUGFIX: Fix inhibit system functionality.
+  + BUGFIX: WebUI: Don't gzip too small payloads.
+  + BUGFIX: Correctly detect if the browser supports gzip compression.
+  + BUGFIX: Fix WebUI link to 'Anonymous mode' explanation.
+  + BUGFIX: Correctly update tracker tier number in the trackers tab.
+  + BUGFIX: Speed improvements.
+  + OTHER: Updated translations.
+
+---

Old:

  qbittorrent-3.1.2.tar.xz

New:

  qbittorrent-3.1.3.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.itmOZe/_old  2013-11-24 13:30:55.0 +0100
+++ /var/tmp/diff_new_pack.itmOZe/_new  2013-11-24 13:30:55.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:3.1.2
+Version:3.1.3
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+

++ qbittorrent-3.1.2.tar.xz - qbittorrent-3.1.3.tar.xz ++
 11980 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qbittorrent for openSUSE:Factory

2013-11-06 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2013-11-07 08:44:07

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2013-10-21 
12:32:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2013-11-07 08:44:09.0 +0100
@@ -1,0 +2,21 @@
+Mon Nov  4 23:09:49 UTC 2013 - fi...@opensuse.org
+
+- Update to 3.1.1:
+  + FEATURE: Show external IP in the log.
+  + FEATURE: Enable gzip compression in the webui. It should be faster now.
+  + FEATURE: Torrents show more states (queued for checking, downloadin
+metadata, allocating, checking resume).
+  + FEATURE: Reenable force reannounce to all trackers.
+  + FEATURE: Allow to clear the UI lock password.
+  + FEATURE: New translations: English(Australia) and English(United Kingdom)
+  + BUGFIX: Expose all available translation in the WebUI.
+  + BUGFIX: Copy IP copied wrong data.
+  + BUGFIX: Preview file... didn't work on single file torrents.
+  + BUGFIX: Fix and improve the scheduler.
+  + BUGFIX: RSS fixes.
+  + BUGFIX: Fix 'append label to save path' with magnet links.
+  + BUGFIX: Can download up to 10MB .torrent file when a link is provided.
+  + OTHER: Updated translations.
+  + LINUX: Fix missing conf.pri error.
+
+---

Old:

  qbittorrent-3.1.0.tar.xz

New:

  qbittorrent-3.1.1.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.54hdHy/_old  2013-11-07 08:44:10.0 +0100
+++ /var/tmp/diff_new_pack.54hdHy/_new  2013-11-07 08:44:10.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:3.1.0
+Version:3.1.1
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+

++ qbittorrent-3.1.0.tar.xz - qbittorrent-3.1.1.tar.xz ++
 67845 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qbittorrent for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2013-10-21 12:32:54

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2013-08-04 
23:52:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2013-10-21 12:32:55.0 +0200
@@ -1,0 +2,49 @@
+Sun Oct 13 17:29:27 UTC 2013 - fi...@opensuse.org
+
+- Update to 3.1.0:
+  + FEATURE: Add command line option to daemonize qbittorrent-nox
+  + FEATURE: Add Shutdown qBittorrent button to Web UI
+  + FEATURE: Add setting to copy .torrent files for finished downloads
+  + FEATURE: Add option to start qBittorrent on Windows startup
+  + FEATURE: Add context menu to Web seed list
+  + FEATURE: Add support for tracker tiers / groups to creator
+  + FEATURE: Allow clearing execution and ban logs
+  + FEATURE: Add option to use random port on each startup
+  + FEATURE: Expose the cache expiry to the user
+  + FEATURE: Support Atom feeds
+  + FEATURE: Add save path column
+  + FEATURE: Add µTorrent-compatible Flags column in the peer tab
+  + FEATURE: Load magnet metadata in the background while the Add New
+Torrent Dialog is showing
+  + FEATURE: Allow to enter only an info-hash for download
+  + FEATURE: Bring the Add New Torrent Dialog to the front
+  + BUGFIX: Add confirmation dialog for Force recheck action loses
+  + BUGFIX: Greatly improve RSS manager performance
+  + BUGFIX: Ensure that all columns in the tranferlist have a size  0.
+  + BUGFIX: Don't mark RSS item as read when it failed to download
+  + BUGFIX: Fix ETA calculation when some files are downloaded and marked
+afterwards as 'do not download'
+  + BUGFIX: Make the UI show that PEX/DHT/LSD are actually disabled on
+private torrents
+  + BUGFIX: Scheduler should be much more robust and correct now
+  + BUGFIX: Now qBt won't forget torrent settings after an unclean
+shutdown
+  + BUGFIX: Text boxes in edit dialogs will fit to text width
+  + BUGFIX: Enable edit/rename via F2 or double click in various places
+  + BUGFIX: Allow to edit trackers and copy their urls
+  + BUGFIX: Add Uploaded column to main view
+  + BUGFIX: Calculate ETA for seeding torrents
+  + BUGFIX: Add option to ignore global share ratio limits for created
+torrents
+  + OTHER: Many RSS bugfixes and improvements all over the place
+  + OTHER: Generate translations at configure time to reduce tarball size
+  + OTHER: Make peer tab sortable by ip too
+  + OTHER: Translations moved to Transifex
+https://www.transifex.com/projects/p/qbittorrent/
+  + OTHER: New Translation - Vietnamese 
+  + PERFORMANCE: Impove drawing speed of tranferlist when there are many
+torrents(100)
+  + PERFORMANCE: Impove drawing speed of peers list when there are many
+peers
+
+---

Old:

  qbittorrent-3.0.11.tar.xz

New:

  qbittorrent-3.1.0.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.UEZVCN/_old  2013-10-21 12:32:57.0 +0200
+++ /var/tmp/diff_new_pack.UEZVCN/_new  2013-10-21 12:32:57.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:3.0.11
+Version:3.1.0
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+
@@ -56,8 +56,6 @@
 
 %prep
 %setup -q
-# FIXME remove executable permissions from all files, probably accident with 
preparing 3.0.10 release.
-chmod a-x 
{AUTHORS,Changelog,COPYING,INSTALL,NEWS,README,TODO,doc/qbittorrent-nox.1,doc/qbittorrent.1}
 
 %build
 echo -e \n# openSUSE way optflags\nQMAKE_CFLAGS += 
%{optflags}\nQMAKE_CXXFLAGS += %{optflags}  unixconf.pri

++ qbittorrent-3.0.11.tar.xz - qbittorrent-3.1.0.tar.xz ++
 278947 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qbittorrent for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2013-08-04 20:41:09

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2013-07-12 
20:56:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2013-08-04 23:52:33.0 +0200
@@ -1,0 +2,17 @@
+Thu Aug  1 19:30:49 UTC 2013 - fi...@opensuse.org
+
+- Upstream update to 3.0.11:
+  + FEATURE: Allow more fine tuning of upload slots.
+  + FEATURE: Enable edit/rename via F2 or double click in various places.
+  + BUGFIX: Don't allow newlines in rename dialog.
+  + BUGFIX: Treat unfinished dates as the newest ones when sorting.
+  + BUGFIX: Respect UI lock when clicking on tray notification.
+  + BUGFIX: Fix kickass torrents search plugin.
+  + BUGFIX: Use system language as default language. Closes #780.
+  + BUGFIX: Move completed files to .unwanted folder when they are
+unselected by the user.
+  + BUGFIX: Show delete action when multiple feeds are selected.
+  + BUGFIX: Use Unicode for libtorrent alert messages.  
+  + OTHER: Update translations.
+
+---

Old:

  qbittorrent-3.0.10.tar.xz

New:

  qbittorrent-3.0.11.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.BbQPVM/_old  2013-08-04 23:52:34.0 +0200
+++ /var/tmp/diff_new_pack.BbQPVM/_new  2013-08-04 23:52:34.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:3.0.10
+Version:3.0.11
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+

++ qbittorrent-3.0.10.tar.xz - qbittorrent-3.0.11.tar.xz ++
 56169 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qbittorrent for openSUSE:Factory

2013-07-12 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2013-07-12 20:56:53

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2013-06-05 
13:36:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2013-07-12 20:56:55.0 +0200
@@ -1,0 +2,23 @@
+Wed Jul 10 12:41:15 UTC 2013 - fi...@opensuse.org
+
+- Upstream update to 3.0.10:
+  + BUGFIX: Fix LegitTorrents search plugin
+  + BUGFIX: Improve peer host name resolution (closes #360)
+  + BUGFIX: Context menu fix in the Web UI
+  + BUGFIX: Respect 'don't show' torrent dialog in Search (sledgehammer999)
+  + BUGFIX: Torrent creator can now use files/folders from disk root (Gelmir)
+  + BUGFIX: Update free disk space when changing drives in the add new torrent
+dialog (sledgehammer999)
+  + BUGFIX: Various fixes relating to RSS drag and drop (Gelmir)
+  + BUGFIX: Properly rename torrent which changes position in filter model 
(Gelmir)
+  + BUGFIX: Actually show tray notifications when a torrent finishes
+downloading (sledgehammer999)
+  + BUGFIX: Don't download RSS items based on rules still being edited (Gelmir)
+  + COSMETIC: Native look for the search boxes (Hyperz)
+  + IMPROVEMENT: Use natural sorting where possible (Gelmir and 
sledgehammer999)
+  + LINUX: Drop Boost.Thread dependency from configure script
+  + OTHER: Update translations.
+  + Impove drawing speed of tranferlist and peers list when there
+are many torrents(100) (sledgehammer999)
+
+---

Old:

  qbittorrent-3.0.9.tar.xz

New:

  qbittorrent-3.0.10.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.EFkAOU/_old  2013-07-12 20:56:56.0 +0200
+++ /var/tmp/diff_new_pack.EFkAOU/_new  2013-07-12 20:56:56.0 +0200
@@ -18,14 +18,13 @@
 
 
 Name:   qbittorrent
-Version:3.0.9
+Version:3.0.10
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+
 Group:  Productivity/Networking/File-Sharing
 Url:http://www.qbittorrent.org/
 Source: 
http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.xz
-
 BuildRequires:  boost-devel = 1.35
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
@@ -36,7 +35,9 @@
 BuildRequires:  pkgconfig(QtNetwork) = 4.6
 BuildRequires:  pkgconfig(QtXml) = 4.6
 BuildRequires:  pkgconfig(libtorrent-rasterbar) = 0.14.4
+# For geolocalization
 Requires:   GeoIP
+# For search engines
 Requires:   python
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -55,6 +56,8 @@
 
 %prep
 %setup -q
+# FIXME remove executable permissions from all files, probably accident with 
preparing 3.0.10 release.
+chmod a-x 
{AUTHORS,Changelog,COPYING,INSTALL,NEWS,README,TODO,doc/qbittorrent-nox.1,doc/qbittorrent.1}
 
 %build
 echo -e \n# openSUSE way optflags\nQMAKE_CFLAGS += 
%{optflags}\nQMAKE_CXXFLAGS += %{optflags}  unixconf.pri

++ qbittorrent-3.0.9.tar.xz - qbittorrent-3.0.10.tar.xz ++
 60261 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qbittorrent for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2013-06-05 13:36:15

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2013-01-20 
13:05:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2013-06-05 13:36:16.0 +0200
@@ -1,0 +2,18 @@
+Sun Jun  2 15:10:38 UTC 2013 - dap.darkn...@gmail.com
+
+- Upstream update to 3.0.9:
+  + BUGFIX: Raise qBittorrent windows when another instance is launched
+  + BUGFIX: Enable 'copy magnet uri' for torrents without metadata too
+  + BUGFIX: Fix a few JSON parser issues (Gelmir)
+  + BUGFIX: Add support for gzipped encoded HTTP responses (daimor)
+  + BUGFIX: Fix possibly missing Add torrent icon (Driim)
+  + OTHER: Add search plugin for Legit Torrents
+  + BUGFIX: Fix support for --no-splash command line argument
+  + BUGFIX: Fix compilation error with libtorrent v0.15
+  + BUGFIX: Fix search issues with Python3
+  + BUGFIX: Fix dead link about certificates in program preferences
+- Removed qbittorrent-3.0.7.-fix-for-libtorrent-rasterbar-0.15.x.patch
+  as merged into upstream
+- Url tag was updated.
+
+---

Old:

  qbittorrent-3.0.7.-fix-for-libtorrent-rasterbar-0.15.x.patch
  qbittorrent-3.0.7.tar.xz

New:

  qbittorrent-3.0.9.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.rwVVCc/_old  2013-06-05 13:36:17.0 +0200
+++ /var/tmp/diff_new_pack.rwVVCc/_new  2013-06-05 13:36:17.0 +0200
@@ -18,16 +18,14 @@
 
 
 Name:   qbittorrent
-Version:3.0.7
+Version:3.0.9
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+
 Group:  Productivity/Networking/File-Sharing
-Url:http://sourceforge.net/projects/qbittorrent
+Url:http://www.qbittorrent.org/
 Source: 
http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.xz
-# TODO Please drop this patch with qbittorrent = 3.0.8
-# PATCH-FIX-UPSTREAM 
qbittorrent-3.0.7.-fix-for-libtorrent-rasterbar-0.15.x.patch -- Fix compilation 
errors with libtorrent-rasterbar-0.15.x
-Patch0: qbittorrent-3.0.7.-fix-for-libtorrent-rasterbar-0.15.x.patch
+
 BuildRequires:  boost-devel = 1.35
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
@@ -57,9 +55,6 @@
 
 %prep
 %setup -q
-# apply patches
-# TODO Please drop this patch with qbittorrent = 3.0.8
-%patch0 -p0
 
 %build
 echo -e \n# openSUSE way optflags\nQMAKE_CFLAGS += 
%{optflags}\nQMAKE_CXXFLAGS += %{optflags}  unixconf.pri

++ qbittorrent-3.0.7.tar.xz - qbittorrent-3.0.9.tar.xz ++
 21035 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qbittorrent for openSUSE:Factory

2013-01-20 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2013-01-20 13:05:31

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2012-11-02 
15:21:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2013-01-20 13:05:33.0 +0100
@@ -1,0 +2,11 @@
+Sat Jan 19 15:46:47 UTC 2013 - fi...@opensuse.org
+
+- Upstream update to 3.0.7:
+  + Search engine plugins cleanup.
+  + WebUI Mootools updated to v1.4.5
+  + Add m4v to the list of previewable file extensions.
+  + Fix Set as default save path setting.
+  + Use https links in search plugins when possible.
+- Add qbittorrent-3.0.7.-fix-for-libtorrent-rasterbar-0.15.x.patch
+
+---

Old:

  qbittorrent-3.0.6.tar.xz

New:

  qbittorrent-3.0.7.-fix-for-libtorrent-rasterbar-0.15.x.patch
  qbittorrent-3.0.7.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.JmBSet/_old  2013-01-20 13:05:34.0 +0100
+++ /var/tmp/diff_new_pack.JmBSet/_new  2013-01-20 13:05:34.0 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package qbittorrent
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2012 Mariusz Fik fi...@opensuse.org.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 Mariusz Fik fi...@opensuse.org.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,16 @@
 
 
 Name:   qbittorrent
-Version:3.0.6
+Version:3.0.7
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+
 Group:  Productivity/Networking/File-Sharing
 Url:http://sourceforge.net/projects/qbittorrent
 Source: 
http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.xz
+# TODO Please drop this patch with qbittorrent = 3.0.8
+# PATCH-FIX-UPSTREAM 
qbittorrent-3.0.7.-fix-for-libtorrent-rasterbar-0.15.x.patch -- Fix compilation 
errors with libtorrent-rasterbar-0.15.x
+Patch0: qbittorrent-3.0.7.-fix-for-libtorrent-rasterbar-0.15.x.patch
 BuildRequires:  boost-devel = 1.35
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
@@ -55,7 +58,8 @@
 %prep
 %setup -q
 # apply patches
-# none atm
+# TODO Please drop this patch with qbittorrent = 3.0.8
+%patch0 -p0
 
 %build
 echo -e \n# openSUSE way optflags\nQMAKE_CFLAGS += 
%{optflags}\nQMAKE_CXXFLAGS += %{optflags}  unixconf.pri

++ qbittorrent-3.0.7.-fix-for-libtorrent-rasterbar-0.15.x.patch ++
Index: src/qtlibtorrent/qbtsession.cpp
===
--- src/qtlibtorrent/qbtsession.cpp.orig
+++ src/qtlibtorrent/qbtsession.cpp
@@ -387,8 +387,10 @@ void QBtSession::configureSession() {
 
   sessionSettings.upnp_ignore_nonrouters = true;
   sessionSettings.use_dht_as_fallback = false;
+#if LIBTORRENT_VERSION_MINOR  15
   // Disable support for SSL torrents for now
   sessionSettings.ssl_listen = 0;
+#endif
   // To prevent ISPs from blocking seeding
   sessionSettings.lazy_bitfields = true;
   // Speed up exit
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qbittorrent for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2012-11-02 15:21:23

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2012-07-25 
10:43:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2012-11-02 15:21:25.0 +0100
@@ -1,0 +2,26 @@
+Wed Oct 31 10:59:49 UTC 2012 - sasc...@suse.de
+
+- Set download_files service to mode=localonly and add tarball
+
+---
+Tue Oct 30 15:30:19 UTC 2012 - dap.darkn...@gmail.com
+
+- Upstream update to 3.0.6:
+  + FEATURE: Add command line option to daemonize qbittorrent-nox
+  + FEATURE: Add Shutdown qBittorrent button to Web UI
+  + FEATURE: Add setting to copy .torrent files for finished downloads
+  + FEATURE: Add option to start qBittorrent on Windows startup
+  + BUGFIX: Add confirmation dialog for Force recheck action
+  + BUGFIX: Greatly improve RSS manager performance
+  + FEATURE: Brand new torrent addition dialog
+  + FEATURE: Add the ability to choose the save path when using magnet links
+  + FEATURE: Add support for adding multiple local torrents at once
+  + COSMETIC: Improve style of left panel
+  + BUGFIX: Lower panels no longer gets disabled
+  + BUGFIX: Major code refactoring and various optimizations.
+  + BUGFIX: No longer strip root folder from torrent files
+  + OTHER: Drop support for libtorrent v0.14.x
+  + OTHER: Drop support for Qt 4.5
+- Duplicate files warning was resolved.
+
+---

Old:

  qbittorrent-2.9.11.tar.xz

New:

  _service
  qbittorrent-3.0.6.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.oMBD42/_old  2012-11-02 15:21:27.0 +0100
+++ /var/tmp/diff_new_pack.oMBD42/_new  2012-11-02 15:21:27.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:2.9.11
+Version:3.0.6
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+
@@ -26,6 +26,7 @@
 Url:http://sourceforge.net/projects/qbittorrent
 Source: 
http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.xz
 BuildRequires:  boost-devel = 1.35
+BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
 BuildRequires:  pkgconfig(QtCore) = 4.6
@@ -84,6 +85,9 @@
 # update .desktop file
 %suse_update_desktop_file -r qBittorrent Network P2P
 
+# duplicate files warning resolving
+%fdupes -s %{buildroot}%{_datadir}
+
 %files
 %defattr(-,root,root)
 %doc AUTHORS Changelog COPYING NEWS README TODO

++ _service ++
services
  service name=download_files mode=localonly/
/services
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qbittorrent for openSUSE:Factory

2012-07-25 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2012-07-25 10:43:52

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2012-07-16 
09:29:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2012-07-25 10:43:54.0 +0200
@@ -4 +4 @@
-- Upstream update to 2.2.11, bugfix release:
+- Upstream update to 2.9.11, bugfix release:
@@ -12 +12 @@
-- Upstream update to 2.2.10, bugfix release:
+- Upstream update to 2.9.10, bugfix release:



Other differences:
--

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qbittorrent for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2012-07-16 09:29:04

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2012-05-22 
08:18:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2012-07-16 09:29:05.0 +0200
@@ -1,0 +2,17 @@
+Tue Jul  3 19:55:33 UTC 2012 - fi...@opensuse.org
+
+- Upstream update to 2.2.11, bugfix release:
+  + Bring window to front after restoring from systray
+  + Fix keyboard focus problems on main window
+  + Fix ThePirateBay search plugin
+
+---
+Mon Jun 25 22:00:33 UTC 2012 - fi...@opensuse.org
+
+- Upstream update to 2.2.10, bugfix release:
+  + Various webui fixes
+  + Fix ratio limiting bug
+  + Fix possible crash when showing torrent content
+  + Add support for RSS feeds using magnet links
+
+---

Old:

  qbittorrent-2.9.9.tar.xz

New:

  qbittorrent-2.9.11.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.wKL2yL/_old  2012-07-16 09:29:10.0 +0200
+++ /var/tmp/diff_new_pack.wKL2yL/_new  2012-07-16 09:29:10.0 +0200
@@ -2,6 +2,7 @@
 # spec file for package qbittorrent
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 Mariusz Fik fi...@opensuse.org.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:2.9.9
+Version:2.9.11
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qbittorrent for openSUSE:Factory

2012-05-22 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2012-05-22 08:18:32

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2012-05-21 
07:30:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2012-05-22 08:18:40.0 +0200
@@ -1,0 +2,7 @@
+Sun May 20 21:35:37 UTC 2012 - fi...@opensuse.org
+
+- Upstream update to 2.9.9, bugfix release:
+  + Improved RSS reader performance
+  + Various UI fixes
+
+---

Old:

  qbittorrent-2.9.8.tar.xz

New:

  qbittorrent-2.9.9.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.FdODqY/_old  2012-05-22 08:18:41.0 +0200
+++ /var/tmp/diff_new_pack.FdODqY/_new  2012-05-22 08:18:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   qbittorrent
-Version:2.9.8
+Version:2.9.9
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qbittorrent for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2012-05-21 07:30:50

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2012-03-26 
14:03:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2012-05-21 07:30:52.0 +0200
@@ -1,0 +2,8 @@
+Sat May  5 11:28:30 UTC 2012 - fi...@opensuse.org
+
+- Upstream update to 2.9.8, bugfix release:
+  + UI style fixes
+  + Update Italian translation
+- Drop qbittorrent-gcc47.patch: fixed upstream.
+
+---

Old:

  qbittorrent-2.9.7.tar.xz
  qbittorrent-gcc47.patch

New:

  qbittorrent-2.9.8.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.gZDBk6/_old  2012-05-21 07:30:53.0 +0200
+++ /var/tmp/diff_new_pack.gZDBk6/_new  2012-05-21 07:30:53.0 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   qbittorrent
-Version:2.9.7
+Version:2.9.8
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+
 Group:  Productivity/Networking/File-Sharing
 Url:http://sourceforge.net/projects/qbittorrent
 Source: 
http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.xz
-Patch0: qbittorrent-gcc47.patch
 BuildRequires:  boost-devel = 1.35
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
@@ -54,7 +53,7 @@
 %prep
 %setup -q
 # apply patches
-%patch0 -p1
+# none atm
 
 %build
 echo -e \n# openSUSE way optflags\nQMAKE_CFLAGS += 
%{optflags}\nQMAKE_CXXFLAGS += %{optflags}  unixconf.pri

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qbittorrent for openSUSE:Factory

2012-03-26 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2012-03-26 14:02:08

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2012-02-29 
14:10:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2012-03-26 14:03:12.0 +0200
@@ -1,0 +2,10 @@
+Sun Mar 25 12:35:32 UTC 2012 - dims...@opensuse.org
+
+- Add qbittorrent-gcc47.patch: Fix build with gcc 4.7.
+
+---
+Mon Mar 19 12:06:29 UTC 2012 - fi...@opensuse.org
+
+- Upstream update to 2.9.7, bugfix release.
+
+---

Old:

  qbittorrent-2.9.5.tar.gz

New:

  qbittorrent-2.9.7.tar.xz
  qbittorrent-gcc47.patch



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.OOT3O5/_old  2012-03-26 14:03:14.0 +0200
+++ /var/tmp/diff_new_pack.OOT3O5/_new  2012-03-26 14:03:14.0 +0200
@@ -17,15 +17,17 @@
 
 
 Name:   qbittorrent
-Version:2.9.5
+Version:2.9.7
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+
 Group:  Productivity/Networking/File-Sharing
 Url:http://sourceforge.net/projects/qbittorrent
-Source: 
http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
+Source: 
http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.xz
+Patch0: qbittorrent-gcc47.patch
 BuildRequires:  boost-devel = 1.35
 BuildRequires:  update-desktop-files
+BuildRequires:  xz
 BuildRequires:  pkgconfig(QtCore) = 4.6
 BuildRequires:  pkgconfig(QtDBus) = 4.6
 BuildRequires:  pkgconfig(QtGui) = 4.6
@@ -52,7 +54,7 @@
 %prep
 %setup -q
 # apply patches
-# none atm
+%patch0 -p1
 
 %build
 echo -e \n# openSUSE way optflags\nQMAKE_CFLAGS += 
%{optflags}\nQMAKE_CXXFLAGS += %{optflags}  unixconf.pri

++ qbittorrent-gcc47.patch ++
Index: qbittorrent-2.9.7/src/qtsingleapp/qtlocalpeer.cpp
===
--- qbittorrent-2.9.7.orig/src/qtsingleapp/qtlocalpeer.cpp
+++ qbittorrent-2.9.7/src/qtsingleapp/qtlocalpeer.cpp
@@ -58,7 +58,7 @@ static PProcessIdToSessionId pProcessIdT
 #if defined(Q_OS_UNIX)
 #include time.h
 #endif
-#if defined(Q_OS_OS2)
+#if defined(Q_OS_OS2) || defined(Q_OS_UNIX)
 #include unistd.h
 #endif
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qbittorrent for openSUSE:Factory

2012-02-29 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2012-02-29 14:10:49

Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and  /work/SRC/openSUSE:Factory/.qbittorrent.new (New)


Package is qbittorrent, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2012-02-08 
17:20:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2012-02-29 14:10:52.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 20 15:17:07 UTC 2012 - fi...@opensuse.org
+
+- Upstream update to 2.9.5, bugfix release.
+
+---

Old:

  qbittorrent-2.9.3.tar.gz

New:

  qbittorrent-2.9.5.tar.gz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.IYYRsY/_old  2012-02-29 14:10:56.0 +0100
+++ /var/tmp/diff_new_pack.IYYRsY/_new  2012-02-29 14:10:56.0 +0100
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   qbittorrent
-Version:2.9.3
-Release:1
-License:GPL-2.0+
+Version:2.9.5
+Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
-Url:http://sourceforge.net/projects/qbittorrent
+License:GPL-2.0+
 Group:  Productivity/Networking/File-Sharing
+Url:http://sourceforge.net/projects/qbittorrent
 Source: 
http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  boost-devel = 1.35
 BuildRequires:  update-desktop-files

++ qbittorrent-2.9.3.tar.gz - qbittorrent-2.9.5.tar.gz ++
 17805 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qbittorrent for openSUSE:Factory

2011-08-04 Thread h_root

Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory
checked in at Thu Aug 4 10:47:02 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/qbittorrent/qbittorrent.changes
2011-06-26 22:05:01.0 +0200
@@ -0,0 +1,355 @@
+---
+Sun Jun 26 19:50:23 UTC 2011 - fi...@opensuse.org
+
+- Upstream update to 2.8.2, bugfix release.
+- Drop webui_password_fix.patch: fixed upstream.
+
+---
+Tue Jun 21 19:52:21 UTC 2011 - fi...@opensuse.org
+
+- Upstream release 2.8.0:
+  + HTTPS support in Web UI
+  + Dynamic DNS support (DynDNS, no-ip)
+  + RSS downloader can use regex
+  + Display connection type in peer list
+  + Added SSL and Auth for SMTP Settings
+- Fixed Web UI user/pass change: webui_password_fix.patch
+
+---
+Sun Apr 10 21:44:07 UTC 2011 - fi...@opensuse.org
+
+- Upstream update to 2.7.2, bugfix release.
+- Spec cleanup, use pkgconfig in BuildRequires
+
+---
+Tue Mar 29 23:50:41 UTC 2011 - fi...@opensuse.org
+
+- Upstream update to 2.7.1, bugfix release.
+- Bumped Qt version to = 4.6
+
+---
+Mon Mar 21 16:50:48 UTC 2011 - fi...@opensuse.org
+
+- Upstram release 2.7.0:
+  + Customize IP reported to trackers
+  + Inhibit system sleep when torrents are active
+  + Minor cosmetic changes
+
+---
+Mon Mar 14 18:26:06 UTC 2011 - fi...@opensuse.org
+
+- Upstream update to 2.6.9, bugfix release.
+- Drop ntfs-fix.patch: fixed upstream.
+
+---
+Wed Mar  9 16:24:26 UTC 2011 - fi...@opensuse.org
+
+- Fixed downloading data to ntfs partition: ntfs-fix.patch
+- Fixed magnet url handler
+
+---
+Sun Feb 27 20:35:20 UTC 2011 - fi...@opensuse.org
+
+- Upstream update to 2.6.7, bugfix release.
+
+---
+Tue Feb  8 22:23:04 UTC 2011 - fi...@opensuse.org
+
+- Upstream update to 2.6.6, bugfix release.
+
+---
+Mon Jan 24 20:12:28 UTC 2011 - fi...@opensuse.org
+
+- use %{optflags} to build binaries properly
+
+---
+Sun Jan 23 21:18:02 UTC 2011 - fi...@opensuse.org
+
+- Upstream update to 2.6.4, bugfix only.
+
+---
+Sat Jan 15 21:58:34 UTC 2011 - fi...@opensuse.org
+
+- Upstream update to 2.6.3, bugfix only.
+
+---
+Mon Jan 10 19:23:39 UTC 2011 - fi...@opensuse.org
+
+- Upstream update to 2.6.1, bugfix and UI polish
+
+---
+Sun Jan  9 13:56:47 UTC 2011 - fi...@opensuse.org
+
+- Upstream release 2.6.0:
+  + Use system icons (Linux, Qt = 4.6)
+  + Simplify program preferences
+  + Imporved IP filter handling
+  + all changes in Changelog file
+
+---
+Thu Jan  6 21:17:32 UTC 2011 - fi...@opensuse.org
+
+- Upstream update to 2.5.5, bugfix only.
+
+---
+Mon Jan  3 21:45:54 UTC 2011 - fi...@opensuse.org
+
+- Upstream update to 2.5.3, bugfix only.
+
+---
+Mon Dec 20 12:04:52 UTC 2010 - fi...@opensuse.org
+
+- Upstream update to 2.5.2, bugfix only.
+
+---
+Sun Dec  5 16:00:38 UTC 2010 - fi...@opensuse.org
+
+- Upstream release 2.5.1:
+  + qBittorrent can now act as a tracker
+  + improved RSS feed automated downloader
+  + new feature to shutdown qbittorrent on torrents completion
+  + all changes in Changelog file
+
+---
+Tue Nov 23 13:12:44 UTC 2010 - fi...@opensuse.org
+
+- Upstream update to 2.4.11, bugfix only.
+
+---
+Wed Nov 10 23:53:07 UTC 2010 - fi...@opensuse.org
+
+- Upstream update to 2.4.10, bugfix only.
+
+---
+Sun Oct 31 20:13:03 UTC 2010 - fi...@opensuse.org
+
+- Upstream update to 2.4.9, bugfix only.
+- Drop qbittorrent-2.4.x-fix-addition-crash.patch: fixed upstream.
+- Bumped Qt version to = 4.5.
+
+---
+Tue Oct 26 22:15:07 UTC 2010 - fi...@opensuse.org
+
+- added:  qbittorrent-2.4.x-fix-addition-crash.patch
+  It fixes