rpms/qbittorrent/devel dso_link.patch, NONE, 1.1 qbittorrent.spec, 1.83, 1.84

Leigh Scott leigh123linux at fedoraproject.org
Tue Feb 9 15:45:46 UTC 2010


Author: leigh123linux

Update of /cvs/pkgs/rpms/qbittorrent/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8808

Modified Files:
	qbittorrent.spec 
Added Files:
	dso_link.patch 
Log Message:
* Tue Feb 09 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.2.0-0.6.beta3
- add duplicate crash patch to fix crash when adding 
  a torrent that already exists in the transfer list
- add patch to fix DSO link problem


dso_link.patch:
 src1.pro |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE dso_link.patch ---
--- qbittorrent-2.2.0beta3.orig/src/src.pro	2010-02-08 19:06:21.000000000 +0000
+++ qbittorrent-2.2.0beta3/src/src1.pro	2010-02-09 11:02:41.000000000 +0000
@@ -102,11 +102,12 @@ contains(DEFINES, DISABLE_GUI) {
 
 # QMAKE_CXXFLAGS_RELEASE += -fwrapv
 # QMAKE_CXXFLAGS_DEBUG += -fwrapv
-unix:QMAKE_LFLAGS_SHAPP += -rdynamic
+unix:QMAKE_LFLAGS_SHAPP += -rdynamic -lboost_system-mt
 CONFIG += link_pkgconfig
 PKGCONFIG += "libtorrent-rasterbar"
 QT += network
 !contains(DEFINES, DISABLE_GUI) {
+    unix:QMAKE_LFLAGS_SHAPP += -lboost_filesystem-mt -lcrypto
     QT += xml
 }
 DEFINES += QT_NO_CAST_TO_ASCII


Index: qbittorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/qbittorrent.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -p -r1.83 -r1.84
--- qbittorrent.spec	9 Feb 2010 10:32:09 -0000	1.83
+++ qbittorrent.spec	9 Feb 2010 15:45:45 -0000	1.84
@@ -14,9 +14,10 @@ Release: 0.6.beta3%{?dist}
 Source0: http://downloads.sf.net/qbittorrent/files/qbittorrent-unstable/%{name}-%{version}beta3.tar.gz
 Source1: qbittorrent-nox.README
 Patch0:  disable_extra_debug.patch
+Patch1:  dso_link.patch
 
 # Upstream patches
-Patch1:  duplicate-crash.patch
+Patch2:  duplicate-crash.patch
 
 URL: http://sourceforge.net/projects/qbittorrent
 Group: Applications/Internet
@@ -47,8 +48,9 @@ It aims to be as fast as possible and to
 %prep
 %setup -q -n %{name}-%{version}beta3
 %patch0 -p1 -b .disable_extra_debug
+%patch1 -p1 -b .dso_link
 # Upstream patches
-%patch1 -p1 -b .duplicate-crash
+%patch2 -p1 -b .duplicate-crash
 
 cp -p %{SOURCE1} .
 
@@ -125,6 +127,7 @@ gtk-update-icon-cache %{_datadir}/icons/
 * Tue Feb 09 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.2.0-0.6.beta3
 - add duplicate crash patch to fix crash when adding 
   a torrent that already exists in the transfer list
+- add patch to fix DSO link problem
 
 * Mon Feb 08 2010 leigh scott <leigh123linux at googlemail.com> - 2.2.0-0.5.beta3
 - update to 2.2.0beta3



More information about the scm-commits mailing list