diff --git a/buildfix.diff b/buildfix.diff new file mode 100644 index 0000000..7c8bfb7 --- /dev/null +++ b/buildfix.diff @@ -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 + #include + #include ++#include + #include "ktversion.h" + #include "httpserver.h" + #include "httpclienthandler.h" diff --git a/ktorrent-3.1.2.tar.bz2 b/ktorrent-3.1.2.tar.bz2 deleted file mode 100644 index e7e2762..0000000 --- a/ktorrent-3.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5ab2c1eb909d10755c3eb34092ac4800d3564d93fb36c9b465a8045896d2a9c -size 2402424 diff --git a/ktorrent-3.1.3.tar.bz2 b/ktorrent-3.1.3.tar.bz2 new file mode 100644 index 0000000..9fba114 --- /dev/null +++ b/ktorrent-3.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e1ea0a93760005fdccdaf9e87115540f41f1dcecf2f99b49bfe12a6cc411c45 +size 2138893 diff --git a/ktorrent.changes b/ktorrent.changes index 0068626..8a17729 100644 --- a/ktorrent.changes +++ b/ktorrent.changes @@ -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 diff --git a/ktorrent.spec b/ktorrent.spec index 3907570..3e3b984 100644 --- a/ktorrent.spec +++ b/ktorrent.spec @@ -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. # @@ -26,8 +26,8 @@ Url: http://ktorrent.pwsp.net/ License: GPL v2 or later Group: Productivity/Networking/File-Sharing Summary: KDE BitTorrent Client -Version: 3.1.2 -Release: 5 +Version: 3.1.3 +Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build %define rversion %version Source: %{name}-%{rversion}.tar.bz2 @@ -36,6 +36,7 @@ Patch2: remove-links.diff Patch4: no-geoip-db.diff Patch5: function-address.diff Patch6: proxy.diff +Patch7: buildfix.diff %if %suse_version > 1020 Requires: %{name}-lang = %{version} %endif @@ -81,6 +82,7 @@ Authors: %patch4 %patch5 %patch6 +%patch7 tar xfj %{SOURCE2} %build @@ -172,6 +174,28 @@ tar xfj %{SOURCE2} /usr/include/libbtcore %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 - Fix use of function address. - Fix proxy setting.