forked from pool/ktorrent
This commit is contained in:
parent
5100bfe965
commit
198a2aff1c
@ -1,10 +0,0 @@
|
|||||||
--- ktorrent/ktorrent.desktop 2008/10/30 13:53:22 1.1
|
|
||||||
+++ ktorrent/ktorrent.desktop 2008/10/30 13:53:34
|
|
||||||
@@ -29,6 +29,7 @@
|
|
||||||
DocPath=ktorrent/index.html
|
|
||||||
MimeType=application/x-bittorrent;application/x-torrent;
|
|
||||||
X-DBUS-StartupType=Unique
|
|
||||||
+X-DBUS-ServiceName=org.ktorrent.ktorrent
|
|
||||||
Comment=A BitTorrent program for KDE
|
|
||||||
Comment[ca]=Un programa de BitTorrent per al KDE
|
|
||||||
Comment[da]=Et BitTorrent-program til KDE
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1d379c669358703a55ea9e68af5e5d482ad4b2e980ab90b6c6faaac88077973e
|
|
||||||
size 2186955
|
|
3
ktorrent-3.1.5.tar.bz2
Normal file
3
ktorrent-3.1.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f99c6bc734a28a687ceb37f68ec49dd22418b6d19a90483898228af8014ccb07
|
||||||
|
size 2130026
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 16 11:16:09 CET 2008 - stbinner@suse.de
|
||||||
|
|
||||||
|
- update to version 3.1.5:
|
||||||
|
* Make sure symlinks work when we create multifile torrents
|
||||||
|
* Fix redirect loop when torrent is loaded via url in webgui
|
||||||
|
* Fix infinite recursive loop in scanfolder plugin
|
||||||
|
* Fix crash in treeviews caused by Qt bug
|
||||||
|
* Prevent error messages when KT is started up via desktop file
|
||||||
|
* Use multiple tiers when creating torrents with multiple trackers
|
||||||
|
* Make sure stalled time is updated properly before resuming queue
|
||||||
|
* Prevent QM from starting torrents which are being removed
|
||||||
|
* Fix bug preventing max seed time to be set on newly opened torrents
|
||||||
|
* Fix bug causing torrent to be started when user chooses not to
|
||||||
|
start the torrent in the fileselectdlg
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 30 14:54:09 CET 2008 - stbinner@suse.de
|
Thu Oct 30 14:54:09 CET 2008 - stbinner@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ktorrent (Version 3.1.4)
|
# spec file for package ktorrent (Version 3.1.5)
|
||||||
#
|
#
|
||||||
# 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.4
|
Version: 3.1.5
|
||||||
Release: 2
|
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,7 +36,6 @@ 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: dbus-servicename.diff
|
|
||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
%endif
|
%endif
|
||||||
@ -82,7 +81,6 @@ Authors:
|
|||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
|
||||||
tar xfj %{SOURCE2}
|
tar xfj %{SOURCE2}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -174,6 +172,19 @@ tar xfj %{SOURCE2}
|
|||||||
/usr/include/libbtcore
|
/usr/include/libbtcore
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 16 2008 stbinner@suse.de
|
||||||
|
- update to version 3.1.5:
|
||||||
|
* Make sure symlinks work when we create multifile torrents
|
||||||
|
* Fix redirect loop when torrent is loaded via url in webgui
|
||||||
|
* Fix infinite recursive loop in scanfolder plugin
|
||||||
|
* Fix crash in treeviews caused by Qt bug
|
||||||
|
* Prevent error messages when KT is started up via desktop file
|
||||||
|
* Use multiple tiers when creating torrents with multiple trackers
|
||||||
|
* Make sure stalled time is updated properly before resuming queue
|
||||||
|
* Prevent QM from starting torrents which are being removed
|
||||||
|
* Fix bug preventing max seed time to be set on newly opened torrents
|
||||||
|
* Fix bug causing torrent to be started when user chooses not to
|
||||||
|
start the torrent in the fileselectdlg
|
||||||
* Thu Oct 30 2008 stbinner@suse.de
|
* Thu Oct 30 2008 stbinner@suse.de
|
||||||
- fix error message appeared when ktorrent is launched (bnc#437840)
|
- fix error message appeared when ktorrent is launched (bnc#437840)
|
||||||
* Mon Oct 20 2008 stbinner@suse.de
|
* Mon Oct 20 2008 stbinner@suse.de
|
||||||
@ -206,7 +217,7 @@ tar xfj %{SOURCE2}
|
|||||||
and over limit
|
and over limit
|
||||||
* Fix crash in logging code due to 0 pointer
|
* Fix crash in logging code due to 0 pointer
|
||||||
* Remove bitoogle from default search engine list
|
* Remove bitoogle from default search engine list
|
||||||
* Tue Aug 19 2008 schwab@suse.de
|
* Mon Aug 18 2008 schwab@suse.de
|
||||||
- Fix use of function address.
|
- Fix use of function address.
|
||||||
- Fix proxy setting.
|
- Fix proxy setting.
|
||||||
* Sun Aug 17 2008 stbinner@suse.de
|
* Sun Aug 17 2008 stbinner@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user