rpms/gnome-applets/devel ppp-includes.patch, NONE, 1.1 gnome-applets.spec, 1.226, 1.227

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Mon Jul 30 22:10:02 UTC 2007


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-applets/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8769

Modified Files:
	gnome-applets.spec 
Added Files:
	ppp-includes.patch 
Log Message:
fix modemlights build


ppp-includes.patch:

--- NEW FILE ppp-includes.patch ---
diff -up gnome-applets-2.19.0/modemlights/modemlights.c.includes gnome-applets-2.19.0/modemlights/modemlights.c
--- gnome-applets-2.19.0/modemlights/modemlights.c.includes	2007-07-30 18:05:02.000000000 -0400
+++ gnome-applets-2.19.0/modemlights/modemlights.c	2007-07-30 18:05:13.000000000 -0400
@@ -41,6 +41,7 @@
 #endif
 
 #ifdef __linux__
+#include <linux/types.h>
 #include <linux/if_ppp.h>
 #include <sys/ioctl.h>
 #include <sys/types.h>


Index: gnome-applets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applets/devel/gnome-applets.spec,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- gnome-applets.spec	30 Jul 2007 21:38:56 -0000	1.226
+++ gnome-applets.spec	30 Jul 2007 22:09:30 -0000	1.227
@@ -58,6 +58,8 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=428072
 Patch33:	gnome-applets-2.18.0-node-leak.patch
 
+Patch34:        ppp-includes.patch
+
 BuildRequires:  glib2-devel >= %{glib2_version}
 BuildRequires:  gtk2-devel >= %{gtk2_version}
 BuildRequires:  libgnomeui-devel >= %{libgnomeui_version}
@@ -154,6 +156,7 @@
 %patch30 -p1 -b .fix-null-applet
 %patch31 -p1 -b .fix-find
 %patch33 -p1 -b .node-leak
+%patch34 -p1 -b .ppp-includes
 
 cp gswitchit/gswitchit-applet.png  gswitchit/gswitchit-properties-capplet.png
 




More information about the scm-commits mailing list