OBS User unknown 2008-07-14 16:23:59 +00:00 committed by Git OBS Bridge
parent e93a3e0fc3
commit 068791e655
5 changed files with 12 additions and 20 deletions

View File

@ -1,13 +0,0 @@
Index: libbtcore/download/webseed.cpp
===================================================================
--- libbtcore/download/webseed.cpp (revision 821097)
+++ libbtcore/download/webseed.cpp (working copy)
@@ -366,7 +366,7 @@
void WebSeed::onExcluded(Uint32 from,Uint32 to)
{
- if (from <= first_chunk <= to && from <= last_chunk <= to)
+ if (from <= first_chunk && first_chunk <= to && from <= last_chunk && last_chunk <= to)
reset();
}
}

3
ktorrent-3.1.1.tar.bz2 Normal file
View File

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

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 14 11:56:20 CEST 2008 - stbinner@suse.de
- update to version 3.1.1: several minor bugfixes
-------------------------------------------------------------------
Mon Jun 16 10:04:23 CEST 2008 - stbinner@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package ktorrent (Version 3.1)
# spec file for package ktorrent (Version 3.1.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -20,7 +20,7 @@ Url: http://ktorrent.pwsp.net/
License: GPL v2 or later
Group: Productivity/Networking/File-Sharing
Summary: KDE BitTorrent Client
Version: 3.1
Version: 3.1.1
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define rversion %version
@ -29,7 +29,6 @@ Source2: icons.tar.bz2
Patch2: remove-links.diff
Patch4: no-geoip-db.diff
Patch6: dndfile.diff
Patch7: FIXME.diff
%if %suse_version > 1020
Requires: %{name}-lang = %{version}
%endif
@ -74,7 +73,6 @@ Authors:
%patch2
%patch4
%patch6
%patch7
tar xfj %{SOURCE2}
%build
@ -165,6 +163,8 @@ tar xfj %{SOURCE2}
/usr/include/libbtcore
%changelog
* Mon Jul 14 2008 stbinner@suse.de
- update to version 3.1.1: several minor bugfixes
* Mon Jun 16 2008 stbinner@suse.de
- update to version 3.1:
* HTTP webseeding