Hello community,

here is the log from the commit of package kdegraphics4 for openSUSE:11.4
checked in at Wed Aug 31 15:17:37 CEST 2011.



--------
--- old-versions/11.4/all/kdegraphics4/kdegraphics4.changes     2011-02-15 
21:34:32.000000000 +0100
+++ 11.4/kdegraphics4/kdegraphics4.changes      2011-08-28 19:20:20.000000000 
+0200
@@ -1,0 +2,5 @@
+Sun Aug 28 17:16:37 UTC 2011 - [email protected]
+
+- Add upstream patch to fix crash in okular (bnc#688262)
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/kdegraphics4
Destination is old-versions/11.4/UPDATES/all/kdegraphics4
calling whatdependson for 11.4-i586


New:
----
  fix_crash_bnc688262.diff

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

Other differences:
------------------
++++++ kdegraphics4.spec ++++++
--- /var/tmp/diff_new_pack.IhY7Ck/_old  2011-08-31 15:17:14.000000000 +0200
+++ /var/tmp/diff_new_pack.IhY7Ck/_new  2011-08-31 15:17:14.000000000 +0200
@@ -39,11 +39,12 @@
 Summary:        Base package for kdegraphics apps
 Url:            http://www.kde.org
 Version:        4.6.0
-Release:        6.<RELEASE3>
+Release:        6.<RELEASE11>
 Source0:        kdegraphics-%version.tar.bz2
 Patch0:         4_6_BRANCH.diff
 Patch1:         fix_scan_dialog_bnc670968.diff
 Patch2:         gwenview_mimetypes_bnc671581.diff
+Patch3:         fix_crash_bnc688262.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 Suggests:       libksane0
@@ -69,6 +70,7 @@
 %patch0
 %patch1
 %patch2
+%patch3
 
 %build
   %cmake_kde4 -d build

++++++ fix_crash_bnc688262.diff ++++++
--- okular/ui/pagepainter.cpp   2011/03/18 18:48:01     1225248
+++ okular/ui/pagepainter.cpp   2011/03/18 18:48:10     1225249
@@ -738,7 +738,7 @@
     unsigned int * destData = (unsigned int *)dest.bits();
 
     // source image (1:1 conversion from pixmap)
-    QImage srcImage = src->toImage();
+    QImage srcImage = src->toImage().convertToFormat(format);
     unsigned int * srcData = (unsigned int *)srcImage.bits();
 
     // precalc the x correspondancy conversion in a lookup table

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



Remember to have fun...

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

Reply via email to