diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-02-16 20:47:01 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-02-16 20:47:01 +0000 |
commit | e5657562f058535e745e0b74f343531c443966a0 (patch) | |
tree | ddf8a701496167df1afcfa2e48ed7075463d89ba /net-p2p/ktorrent/files | |
parent | Marking kdebase-3.5.9-r4 ppc64 for bug 258257 (diff) | |
download | gentoo-2-e5657562f058535e745e0b74f343531c443966a0.tar.gz gentoo-2-e5657562f058535e745e0b74f343531c443966a0.tar.bz2 gentoo-2-e5657562f058535e745e0b74f343531c443966a0.zip |
Apply patch to ktorrent-2.2.8 bug 255068
Version bump to ktorrent-3.2 (KDE4)
Remove old versions
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/ktorrent/files')
-rw-r--r-- | net-p2p/ktorrent/files/ktorrent-2.2.8-lograce.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/ktorrent/files/ktorrent-2.2.8-lograce.patch b/net-p2p/ktorrent/files/ktorrent-2.2.8-lograce.patch new file mode 100644 index 000000000000..5675fce4f54c --- /dev/null +++ b/net-p2p/ktorrent/files/ktorrent-2.2.8-lograce.patch @@ -0,0 +1,11 @@ +--- ktorrent-2.2.8/libktorrent/util/autorotatelogjob.cpp 2008-11-01 17:12:33.000000000 +0200 ++++ ktorrent-2.2.8.new/libktorrent/util/autorotatelogjob.cpp 2009-02-16 22:04:17.000000000 +0200 +@@ -62,8 +62,6 @@ + + if (cnt == 1) + { +- // move current log to 1 and zip it +- bt::Move(file,file + "-1",true); + KIO::Job* sj = KIO::file_move(KURL::fromPathOrURL(file),KURL::fromPathOrURL(file + "-1"),-1,true,false,false); + connect(sj,SIGNAL(result(KIO::Job*)),this,SLOT(moveJobDone(KIO::Job* ))); + } |