Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2013-08-18 22:21:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdebase4-workspace (Old)
 and      /work/SRC/openSUSE:Factory/.kdebase4-workspace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdebase4-workspace"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes    
2013-08-16 13:49:04.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
    2013-08-18 22:21:13.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Aug 16 07:25:19 UTC 2013 - [email protected]
+
+- kdm-backend-session.patch: fix type mismatch in resource handling
+
+-------------------------------------------------------------------

New:
----
  kdm-backend-session.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdebase4-workspace.spec ++++++
--- /var/tmp/diff_new_pack.0wa6YP/_old  2013-08-18 22:21:15.000000000 +0200
+++ /var/tmp/diff_new_pack.0wa6YP/_new  2013-08-18 22:21:15.000000000 +0200
@@ -139,6 +139,8 @@
 Patch63:        opensuse-kinfocenter.diff
 # PATCH-FIX-UPSTREAM klipper.diff -- fix performance issue with Klipper see 
https://bugs.kde.org/show_bug.cgi?id=238084
 Patch64:        klipper.patch
+# PATCH-FIX-UPSTREAM kdm-backend-session.patch fix type mismatch in resource 
handling kde#323436
+Patch65:        kdm-backend-session.patch
 # PATCH-FIX-OPENSUSE helper_actions_syspath.patch -- disables 
org.kde.powerdevil.backlighthelper.syspath policy, until bnc#825256 gets 
resolved
 Patch1000:      helper_actions_syspath.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -353,6 +355,7 @@
 %patch62 -p1
 %patch63 -p1
 %patch64 -p1
+%patch65 -p1
 %if 0%{?suse_version} <= 1230
 %patch1000 -p1
 %endif

++++++ kdm-backend-session.patch ++++++
Index: kde-workspace-4.10.5/kdm/backend/session.c
===================================================================
--- kde-workspace-4.10.5.orig/kdm/backend/session.c
+++ kde-workspace-4.10.5/kdm/backend/session.c
@@ -294,7 +294,7 @@ ctrlGreeterWait(int wreply, time_t *star
                 switch (type & C_TYPE_MASK) {
                 case C_TYPE_INT:
                     /*debug(" -> int %#x (%d)\n", *(int *)avptr, *(int 
*)avptr);*/
-                    gSendInt(*(int *)avptr);
+                    gSendInt((int)(unsigned long)*(char **)avptr);
                     break;
                 case C_TYPE_STR:
                     /*debug(" -> string %\"s\n", *avptr);*/


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to