SHA256
1
0
forked from pool/ktorrent
OBS User unknown
2008-04-26 09:35:27 +00:00
committed by Git OBS Bridge
parent 857a176c6c
commit d18ca6d1dc
5 changed files with 30 additions and 40 deletions

View File

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

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

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 25 19:23:53 CEST 2008 - stbinner@suse.de
- update to 3.0.2: several crash and other bug fixes
-------------------------------------------------------------------
Tue Mar 25 13:18:57 CET 2008 - stbinner@suse.de

View File

@@ -1,5 +1,5 @@
#
# spec file for package ktorrent (Version 3.0.1)
# spec file for package ktorrent (Version 3.0.2)
#
# 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.0.1
Version: 3.0.2
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define rversion %version
@@ -49,6 +49,7 @@ Authors:
Jois Guisson <jrois.guisson@gmail.com>
%package devel
License: GPL v2 or later
Group: Productivity/Networking/File-Sharing
Summary: KDE BitTorrent Client Build Environment
Requires: ktorrent = %{version}
@@ -148,6 +149,8 @@ Authors:
/usr/include/libbtcore
%changelog
* Fri Apr 25 2008 stbinner@suse.de
- update to 3.0.2: several crash and other bug fixes
* Tue Mar 25 2008 stbinner@suse.de
- update to 3.0.1: long list of minor and less minor bugfixes
* Tue Feb 19 2008 stbinner@suse.de
@@ -251,7 +254,7 @@ Authors:
- update to version 2.0.2
- fixes a data corruption bug
- should get the downloading working properly again
* Mon Aug 21 2006 stbinner@suse.de
* Tue Aug 22 2006 stbinner@suse.de
- update to version 2.0.1
- fixes several bugs
- features some performance improvements
@@ -273,7 +276,7 @@ Authors:
* Directory scanner for torrent files
* Many bug fixes
- disable experimental DHT for now
* Sun Apr 16 2006 dkukawka@suse.de
* Mon Apr 17 2006 dkukawka@suse.de
- updated/added upstream commited changes:
- ktorrent-fix-german-translation.diff: updated german
translation file
@@ -290,7 +293,7 @@ Authors:
- update to 1.2 final
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Jan 17 2006 stbinner@suse.de
* Wed Jan 18 2006 stbinner@suse.de
- update to 1.2rc2
* Mon Jan 16 2006 dmueller@suse.de
- use -fstack-protector

View File

@@ -1,36 +1,18 @@
--- plugins/search/searchprefpage.cpp 2008/02/19 10:41:08 1.1
+++ plugins/search/searchprefpage.cpp 2008/02/19 10:49:33
@@ -180,6 +180,7 @@
--- plugins/search/searchenginelist.cpp 2008/04/25 17:25:02 1.1
+++ plugins/search/searchenginelist.cpp 2008/04/25 17:27:28
@@ -32,6 +32,7 @@
{
newItem( "KTorrents", KUrl("http://www.ktorrents.com/search.php?lg=0&sourceid=ktorrent&q=FOOBAR&f=0"));
newItem( "bittorrent.com", KUrl("http://search.bittorrent.com/search.jsp?query=FOOBAR"));
m_default_list.append(SearchEngine("KTorrents",KUrl("http://www.ktorrents.com/search.php?lg=0&sourceid=ktorrent&q=FOOBAR&f=0")));
m_default_list.append(SearchEngine("bittorrent.com",KUrl("http://www.bittorrent.com/search_result.myt?search=FOOBAR")));
+#if 0
newItem( "isohunt.com", KUrl("http://isohunt.com/torrents.php?ihq=FOOBAR&op=and"));
newItem( "mininova.org", KUrl("http://www.mininova.org/search.php?search=FOOBAR"));
newItem( "thepiratebay.org", KUrl("http://thepiratebay.org/search.php?q=FOOBAR"));
@@ -187,6 +188,7 @@
newItem( "bytenova.org", KUrl("http://www.bitenova.org/search.php?search=FOOBAR&start=0&start=0&ie=utf-8&oe=utf-8"));
newItem( "torrentspy.com", KUrl("http://torrentspy.com/search.asp?query=FOOBAR"));
newItem( "torrentz.com", KUrl("http://www.torrentz.com/search_FOOBAR"));
+#endif
saveSearchEngines();
}
--- plugins/search/searchenginelist.cpp 2008/02/19 10:41:08 1.1
+++ plugins/search/searchenginelist.cpp 2008/02/19 10:41:08
@@ -100,6 +100,7 @@
out << "# SEARCH ENGINES list" << ::endl;
out << "KTorrents http://www.ktorrents.com/search.php?lg=0&sourceid=ktorrent&q=FOOBAR&f=0" << ::endl;
out << "bittorrent.com http://www.bittorrent.com/search_result.myt?search=FOOBAR" << ::endl;
+#if 0
out << "isohunt.com http://isohunt.com/torrents.php?ihq=FOOBAR&op=and" << ::endl;
out << "mininova.org http://www.mininova.org/search.php?search=FOOBAR" << ::endl;
out << "thepiratebay.org http://thepiratebay.org/search.php?q=FOOBAR" << ::endl;
@@ -107,6 +108,7 @@
out << "bytenova.org http://www.bitenova.org/search.php?search=FOOBAR&start=0&start=0&ie=utf-8&oe=utf-8" << ::endl;
out << "torrentspy.com http://torrentspy.com/search.asp?query=FOOBAR" << ::endl;
out << "torrentz.com http://www.torrentz.com/search_FOOBAR" << ::endl;
m_default_list.append(SearchEngine("mininova.org",KUrl("http://www.mininova.org/search.php?search=FOOBAR")));
m_default_list.append(SearchEngine("isohunt.com",KUrl("http://isohunt.com/torrents.php?ihq=FOOBAR&op=and")));
m_default_list.append(SearchEngine("thepiratebay.org",KUrl("http://thepiratebay.org/search/FOOBAR")));
@@ -39,6 +40,7 @@
m_default_list.append(SearchEngine("bytenova.org",KUrl("http://www.bitenova.org/search.php?search=FOOBAR&start=0&start=0&ie=utf-8&oe=utf-8")));
m_default_list.append(SearchEngine("torrentz.com",KUrl("http://www.torrentz.com/search_FOOBAR")));
m_default_list.append(SearchEngine("btjunkie.org",KUrl("http://btjunkie.org/search?q=FOOBAR")));
+#endif
}
KUrl SearchEngineList::getSearchURL(bt::Uint32 engine) const