rpms/ndiswrapper-kmod/F-15 .cvsignore, 1.4, 1.5 ndiswrapper-kmod.spec, 1.54, 1.55 sources, 1.4, 1.5

Nicolas Chauvet kwizart at rpmfusion.org
Sun Nov 13 23:00:12 CET 2011


Author: kwizart

Update of /cvs/free/rpms/ndiswrapper-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17122/F-15

Modified Files:
	.cvsignore ndiswrapper-kmod.spec sources 
Log Message:
Update to 1.57-rc1



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/F-15/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	13 Feb 2011 20:58:55 -0000	1.4
+++ .cvsignore	13 Nov 2011 22:00:11 -0000	1.5
@@ -1 +1 @@
-ndiswrapper-1.56.tar.gz
+ndiswrapper-1.57rc1.tar.gz


Index: ndiswrapper-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/F-15/ndiswrapper-kmod.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ndiswrapper-kmod.spec	13 Nov 2011 21:25:43 -0000	1.54
+++ ndiswrapper-kmod.spec	13 Nov 2011 22:00:11 -0000	1.55
@@ -3,27 +3,19 @@
 # "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
-%define buildforkernels newest
+%define buildforkernels current
+
+%global _rc rc1
 
 Summary:	Ndiswrapper kernel module
 Name: 		ndiswrapper-kmod
-Version: 	1.56
-Release: 	2%{?dist}.15
+Version: 	1.57
+Release: 	0.1%{?_rc}%{?dist}.1
 License: 	GPLv2
 Group: 		System Environment/Kernel
 URL:		http://ndiswrapper.sourceforge.net
-Source0: 	http://downloads.sf.net/ndiswrapper/ndiswrapper-%{version}.tar.gz
-Source11:       ndiswrapper-kmodtool-excludekernel-filterfile
-Patch0:         ndiswrapper-1.56-IW_AUTH_MFP.patch
-Patch1:         ndiswrapper-1.56-loader-fix-ioctl.patch
-Patch2:         ndiswrapper-1.56-pe_linker.patch
-Patch3:         ndiswrapper-1.56-driver-Makefile.patch
-Patch4:         ndiswrapper-1.56-win2lin_stubs.patch
-Patch5:         ndiswrapper-1.56-utils-Makefile.patch
-Patch6:         ndiswrapper-1.56-kernel-2.6.35-api-update-1.patch
-Patch7:         ndiswrapper-1.56-kernel-2.6.35-api-update-2.patch
-Patch8:         ndiswrapper-1.56-kernel-2.6.35-api-update-3.patch
-Patch9:         ndiswrapper-1.56-redundant-define.patch
+Source0: 	http://downloads.sf.net/ndiswrapper/ndiswrapper-%{version}%{?_rc}.tar.gz
+Source11:	ndiswrapper-kmodtool-excludekernel-filterfile
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # needed for plague to make sure it builds for i586 and i686
@@ -52,24 +44,13 @@
 # print kmodtool output for debugging purposes:
 kmodtool  --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
 # go
-%setup -q -c -T -a 0
-(cd ndiswrapper-%{version} ; 
-%patch0 -p1 -b .IW_AUTH_MFP
-%patch1 -p1 -b .loader-fix-ioctl
-%patch2 -p1 -b .pe_linker
-%patch3 -p1 -b .driver-Makefile
-%patch4 -p1 -b .win2lin_stubs
-%patch5 -p1 -b .utils-Makefile
-%patch6 -p1 -b .kernel-2.6.35-api-update-1
-%patch7 -p1 -b .kernel-2.6.35-api-update-2
-%patch8 -p1 -b .kernel-2.6.35-api-update-3
-%patch9 -p1 -b .redundant-define
-#%patch0 -p2 -b .we_update
-#%patch1 -p1 -b .poll_controller
-)
-sed -i 's|/sbin/depmod -a|/bin/true|' ndiswrapper-%{version}/driver/Makefile
+%setup -q -c -T -a 0 -n %{name}-%{version}%{?_rc}
+#(cd ndiswrapper-%{version} ; 
+#Nothing to patch
+#)
+sed -i 's|/sbin/depmod -a|/bin/true|' ndiswrapper-%{version}%{?_rc}/driver/Makefile
 for kernel_version  in %{?kernel_versions} ; do
-    cp -a ndiswrapper-%{version} _kmod_build_${kernel_version%%___*}
+    cp -a ndiswrapper-%{version}%{?_rc} _kmod_build_${kernel_version%%___*}
 done
 
 
@@ -93,44 +74,20 @@
 
 
 %changelog
-* Sun Nov 13 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.56-2.15
-- rebuild for updated kernel
-
-* Wed Nov 02 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.56-2.14
-- rebuild for updated kernel
-
-* Sun Oct 30 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.56-2.13
-- rebuild for updated kernel
-
-* Wed Oct 19 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.56-2.12
-- rebuild for updated kernel
-
-* Fri Oct 07 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.56-2.11
-- rebuild for updated kernel
-
-* Sat Sep 03 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.56-2.10
-- rebuild for updated kernel
-
-* Sat Sep 03 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.56-2.9
-- rebuild for updated kernel
-
-* Wed Aug 17 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.56-2.8
-- rebuild for updated kernel
-
-* Sun Jul 31 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.56-2.7
-- rebuild for updated kernel
+* Wed Nov 02 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.57-0.1rc1.1
+- Rebuild for F-16 kernel
 
-* Tue Jul 12 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.56-2.6
-- Rebuild for updated kernel
+* Tue Nov 01 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.57-0.1rc1
+- Update to 1.57rc1
 
-* Wed Jun 15 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.56-2.5
-- rebuild for updated kernel
+* Tue Nov 01 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.56-2.5
+- Rebuild for F-16 kernel
 
-* Sat Jun 04 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.56-2.4
-- rebuild for updated kernel
+* Fri Oct 28 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.56-2.4
+- Rebuild for F-16 kernel
 
-* Sat May 28 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.56-2.3
-- rebuild for updated kernel
+* Sun Oct 23 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.56-2.3
+- Rebuild for F-16 kernel
 
 * Sat May 28 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.56-2.2
 - rebuild for F15 release kernel


Index: sources
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/F-15/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	13 Feb 2011 20:58:55 -0000	1.4
+++ sources	13 Nov 2011 22:00:12 -0000	1.5
@@ -1 +1 @@
-1431f7ed5f8e92e752d330bbb3aed333  ndiswrapper-1.56.tar.gz
+a72b11b1c666efb13d7e4355d00536e6  ndiswrapper-1.57rc1.tar.gz



More information about the rpmfusion-commits mailing list