rpms/kdebase-workspace/F-9 kdebase-workspace-4.2.3-plasma-notifications.patch, NONE, 1.1 kdebase-workspace.spec, 1.147, 1.148

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


Author: ltinkl

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

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-9/kdebase-workspace.spec,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -p -r1.147 -r1.148
--- kdebase-workspace.spec	13 Apr 2009 00:23:36 -0000	1.147
+++ kdebase-workspace.spec	28 Apr 2009 17:13:16 -0000	1.148
@@ -8,7 +8,7 @@ Summary: K Desktop Environment - Workspa
 Name: kdebase-workspace
 Version: 4.2.2
 
-Release: 3%{?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
@@ -72,7 +76,6 @@ BuildRequires: glib2-devel
 BuildRequires: kdelibs4-devel >= %{version}
 BuildRequires: kdepimlibs-devel >= %{version}
 BuildRequires: libcaptury-devel
-BuildRequires: libraw1394-devel
 BuildRequires: libutempter-devel
 BuildRequires: libxklavier-devel
 BuildRequires: libXres-devel
@@ -242,7 +245,7 @@ popd
 %patch103 -p1 -b .kde#180576
 %patch105 -p0 -b .desktopnumbers
 %patch106 -p1 -b .kde#187699
-
+%patch107 -p1 -b .plasma-notifications
 
 %build
 
@@ -255,7 +258,7 @@ pushd %{_target_platform}
   ..
 popd
 
-# not smp-safe?
+# FIXME: not smp-safe?
 make -C %{_target_platform}
 
 
@@ -517,6 +520,13 @@ 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)
+
 * Sun Apr 12 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.2.2-3
 - Calendar standalone plasmoid on Desktop using 100% of CPU (kde#187699)
 




More information about the scm-commits mailing list