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.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes     
2013-01-20 13:05:33.000000000 +0100
@@ -1,0 +2,11 @@
+Sat Jan 19 15:46:47 UTC 2013 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.JmBSet/_new  2013-01-20 13:05:34.000000000 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package qbittorrent
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2012 Mariusz Fik <[email protected]>.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 Mariusz Fik <[email protected]>.
 #
 # 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to