Hello community, here is the log from the commit of package ktorrent for openSUSE:Factory checked in at 2012-03-12 20:15:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ktorrent (Old) and /work/SRC/openSUSE:Factory/.ktorrent.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ktorrent", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/ktorrent/ktorrent.changes 2012-01-30 12:26:12.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ktorrent.new/ktorrent.changes 2012-03-12 20:15:15.000000000 +0100 @@ -1,0 +2,57 @@ +Tue Mar 6 10:51:32 UTC 2012 - [email protected] + +- Update to version 4.2.0, also lists changes what changed in rc1 + * Add new group switcher combobox in toolbar + * Make kio-magnet optional + * Improve handing magnet uris in search plugin + * Fix bug causing kio-magnet to deselect all files + * Close current scan widget when a new one is started for a torrent + * Fix syndication plugin not handling relative urls properly + * Fix magnet uri's not being handled properly in load torrent feature of webinterface + * Make it possible to check individual files of a torrent + * Data checks for multiple torrents can now get started at the same time + * Make links clickable in the status tab comments field + * Revamp UPnP plugin + * Fix bug making it possible to add conflicting items to the schedule + * Make it possible for schedule items to span multiple days + * Include disk usage of existing files when calculating bytes left after download in FileSelectDlg + * Disable scripts in GUI, if no interpreter could be found for the script + * Show shutdown plugin's config dialog when no rules are present and the enable button is pressed + * Make it possible to wait for several events before activating the shutdown action + * Fix wrong required diskspace calculation in some rare circumstances + * Revamp scanfolder plugin + * Revamp GUI of mediaplayer plugin + * Make properties extender a dialog + * Fix bug causing scripts not to be selectable in scripting plugin + * Show info hash in status tab + * Improve video streaming support + * Add Open With option to FileView context menu + * Fix bug causing views to not get properly restored when the application language changes + * Check if new trackers have a supported protocol + * Remove usage of several deprecated KDE3 networking classes + * Remove obsolete config options of datacheck during upload feature + * Improve error display of syndication plugin errors + * Remove multiple views support + * Relabel Change Tracker button into Switch Tracker to avoid user confusion + * Revamp IP filter widget + * Fix scanfolder moving to loaded directory causing a flurry of popups about the torrent already being loaded + * Only enable the infowidget plugin by default + * Add force start option + * Add torrent search bar for view + * Make it possible to hide uploads, downloads and not queued torrents in the queue manager + * Merge status and name column into one column and use icons to show the status + * Highlight in bold and scroll to newly added torrents + * Show torrent names in remove torrent and data confirmation dialog + * Enable select new location button when all non excluded files are missing instead of when all files are missing + * Hide chunkbar when download of stream is complete + * Suspend/resume queue when middle clicking on tray icon + * Use dbus to show ktorrent window from plasma applet + * Fix crash due to dangling pointer + * Always make already loaded message of a torrent a passive popup + * Make torrent properties dialog modal + * Allow i2p addresses as a custom ip in tracker announces + * Fix bug causing homepage of search plugin not the render properly +- Refresh suse-dht-warning.diff +- Drop out ktorrent-bug287309.patch since its included + +------------------------------------------------------------------- Old: ---- ktorrent-4.1.3.tar.bz2 ktorrent-bug287309.patch New: ---- ktorrent-4.2.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ktorrent.spec ++++++ --- /var/tmp/diff_new_pack.gjxSUx/_old 2012-03-12 20:15:17.000000000 +0100 +++ /var/tmp/diff_new_pack.gjxSUx/_new 2012-03-12 20:15:17.000000000 +0100 @@ -17,7 +17,7 @@ Name: ktorrent -Version: 4.1.3 +Version: 4.2.0 Release: 0 Summary: KDE BitTorrent Client License: GPL-2.0+ @@ -34,13 +34,11 @@ Patch1: suse-dht-warning.diff # PATCH-FIX-OPENSUSE initial-preference.diff [email protected] -- InitialPreference to set it as the default torrent downloader Patch2: initial-preference.diff -# PATCH-FIX-UPSTREAM ktorrent-bug287309.patch [email protected] -- Fix for kde#287309 -Patch3: ktorrent-bug287309.patch BuildRequires: ImageMagick BuildRequires: fdupes BuildRequires: kdebase4-workspace-devel BuildRequires: libkdepimlibs4-devel -BuildRequires: libktorrent-devel >= 1.1.1 +BuildRequires: libktorrent-devel >= 1.2.0 BuildRequires: taglib-devel %if 0%{?suse_version} BuildRequires: update-desktop-files @@ -70,7 +68,6 @@ %patch1 %endif %patch2 -%patch3 -p1 tar jxf %{SOURCE1} %build @@ -128,7 +125,6 @@ %{_kde4_bindir}/ktmagnetdownloader %{_kde4_bindir}/ktorrent %{_kde4_bindir}/ktupnptest -%{_kde4_modulesdir}/kio_magnet.so %{_kde4_modulesdir}/kt*.so %{_kde4_modulesdir}/plasma_applet_ktorrent.so %{_kde4_modulesdir}/plasma_engine_ktorrent.so @@ -139,7 +135,6 @@ %{_kde4_iconsdir}/hicolor/*/apps/ktorrent.* %{_kde4_iconsdir}/hicolor/*/mimetypes/torrent.* %{_kde4_appsdir}/ktorrent/ -%{_kde4_sharedir}/config.kcfg/magnetsettings.kcfg %{_kde4_servicesdir}/kt*.desktop %{_kde4_servicesdir}/magnet.protocol %{_kde4_servicesdir}/plasma-applet-ktorrent.desktop ++++++ ktorrent-4.1.3.tar.bz2 -> ktorrent-4.2.0.tar.bz2 ++++++ ++++ 584001 lines of diff (skipped) ++++++ suse-dht-warning.diff ++++++ --- /var/tmp/diff_new_pack.gjxSUx/_old 2012-03-12 20:15:19.000000000 +0100 +++ /var/tmp/diff_new_pack.gjxSUx/_new 2012-03-12 20:15:19.000000000 +0100 @@ -1,14 +1,19 @@ ---- ktorrent/CMakeLists.txt 2010-11-22 20:03:36.000000000 +0100 -+++ ktorrent/CMakeLists.txt 2010-11-22 21:17:17.940000085 +0100 -@@ -92,5 +92,6 @@ +Index: ktorrent/CMakeLists.txt +=================================================================== +--- ktorrent/CMakeLists.txt.orig ++++ ktorrent/CMakeLists.txt +@@ -91,6 +91,7 @@ install(FILES ktorrentplugin.desktop DE install(FILES ktorrentui.rc DESTINATION ${DATA_INSTALL_DIR}/ktorrent ) install(FILES kttorrentactivityui.rc DESTINATION ${DATA_INSTALL_DIR}/ktorrent ) install(FILES ktorrent.notifyrc DESTINATION ${DATA_INSTALL_DIR}/ktorrent ) +install(FILES dhttip DESTINATION ${DATA_INSTALL_DIR}/ktorrent) - add_subdirectory(icons) ---- ktorrent/dhttip 1970-01-01 01:00:00.000000000 +0100 -+++ ktorrent/dhttip 2010-11-22 21:17:17.931000085 +0100 + if (NOT ${ENABLE_KIO_MAGNET}) + install(FILES magnet.protocol DESTINATION ${SERVICES_INSTALL_DIR} ) +Index: ktorrent/dhttip +=================================================================== +--- /dev/null ++++ ktorrent/dhttip @@ -0,0 +1,11 @@ +<tip category="Ktorrent"> +<html> @@ -21,8 +26,10 @@ +</html> +</tip> + ---- ktorrent/gui.cpp 2010-11-22 20:03:36.000000000 +0100 -+++ ktorrent/gui.cpp 2010-11-22 21:17:17.931000085 +0100 +Index: ktorrent/gui.cpp +=================================================================== +--- ktorrent/gui.cpp.orig ++++ ktorrent/gui.cpp @@ -38,6 +38,7 @@ #include <kpushbutton.h> #include <kxmlguifactory.h> @@ -31,7 +38,7 @@ #include <kio/jobclasses.h> #include <kio/jobuidelegate.h> #include <kparts/partmanager.h> -@@ -128,6 +129,8 @@ +@@ -122,6 +123,8 @@ namespace kt //markk.update(); updateActions(); core->startUpdateTimer(); @@ -40,7 +47,7 @@ } GUI:: ~GUI() -@@ -599,6 +602,11 @@ +@@ -597,6 +600,11 @@ namespace kt return torrent_activity; } @@ -52,9 +59,11 @@ } #include "gui.moc" ---- ktorrent/gui.h 2010-11-22 20:03:36.000000000 +0100 -+++ ktorrent/gui.h 2010-11-22 21:18:05.565000084 +0100 -@@ -113,6 +113,7 @@ +Index: ktorrent/gui.h +=================================================================== +--- ktorrent/gui.h.orig ++++ ktorrent/gui.h +@@ -113,6 +113,7 @@ namespace kt void showOrHide(); void configureNotifications(); void activePartChanged(KParts::Part* p); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
