[kdelibs] - kde253294, KMail and Kopete download and open https url instead of only opening

Than Ngo than at fedoraproject.org
Thu Oct 7 11:09:00 UTC 2010


commit 200df46c451f48e76b74edd7dacff8be5215aa26
Author: Than Ngo <than at redhat.com>
Date:   Thu Oct 7 13:08:25 2010 +0200

    - kde253294, KMail and Kopete download and open https url instead of only opening

 kdelibs-4.5.2-krun-kde#253294.patch |   10 ++++++++++
 kdelibs.spec                        |    7 ++++++-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/kdelibs-4.5.2-krun-kde#253294.patch b/kdelibs-4.5.2-krun-kde#253294.patch
new file mode 100644
index 0000000..dce2767
--- /dev/null
+++ b/kdelibs-4.5.2-krun-kde#253294.patch
@@ -0,0 +1,10 @@
+--- kdelibs-4.5.2/kio/kio/krun.cpp.orig	2010/09/07 20:07:19	1172681
++++ kdelibs-4.5.2/kio/kio/krun.cpp	2010/10/06 22:33:23	1183317
+@@ -375,6 +375,7 @@
+             }
+             else { // if no KDE app, be a bit over-generic
+                 supportedProtocols.append("http");
++                supportedProtocols.append("https"); // #253294
+                 supportedProtocols.append("ftp");
+             }
+         }
diff --git a/kdelibs.spec b/kdelibs.spec
index 68da841..79d3dd5 100644
--- a/kdelibs.spec
+++ b/kdelibs.spec
@@ -12,7 +12,7 @@
 
 Summary: KDE Libraries
 Version: 4.5.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 Name: kdelibs
 Epoch: 6
@@ -92,6 +92,7 @@ Patch50: kdelibs-4.5.1-knewstuff_gpg2.patch
 ## 4.5 upstream
 
 ## trunk upstream
+Patch100: kdelibs-4.5.2-krun-kde#253294.patch
 
 ## security fix
 # Not Upstreamed? why not ? -- Rex
@@ -256,6 +257,7 @@ format for use with the Qt 4 Assistant or KDevelop 4.
 %patch50 -p1 -b .knewstuff_gpg2
 
 # upstream patches
+%patch100 -p1 -b .kde#253294
 
 # security fix
 %patch200 -p1 -b .CVE-2009-2702
@@ -503,6 +505,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Oct 07 2010 Than Ngo <than at redhat.com> - 4.5.2-4
+- kde253294, KMail and Kopete download and open https url instead of only opening
+
 * Tue Oct 05 2010 Lukas Tinkl <ltinkl at redhat.com> - 4.5.2-3
 - tarball respin
 


More information about the scm-commits mailing list