]> git.pld-linux.org Git - packages/kdelibs.git/commitdiff
- use https url for bugreports (http urls don't work with proxy)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 22 Nov 2005 23:02:24 +0000 (23:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kdelibs-kbugreport-https.patch -> 1.1
    kdelibs.spec -> 1.429

kdelibs-kbugreport-https.patch [new file with mode: 0644]
kdelibs.spec

diff --git a/kdelibs-kbugreport-https.patch b/kdelibs-kbugreport-https.patch
new file mode 100644 (file)
index 0000000..839ba5a
--- /dev/null
@@ -0,0 +1,11 @@
+--- kdelibs-3.5.0/kdeui/kbugreport.cpp~        2005-10-10 18:06:39.000000000 +0300
++++ kdelibs-3.5.0/kdeui/kbugreport.cpp 2005-11-22 15:45:48.000000000 +0200
+@@ -274,7 +274,7 @@
+ void KBugReport::updateURL()
+ {
+-    KURL url ( "http://bugs.kde.org/wizard.cgi" );
++    KURL url ( "https://bugs.kde.org/wizard.cgi" );
+     url.addQueryItem( "os", d->os );
+     url.addQueryItem( "compiler", KDE_COMPILER_VERSION );
+     url.addQueryItem( "kdeVersion", d->kde_version );
index 76f3c8269cbf2111f5d56fc0d9878dba50c2ebc3..4813607a89d6930378e86780b4fe8457d76aab6d 100644 (file)
@@ -26,7 +26,7 @@ Summary(ru):  K Desktop Environment - 
 Summary(uk):   K Desktop Environment - â¦Â̦ÏÔÅËÉ
 Name:          kdelibs
 Version:       %{_ver}
-Release:       0.4
+Release:       0.5
 Epoch:         9
 License:       LGPL
 Group:         X11/Libraries
@@ -44,6 +44,7 @@ Patch2:               %{name}-defaultfonts.patch
 Patch3:                %{name}-use_system_sgml.patch
 Patch4:                %{name}-fileshareset.patch
 Patch5:                %{name}-appicon_themable.patch
+Patch6:                %{name}-kbugreport-https.patch
 Icon:          kdelibs.xpm
 URL:           http://www.kde.org/
 BuildRequires: OpenEXR-devel >= 1.2.2
@@ -331,6 +332,7 @@ innych u
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 cp %{_datadir}/automake/config.sub admin
 export kde_htmldir=%{_kdedocdir}
This page took 0.068847 seconds and 4 git commands to generate.