[packages/ixgbe] - up to 3.15.1 - removed obsolete patch

baggins baggins at pld-linux.org
Tue Jun 4 11:51:12 CEST 2013


commit c8f52e2254bf63113d7ffafcc95f3d8058a81368
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Jun 4 11:50:58 2013 +0200

    - up to 3.15.1
    - removed obsolete patch

 ixgbe.spec      |  4 ++--
 linux-3.7.patch | 14 --------------
 2 files changed, 2 insertions(+), 16 deletions(-)
---
diff --git a/ixgbe.spec b/ixgbe.spec
index 69c8305..c5b5517 100644
--- a/ixgbe.spec
+++ b/ixgbe.spec
@@ -19,12 +19,12 @@
 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.12.6
+Version:	3.15.1
 Release:	%{rel}
 License:	GPL v2
 Group:		Base/Kernel
 Source0:	http://downloads.sourceforge.net/e1000/%{pname}-%{version}.tar.gz
-# Source0-md5:	236e8e1b7f3ce5266a5a9510a9e5bd96
+# Source0-md5:	3558384b9eb31bf1185117091ac5f567
 URL:		http://sourceforge.net/projects/e1000/
 %{?with_dist_kernel:BuildRequires:	kernel%{_alt_kernel}-module-build >= 3:2.6.20.2}
 BuildRequires:	rpmbuild(macros) >= 1.379
diff --git a/linux-3.7.patch b/linux-3.7.patch
deleted file mode 100644
index 217a6d7..0000000
--- a/linux-3.7.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- ixgbe-3.11.33/src/ixgbe_main.c~	2012-10-04 17:39:15.000000000 +0200
-+++ ixgbe-3.11.33/src/ixgbe_main.c	2012-12-20 13:58:51.727606335 +0100
-@@ -9108,7 +9108,11 @@
- 		goto skip_bad_vf_detection;
- 
- 	bdev = pdev->bus->self;
-+#if ( LINUX_VERSION_CODE < KERNEL_VERSION(3,7,0) )
- 	while (bdev && (bdev->pcie_type != PCI_EXP_TYPE_ROOT_PORT))
-+#else
-+	while (bdev && (pci_pcie_type(bdev) != PCI_EXP_TYPE_ROOT_PORT))
-+#endif
- 		bdev = bdev->bus->self;
- 
- 	if (!bdev)
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list