forked from pool/ktorrent
Accepting request 30812 from KDE:KDE4:Factory:Desktop
Copy from KDE:KDE4:Factory:Desktop/ktorrent based on submit request 30812 from user llunak OBS-URL: https://build.opensuse.org/request/show/30812 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ktorrent?expand=0&rev=52
This commit is contained in:
parent
68cbb5932a
commit
5b5231867a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e15fb654c8f94664835c3f071b384c60b9bcd913fcb3924a5f85566ebe3d4623
|
||||
size 2759077
|
3
ktorrent-3.3.3.tar.bz2
Normal file
3
ktorrent-3.3.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26884a7baf69c29ea2f34b0eca9cd4ed6ab00ede6a93a3f868dd058930ca50b8
|
||||
size 2787493
|
@ -1,7 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 17 19:52:02 UTC 2010 - tittiatcoke@gmail.com
|
||||
|
||||
- update to 3.3.3
|
||||
- Fix crash caused by 0 pointer in Downloader::saveDownloads (bko#219019)
|
||||
- Don't remove torrent when jobs are running, wait until they are done,
|
||||
this fixes a crash (bko#218853)
|
||||
- Disable editing of items in ActivityListModel (bko#219355)
|
||||
- Make sure checks for ftello and fseeko are done, fixes a problem with
|
||||
large file sizes on BSD (bko#217523)
|
||||
- Make sure reannounce timer in UDPTracker is always stopped in the stop call (bko#219663)
|
||||
- Fix broken FilterListModel::removeFilter fixes a crash (bko#219760)
|
||||
- Revamp adding trackers to TrackerListModel, should fix a crash (bko#218738)
|
||||
- Don't allow nested event loops when iterating over the incomplete url
|
||||
list in scanfolder plugin, fixes a crash (bko#219885)
|
||||
- Fix crash due to uncaught exception in TorrentFileTreeModel::loadExpandedState
|
||||
- Fix bug causing error message that the QM limits are reached to be shown
|
||||
instead of a torrent to be enqueued (bko#220171)
|
||||
- Fix crash caused by not checking for 0 pointer (bko#221333)
|
||||
- Fix crashes when DHT socket could not be bound (bko#221872)
|
||||
- Fix bug causing files to be created which are to big in some rare
|
||||
circumstances (bko#222036)
|
||||
- Fix bug causing wrong location hint to be used when no default save location
|
||||
is selected (bko#222783)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 18 09:09:47 UTC 2009 - tittiatcoke@gmail.com
|
||||
|
||||
- update to 3.3.2:serveral crash fixes
|
||||
- update to 3.3.2
|
||||
several crash fixes (bko#216207, bko#216683)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 25 09:16:18 UTC 2009 - wstephenson@novell.com
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ktorrent (Version 3.3.2)
|
||||
# spec file for package ktorrent (Version 3.3.3)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -26,7 +26,7 @@ Url: http://ktorrent.pwsp.net/
|
||||
License: GPLv2+
|
||||
Group: Productivity/Networking/File-Sharing
|
||||
Summary: KDE BitTorrent Client
|
||||
Version: 3.3.2
|
||||
Version: 3.3.3
|
||||
Release: 1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define rversion %version
|
||||
|
Loading…
x
Reference in New Issue
Block a user