[packages/igb] - updated to 4.2.16 - removed obsolete patch

baggins baggins at pld-linux.org
Tue Jun 4 11:49:35 CEST 2013


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

    - updated to 4.2.16
    - removed obsolete patch

 igb.spec        |  6 +++---
 linux-3.7.patch | 14 --------------
 2 files changed, 3 insertions(+), 17 deletions(-)
---
diff --git a/igb.spec b/igb.spec
index 355e332..7897c4d 100644
--- a/igb.spec
+++ b/igb.spec
@@ -14,17 +14,17 @@
 %undefine	with_userspace
 %endif
 
-%define		rel	18
+%define		rel	0.1
 %define		pname	igb
 Summary:	Intel(R) PRO/1000 driver for Linux
 Summary(pl.UTF-8):	Sterownik do karty Intel(R) PRO/1000
 Name:		%{pname}%{_alt_kernel}
-Version:	4.1.2
+Version:	4.2.16
 Release:	%{rel}
 License:	GPL v2
 Group:		Base/Kernel
 Source0:	http://downloads.sourceforge.net/e1000/%{pname}-%{version}.tar.gz
-# Source0-md5:	0a5462b76310b83a40c9023edae50d72
+# Source0-md5:	218873d5ba9dcb6ca58e3f124b20c14f
 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 ba07f6d..0000000
--- a/linux-3.7.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- igb-4.0.17/src/igb_main.c~	2012-10-08 17:37:31.000000000 +0200
-+++ igb-4.0.17/src/igb_main.c	2012-12-20 13:47:16.403675607 +0100
-@@ -7833,7 +7833,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/igb.git/commitdiff/ea69dca3cf9dcde6ad6335ae6fe04f7214069780



More information about the pld-cvs-commit mailing list