rpms/kdebase-workspace/devel kdebase-workspace-4.3.90-missing_include.patch, 1.2, 1.3 kdebase-workspace.spec, 1.353, 1.354

Rex Dieter rdieter at fedoraproject.org
Sat Jan 23 19:30:48 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/kdebase-workspace/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20153

Modified Files:
	kdebase-workspace.spec 
Added Files:
	kdebase-workspace-4.3.90-missing_include.patch 
Log Message:
oops, forgot to upstream that one (fixed)


kdebase-workspace-4.3.90-missing_include.patch:
 ctrl.c |    1 +
 1 file changed, 1 insertion(+)

Index: kdebase-workspace-4.3.90-missing_include.patch
===================================================================
RCS file: kdebase-workspace-4.3.90-missing_include.patch
diff -N kdebase-workspace-4.3.90-missing_include.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ kdebase-workspace-4.3.90-missing_include.patch	23 Jan 2010 19:30:48 -0000	1.3
@@ -0,0 +1,11 @@
+diff -up kdebase-workspace-4.3.90/kdm/backend/ctrl.c.missing_include kdebase-workspace-4.3.90/kdm/backend/ctrl.c
+--- kdebase-workspace-4.3.90/kdm/backend/ctrl.c.missing_include	2010-01-14 11:34:41.000000000 +0100
++++ kdebase-workspace-4.3.90/kdm/backend/ctrl.c	2010-01-14 11:34:37.000000000 +0100
+@@ -42,6 +42,7 @@ from the copyright holder.
+ #include <string.h>
+ #include <signal.h>
+ #include <pwd.h>
++#include <sys/stat.h>
+ 
+ static void
+ acceptSock( CtrlRec *cr )


Index: kdebase-workspace.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebase-workspace/devel/kdebase-workspace.spec,v
retrieving revision 1.353
retrieving revision 1.354
diff -u -p -r1.353 -r1.354
--- kdebase-workspace.spec	23 Jan 2010 18:39:21 -0000	1.353
+++ kdebase-workspace.spec	23 Jan 2010 19:30:48 -0000	1.354
@@ -60,6 +60,7 @@ Patch50: kdebase-workspace-4.3.3-kde#171
 # FIXME: Not upstreamed yet --Ben (4.3.80)
 #Patch51: http://bazaar.launchpad.net/~kubuntu-members/kdebase-workspace/ubuntu/annotate/head%3A/debian/patches/kubuntu_101_brightness_fn_keys_and_osd.diff
 Patch51: kdebase-workspace-4.3.95-brightness_keys.patch
+Patch100: kdebase-workspace-4.3.90-missing_include.patch
 
 
 # moving to non-multilib hack
@@ -303,6 +304,7 @@ Requires: akonadi
 %patch50 -p1 -b .kde#171685
 # kubuntu patches
 %patch51 -p1 -b .brightness_keys
+%patch100 -p1 -b .missing_include
 
 
 %build



More information about the scm-commits mailing list