forked from pool/ktorrent
This commit is contained in:
committed by
Git OBS Bridge
parent
e93a3e0fc3
commit
068791e655
13
FIXME.diff
13
FIXME.diff
@@ -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
3
ktorrent-3.1.1.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:13840ac9d10c9c6968809055b8f5efd9ad72767218545b367bb9d4013bc1cd24
|
||||||
|
size 2355877
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ff5d3bdb351f7bdbb643a36411e856d06be3b932ff15d659e0197adddb9df04a
|
|
||||||
size 2314512
|
|
@@ -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
|
Mon Jun 16 10:04:23 CEST 2008 - stbinner@suse.de
|
||||||
|
|
||||||
|
@@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@@ -20,7 +20,7 @@ Url: http://ktorrent.pwsp.net/
|
|||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Networking/File-Sharing
|
Group: Productivity/Networking/File-Sharing
|
||||||
Summary: KDE BitTorrent Client
|
Summary: KDE BitTorrent Client
|
||||||
Version: 3.1
|
Version: 3.1.1
|
||||||
Release: 1
|
Release: 1
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define rversion %version
|
%define rversion %version
|
||||||
@@ -29,7 +29,6 @@ Source2: icons.tar.bz2
|
|||||||
Patch2: remove-links.diff
|
Patch2: remove-links.diff
|
||||||
Patch4: no-geoip-db.diff
|
Patch4: no-geoip-db.diff
|
||||||
Patch6: dndfile.diff
|
Patch6: dndfile.diff
|
||||||
Patch7: FIXME.diff
|
|
||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
%endif
|
%endif
|
||||||
@@ -74,7 +73,6 @@ Authors:
|
|||||||
%patch2
|
%patch2
|
||||||
%patch4
|
%patch4
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
|
||||||
tar xfj %{SOURCE2}
|
tar xfj %{SOURCE2}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@@ -165,6 +163,8 @@ tar xfj %{SOURCE2}
|
|||||||
/usr/include/libbtcore
|
/usr/include/libbtcore
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 14 2008 stbinner@suse.de
|
||||||
|
- update to version 3.1.1: several minor bugfixes
|
||||||
* Mon Jun 16 2008 stbinner@suse.de
|
* Mon Jun 16 2008 stbinner@suse.de
|
||||||
- update to version 3.1:
|
- update to version 3.1:
|
||||||
* HTTP webseeding
|
* HTTP webseeding
|
||||||
|
Reference in New Issue
Block a user