Hello community, here is the log from the commit of package kdepim3 for openSUSE:Factory checked in at 2012-05-29 11:37:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdepim3 (Old) and /work/SRC/openSUSE:Factory/.kdepim3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdepim3", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/kdepim3/kdepim3.changes 2012-05-07 22:47:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kdepim3.new/kdepim3.changes 2012-05-29 11:37:50.000000000 +0200 @@ -1,0 +2,6 @@ +Sat May 26 02:31:01 UTC 2012 - [email protected] + +- fix number of unread messages displayed in tray icon, + which became broken after gcc-4.7 transition + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdepim3-gcc47.patch ++++++ --- /var/tmp/diff_new_pack.6aMxZZ/_old 2012-05-29 11:37:51.000000000 +0200 +++ /var/tmp/diff_new_pack.6aMxZZ/_new 2012-05-29 11:37:51.000000000 +0200 @@ -14,6 +14,15 @@ /** If the folder is not mapped yet, increment count by numUnread in folder */ +@@ -485,7 +485,7 @@ + * our last known version, and adjust mCount with that difference */ + else + { +- int diff = unread - it.data(); ++ int diff = unread - unread_it.data(); + mCount += diff; + } + Index: kdepim-3.5.10/libkcal/listbase.h =================================================================== --- kdepim-3.5.10.orig/libkcal/listbase.h -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
