commit ndiswrapper for openSUSE:Factory
Hello community, here is the log from the commit of package ndiswrapper for openSUSE:Factory checked in at Wed Mar 23 09:49:15 CET 2011. -------- --- ndiswrapper/ndiswrapper.changes 2010-09-13 16:17:59.000000000 +0200 +++ /mounts/work_src_done/STABLE/ndiswrapper/ndiswrapper.changes 2011-03-22 18:49:36.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Mar 22 17:46:48 UTC 2011 - idoenmez@novell.com + +- Add ndiswrapper-2.6.38.patch: patch from upstream to fix + compilation with 2.6.38 kernel + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- ndiswrapper-2.6.38.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ndiswrapper.spec ++++++ --- /var/tmp/diff_new_pack.yWd8GN/_old 2011-03-23 09:48:54.000000000 +0100 +++ /var/tmp/diff_new_pack.yWd8GN/_new 2011-03-23 09:48:54.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package ndiswrapper (Version 1.56) +# spec file for package ndiswrapper # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ AutoReqProv: on Summary: Use Microsoft NDIS Network Drivers for WLAN Cards Version: 1.56 -Release: 1 +Release: 2 Requires: pciutils Requires: ndiswrapper-kmp Source0: %name-%version.tar.bz2 @@ -32,6 +32,7 @@ Source3: preamble Patch0: ndiswrapper.diff Patch1: ndiswrapper-2.6.35.patch +Patch2: ndiswrapper-2.6.38.patch Url: http://ndiswrapper.sourceforge.net License: GPLv2+ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -61,6 +62,7 @@ %setup %patch0 %patch1 +%patch2 -p2 cp %SOURCE2 . mkdir obj ++++++ ndiswrapper-2.6.38.patch ++++++ --- trunk/ndiswrapper/driver/wrapndis.c 2010/09/13 08:51:07 2727 +++ trunk/ndiswrapper/driver/wrapndis.c 2011/02/14 17:00:00 2729 @@ -13,16 +13,16 @@ * */ -#include "ndis.h" -#include "iw_ndis.h" -#include "pnp.h" -#include "loader.h" -#include "wrapndis.h" #include <linux/inetdevice.h> #include <linux/ip.h> #include <linux/tcp.h> #include <linux/udp.h> #include <linux/in.h> +#include "ndis.h" +#include "iw_ndis.h" +#include "pnp.h" +#include "loader.h" +#include "wrapndis.h" #include "wrapper.h" /* Functions callable from the NDIS driver */ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de