rpms/gkrellm-wifi/devel gkrellm-wifi-0.9.12-asm_h.patch, NONE, 1.1 gkrellm-wifi.spec, 1.2, 1.3

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Mon Feb 19 09:59:43 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/gkrellm-wifi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8563

Modified Files:
	gkrellm-wifi.spec 
Added Files:
	gkrellm-wifi-0.9.12-asm_h.patch 
Log Message:
* Mon Feb 19 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.9.12-4
- Add #include <asm/types.h> to fix compile with recent kernel-headers


gkrellm-wifi-0.9.12-asm_h.patch:

--- NEW FILE gkrellm-wifi-0.9.12-asm_h.patch ---
--- gkrellm-wifi-0.9.12/gkrellm-wifi-linux.c.asm_h	2007-02-19 10:58:27.000000000 +0100
+++ gkrellm-wifi-0.9.12/gkrellm-wifi-linux.c	2007-02-19 10:59:51.000000000 +0100
@@ -29,6 +29,8 @@
 #include <sys/socket.h>
 #include <sys/types.h>
 
+#include <net/if.h>
+#include <asm/types.h>
 #include <linux/wireless.h>
 
 #include "gkrellm-wifi-monitor.h"


Index: gkrellm-wifi.spec
===================================================================
RCS file: /cvs/extras/rpms/gkrellm-wifi/devel/gkrellm-wifi.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gkrellm-wifi.spec	28 Aug 2006 11:28:58 -0000	1.2
+++ gkrellm-wifi.spec	19 Feb 2007 09:59:11 -0000	1.3
@@ -1,12 +1,13 @@
 Name:           gkrellm-wifi
 Version:        0.9.12
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Wireless monitor plugin for the GNU Krell Monitors
 Group:          Applications/System
 License:        GPL
 URL:            http://www.gkrellm.net/
 Source0:        http://dev.gentoo.org/~brix/files/%{name}/%{name}-%{version}.tar.gz
 Patch0:         %{name}-%{version}.patch
+Patch1:         gkrellm-wifi-0.9.12-asm_h.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gkrellm-devel
 Requires:       gkrellm >= 2.2, gkrellm < 3
@@ -25,6 +26,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1 -z .asm_h
 
 
 %build
@@ -49,6 +51,9 @@
 
 
 %changelog
+* Mon Feb 19 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.9.12-4
+- Add #include <asm/types.h> to fix compile with recent kernel-headers
+
 * Mon Aug 28 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.9.12-3
 - FE6 Rebuild
 




More information about the fedora-extras-commits mailing list