]> git.pld-linux.org Git - packages/e1000e.git/commitdiff
upgraded to 3.3.4
authorTomasz Pala <gotar@pld-linux.org>
Sun, 31 Jul 2016 21:13:19 +0000 (23:13 +0200)
committerTomasz Pala <gotar@pld-linux.org>
Sun, 31 Jul 2016 21:13:19 +0000 (23:13 +0200)
e1000e.spec
linux-3.19.patch [deleted file]

index 2cbe05f7e8741e99ca311c9617b5810b8017a649..2680fda7a41046010de8b9f6670ccdde7cb2eacf 100644 (file)
@@ -5,18 +5,17 @@
 # nothing to be placed to debuginfo package
 %define                _enable_debug_packages  0
 
-%define                rel     4
+%define                rel     1
 %define                pname   e1000e
 Summary:       Intel(R) PRO/1000e driver for Linux
 Summary(pl.UTF-8):     Sterownik do karty IntelĀ® PRO/1000e
 Name:          %{pname}%{_alt_kernel}
-Version:       3.1.0.2
+Version:       3.3.4
 Release:       %{rel}@%{_kernel_ver_str}
 License:       GPL v2
 Group:         Base/Kernel
 Source0:       http://downloads.sourceforge.net/e1000/%{pname}-%{version}.tar.gz
-# Source0-md5: b8d770160691edd247a90070f45642ce
-Patch0:                linux-3.19.patch
+# Source0-md5: 5c6d010341868f753cf983cbe4467db5
 URL:           http://downloads.sourceforge.net/e1000/
 BuildRequires: rpm-build-macros >= 1.701
 %{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:2.6.20.2}
@@ -87,7 +86,6 @@ EOF\
 
 %prep
 %setup -q -n %{pname}-%{version}
-%patch0 -p1
 
 cat > src/Makefile <<'EOF'
 obj-m := e1000e.o
diff --git a/linux-3.19.patch b/linux-3.19.patch
deleted file mode 100644 (file)
index 244d4f7..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- e1000e-3.1.0.2/src/netdev.c~       2014-06-26 22:13:33.000000000 +0200
-+++ e1000e-3.1.0.2/src/netdev.c        2015-03-30 19:57:06.958655445 +0200
-@@ -7126,7 +7126,7 @@
- #endif /* CONFIG_PM */
- #ifndef USE_LEGACY_PM_SUPPORT
--#ifdef CONFIG_PM_RUNTIME
-+#if defined(CONFIG_PM_RUNTIME) || ( LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,0) )
- static int e1000e_pm_runtime_idle(struct device *dev)
- {
-       struct pci_dev *pdev = to_pci_dev(dev);
This page took 0.114211 seconds and 4 git commands to generate.