Mailinglist Archive: opensuse-commit (1670 mails)
| < Previous | Next > |
commit kdepim3
- From: root@xxxxxxx (h_root)
- Date: Wed, 18 Oct 2006 16:11:37 +0200 (CEST)
- Message-id: <20061018141137.03B4D42899@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package kdepim3
checked in at Wed Oct 18 16:11:37 CEST 2006.
--------
--- KDE/kdepim3/kdepim3.changes 2006-10-09 11:04:17.000000000 +0200
+++ /mounts/work_src_done/STABLE/kdepim3/kdepim3.changes 2006-10-18 13:18:57.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct 18 13:18:39 CEST 2006 - dmueller@xxxxxxx
+
+- add workaround for kmail crash (#213257)
+
+-------------------------------------------------------------------
New:
----
kmail-crash.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdepim3.spec ++++++
--- /var/tmp/diff_new_pack.wIU2Fv/_old 2006-10-18 16:09:48.000000000 +0200
+++ /var/tmp/diff_new_pack.wIU2Fv/_new 2006-10-18 16:09:48.000000000 +0200
@@ -17,11 +17,11 @@
%else
BuildRequires: gpgme libgpg-error-devel
%endif
-License: GPL
+License: Other License(s), see package
Group: System/GUI/KDE
Summary: Personal Information Manager Software for KDE
Version: 3.5.5
-Release: 2
+Release: 7
URL: http://www.kde.org/
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3` )
Requires: kdebase3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3` )
@@ -46,6 +46,7 @@
Patch22: kmail_unread_new_important.diff
Patch23: kmail-avoid-crash-on-startup.diff
Patch24: kmail_attachment_size.diff
+Patch25: kmail-crash.diff
Provides: cryptplug
Obsoletes: cryptplug
Provides: kdepim
@@ -214,6 +215,7 @@
#%patch22
%patch23
%patch24
+%patch25
. /etc/opt/kde3/common_options
update_admin
@@ -723,6 +725,8 @@
/opt/kde3/%_lib/kde3/plugins/designer/kpartsdesignerplugin.*
%changelog -n kdepim3
+* Wed Oct 18 2006 - dmueller@xxxxxxx
+- add workaround for kmail crash (#213257)
* Mon Oct 09 2006 - stbinner@xxxxxxx
- add Provides: to notes subpackage for upgrade case
* Tue Oct 03 2006 - stbinner@xxxxxxx
++++++ kmail-crash.diff ++++++
Index: kmail/main.cpp
===================================================================
--- kmail/main.cpp (revision 595995)
+++ kmail/main.cpp (working copy)
@@ -105,7 +105,7 @@ int main(int argc, char *argv[])
kmsetSignalHandler(kmsignalHandler);
kapp->dcopClient()->resume(); // Ok. We are ready for DCOP requests.
- kmkernel->setStartingUp( false ); // Starting up is finished
+ kmailKernel.setStartingUp( false ); // Starting up is finished
// Go!
int ret = kapp->exec();
// clean up
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |