commit 70d01e7aab39c5c7b3fccaa165b8347810efff5c
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jun 28 09:50:12 2017 +0200
Update to 1.61
.gitignore | 2 +-
ndiswrapper-kmod.spec | 10 +++++++---
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 627cb88..52ae49b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-ndiswrapper-1.59.tar.gz
+ndiswrapper-*.tar.gz
diff --git a/ndiswrapper-kmod.spec b/ndiswrapper-kmod.spec
index aa6f1dd..cba6389 100644
--- a/ndiswrapper-kmod.spec
+++ b/ndiswrapper-kmod.spec
@@ -3,15 +3,17 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
+%if 0%{?fedora}
%global buildforkernels akmod
%global debug_package %{nil}
+%endif
#global pre rc1
Summary: Ndiswrapper kernel module
Name: ndiswrapper-kmod
-Version: 1.60
-Release: 3%{?pre}%{?dist}
+Version: 1.61
+Release: 1%{?pre}%{?dist}
License: GPLv2
Group: System Environment/Kernel
URL:
http://ndiswrapper.sourceforge.net
@@ -50,7 +52,6 @@ kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name}
--filterfi
%setup -q -c -T -a 0 -n %{name}-%{version}%{?pre}
(cd ndiswrapper-%{version}%{?pre} ;
%patch0 -p1 -b .orig
-%patch1 -p1 -b .orig
)
sed -i 's|/sbin/depmod -a|/bin/true|'
ndiswrapper-%{version}%{?pre}/driver/Makefile
for kernel_version in %{?kernel_versions} ; do
@@ -78,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Jun 27 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 1.61-1
+- Update to 1.61
+
* Mon Mar 20 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.60-3
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index c76f780..d3b7d83 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c534d8d5b0c584fabf7d397f6922c5d4 ndiswrapper-1.60.tar.gz
+fe6056a87dfaa1ea7a4500919baf7905 ndiswrapper-1.61.tar.gz