rpms/kdeadmin/devel kdeadmin-3.4.2-kcron.patch, NONE, 1.1 kdeadmin.spec, 1.44, 1.45

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Sep 20 13:51:23 UTC 2005


Author: than

Update of /cvs/dist/rpms/kdeadmin/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv32578

Modified Files:
	kdeadmin.spec 
Added Files:
	kdeadmin-3.4.2-kcron.patch 
Log Message:
fix kcron crashes when a variable is selected #168770


kdeadmin-3.4.2-kcron.patch:
 ktview.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE kdeadmin-3.4.2-kcron.patch ---
--- kdeadmin-3.4.2/kcron/ktview.cpp.tn	2005-09-20 15:09:05.000000000 +0200
+++ kdeadmin-3.4.2/kcron/ktview.cpp	2005-09-20 15:22:25.000000000 +0200
@@ -537,7 +537,7 @@
       
       emit(enableModificationButtons(true));
       emit(enableRunNow(false));
-      emit(enableEnabled(currentCTTask->enabled));
+      emit(enableEnabled(false));
 
     }
     else if (parent->text(0) == KTListTasks::getDescription())


Index: kdeadmin.spec
===================================================================
RCS file: /cvs/dist/rpms/kdeadmin/devel/kdeadmin.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- kdeadmin.spec	8 Aug 2005 15:50:31 -0000	1.44
+++ kdeadmin.spec	20 Sep 2005 13:51:20 -0000	1.45
@@ -14,13 +14,13 @@
 %define lilo 0
 %endif
 
-%define qt_version 3.3.4
-%define appdir %{_datadir}/applications/kde
+%define qt_version 3.3.5
+%%define appdir %{_datadir}/applications/kde
 
 %define disable_gcc_check_and_hidden_visibility 1
 
 Version: 3.4.2
-Release: 1
+Release: 2
 Name: kdeadmin
 Summary: Administrative tools for KDE.
 Epoch: 7
@@ -36,6 +36,7 @@
 Source10: kpackagerc
 
 Patch1: kde-libtool.patch
+Patch2: kdeadmin-3.4.2-kcron.patch
 
 Prereq: /sbin/ldconfig
 Requires: kdelibs >= 6:%{version}
@@ -150,6 +151,7 @@
 %prep
 %setup -q
 %patch1 -p1 -b .libtool
+%patch2 -p1 -b .kcron_bz168770
 
 %if ! %{kpackage}
   echo 'DO_NOT_COMPILE="$DO_NOT_COMPILE kpackage"' >kpackage/configure.in.in
@@ -400,6 +402,9 @@
 %endif
 
 %changelog
+* Tue Sep 20 2005 Than Ngo <than at redhat.com> 7:3.4.2-2 
+- fix kcron crashes when a variable is selected #168770
+
 * Mon Aug 08 2005 Than Ngo <than at redhat.com> 7:3.4.2-1
 - update to 3.4.2
 




More information about the fedora-cvs-commits mailing list