rpms/kdebase-workspace/F-12 kdebase-workspace-4.3.3-kde#171685.patch, NONE, 1.1 kdebase-workspace.spec, 1.304, 1.305

Rex Dieter rdieter at fedoraproject.org
Thu Nov 12 19:53:26 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/kdebase-workspace/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15726

Modified Files:
	kdebase-workspace.spec 
Added Files:
	kdebase-workspace-4.3.3-kde#171685.patch 
Log Message:
* Thu Nov 12 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.3.3-4
- try experimental patch for "keyboard stops working" (kde#171685)


kdebase-workspace-4.3.3-kde#171685.patch:
 workspace.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE kdebase-workspace-4.3.3-kde#171685.patch ---
diff -up kdebase-workspace-4.3.3/kwin/workspace.h.kde#171685 kdebase-workspace-4.3.3/kwin/workspace.h
--- kdebase-workspace-4.3.3/kwin/workspace.h.kde#171685	2009-06-17 15:07:38.000000000 -0500
+++ kdebase-workspace-4.3.3/kwin/workspace.h	2009-11-12 13:48:11.812385926 -0600
@@ -128,7 +128,7 @@ class Workspace : public QObject, public
         void unfakeActivity( Client* c );
         bool activateNextClient( Client* c );
         bool focusChangeEnabled()
-            { return block_focus == 0; }
+            { return block_focus < 1; }
 
         void updateColormap();
 


Index: kdebase-workspace.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebase-workspace/F-12/kdebase-workspace.spec,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -p -r1.304 -r1.305
--- kdebase-workspace.spec	11 Nov 2009 09:46:51 -0000	1.304
+++ kdebase-workspace.spec	12 Nov 2009 19:53:26 -0000	1.305
@@ -9,7 +9,7 @@ Summary: K Desktop Environment - Workspa
 Name: kdebase-workspace
 Version: 4.3.3
 
-Release: 3%{?dist}
+Release: 4%{?dist}
 Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdebase-workspace-%{version}.tar.bz2
 License: GPLv2
 Group: User Interface/Desktops
@@ -38,6 +38,8 @@ Patch16: kdebase-workspace-4.3.0-battery
 Patch17: kdebase-workspace-4.3.1-classicmenu-logout.patch
 
 # upstream patches:
+# "keyboard stops working", https://bugs.kde.org/show_bug.cgi?id=171685#c135
+Patch50: kdebase-workspace-4.3.3-kde#171685.patch
 # 4.3 branch
 
 # trunk
@@ -273,6 +275,7 @@ Requires: akonadi
 %patch17 -p1 -b .classicmenu-logout
 
 # upstream patches
+%patch50 -p1 -b .kde#171685
 
 
 %build
@@ -607,6 +610,9 @@ fi
 
 
 %changelog
+* Thu Nov 12 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.3.3-4
+- try experimental patch for "keyboard stops working" (kde#171685)
+
 * Wed Nov 11 2009 Than Ngo <than at redhat.com> - 4.3.3-3
 - rhel cleanup, drop BR on libcaptury-devel
 




More information about the fedora-extras-commits mailing list