OBS User unknown 2007-03-10 23:00:53 +00:00 committed by Git OBS Bridge
parent bcec5bdf09
commit 4bc316d547
8 changed files with 16 additions and 85 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cde1ea4222febc92d44623e3d86333e52ce3cbf02373d50dde431882dc9bd785
size 3159931

3
ktorrent-2.1.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69305c3b3b7f2e464b0c15bca49887a8e035206f9e07e4ad51124bd5ea7c9891
size 3619138

View File

@ -1,14 +0,0 @@
void KTorrent::addTabPage(QWidget* page,const QIconSet & icon,const QString & caption)
--- apps/ktorrent/ktorrentview.cpp
+++ apps/ktorrent/ktorrentview.cpp 2006/05/20 11:15:07
@@ -93,8 +93,10 @@
setShowSortIndicator(true);
setAcceptDrops(true);
setSelectionMode(QListView::Extended);
+ setResizeMode(QListView::NoColumn);
for (Uint32 i = 2;i < (Uint32)columns();i++)
setColumnWidthMode(i,QListView::Manual);
+ setAllColumnsShowFocus(true);
restoreLayout(KGlobal::config(),m_seedView ? "KTorrentSeedView" : "KTorrentView");
}

View File

@ -1,18 +0,0 @@
2005-12-15 Danny Kukawka <danny.kukawka@web.de>
* apps/ktorrent/ktorrentcore.cpp: fixed torrentFinished to
respect "Keep seeding after download has finished".
Index: apps/ktorrent/ktorrentcore.cpp
===================================================================
--- apps/ktorrent/ktorrentcore.cpp (Revision 489023)
+++ apps/ktorrent/ktorrentcore.cpp (Arbeitskopie)
@@ -306,7 +306,7 @@
void KTorrentCore::torrentFinished(kt::TorrentInterface* tc)
{
- if (!keep_seeding)
+ if (!Settings::keepSeeding())
tc->stop(false);
finished(tc);

View File

@ -1,31 +0,0 @@
2005-12-17 Danny Kukawka <danny.kukawka@web.de>
* apps/ktorrent/ktorrentcore.cpp/h: removed not needed
variables from header and frim constructor.
Index: apps/ktorrent/ktorrentcore.cpp
===================================================================
--- apps/ktorrent/ktorrentcore.cpp (Revision 489023)
+++ apps/ktorrent/ktorrentcore.cpp (Arbeitskopie)
@@ -50,7 +50,7 @@
using namespace kt;
-KTorrentCore::KTorrentCore(kt::GUIInterface* gui) : max_downloads(0),keep_seeding(true),pman(0)
+KTorrentCore::KTorrentCore(kt::GUIInterface* gui) : pman(0)
{
qman = new QueueManager();
data_dir = Settings::tempDir();
Index: apps/ktorrent/ktorrentcore.h
===================================================================
--- apps/ktorrent/ktorrentcore.h (Revision 489023)
+++ apps/ktorrent/ktorrentcore.h (Arbeitskopie)
@@ -249,8 +249,6 @@
private:
// QPtrList<kt::TorrentInterface> downloads;
QString data_dir;
- int max_downloads;
- bool keep_seeding;
QTimer update_timer;
bt::Uint64 removed_bytes_up,removed_bytes_down;
kt::PluginManager* pman;

View File

@ -1,9 +0,0 @@
--- configure.in.in
+++ configure.in.in
@@ -1,6 +1,5 @@
#MIN_CONFIG(3.3)
CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS $USE_EXCEPTIONS $USE_RTTI"
-LDFLAGS="$LDFLAGS -Wl -z now"
AM_INIT_AUTOMAKE(ktorrent,2.0.3)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Mar 10 15:15:55 CET 2007 - dmueller@suse.de
- update to 2.1.2:
* file overwriting vulnerability
* chunk id overflow vulnerability
-------------------------------------------------------------------
Tue Mar 6 10:39:55 CET 2007 - stbinner@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package ktorrent (Version 2.1.1)
# spec file for package ktorrent (Version 2.1.2)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -16,18 +16,14 @@ URL: http://ktorrent.pwsp.net/
License: GNU General Public License (GPL)
Group: Productivity/Networking/Other
Summary: KDE BitTorrent Client
Version: 2.1.1
Version: 2.1.2
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define rversion %{version}
Source: %{name}-%{rversion}.tar.gz
Patch2: remove-links.diff
Patch3: ktorrent-lazy-binding.diff
Patch4: no-geoip-db.diff
Patch10: ktorrent-fix-columns.diff
Patch11: ktorrent-fix-columns_save_restore_ktorrentview.diff
Patch13: ktorrent-fix-keep_seeding.diff
Patch14: ktorrent-fix-remove-unneeded.diff
Patch15: ktorrent-fix-compiler_warning.diff
Patch16: disable-DHT.diff
@ -51,12 +47,8 @@ Authors:
%prep
%setup -q -n %{name}-%{rversion}
%patch2 -p1
#%patch3
%patch4 -p1
%patch10
#%patch11
#%patch13
#%patch14
%patch15
%patch16
. /etc/opt/kde3/common_options
@ -108,6 +100,10 @@ make DESTDIR=$RPM_BUILD_ROOT install
/opt/kde3/share/servicetypes/*.desktop
%changelog
* Sat Mar 10 2007 - dmueller@suse.de
- update to 2.1.2:
* file overwriting vulnerability
* chunk id overflow vulnerability
* Tue Mar 06 2007 - stbinner@suse.de
- update to version 2.1.1:
* Rewrite of webserver