rpms/qbittorrent/F-12 define_libs.patch, NONE, 1.1 qbittorrent.spec, 1.58, 1.59

Leigh Scott leigh123linux at fedoraproject.org
Wed Feb 10 22:55:14 UTC 2010


Author: leigh123linux

Update of /cvs/pkgs/rpms/qbittorrent/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2870

Modified Files:
	qbittorrent.spec 
Added Files:
	define_libs.patch 
Log Message:
* Wed Feb 10 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.1.5-1
- update to 2.1.5
- fix possible race condition in search engine (#563666)
- add define libs patch


define_libs.patch:
 src.pro |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE define_libs.patch ---
--- qbittorrent-2.1.5.orig/src/src.pro	2010-02-10 22:49:57.000000000 +0000
+++ qbittorrent-2.1.5/src/src.pro	2010-02-10 22:49:45.000000000 +0000
@@ -105,6 +105,8 @@ contains(DEFINES, DISABLE_GUI) {
 unix:QMAKE_LFLAGS_SHAPP += -rdynamic
 CONFIG += link_pkgconfig
 PKGCONFIG += "libtorrent-rasterbar"
+LIBS += -L%{_libdir}
+
 QT += network
 !contains(DEFINES, DISABLE_GUI) {
     QT += xml


Index: qbittorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/F-12/qbittorrent.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -p -r1.58 -r1.59
--- qbittorrent.spec	10 Feb 2010 21:55:39 -0000	1.58
+++ qbittorrent.spec	10 Feb 2010 22:55:14 -0000	1.59
@@ -14,6 +14,7 @@ Source0: http://downloads.sf.net/qbittor
 Source1: qbittorrent-nox.README
 # https://bugzilla.redhat.com/show_bug.cgi?id=548491
 Patch1:  gcc.patch
+Patch2:  define_libs.patch
 
 URL: http://sourceforge.net/projects/qbittorrent
 Group: Applications/Internet
@@ -42,6 +43,7 @@ It aims to be as fast as possible and to
 %prep
 %setup -q
 %patch1 -p1 -b .gcc
+%patch2 -p1 -b .define_libs
 cp -p %{SOURCE1} .
 
 %build
@@ -116,6 +118,7 @@ gtk-update-icon-cache %{_datadir}/icons/
 * Wed Feb 10 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.1.5-1
 - update to 2.1.5
 - fix possible race condition in search engine (#563666)
+- add define libs patch
 
 * Mon Feb 08 2010 leigh scott <leigh123linux at googlemail.com> - 2.1.4-1
 - update to 2.1.4



More information about the scm-commits mailing list