forked from pool/ktorrent
This commit is contained in:
parent
5915cb437a
commit
330b9c4a39
10
buildfix.diff
Normal file
10
buildfix.diff
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- plugins/webinterface/httpserver.cpp 2008/09/30 09:25:34 1.7
|
||||||
|
+++ plugins/webinterface/httpserver.cpp 2008/09/30 09:28:45
|
||||||
|
@@ -41,6 +41,7 @@
|
||||||
|
#include <util/functions.h>
|
||||||
|
#include <util/mmapfile.h>
|
||||||
|
#include <util/sha1hash.h>
|
||||||
|
+#include <time.h>
|
||||||
|
#include "ktversion.h"
|
||||||
|
#include "httpserver.h"
|
||||||
|
#include "httpclienthandler.h"
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b5ab2c1eb909d10755c3eb34092ac4800d3564d93fb36c9b465a8045896d2a9c
|
|
||||||
size 2402424
|
|
3
ktorrent-3.1.3.tar.bz2
Normal file
3
ktorrent-3.1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8e1ea0a93760005fdccdaf9e87115540f41f1dcecf2f99b49bfe12a6cc411c45
|
||||||
|
size 2138893
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 30 10:59:39 CEST 2008 - stbinner@suse.de
|
||||||
|
|
||||||
|
- update to version 3.1.3:
|
||||||
|
* Make login into webinterface secure
|
||||||
|
* Check if menus are created properly before showing them
|
||||||
|
* Stop KT from exiting when scanfolder loads a plugin silently and
|
||||||
|
KT is hidden in systray.
|
||||||
|
* Make sure duplicate URL's are not shown in trackerview
|
||||||
|
* Fix problem causing file priorities not to be read at startup
|
||||||
|
* Make sure added.f is filled in with the proper flags for each
|
||||||
|
peer in the added field of a PEX message (169014)
|
||||||
|
* Make sure it is not required to put http:// for the proxy in
|
||||||
|
the config dialog (169133)
|
||||||
|
* Fix bug causing webseed not to download last chunk of a request
|
||||||
|
* Fix bug which resulted in speeds of webseed not getting calculated
|
||||||
|
* Fix rename of groups when edit is not initialized via context menu
|
||||||
|
* Make toolbars hideable
|
||||||
|
* Make sure that files can not be moved to the location they are
|
||||||
|
already in
|
||||||
|
* Don't start torrents at startup when a torrent is user controlled
|
||||||
|
and over limit
|
||||||
|
* Fix crash in logging code due to 0 pointer
|
||||||
|
* Remove bitoogle from default search engine list
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 18 23:04:47 CEST 2008 - schwab@suse.de
|
Mon Aug 18 23:04:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ktorrent (Version 3.1.2)
|
# spec file for package ktorrent (Version 3.1.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -26,8 +26,8 @@ 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.2
|
Version: 3.1.3
|
||||||
Release: 5
|
Release: 1
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define rversion %version
|
%define rversion %version
|
||||||
Source: %{name}-%{rversion}.tar.bz2
|
Source: %{name}-%{rversion}.tar.bz2
|
||||||
@ -36,6 +36,7 @@ Patch2: remove-links.diff
|
|||||||
Patch4: no-geoip-db.diff
|
Patch4: no-geoip-db.diff
|
||||||
Patch5: function-address.diff
|
Patch5: function-address.diff
|
||||||
Patch6: proxy.diff
|
Patch6: proxy.diff
|
||||||
|
Patch7: buildfix.diff
|
||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
%endif
|
%endif
|
||||||
@ -81,6 +82,7 @@ Authors:
|
|||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
|
%patch7
|
||||||
tar xfj %{SOURCE2}
|
tar xfj %{SOURCE2}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -172,6 +174,28 @@ tar xfj %{SOURCE2}
|
|||||||
/usr/include/libbtcore
|
/usr/include/libbtcore
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 30 2008 stbinner@suse.de
|
||||||
|
- update to version 3.1.3:
|
||||||
|
* Make login into webinterface secure
|
||||||
|
* Check if menus are created properly before showing them
|
||||||
|
* Stop KT from exiting when scanfolder loads a plugin silently and
|
||||||
|
KT is hidden in systray.
|
||||||
|
* Make sure duplicate URL's are not shown in trackerview
|
||||||
|
* Fix problem causing file priorities not to be read at startup
|
||||||
|
* Make sure added.f is filled in with the proper flags for each
|
||||||
|
peer in the added field of a PEX message (169014)
|
||||||
|
* Make sure it is not required to put http:// for the proxy in
|
||||||
|
the config dialog (169133)
|
||||||
|
* Fix bug causing webseed not to download last chunk of a request
|
||||||
|
* Fix bug which resulted in speeds of webseed not getting calculated
|
||||||
|
* Fix rename of groups when edit is not initialized via context menu
|
||||||
|
* Make toolbars hideable
|
||||||
|
* Make sure that files can not be moved to the location they are
|
||||||
|
already in
|
||||||
|
* Don't start torrents at startup when a torrent is user controlled
|
||||||
|
and over limit
|
||||||
|
* Fix crash in logging code due to 0 pointer
|
||||||
|
* Remove bitoogle from default search engine list
|
||||||
* Tue Aug 19 2008 schwab@suse.de
|
* Tue Aug 19 2008 schwab@suse.de
|
||||||
- Fix use of function address.
|
- Fix use of function address.
|
||||||
- Fix proxy setting.
|
- Fix proxy setting.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user