rpms/ktorrent/devel ktorrent-3.2.1-kdebug#188447.patch, NONE, 1.1 ktorrent.spec, 1.96, 1.97

Rex Dieter rdieter at fedoraproject.org
Tue May 5 13:58:57 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/ktorrent/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4745/devel

Modified Files:
	ktorrent.spec 
Added Files:
	ktorrent-3.2.1-kdebug#188447.patch 
Log Message:
* Tue May 05 2009 Rex Dieter <rdieter at fedoraproject.org> - 3.2.1-3
- crash adjusting speed from systray (kdebug#188447, rhbz#499147)


ktorrent-3.2.1-kdebug#188447.patch:

--- NEW FILE ktorrent-3.2.1-kdebug#188447.patch ---
--- branches/stable/extragear-kde4/network/ktorrent/ktorrent/trayicon.cpp	2009/02/01 09:23:03	919524
+++ branches/stable/extragear-kde4/network/ktorrent/ktorrent/trayicon.cpp	2009/04/06 11:34:48	949983
@@ -360,8 +360,6 @@
 			net::SocketMonitor::setDownloadCap(Settings::maxDownloadRate()*1024);
 		}
 		Settings::self()->writeConfig();
-
-		update();
 	}
 }


Index: ktorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ktorrent/devel/ktorrent.spec,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -p -r1.96 -r1.97
--- ktorrent.spec	29 Apr 2009 23:53:38 -0000	1.96
+++ ktorrent.spec	5 May 2009 13:58:26 -0000	1.97
@@ -3,7 +3,7 @@
 
 Name:           ktorrent
 Version:        3.2.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A BitTorrent program
 Group:          Applications/Internet
 License:        GPLv2+
@@ -11,6 +11,10 @@ URL:            http://ktorrent.org/
 Source0:        http://ktorrent.org/downloads/%{version}/ktorrent-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+## upstream patches
+# http://websvn.kde.org/branches/stable/extragear-kde4/network/ktorrent/ktorrent/trayicon.cpp?r1=919524&r2=949983&pathrev=949983&view=patch
+Patch100: ktorrent-3.2.1-kdebug#188447.patch
+
 BuildRequires: avahi-devel
 BuildRequires: cmake   
 BuildRequires: desktop-file-utils
@@ -46,6 +50,8 @@ The headers and libraries used for devel
 %prep
 %setup -q
 
+%patch100 -p5 -b .kdebug#188447
+
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
@@ -127,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_kde4_appsdir}/cmake/modules/FindBTCore.cmake
 
 %changelog
+* Tue May 05 2009 Rex Dieter <rdieter at fedoraproject.org> - 3.2.1-3
+- crash adjusting speed from systray (kdebug#188447, rhbz#499147)
+
 * Wed Apr 29 2009 Rex Dieter <rdieter at fedoraproject.org> - 3.2.1-2
 - -DWITH_SYSTEM_GEOIP=1
 




More information about the scm-commits mailing list