rpms/kdeutils/devel kdeutils-4.0.x-wrongsignal.patch, NONE, 1.1 kdeutils.spec, 1.113, 1.114

Than Ngo (than) fedora-extras-commits at redhat.com
Tue Feb 5 11:39:53 UTC 2008


Author: than

Update of /cvs/extras/rpms/kdeutils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31858

Modified Files:
	kdeutils.spec 
Added Files:
	kdeutils-4.0.x-wrongsignal.patch 
Log Message:
backport to fix the wrong signal name of a KSelectActiobackport to fix the wrong signal name of a KSelectActionn


kdeutils-4.0.x-wrongsignal.patch:

--- NEW FILE kdeutils-4.0.x-wrongsignal.patch ---
Index: kgpg/keysmanager.cpp
===================================================================
--- kgpg/keysmanager.cpp	(Revision 770930)
+++ kgpg/keysmanager.cpp	(Revision 770931)
@@ -392,7 +392,7 @@
     connect(keysList2, SIGNAL(selectionChanged ()), this, SLOT(checkList()));
     connect(keysList2, SIGNAL(contextMenuRequested(Q3ListViewItem *, const QPoint &, int)), this, SLOT(slotMenu(Q3ListViewItem *, const QPoint &, int)));
     connect(keysList2, SIGNAL(destroyed()), this, SLOT(annule()));
-    connect(photoProps, SIGNAL(activated(int)), this, SLOT(slotSetPhotoSize(int)));
+    connect(photoProps, SIGNAL(triggered(int)), this, SLOT(slotSetPhotoSize(int)));
 
     // get all keys data
     setupGUI(KXmlGuiWindow::Create | Save | ToolBar | StatusBar | Keys, "keysmanager.rc");


Index: kdeutils.spec
===================================================================
RCS file: /cvs/extras/rpms/kdeutils/devel/kdeutils.spec,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- kdeutils.spec	31 Jan 2008 17:55:02 -0000	1.113
+++ kdeutils.spec	5 Feb 2008 11:39:16 -0000	1.114
@@ -2,7 +2,7 @@
 Name:           kdeutils
 Epoch:          6
 Version:        4.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        K Desktop Environment - Utilities
 
 Group:          Applications/System
@@ -10,6 +10,7 @@
 License:        GPLv2
 URL:            http://www.kde.org
 Source0:        ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/%{name}-%{version}.tar.bz2
+Patch0:         kdeutils-4.0.x-wrongsignal.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # FIXME/TODO: Tpctl is needed for klaptopdaemon
@@ -67,7 +68,7 @@
 
 %prep
 %setup -q
-
+%patch0 -p0 -b .wrongsignal
 
 %build
 
@@ -154,6 +155,9 @@
 
 
 %changelog
+* Tue Feb 05 2008 Than Ngo <than at redhat.com> 4.0.1-2
+- backport to fix the wrong signal name of a KSelectAction
+
 * Thu Jan 31 2008 Rex Dieter <rdieter at fedoraproject.org> 6:4.0.1-1
 - kde-4.0.1
 




More information about the fedora-extras-commits mailing list