drop patch which is already merged in 4.9.4
This commit is contained in:
parent
3966b2d0bd
commit
faa7170e1d
@ -1,10 +0,0 @@
|
|||||||
--- kdelibs-4.9.3/plasma/private/packages.cpp 2012-10-19 12:26:32.000000000 +0200
|
|
||||||
+++ kdelibs-4.9.3/plasma/private/packages.cpp_new 2012-11-23 13:19:25.757302077 +0100
|
|
||||||
@@ -109,6 +109,7 @@ void PlasmoidPackage::createNewWidgetBro
|
|
||||||
m_knsDialog = knsDialog = new KNS3::DownloadDialog("plasmoids.knsrc", parent);
|
|
||||||
knsDialog->setProperty("DoNotCloseController", true);
|
|
||||||
connect(knsDialog, SIGNAL(accepted()), this, SIGNAL(newWidgetBrowserFinished()));
|
|
||||||
+ connect(knsDialog, SIGNAL(accepted()), knsDialog, SLOT(deleteLater()));
|
|
||||||
}
|
|
||||||
|
|
||||||
knsDialog->show();
|
|
@ -162,7 +162,6 @@ Patch58: kdelibs-cmake_python3.patch
|
|||||||
Patch59: kdelibs-4.9.3-kcm_ssl.patch
|
Patch59: kdelibs-4.9.3-kcm_ssl.patch
|
||||||
|
|
||||||
## upstream
|
## upstream
|
||||||
Patch100: kdelibs-4.9.3-delete-downloadDialog.patch
|
|
||||||
|
|
||||||
## security fix
|
## security fix
|
||||||
# Not Upstreamed? why not ? -- Rex
|
# Not Upstreamed? why not ? -- Rex
|
||||||
@ -337,7 +336,6 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage
|
|||||||
%patch59 -p1 -b .filter
|
%patch59 -p1 -b .filter
|
||||||
|
|
||||||
# upstream patches
|
# upstream patches
|
||||||
%patch100 -p1 -b .delete-downloadDialog
|
|
||||||
|
|
||||||
# security fixes
|
# security fixes
|
||||||
%patch200 -p1 -b .CVE-2009-2702
|
%patch200 -p1 -b .CVE-2009-2702
|
||||||
|
Loading…
Reference in New Issue
Block a user