Mailinglist Archive: opensuse-commit (794 mails)
| < Previous | Next > |
commit ndiswrapper for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 08 Sep 2009 22:34:22 +0200
- Message-id: <20090908203422.C5FEB61B0@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package ndiswrapper for openSUSE:Factory
checked in at Tue Sep 8 22:34:22 CEST 2009.
--------
--- ndiswrapper/ndiswrapper.changes 2009-08-03 15:30:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/ndiswrapper/ndiswrapper.changes
2009-09-07 19:57:22.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Sep 7 17:49:50 UTC 2009 - beineri@xxxxxxxxxxxx
+
+- fix build with Kernel 2.6.31 on x86
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
fix-build.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ndiswrapper.spec ++++++
--- /var/tmp/diff_new_pack.0p2Lgx/_old 2009-09-08 22:33:34.000000000 +0200
+++ /var/tmp/diff_new_pack.0p2Lgx/_new 2009-09-08 22:33:34.000000000 +0200
@@ -24,18 +24,19 @@
AutoReqProv: on
Summary: Use Microsoft NDIS Network Drivers for WLAN Cards
Version: 1.55
-Release: 1
+Release: 2
Requires: pciutils
Requires: ndiswrapper-kmp
Source0: %name-%version.tar.bz2
Source2: README.SUSE
Source3: preamble
Patch0: ndiswrapper.diff
+Patch1: fix-build.diff
Url: http://ndiswrapper.sourceforge.net
License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64
-#%suse_kernel_module_package -p %_sourcedir/preamble kdump um debug
+%suse_kernel_module_package -p %_sourcedir/preamble kdump um debug
%description
Some wireless LAN vendors refuse to release hardware specifications or
@@ -71,6 +72,7 @@
%prep
%setup
%patch0
+%patch1
cp %SOURCE2 .
mkdir obj
++++++ fix-build.diff ++++++
--- driver/ntoskernel.h 2009/09/07 17:49:00 1.1
+++ driver/ntoskernel.h 2009/09/07 17:49:23
@@ -875,7 +875,7 @@
#define u64_low_32(x) ((u32)x)
#define u64_high_32(x) ((u32)(x >> 32))
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32)
static inline u64 cmpxchg8b(volatile u64 *ptr, u64 old, u64 new)
{
u64 prev;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |