Hello community, here is the log from the commit of package ktorrent for openSUSE:Factory checked in at Thu Mar 17 10:50:07 CET 2011.
-------- --- KDE/ktorrent/ktorrent.changes 2011-03-10 11:36:20.000000000 +0100 +++ /mounts/work_src_done/STABLE/ktorrent/ktorrent.changes 2011-03-17 07:55:24.000000000 +0100 @@ -1,0 +2,20 @@ +Wed Mar 16 18:30:18 UTC 2011 - [email protected] + +- Update to 4.1.0: + * Check if source files are missing before moving them (bko#265607) + * Fix scanextender showing when they are not supposed to (bko#259483) + * Fix mediaplayer unable to stop in buffering mode when streaming + (bko#266100) + * KDE 4.4 compatibility fix in search plugin + * Make sure overwrite is possible for the torrent copy file feature + * Fix critical Qt warning when opening context menu in view +- Spec file updates: + * Removed Authors: from %description (requirement for Factory submissions). + * Removed ktorrent-devel and libktcore12 subpackages and merged it in the + main package since the package doesn't actually provides any shared + libraries. Because of this also removed libktcore.so to fix rpmlint warning + "devel-file-in-non-devel-package". + * Minor update in %files section. +- Rebased "initial-preference.diff" patch to apply cleanly. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- ktorrent-4.1rc1.tar.bz2 New: ---- ktorrent-4.1.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ktorrent.spec ++++++ --- /var/tmp/diff_new_pack.2Sp5wJ/_old 2011-03-17 10:38:46.000000000 +0100 +++ /var/tmp/diff_new_pack.2Sp5wJ/_new 2011-03-17 10:38:46.000000000 +0100 @@ -18,14 +18,14 @@ Name: ktorrent -Version: 4.0.99rc1 -Release: 2 +Version: 4.1.0 +Release: 1 Summary: KDE BitTorrent Client License: GPLv2+ and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv2.1+ and BSD Url: http://ktorrent.org/ Group: Productivity/Networking/File-Sharing -Source0: http://ktorrent.org/downloads/4.1rc1/%{name}-4.1rc1.tar.bz2 +Source0: http://ktorrent.org/downloads/4.1.0/%{name}-%{version}.tar.bz2 # Mimetype icons Source1: icons.tar.bz2 Source2: ktorrent.1 @@ -42,16 +42,16 @@ BuildRequires: fdupes BuildRequires: kdebase4-workspace-devel BuildRequires: libkdepimlibs4-devel -BuildRequires: libktorrent-devel >= 1.0.99 +BuildRequires: libktorrent-devel >= 1.1.0 BuildRequires: taglib-devel %if 0%{?suse_version} BuildRequires: update-desktop-files %endif -# This specific "requires" is neccessary because rpm doesn't specify a version for the libktcore12 requirement -Requires: libktcore12 = %{version}-%{release} %kde4_pimlibs_requires %kde4_runtime_requires Recommends: %{name}-lang = %{version} +Obsoletes: ktorrent-devel +Obsoletes: libktcore12 %description KTorrent is a bittorrent application for KDE which allows you to download files @@ -59,45 +59,9 @@ same time and comes with extended features to make it a full-featured client for BitTorrent. - - -Authors: --------- - Jois Guisson <[email protected]> - -%package devel -Summary: KDE BitTorrent Client Build Environment -License: GPLv2+ and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv2.1+ and BSD -Group: Development/Libraries/C and C++ -Requires: %{name} = %{version} - -%description devel -This package includes the necessary files to build KTorrent plugins. - - - -Authors: --------- - Jois Guisson <[email protected]> - - %lang_package -%package -n libktcore12 -Summary: Library for ktorrent -License: GPLv2+ and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv2.1+ and BSD -Group: System/Libraries - -%description -n libktcore12 -This package contains ktorrent's library. - - - -Authors: --------- - Jois Guisson <[email protected]> - %prep -%setup -q -n %{name}-4.1rc1 +%setup -q %patch0 %if ! 0%{?packman_bs} %patch1 @@ -114,6 +78,9 @@ %kde4_makeinstall cd .. +# Not needed, fix "devel-file-in-non-devel-package" rpmlint warning +rm -f %{buildroot}%{_kde4_libdir}/libktcore.so + # Fix wrong-icon-size convert -scale 22x22! %{buildroot}%{_kde4_iconsdir}/hicolor/22x22/actions/kt-encrypted.png %{buildroot}%{_kde4_iconsdir}/hicolor/22x22/actions/kt-encrypted.png @@ -139,7 +106,6 @@ rm -rf %{buildroot}%{_datadir}/locale/sr@ijekavian/ rm -rf %{buildroot}%{_datadir}/locale/sr@ijekavianlatin/ %endif -# %fdupes -s %{buildroot} @@ -147,9 +113,9 @@ %kde_post_install -%post -n libktcore12 -p /sbin/ldconfig +%post -p /sbin/ldconfig -%postun -n libktcore12 -p /sbin/ldconfig +%postun -p /sbin/ldconfig %files %defattr(-,root,root,-) @@ -176,8 +142,9 @@ %{_kde4_modulesdir}/ktzeroconfplugin.so %{_kde4_modulesdir}/plasma_applet_ktorrent.so %{_kde4_modulesdir}/plasma_engine_ktorrent.so +%{_kde4_libdir}/libktcore.so.* %{_kde4_applicationsdir}/ktorrent.desktop -%{_kde4_htmldir}/en/ktorrent/ +%doc %{_kde4_htmldir}/en/ktorrent/ %{_kde4_iconsdir}/*/*/actions/kt-add-feeds.* %{_kde4_iconsdir}/*/*/actions/kt-add-filters.* %{_kde4_iconsdir}/*/*/actions/kt-bandwidth-scheduler.* @@ -230,16 +197,8 @@ %{_kde4_servicetypesdir}/ktorrentplugin.desktop %doc %{_mandir}/man1/* -%files devel -%defattr(-,root,root,-) -%{_kde4_libdir}/libktcore.so - %files lang -f %{name}.lang %defattr(-,root,root,-) %exclude %{_kde4_htmldir}/en/ktorrent/ -%files -n libktcore12 -%defattr(-,root,root,-) -%{_kde4_libdir}/libktcore.so.12* - %changelog ++++++ initial-preference.diff ++++++ --- /var/tmp/diff_new_pack.2Sp5wJ/_old 2011-03-17 10:38:46.000000000 +0100 +++ /var/tmp/diff_new_pack.2Sp5wJ/_new 2011-03-17 10:38:46.000000000 +0100 @@ -1,10 +1,8 @@ -Index: ktorrent/ktorrent.desktop -=================================================================== ---- ktorrent/ktorrent.desktop.orig 2010-11-30 21:38:26.000000000 +0200 -+++ ktorrent/ktorrent.desktop 2010-12-09 11:20:29.000000000 +0200 -@@ -107,6 +107,7 @@ Icon=ktorrent +--- ktorrent/ktorrent.desktop.orig 2011-03-14 19:48:22.000000000 +0200 ++++ ktorrent/ktorrent.desktop 2011-03-16 00:26:00.162000025 +0200 +@@ -106,6 +106,7 @@ Type=Application - DocPath=ktorrent/index.html + X-DocPath=ktorrent/index.html MimeType=application/x-bittorrent;application/x-torrent; +InitialPreference=5 X-DBUS-StartupType=Unique ++++++ ktorrent-4.1rc1.tar.bz2 -> ktorrent-4.1.0.tar.bz2 ++++++ ++++ 595896 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
