[packages/ixgbe] - updated to 3.23.2

baggins baggins at pld-linux.org
Mon Jan 26 00:35:07 CET 2015


commit 9db30666730874345e69fe067beed11d86f47033
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Jan 26 00:34:58 2015 +0100

    - updated to 3.23.2

 ixgbe.spec       |  8 +++-----
 linux-3.17.patch | 14 --------------
 2 files changed, 3 insertions(+), 19 deletions(-)
---
diff --git a/ixgbe.spec b/ixgbe.spec
index 3d2e585..1e3283c 100644
--- a/ixgbe.spec
+++ b/ixgbe.spec
@@ -19,18 +19,17 @@ exit 1
 %define		bkpkg	%(echo %{_build_kernels} | tr , '\\n' | while read n ; do echo %%undefine alt_kernel ; [ -z "$n" ] || echo %%define alt_kernel $n ; echo %%build_kernel_pkg ; done)
 %define		ikpkg	%(echo %{_build_kernels} | tr , '\\n' | while read n ; do echo %%undefine alt_kernel ; [ -z "$n" ] || echo %%define alt_kernel $n ; echo %%install_kernel_pkg ; done)
 
-%define		rel	2
+%define		rel	1
 %define		pname	ixgbe
 Summary:	Intel(R) 10 Gigabit driver for Linux
 Summary(pl.UTF-8):	Sterownik do karty Intel(R) 10 Gigabit
 Name:		%{pname}%{_alt_kernel}
-Version:	3.22.3
+Version:	3.23.2
 Release:	%{rel}@%{_kernel_ver_str}
 License:	GPL v2
 Group:		Base/Kernel
 Source0:	http://downloads.sourceforge.net/e1000/%{pname}-%{version}.tar.gz
-# Source0-md5:	6ba474edde8c1fa205ee3b9a3af0587f
-Patch0:		linux-3.17.patch
+# Source0-md5:	bf70143cd1060698050745b212a1523e
 URL:		http://sourceforge.net/projects/e1000/
 %{?with_dist_kernel:BuildRequires:	kernel%{_alt_kernel}-module-build >= 3:2.6.20.2}
 BuildRequires:	rpmbuild(macros) >= 1.678
@@ -95,7 +94,6 @@ EOF\
 
 %prep
 %setup -q -n %{pname}-%{version}
-%patch0 -p1
 
 cp src/Makefile src/Makefile.%{name}
 cat > src/Makefile <<'EOF'
diff --git a/linux-3.17.patch b/linux-3.17.patch
deleted file mode 100644
index 252b777..0000000
--- a/linux-3.17.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- ixgbe-3.22.3/src/ixgbe_ethtool.c~	2014-08-15 01:17:42.000000000 +0200
-+++ ixgbe-3.22.3/src/ixgbe_ethtool.c	2014-11-09 16:24:37.428023145 +0100
-@@ -2881,7 +2881,11 @@
- 
- 	/* add filter to the list */
- 	if (parent)
-+#if ( LINUX_VERSION_CODE < KERNEL_VERSION(3,17,0) )
- 		hlist_add_after(parent, &input->fdir_node);
-+#else
-+		hlist_add_behind(&input->fdir_node, parent);
-+#endif
- 	else
- 		hlist_add_head(&input->fdir_node,
- 			       &adapter->fdir_filter_list);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ixgbe.git/commitdiff/9db30666730874345e69fe067beed11d86f47033



More information about the pld-cvs-commit mailing list