rpms/kdenetwork/devel kdenetwork-4.2.0-kppp-crash-fix.patch, NONE, 1.1 kdenetwork.spec, 1.172, 1.173

Lorenzo Villani arbiter at fedoraproject.org
Tue Feb 17 15:07:55 UTC 2009


Author: arbiter

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

Modified Files:
	kdenetwork.spec 
Added Files:
	kdenetwork-4.2.0-kppp-crash-fix.patch 
Log Message:
Fix KPPP Crash (use backported 4.3 patch)

kdenetwork-4.2.0-kppp-crash-fix.patch:

--- NEW FILE kdenetwork-4.2.0-kppp-crash-fix.patch ---
--- branches/KDE/4.2/kdenetwork/kppp/edit.cpp	2009/02/02 21:31:32	920416
+++ branches/KDE/4.2/kdenetwork/kppp/edit.cpp	2009/02/02 21:32:30	920417
@@ -1239,7 +1239,7 @@
   QLabel *lbl_le = new QLabel(i18n("Enter a phone number:"));
   hboxLayout2->addWidget(lbl_le);
 
-  QLineEdit *le = new QLineEdit;
+  le = new QLineEdit();
   le->setMinimumWidth(125);
   hboxLayout2->addWidget(le);
 


Index: kdenetwork.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdenetwork/devel/kdenetwork.spec,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- kdenetwork.spec	6 Feb 2009 12:26:02 -0000	1.172
+++ kdenetwork.spec	17 Feb 2009 15:07:25 -0000	1.173
@@ -2,7 +2,7 @@
 Name: kdenetwork
 Epoch: 7
 Version: 4.2.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 
 License: GPLv2
 Group: Applications/Internet
@@ -15,6 +15,9 @@
 # http://websvn.kde.org/?view=rev&revision=909145
 Patch100: kdenetwork-4.1.96-system-libgadu.patch
 Patch101: kdenetwork-4.2.0-yahoo.patch
+# Fix KPPP Crash (backported from 4.3)
+# http://websvn.kde.org/?view=rev&revision=920417
+Patch102: kdenetwork-4.2.0-kppp-crash-fix.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -96,6 +99,7 @@
 %patch1 -p1 -b .libv4l
 %patch100 -p0 -b .system-libgadu
 %patch101 -p0 -b .yahoo
+%patch102 -p0 -b .kppp-crash
 
 rm -rf kopete/protocols/gadu/libgadu/
 
@@ -171,6 +175,9 @@
 
 
 %changelog
+* Tue Feb 17 2009 Lorenzo Villani <lvillani at binaryhelix.net> - 7:4.2.0-5
+- KPPP Crash fix backported patch (KDE BZ: #176645 - BZ: #485890)
+
 * Fri Feb 06 2009 Than Ngo <than at redhat.com> - 4.2.0-4
 - fix yahoo protocol to show contact list correctly
 




More information about the scm-commits mailing list