SHA256
1
0
forked from pool/ktorrent
OBS User unknown
2009-02-03 21:21:51 +00:00
committed by Git OBS Bridge
parent d73ae5a989
commit 3133af47e2
6 changed files with 33 additions and 75 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package ktorrent (Version 3.1.99+3.2beta1)
# spec file for package ktorrent (Version 3.1.99+3.2rc1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -26,16 +26,14 @@ Url: http://ktorrent.pwsp.net/
License: GPL v2 or later
Group: Productivity/Networking/File-Sharing
Summary: KDE BitTorrent Client
Version: 3.1.99+3.2beta1
Version: 3.1.99+3.2rc1
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define rversion 3.2beta1
%define rversion 3.2rc1
Source: %{name}-%{rversion}.tar.bz2
Source2: icons.tar.bz2
Patch1: remove-links.diff
Patch2: function-address.diff
Patch3: proxy.diff
Patch4: trunk.diff
%if %suse_version > 1020
Requires: %{name}-lang = %{version}
%endif
@@ -78,9 +76,7 @@ Authors:
%prep
%setup -q -n %name-%{rversion}
%patch1
%patch2
%patch3
%patch4
tar xfj %{SOURCE2}
%build
@@ -177,6 +173,8 @@ tar xfj %{SOURCE2}
%_kde_share_dir/services/ktwebinterfaceplugin.desktop
%_kde_share_dir/services/ktmediaplayerplugin.desktop
%_kde_share_dir/servicetypes/ktorrentplugin.desktop
/usr/%_lib/kde4/ktzeroconfplugin.so
/usr/share/kde4/services/ktzeroconfplugin.desktop
%files devel
%defattr(-,root,root)
@@ -186,6 +184,17 @@ tar xfj %{SOURCE2}
/usr/include/libbtcore
%changelog
* Mon Feb 02 2009 stbinner@suse.de
- update to 3.2 RC1:
* Several memory leaks have been fixed
* CPU usage has been reduced
* The queue manager has been revamped
* Fixed a bug causing download speed to get stuck at 128 KB/s
with small chunks
* Moving files when the torrents is complete, now happens after
the data check when the torrent is complete
* The webgui has been revamped, PHP is ditched in favor of a
HTML and AJAX approach
* Sat Jan 17 2009 coolo@suse.de
- apply trunk.diff to compile with plasma from 4.2
* Mon Jan 12 2009 dmueller@suse.de