Mailinglist Archive: opensuse-commit (857 mails)
| < Previous | Next > |
commit gspcav
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 12 Nov 2007 02:06:30 +0100
- Message-id: <20071112010630.502FB678337@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gspcav
checked in at Mon Nov 12 02:06:30 CET 2007.
--------
--- gspcav/gspcav.changes 2007-10-18 00:59:07.000000000 +0200
+++ /mounts/work_src_done/STABLE/gspcav/gspcav.changes 2007-11-12
01:54:43.489708000 +0100
@@ -1,0 +2,6 @@
+Mon Nov 12 01:50:59 CET 2007 - ro@xxxxxxx
+
+- hack to build with 2.6.24
+- use EXTRA_CFLAGS instead of CFLAGS
+
+-------------------------------------------------------------------
New:
----
gspcav-cflags.patch
preamble
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gspcav.spec ++++++
--- /var/tmp/diff_new_pack.Bw4661/_old 2007-11-12 02:06:25.000000000 +0100
+++ /var/tmp/diff_new_pack.Bw4661/_new 2007-11-12 02:06:25.000000000 +0100
@@ -17,11 +17,13 @@
Group: System/Kernel
Summary: Webcam driver Kernel Modules
Version: 01.00.12
-Release: 5
+Release: 6
Source0: gspcav1-20070508.tar.gz
+Source1: preamble
+Patch: gspcav-cflags.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://mxhaard.free.fr/spca5xx.html
-%suse_kernel_module_package kdump um
+%suse_kernel_module_package -p %_sourcedir/preamble kdump um
%description
This kernel module is a set of drivers for webcams
@@ -47,6 +49,7 @@
%prep
%setup -n gspcav1-20070508
+%patch
%build
set -- *
@@ -69,6 +72,9 @@
M=$PWD/obj/$flavor
done
%changelog
+* Mon Nov 12 2007 - ro@xxxxxxx
+- hack to build with 2.6.24
+- use EXTRA_CFLAGS instead of CFLAGS
* Thu Oct 18 2007 - ro@xxxxxxx
- update to current version 20070508
* Mon Aug 13 2007 - mlasars@xxxxxxx
++++++ gspcav-cflags.patch ++++++
--- Makefile
+++ Makefile
@@ -28,7 +28,7 @@
DEFINES += -DVID_HARDWARE_GSPCA=0xFF -DGSPCA_VERSION=\"$(VERSION)\"
ifneq ($(KERNELRELEASE),) # We were called by kbuild
-CFLAGS += $(DEFINES)
+EXTRA_CFLAGS += $(DEFINES)
obj-m += gspca.o
gspca-objs := gspca_core.o decoder/gspcadecoder.o
--- gspca_core.c
+++ gspca_core.c
@@ -2564,7 +2564,6 @@
.owner = THIS_MODULE,
.name = "GSPCA USB Camera",
.type = VID_TYPE_CAPTURE,
- .hardware = VID_HARDWARE_GSPCA,
.fops = &spca5xx_fops,
.release = video_device_release,
.minor = -1,
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |