rpms/kdebase/devel kdebase-3.5.3-kde#116209.patch, NONE, 1.1 kdebase.spec, 1.205, 1.206

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 21 14:03:29 UTC 2006


Author: than

Update of /cvs/dist/rpms/kdebase/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23724

Modified Files:
	kdebase.spec 
Added Files:
	kdebase-3.5.3-kde#116209.patch 
Log Message:
apply upstream patch to fix kde#116209


kdebase-3.5.3-kde#116209.patch:
 kio_media_mounthelper.cpp |   13 -------------
 1 files changed, 13 deletions(-)

--- NEW FILE kdebase-3.5.3-kde#116209.patch ---
Index: kioslave/media/mounthelper/kio_media_mounthelper.cpp
===================================================================
--- kioslave/media/mounthelper/kio_media_mounthelper.cpp	(Revision 551889)
+++ kioslave/media/mounthelper/kio_media_mounthelper.cpp	(Revision 551890)
@@ -91,19 +91,6 @@
 	}
 	else if (args->isSet("s") || args->isSet("e"))
 	{
-		if (medium.isMounted())
-		{
-		  DCOPRef mediamanager("kded", "mediamanager");
-		  DCOPReply reply = mediamanager.call( "unmount", medium.id());
-		  if (reply.isValid())
-		    reply.get(m_errorStr);
-		  m_device = device;
-		  if (!m_errorStr.isNull()) 
-		    {
-		      error();
-		      return;
-		    }
-		}
 		invokeEject(device, true);
 	}
 	else


Index: kdebase.spec
===================================================================
RCS file: /cvs/dist/rpms/kdebase/devel/kdebase.spec,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- kdebase.spec	21 Jul 2006 13:50:37 -0000	1.205
+++ kdebase.spec	21 Jul 2006 14:03:27 -0000	1.206
@@ -65,6 +65,7 @@
 Patch104: kdebase-3.5.3.diff
 Patch105: kdebase-3.5.3-kde#127971.patch
 Patch106: kdebase-3.5.3-kde#130774.patch
+Patch107: kdebase-3.5.3-kde#116209.patch
 
 # Security fixes
 # Patch 300, KDE Security Advisory, CVE-2006-2449, kdm file disclosure
@@ -185,6 +186,7 @@
 %patch104 -p0 -b .setuid-check
 %patch105 -p0 -b .kde#127971
 %patch106 -p0 -b .kde#130774
+%patch107 -p0 -b .kde#116209
 
 # security fixes
 %patch300 -p0 -b .CVE-2006-2449




More information about the fedora-cvs-commits mailing list