[qbittorrent] - update to 2.5.0beta4 - add temp build fix

leigh123linux leigh123linux at fedoraproject.org
Thu Nov 18 13:03:49 UTC 2010


commit 71b6a2fd998d0fdbf3374a741e505fa5c5ce1b5b
Author: leigh scott <leigh123linux at googlemail.com>
Date:   Thu Nov 18 13:03:50 2010 +0000

    - update to 2.5.0beta4
    - add temp build fix

 qbittorrent.spec     |    3 +++
 temp_build_fix.patch |   20 ++++++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/qbittorrent.spec b/qbittorrent.spec
index a02fd68..26d06d2 100644
--- a/qbittorrent.spec
+++ b/qbittorrent.spec
@@ -15,6 +15,7 @@ Epoch:   1
 Source0: http://downloads.sourceforge.net/project/qbittorrent/qbittorrent-unstable/%{name}-%{version}beta4.tar.gz
 Source1: qbittorrent-nox.README
 Patch0:  disable_extra_debug.patch
+Patch1:  temp_build_fix.patch
 
 # Upstream patches
 
@@ -52,6 +53,7 @@ It aims to be as fast as possible and to provide multi-OS, unicode support.
 %prep
 %setup -q -n %{name}-%{version}beta4
 #%patch0 -p1 -b .disable_extra_debug
+%patch1 -p1 -b .temp_build_fix
 # Upstream patches
 
 
@@ -129,6 +131,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %changelog
 * Thu Nov 18 2010 leigh scott <leigh123linux at googlemail.com> - 1:2.5.0-0.4.beta4
 - update to 2.5.0beta4
+- add temp build fix
 
 * Sat Nov 13 2010 leigh scott <leigh123linux at googlemail.com> - 1:2.5.0-0.3.beta3
 - update to 2.5.0beta3
diff --git a/temp_build_fix.patch b/temp_build_fix.patch
new file mode 100644
index 0000000..719edc3
--- /dev/null
+++ b/temp_build_fix.patch
@@ -0,0 +1,20 @@
+--- qbittorrent-2.5.0beta4/src/downloadthread.cpp.orig	2010-11-16 20:34:31.000000000 +0000
++++ qbittorrent-2.5.0beta4/src/downloadthread.cpp	2010-11-18 12:43:04.330869181 +0000
+@@ -37,7 +37,7 @@
+ 
+ #include "downloadthread.h"
+ #include "preferences.h"
+-#include "rsssettings.h"
++#include "rss/rsssettings.h"
+ #include "qinisettings.h"
+ 
+ /** Download Thread **/
+@@ -100,7 +100,7 @@ void downloadThread::processDlFinished(Q
+ }
+ 
+ void downloadThread::loadCookies(const QString &host_name, QString url) {
+-  const QList<QByteArray> raw_cookies = RssSettings::getHostNameCookies(host_name);
++  const QList<QByteArray> raw_cookies = RssSettings().getHostNameCookies(host_name);
+   QNetworkCookieJar *cookie_jar = networkManager.cookieJar();
+   QList<QNetworkCookie> cookies;
+   qDebug("Loading cookies for host name: %s", qPrintable(host_name));


More information about the scm-commits mailing list