2007-01-16 00:20:52 +01:00
|
|
|
#
|
2008-07-14 18:23:59 +02:00
|
|
|
# spec file for package ktorrent (Version 3.1.1)
|
2007-01-16 00:20:52 +01:00
|
|
|
#
|
2008-01-28 01:13:24 +01:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:20:52 +01:00
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-02-19 14:12:27 +01:00
|
|
|
|
2007-01-16 00:20:52 +01:00
|
|
|
Name: ktorrent
|
2008-02-19 14:12:27 +01:00
|
|
|
BuildRequires: gmp-devel kdebase4-workspace-devel libqca2-devel
|
2007-06-21 22:36:06 +02:00
|
|
|
%if %suse_version > 1020
|
|
|
|
BuildRequires: fdupes
|
|
|
|
%endif
|
2007-10-03 01:02:44 +02:00
|
|
|
Url: http://ktorrent.pwsp.net/
|
2007-07-05 10:24:06 +02:00
|
|
|
License: GPL v2 or later
|
|
|
|
Group: Productivity/Networking/File-Sharing
|
2007-01-16 00:20:52 +01:00
|
|
|
Summary: KDE BitTorrent Client
|
2008-07-14 18:23:59 +02:00
|
|
|
Version: 3.1.1
|
2008-06-22 09:57:14 +02:00
|
|
|
Release: 1
|
2007-01-16 00:20:52 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2008-01-28 01:13:24 +01:00
|
|
|
%define rversion %version
|
2007-10-03 01:02:44 +02:00
|
|
|
Source: %{name}-%{rversion}.tar.bz2
|
2008-06-22 09:57:14 +02:00
|
|
|
Source2: icons.tar.bz2
|
2007-01-16 00:20:52 +01:00
|
|
|
Patch2: remove-links.diff
|
|
|
|
Patch4: no-geoip-db.diff
|
2008-06-22 09:57:14 +02:00
|
|
|
Patch6: dndfile.diff
|
2007-06-05 01:06:03 +02:00
|
|
|
%if %suse_version > 1020
|
2007-05-20 21:32:22 +02:00
|
|
|
Requires: %{name}-lang = %{version}
|
2007-06-05 01:06:03 +02:00
|
|
|
%endif
|
2008-05-16 14:28:46 +02:00
|
|
|
%kde4_runtime_requires
|
2008-06-22 09:57:14 +02:00
|
|
|
Requires: oxygen-icon-theme
|
2007-01-16 00:20:52 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Torrent is a BitTorrent program for KDE. Its main features are: *
|
|
|
|
Download of torrent files
|
|
|
|
|
|
|
|
* Upload speed capping, seeing that most people cannot upload
|
|
|
|
infinite amounts of data
|
|
|
|
|
|
|
|
* Internet searching using the BitTorrent Web site's search engine
|
|
|
|
|
|
|
|
* UDP trackers
|
|
|
|
|
|
|
|
|
|
|
|
|
2008-02-19 14:12:27 +01:00
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Jois Guisson <jrois.guisson@gmail.com>
|
|
|
|
|
|
|
|
%package devel
|
2008-04-26 11:35:27 +02:00
|
|
|
License: GPL v2 or later
|
2008-02-19 14:12:27 +01:00
|
|
|
Group: Productivity/Networking/File-Sharing
|
|
|
|
Summary: KDE BitTorrent Client Build Environment
|
|
|
|
Requires: ktorrent = %{version}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This packages include the necessary files to build KTorrent plugins.
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-01-16 00:20:52 +01:00
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Jois Guisson <jrois.guisson@gmail.com>
|
|
|
|
|
2007-05-17 11:42:29 +02:00
|
|
|
%lang_package
|
2007-01-16 00:20:52 +01:00
|
|
|
%prep
|
2008-02-19 14:12:27 +01:00
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
%patch2
|
|
|
|
%patch4
|
2008-06-22 09:57:14 +02:00
|
|
|
%patch6
|
|
|
|
tar xfj %{SOURCE2}
|
2007-01-16 00:20:52 +01:00
|
|
|
|
|
|
|
%build
|
2008-02-19 14:12:27 +01:00
|
|
|
%cmake_kde4 -d build -- -DENABLE_DHT_SUPPORT=false
|
|
|
|
%make_jobs
|
2007-01-16 00:20:52 +01:00
|
|
|
|
|
|
|
%install
|
2008-02-19 14:12:27 +01:00
|
|
|
cd build
|
|
|
|
%makeinstall
|
|
|
|
%if %suse_version > 1020
|
|
|
|
%fdupes -s $RPM_BUILD_ROOT
|
|
|
|
%endif
|
|
|
|
%kde_post_install
|
|
|
|
%find_lang %name
|
2007-01-16 00:20:52 +01:00
|
|
|
|
|
|
|
%pre
|
|
|
|
%run_ldconfig
|
|
|
|
|
2008-05-16 14:28:46 +02:00
|
|
|
%post -p /sbin/ldconfig
|
2008-02-19 14:12:27 +01:00
|
|
|
|
2008-05-17 02:43:47 +02:00
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%if %suse_version > 1020
|
2007-01-16 00:20:52 +01:00
|
|
|
|
2008-02-19 14:12:27 +01:00
|
|
|
%files lang -f build/%name.lang
|
2007-05-17 11:42:29 +02:00
|
|
|
|
|
|
|
%files
|
2007-06-05 01:06:03 +02:00
|
|
|
%else
|
|
|
|
|
2008-02-19 14:12:27 +01:00
|
|
|
%files -f build/%name.lang
|
2007-06-05 01:06:03 +02:00
|
|
|
%endif
|
2007-01-16 00:20:52 +01:00
|
|
|
%defattr(-,root,root)
|
2008-02-19 14:12:27 +01:00
|
|
|
/usr/bin/ktorrent
|
|
|
|
/usr/bin/ktupnptest
|
2008-02-21 01:55:43 +01:00
|
|
|
/usr/%_lib/kde4/ktbwschedulerplugin.so
|
|
|
|
/usr/%_lib/kde4/ktinfowidgetplugin.so
|
|
|
|
/usr/%_lib/kde4/ktipfilterplugin.so
|
|
|
|
/usr/%_lib/kde4/ktlogviewerplugin.so
|
|
|
|
/usr/%_lib/kde4/ktscanfolderplugin.so
|
|
|
|
/usr/%_lib/kde4/ktsearchplugin.so
|
|
|
|
/usr/%_lib/kde4/ktstatsplugin.so
|
|
|
|
/usr/%_lib/kde4/ktupnpplugin.so
|
|
|
|
/usr/%_lib/kde4/ktwebinterfaceplugin.so
|
2008-06-22 09:57:14 +02:00
|
|
|
/usr/%_lib/kde4/ktmediaplayerplugin.so
|
2008-02-21 01:55:43 +01:00
|
|
|
/usr/%_lib/libbtcore.so.*
|
|
|
|
/usr/%_lib/libktcore.so.*
|
|
|
|
/usr/%_lib/libktupnp.so.*
|
2008-02-19 14:12:27 +01:00
|
|
|
/usr/share/applications/kde4/ktorrent.desktop
|
|
|
|
/usr/share/icons/hicolor/*/apps/ktorrent.*
|
|
|
|
/usr/share/icons/hicolor/*/mimetypes/torrent.*
|
2008-06-22 09:57:14 +02:00
|
|
|
/usr/share/icons/hicolor/*/actions/
|
|
|
|
/usr/share/icons/hicolor/*/actions/kt-change-tracker.*
|
|
|
|
/usr/share/icons/hicolor/*/actions/kt-check-data.*
|
|
|
|
/usr/share/icons/hicolor/*/actions/kt-chunks.*
|
|
|
|
/usr/share/icons/hicolor/*/actions/kt-info-widget.*
|
|
|
|
/usr/share/icons/hicolor/*/actions/kt-pause.*
|
|
|
|
/usr/share/icons/hicolor/*/actions/kt-queue-manager.*
|
|
|
|
/usr/share/icons/hicolor/*/actions/kt-remove.*
|
|
|
|
/usr/share/icons/hicolor/*/actions/kt-restore-defaults.*
|
|
|
|
/usr/share/icons/hicolor/*/actions/kt-set-max-download-speed.*
|
|
|
|
/usr/share/icons/hicolor/*/actions/kt-set-max-upload-speed.*
|
|
|
|
/usr/share/icons/hicolor/*/actions/kt-show-hide.*
|
|
|
|
/usr/share/icons/hicolor/*/actions/kt-show-statusbar.*
|
|
|
|
/usr/share/icons/hicolor/*/actions/kt-speed-limits.*
|
|
|
|
/usr/share/icons/hicolor/*/actions/kt-start-all.*
|
|
|
|
/usr/share/icons/hicolor/*/actions/kt-start.*
|
|
|
|
/usr/share/icons/hicolor/*/actions/kt-stop-all.*
|
|
|
|
/usr/share/icons/hicolor/*/actions/kt-stop.*
|
|
|
|
/usr/share/icons/hicolor/*/actions/kt-upnp.*
|
2008-02-19 14:12:27 +01:00
|
|
|
/usr/share/kde4/apps/cmake/modules/FindBTCore.cmake
|
|
|
|
/usr/share/kde4/apps/ktorrent
|
|
|
|
/usr/share/kde4/services/ktbwschedulerplugin.desktop
|
|
|
|
/usr/share/kde4/services/ktinfowidgetplugin.desktop
|
|
|
|
/usr/share/kde4/services/ktipfilterplugin.desktop
|
|
|
|
/usr/share/kde4/services/ktlogviewerplugin.desktop
|
|
|
|
/usr/share/kde4/services/ktscanfolderplugin.desktop
|
|
|
|
/usr/share/kde4/services/ktsearchplugin.desktop
|
|
|
|
/usr/share/kde4/services/ktstatsplugin.desktop
|
|
|
|
/usr/share/kde4/services/ktupnpplugin.desktop
|
|
|
|
/usr/share/kde4/services/ktwebinterfaceplugin.desktop
|
2008-06-22 09:57:14 +02:00
|
|
|
/usr/share/kde4/services/ktmediaplayerplugin.desktop
|
2008-02-19 14:12:27 +01:00
|
|
|
/usr/share/kde4/servicetypes/ktorrentplugin.desktop
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2008-02-21 01:55:43 +01:00
|
|
|
/usr/%_lib/libbtcore.so
|
|
|
|
/usr/%_lib/libktcore.so
|
|
|
|
/usr/%_lib/libktupnp.so
|
2008-02-19 14:12:27 +01:00
|
|
|
/usr/include/libbtcore
|
2007-11-22 17:47:30 +01:00
|
|
|
|
2007-03-06 17:52:31 +01:00
|
|
|
%changelog
|
2008-07-14 18:23:59 +02:00
|
|
|
* Mon Jul 14 2008 stbinner@suse.de
|
|
|
|
- update to version 3.1.1: several minor bugfixes
|
2008-06-22 09:57:14 +02:00
|
|
|
* Mon Jun 16 2008 stbinner@suse.de
|
|
|
|
- update to version 3.1:
|
|
|
|
* HTTP webseeding
|
|
|
|
* A mediaplayer plugin, supporting audio and video
|
|
|
|
* Preview sizes can now be configured
|
|
|
|
* A location column has been added in the main view
|
|
|
|
* Assured download and upload speeds per torrent
|
|
|
|
* Group policies, set default speed limits, max seed time, max
|
|
|
|
ratio and default download location for all torrents of group
|
|
|
|
* A feature to suppress sleep when torrents are running
|
|
|
|
* A redesigned tracker tab, now also showing how many times a
|
|
|
|
torrent was downloaded
|
|
|
|
* Trackers can now be disabled or enabled
|
|
|
|
* Sat Jun 14 2008 schwab@suse.de
|
|
|
|
- Fix creation of dnd files.
|
2008-05-17 02:43:47 +02:00
|
|
|
* Fri May 16 2008 aj@suse.de
|
|
|
|
- Add missing new line to spec file.
|
2008-05-16 14:28:46 +02:00
|
|
|
* Thu May 15 2008 dmueller@suse.de
|
|
|
|
- fix largefile support (bnc#386475)
|
|
|
|
- add missing runtime dependencies, remove deprected macro
|
2008-04-26 11:35:27 +02:00
|
|
|
* Fri Apr 25 2008 stbinner@suse.de
|
|
|
|
- update to 3.0.2: several crash and other bug fixes
|
2008-03-26 16:18:58 +01:00
|
|
|
* Tue Mar 25 2008 stbinner@suse.de
|
|
|
|
- update to 3.0.1: long list of minor and less minor bugfixes
|
2008-02-19 14:12:27 +01:00
|
|
|
* Tue Feb 19 2008 stbinner@suse.de
|
2008-02-21 01:55:43 +01:00
|
|
|
- fix build
|
|
|
|
* Tue Feb 19 2008 stbinner@suse.de
|
2008-02-19 14:12:27 +01:00
|
|
|
- update to 3.0, the first KDE4-based release
|
2008-01-28 01:13:24 +01:00
|
|
|
* Sun Jan 27 2008 stbinner@suse.de
|
|
|
|
- update to 2.2.5, several minor bug fixes
|
|
|
|
* Thu Nov 22 2007 stbinner@suse.de
|
2007-11-22 17:47:30 +01:00
|
|
|
- update to 2.2.4, fixes a major fileview crash in 2.2.3
|
2008-01-28 01:13:24 +01:00
|
|
|
* Wed Nov 21 2007 stbinner@suse.de
|
2007-11-21 18:36:06 +01:00
|
|
|
- update to 2.2.3, third bugfix release for version 2.2
|
2008-01-28 01:13:24 +01:00
|
|
|
* Thu Oct 11 2007 stbinner@suse.de
|
2007-10-11 21:31:24 +02:00
|
|
|
- hide non-funtioncal DHT preference groupbox (#332221)
|
2008-01-28 01:13:24 +01:00
|
|
|
* Wed Sep 26 2007 stbinner@suse.de
|
2007-10-03 01:02:44 +02:00
|
|
|
- update to 2.2.2, second bugfix release for version 2.2
|
2008-01-28 01:13:24 +01:00
|
|
|
* Sun Aug 19 2007 stbinner@suse.de
|
2007-08-19 19:05:07 +02:00
|
|
|
- fix build on 10.0
|
2008-01-28 01:13:24 +01:00
|
|
|
* Tue Aug 14 2007 stbinner@suse.de
|
2007-08-15 20:29:35 +02:00
|
|
|
- add improved Hungarian translation (#295663)
|
2008-01-28 01:13:24 +01:00
|
|
|
* Tue Jul 24 2007 bvirlet@suse.de
|
2007-07-25 01:57:00 +02:00
|
|
|
- update to 2.2.1
|
|
|
|
* Fix file selection bug
|
|
|
|
* Fix several webgui bugs
|
|
|
|
* Make sure plugin list is sorted on the plugin name
|
|
|
|
* Fix bug with UPnP plugin not releasing ports when KT is shutdown
|
2008-01-28 01:13:24 +01:00
|
|
|
* Wed Jul 04 2007 stbinner@suse.de
|
2007-07-05 10:24:06 +02:00
|
|
|
- update to final 2.2 release
|
2008-01-28 01:13:24 +01:00
|
|
|
* Thu Jun 21 2007 stbinner@suse.de
|
2007-06-21 22:36:06 +02:00
|
|
|
- run fdupes and kde_post_install, fix invalid .desktop file
|
2008-01-28 01:13:24 +01:00
|
|
|
* Sun Jun 17 2007 stbinner@suse.de
|
2007-06-18 17:04:14 +02:00
|
|
|
- update to 2.2rc1:
|
|
|
|
* Improved and more consistant GUI
|
|
|
|
* Possibility to open as many views as needed. By default you now
|
|
|
|
get a downloads and uploads tab
|
|
|
|
* Improved search plugin with possibility to open multiple search tabs
|
|
|
|
* Option to fully preallocate diskspace to avoid fragmentation
|
|
|
|
* Option to move finished downloads to a different directory
|
|
|
|
* Progress bar in status bar when searching
|
|
|
|
* Redesigned file selection dialog
|
|
|
|
* Option to copy torrent files to user specified directory
|
|
|
|
* Speed limits for individual torrents
|
|
|
|
* Diskspace monitoring, with option to stop torrents when diskspace
|
|
|
|
is running low
|
|
|
|
* Improved system tray popup
|
|
|
|
* Autorotation of the log file when it gets larger then 10 MB
|
|
|
|
* Import dialog is now network transparent for the torrent file
|
|
|
|
* Statistics plugin which was developed by Krzysztof Kundzicz
|
2008-01-28 01:13:24 +01:00
|
|
|
* Mon Jun 04 2007 stbinner@suse.de
|
2007-06-05 01:06:03 +02:00
|
|
|
- fix build on older distributions
|
2008-01-28 01:13:24 +01:00
|
|
|
* Sun May 20 2007 stbinner@suse.de
|
2007-05-20 21:32:22 +02:00
|
|
|
- fix package requires
|
2008-01-28 01:13:24 +01:00
|
|
|
* Mon May 14 2007 coolo@suse.de
|
2007-05-17 11:42:29 +02:00
|
|
|
- split translations into special package
|
2008-01-28 01:13:24 +01:00
|
|
|
* Tue Apr 24 2007 stbinner@suse.de
|
2007-04-24 13:10:21 +02:00
|
|
|
- update to 2.1.4:
|
|
|
|
* Fixed crash in parsing of DHT messages
|
|
|
|
* Fixed problem with files with .. in their name
|
|
|
|
* ScanFolder can now handle incomplete torrent files properly
|
2008-01-28 01:13:24 +01:00
|
|
|
* Tue Apr 03 2007 dmueller@suse.de
|
2007-04-03 21:37:06 +02:00
|
|
|
- update to 2.1.3:
|
|
|
|
* really fix file overwriting vulnerability
|
|
|
|
* crash fix
|
2008-01-28 01:13:24 +01:00
|
|
|
* Sat Mar 10 2007 dmueller@suse.de
|
2007-03-11 00:00:53 +01:00
|
|
|
- update to 2.1.2:
|
|
|
|
* file overwriting vulnerability
|
|
|
|
* chunk id overflow vulnerability
|
2008-01-28 01:13:24 +01:00
|
|
|
* Tue Mar 06 2007 stbinner@suse.de
|
2007-03-06 17:52:31 +01:00
|
|
|
- update to version 2.1.1:
|
|
|
|
* Rewrite of webserver
|
|
|
|
* New webgui : coldmilk
|
|
|
|
* Networking thread has been split up in 2 threads, one for
|
|
|
|
upload, one for download
|
|
|
|
* Significant speed improvements when downloading over a LAN
|
2008-01-28 01:13:24 +01:00
|
|
|
* Fri Feb 09 2007 stbinner@suse.de
|
2007-02-09 16:56:00 +01:00
|
|
|
- port and re-enable patch 16
|
2008-01-28 01:13:24 +01:00
|
|
|
* Mon Feb 05 2007 stbinner@suse.de
|
2007-02-05 23:37:58 +01:00
|
|
|
- update to version 2.1 release
|
2008-01-28 01:13:24 +01:00
|
|
|
* Thu Jan 04 2007 stbinner@suse.de
|
2007-02-05 23:37:58 +01:00
|
|
|
- update to version 2.1rc1:
|
|
|
|
* Peer Exchange (µTorrent compatible)
|
|
|
|
* Zeroconf plugin
|
2008-01-28 01:13:24 +01:00
|
|
|
* Sat Nov 25 2006 wstephenson@suse.de
|
2007-02-05 23:37:58 +01:00
|
|
|
- update to version 2.1beta1
|
|
|
|
* Switched the GUI to an IDEAl style GUI (like KDevelop)
|
|
|
|
* WebGUI plugin
|
|
|
|
* RSS plugin
|
|
|
|
* Improvements in down and upload performance
|
|
|
|
* Grouping feature to put torrents into groups
|
|
|
|
* Improved search plugin, which now allows multiple searches
|
|
|
|
* Many bug fixes
|
2008-01-28 01:13:24 +01:00
|
|
|
* Tue Oct 17 2006 dmueller@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- remove geoIP database due to license issues (#188562)
|
2008-01-28 01:13:24 +01:00
|
|
|
* Mon Oct 16 2006 dmueller@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- fix build on PPC
|
2008-01-28 01:13:24 +01:00
|
|
|
* Tue Oct 10 2006 stbinner@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- update to version 2.0.3
|
2007-02-05 23:37:58 +01:00
|
|
|
- fixes some download speed issues
|
|
|
|
- fixes several other minor bugs
|
2008-01-28 01:13:24 +01:00
|
|
|
* Wed Aug 30 2006 stbinner@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- update to version 2.0.2
|
2007-02-05 23:37:58 +01:00
|
|
|
- fixes a data corruption bug
|
|
|
|
- should get the downloading working properly again
|
2008-04-26 11:35:27 +02:00
|
|
|
* Tue Aug 22 2006 stbinner@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- update to version 2.0.1
|
2007-02-05 23:37:58 +01:00
|
|
|
- fixes several bugs
|
|
|
|
- features some performance improvements
|
2008-01-28 01:13:24 +01:00
|
|
|
* Wed Aug 09 2006 stbinner@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- update to version 2.0 (no changelog provided)
|
2007-02-05 23:37:58 +01:00
|
|
|
- bugfixes
|
|
|
|
- translation updates
|
2008-01-28 01:13:24 +01:00
|
|
|
* Wed Jul 19 2006 stbinner@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- update to version 2.0rc1
|
|
|
|
* bugfixes and polishing
|
2008-01-28 01:13:24 +01:00
|
|
|
* Tue Jun 06 2006 stbinner@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- don't install with kdelibs conflicting x-bittorrent.desktop
|
2008-01-28 01:13:24 +01:00
|
|
|
* Tue May 23 2006 adrian@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- update to version 2.0beta1
|
|
|
|
* Speed improvements
|
|
|
|
* Protocol encryption
|
|
|
|
* Bandwith scheduling
|
|
|
|
* File prioritization for multifile torrents
|
|
|
|
* Directory scanner for torrent files
|
|
|
|
* Many bug fixes
|
|
|
|
- disable experimental DHT for now
|
2008-04-26 11:35:27 +02:00
|
|
|
* Mon Apr 17 2006 dkukawka@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- updated/added upstream commited changes:
|
2007-02-05 23:37:58 +01:00
|
|
|
- ktorrent-fix-german-translation.diff: updated german
|
2007-01-16 00:20:52 +01:00
|
|
|
translation file
|
2007-02-05 23:37:58 +01:00
|
|
|
- ktorrent-fix-i18n-strings.diff: fixed typo in i18n string and
|
2007-01-16 00:20:52 +01:00
|
|
|
merged back to translations
|
2008-01-28 01:13:24 +01:00
|
|
|
* Tue Mar 07 2006 dkukawka@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- fixed some strings in german translation (related to bug #154683
|
|
|
|
and upstram changes)
|
2008-01-28 01:13:24 +01:00
|
|
|
* Thu Mar 02 2006 dkukawka@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- fixed german translation for the plugin settings
|
2008-01-28 01:13:24 +01:00
|
|
|
* Tue Feb 07 2006 ro@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- fix build for < 10.1
|
2008-01-28 01:13:24 +01:00
|
|
|
* Wed Feb 01 2006 stbinner@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- update to 1.2 final
|
2008-01-28 01:13:24 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-04-26 11:35:27 +02:00
|
|
|
* Wed Jan 18 2006 stbinner@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- update to 1.2rc2
|
2008-01-28 01:13:24 +01:00
|
|
|
* Mon Jan 16 2006 dmueller@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- use -fstack-protector
|
2008-01-28 01:13:24 +01:00
|
|
|
* Thu Jan 05 2006 dkukawka@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- added patches:
|
2007-02-05 23:37:58 +01:00
|
|
|
- ktorrent-fix-columns.diff (Added focus to all collums in the
|
2007-01-16 00:20:52 +01:00
|
|
|
ListView objects)
|
2007-02-05 23:37:58 +01:00
|
|
|
- ktorrent-fix-columns_save_restore_ktorrentview.diff (fix store
|
2007-01-16 00:20:52 +01:00
|
|
|
columns settings and enable change wide of columns)
|
2007-02-05 23:37:58 +01:00
|
|
|
- ktorrent-fix-KBytesPerSecToString.diff
|
|
|
|
- ktorrent-fix-keep_seeding.diff (fixed torrentFinished to
|
2007-01-16 00:20:52 +01:00
|
|
|
respect "Keep seeding after download has finished")
|
2007-02-05 23:37:58 +01:00
|
|
|
- ktorrent-fix-remove-unneeded.diff (removed unneeded code)
|
|
|
|
- ktorrent-fix-compiler_warning.diff
|
2008-01-28 01:13:24 +01:00
|
|
|
* Mon Jan 02 2006 stbinner@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- update to 1.2rc1 (#135481)
|
2008-01-28 01:13:24 +01:00
|
|
|
* Thu Oct 13 2005 dmueller@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- update to BRANCH
|
2008-01-28 01:13:24 +01:00
|
|
|
* Tue Oct 11 2005 dmueller@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- update 1.1 final
|
2008-01-28 01:13:24 +01:00
|
|
|
* Wed Sep 07 2005 adrian@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- remove links to some search engine with maybe legal problems
|
2008-01-28 01:13:24 +01:00
|
|
|
* Tue Sep 06 2005 dmueller@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- update 1.1rc1 (#104905)
|
2008-01-28 01:13:24 +01:00
|
|
|
* Fri Aug 05 2005 adrian@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- fix build for released non-PLUS distributions
|
2008-01-28 01:13:24 +01:00
|
|
|
* Fri Jul 22 2005 adrian@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- fix file list
|
2008-01-28 01:13:24 +01:00
|
|
|
* Fri Jul 22 2005 adrian@suse.de
|
2007-01-16 00:20:52 +01:00
|
|
|
- create initial package of version 1.0
|