rpms/em8300-kmod/devel em8300-kmod-include.patch, NONE, 1.1 em8300-kmod.spec, 1.3, 1.4

Felix Kaechele felix at rpmfusion.org
Fri Oct 10 00:24:31 CEST 2008


Author: felix

Update of /cvs/free/rpms/em8300-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11779

Modified Files:
	em8300-kmod.spec 
Added Files:
	em8300-kmod-include.patch 
Log Message:
* Fri Oct 10 2008 Felix Kaechele <felix at fetzig dot org> - 0.17.1-4.2
- patch for changed include path of newer kernels added


em8300-kmod-include.patch:

--- NEW FILE em8300-kmod-include.patch ---
diff -ruN em8300-0.17.1.orig/modules/em8300_alsa.c em8300-0.17.1/modules/em8300_alsa.c
--- em8300-0.17.1.orig/modules/em8300_alsa.c	2008-07-29 23:13:55.000000000 +0200
+++ em8300-0.17.1/modules/em8300_alsa.c	2008-10-10 00:18:16.000000000 +0200
@@ -30,7 +30,7 @@
 #include <linux/pci.h>
 #include <linux/stringify.h>
 #include <linux/version.h>
-#include <asm/semaphore.h>
+#include <linux/semaphore.h>
 
 #include "em8300_reg.h"
 
diff -ruN em8300-0.17.1.orig/modules/em8300_fifo.h em8300-0.17.1/modules/em8300_fifo.h
--- em8300-0.17.1.orig/modules/em8300_fifo.h	2008-07-29 23:13:56.000000000 +0200
+++ em8300-0.17.1/modules/em8300_fifo.h	2008-10-10 00:14:25.000000000 +0200
@@ -23,7 +23,7 @@
 #ifndef EM8300_FIFO_H
 #define EM8300_FIFO_H
 
-#include <asm/semaphore.h>
+#include <linux/semaphore.h>
 
 #define FIFOTYPE_AUDIO 1
 #define FIFOTYPE_VIDEO 2


Index: em8300-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/em8300-kmod/devel/em8300-kmod.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- em8300-kmod.spec	4 Oct 2008 11:57:07 -0000	1.3
+++ em8300-kmod.spec	9 Oct 2008 22:24:31 -0000	1.4
@@ -10,12 +10,13 @@
 Name:           em8300-kmod
 Summary:        Kernel modules for DXR3/Hollywood Plus MPEG decoder cards
 Version:        0.17.1
-Release:        3%{dist}%{?prever:.%{prever}}.2
+Release:        4%{dist}%{?prever:.%{prever}}.2
 
 Group:          System Environment/Kernel
 License:        GPLv2+
 URL:            http://dxr3.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/dxr3/em8300-nofirmware-%{version}%{?prever:-%{prever}}.tar.gz
+Patch0:         %{name}-include.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # needed for plague to make sure it builds for i586 and i686
@@ -38,6 +39,7 @@
 kmodtool  --target %{_target_cpu} --repo rpmfusion --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
 
 %setup -q -c
+%patch0
 for kernel_version  in %{?kernel_versions} ; do
     cp -a em8300-%{version}%{?prever:-%{prever}} \
         _kmod_build_${kernel_version%%___*}
@@ -66,6 +68,9 @@
 
 
 %changelog
+* Fri Oct 10 2008 Felix Kaechele <felix at fetzig dot org> - 0.17.1-4.2
+- patch for changed include path of newer kernels added
+
 * Fri Oct 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.17.1-3.2
 - rebuild for rpm fusion
 



More information about the rpmfusion-commits mailing list