From 070368fd9c48afd2d956b70808a41c0e8241d67b Mon Sep 17 00:00:00 2001 From: nucleo Date: Feb 06 2011 14:17:43 +0000 Subject: ktorrent-4.1rc1 --- diff --git a/.gitignore b/.gitignore index 7897bb0..b17e452 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /ktorrent-4.0.4.tar.bz2 /ktorrent-4.1beta1.tar.bz2 +/ktorrent-4.1rc1.tar.bz2 diff --git a/ktorrent.spec b/ktorrent.spec index dfcc27e..8a37580 100644 --- a/ktorrent.spec +++ b/ktorrent.spec @@ -1,11 +1,11 @@ # Fedora pkg review: http://bugzilla.redhat.com/187818 -%define pre beta1 +%define pre rc1 Name: ktorrent Version: 4.1 -Release: 0.1.%{?pre}%{?dist} +Release: 0.2.%{?pre}%{?dist} Summary: A BitTorrent program Group: Applications/Internet License: GPLv2+ @@ -43,7 +43,7 @@ searching using various search engines, UDP Trackers and UPnP support. %package libs Summary: Runtime libraries for %{name} Group: System Environment/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} %{?_kde4_version:Requires: kdelibs4%{?_isa} >= %{_kde4_version}} %description libs %{summary}. @@ -127,6 +127,7 @@ rm -rf $RPM_BUILD_ROOT %{_kde4_libdir}/kde4/ktshutdownplugin.so %{_kde4_libdir}/kde4/ktsyndicationplugin.so %{_kde4_libdir}/kde4/plasma_engine_ktorrent.so +%{_kde4_libdir}/kde4/kio_magnet.so %{_kde4_iconsdir}/hicolor/*/*/* %{_kde4_datadir}/applications/kde4/ktorrent.desktop %{_kde4_appsdir}/ktorrent/ @@ -134,6 +135,7 @@ rm -rf $RPM_BUILD_ROOT %{_kde4_datadir}/kde4/services/magnet.protocol %{_kde4_datadir}/kde4/services/plasma-dataengine-ktorrent.desktop %{_kde4_datadir}/kde4/servicetypes/ktorrentplugin.desktop +%{_kde4_datadir}/config.kcfg/magnetsettings.kcfg %files libs %defattr(-,root,root,-) @@ -146,6 +148,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Feb 6 2011 Alexey Kurov - 4.1-0.2.rc1 +- ktorrent-4.1rc1 + * Thu Dec 30 2010 Alexey Kurov - 4.1-0.1.beta1 - ktorrent-4.1beta1 - libktupnp code moved to libktorrent diff --git a/sources b/sources index a0fd4ea..d18f343 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d3dd0040094d58de1b714ddb98a61449 ktorrent-4.1beta1.tar.bz2 +dc867ace48ed2bf9d21a8f3b95a45866 ktorrent-4.1rc1.tar.bz2