- updated to latest release version - added new files, updated fix-optflag.patchepel9
parent
076337e083
commit
77c6f0fd96
@ -1,11 +1,11 @@
|
||||
--- transmission-2.00/qt/qtr.pro.orig 2010-06-17 14:27:33.180210795 +0530
|
||||
+++ transmission-2.00/qt/qtr.pro 2010-06-17 14:28:57.149086198 +0530
|
||||
@@ -7,7 +7,7 @@
|
||||
target.path = /bin
|
||||
INSTALLS += target
|
||||
--- transmission-2.11/qt/qtr.pro.orig 2010-10-17 02:14:40.000000000 +0200
|
||||
+++ transmission-2.11/qt/qtr.pro 2010-10-20 21:55:19.000000000 +0200
|
||||
@@ -11,7 +11,7 @@
|
||||
man.path = /share/man/man1/
|
||||
man.files = transmission-qt.1
|
||||
|
||||
-CONFIG += qt qdbus thread debug link_pkgconfig
|
||||
+CONFIG += qt qdbus thread release link_pkgconfig
|
||||
QT += network
|
||||
PKGCONFIG = fontconfig libcurl openssl
|
||||
PKGCONFIG = fontconfig libcurl openssl dbus-1
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -ur ../transmission-2.04.orig/libtransmission/torrent-magnet.c ./libtransmission/torrent-magnet.c
|
||||
--- ../transmission-2.04.orig/libtransmission/torrent-magnet.c 2010-08-07 09:04:35.000000000 +0530
|
||||
+++ ./libtransmission/torrent-magnet.c 2010-09-20 13:32:57.160346620 +0530
|
||||
@@ -116,7 +116,7 @@
|
||||
int infoLen;
|
||||
char * infoContents = tr_bencToStr( infoDict, TR_FMT_BENC, &infoLen );
|
||||
const uint8_t * i = (const uint8_t*) tr_memmem( (char*)fileContents, fileLen, infoContents, infoLen );
|
||||
- offset = i == NULL ? i - fileContents : 0;
|
||||
+ offset = i != NULL ? i - fileContents : 0;
|
||||
tr_free( infoContents );
|
||||
}
|
||||
|
Loading…
Reference in new issue