rpms/kdebase-workspace/F-11 kdebase-workspace-4.2.3-plasma-notifications.patch, NONE, 1.1 kdebase-workspace.spec, 1.215, 1.216

Lukas Tinkl ltinkl at fedoraproject.org
Tue Apr 28 17:13:46 UTC 2009


Author: ltinkl

Update of /cvs/extras/rpms/kdebase-workspace/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32072/F-11

Modified Files:
	kdebase-workspace.spec 
Added Files:
	kdebase-workspace-4.2.3-plasma-notifications.patch 
Log Message:
#497657 -  kpackagekit/kopete notification misrendering/missing buttons with qt-4.5.1


kdebase-workspace-4.2.3-plasma-notifications.patch:

--- NEW FILE kdebase-workspace-4.2.3-plasma-notifications.patch ---
--- workspace/plasma/applets/systemtray/ui/notificationwidget.cpp	2009/04/27 23:55:05	960131
+++ workspace/plasma/applets/systemtray/ui/notificationwidget.cpp	2009/04/27 23:56:05	960132
@@ -174,7 +174,7 @@
         layout->addItem(button);
     }
 
-    layout->updateGeometry();
+    actionsWidget->adjustSize();
     actionsWidget->setPos(q->size().width() - actionsWidget->size().width(),
                           q->size().width() - actionsWidget->size().height());
 }


Index: kdebase-workspace.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebase-workspace/F-11/kdebase-workspace.spec,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -p -r1.215 -r1.216
--- kdebase-workspace.spec	22 Apr 2009 10:35:11 -0000	1.215
+++ kdebase-workspace.spec	28 Apr 2009 17:13:16 -0000	1.216
@@ -8,7 +8,7 @@ Summary: K Desktop Environment - Workspa
 Name: kdebase-workspace
 Version: 4.2.2
 
-Release: 4%{?dist}
+Release: 5%{?dist}
 Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdebase-workspace-%{version}.tar.bz2
 License: GPLv2
 Group: User Interface/Desktops
@@ -46,6 +46,10 @@ Patch103: kdebase-workspace-4.2.0-kde#18
 Patch105: kdebase-workspace-4.3.0-desktopnumbers.patch
 # http://bugs.kde.org/187699, Calendar standalone plasmoid on Desktop using 100% of CPU
 Patch106: kdebase-workspace-4.2.2-kde#187699.patch
+# #497657 -  kpackagekit/kopete notification misrendering/missing buttons with qt-4.5.1
+# (https://bugs.kde.org/show_bug.cgi?id=190786)
+Patch107: kdebase-workspace-4.2.3-plasma-notifications.patch
+
 
 # FIXME: Should we restore this now that kdebase no longer depends on kdebase-workspace?
 %if 0%{?fedora} == 9
@@ -241,7 +245,7 @@ popd
 %patch103 -p1 -b .kde#180576
 %patch105 -p0 -b .desktopnumbers
 %patch106 -p1 -b .kde#187699
-
+%patch107 -p1 -b .plasma-notifications
 
 %build
 
@@ -516,6 +520,10 @@ fi
 
 
 %changelog
+* Tue Apr 28 2009 Lukáš Tinkl <ltinkl at redhat.com> - 4.2.2-5
+- #497657 -  kpackagekit/kopete notification misrendering/missing 
+  buttons with qt-4.5.1
+
 * Wed Apr 22 2009 Than Ngo <than at redhat.com> - 4.2.2-4
 - dropp unused BR on libraw1394, it breaks the build on s390(x)
 




More information about the scm-commits mailing list