rpms/ndiswrapper-kmod/F-15 ndiswrapper-kmod-nomodinfo.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 ndiswrapper-kmod.spec, 1.64, 1.65 sources, 1.5, 1.6
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ndiswrapper-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31998/F-15
Modified Files:
.cvsignore ndiswrapper-kmod.spec sources
Added Files:
ndiswrapper-kmod-nomodinfo.patch
Log Message:
Update to 1.57
ndiswrapper-kmod-nomodinfo.patch:
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE ndiswrapper-kmod-nomodinfo.patch ---
diff -up ndiswrapper-1.57/driver/Makefile.orig ndiswrapper-1.57/driver/Makefile
--- ndiswrapper-1.57/driver/Makefile.orig 2012-01-11 22:04:35.103054918 +0100
+++ ndiswrapper-1.57/driver/Makefile 2012-01-11 22:06:37.880672013 +0100
@@ -192,8 +192,8 @@ clean:
rm -rf .tmp_versions
install: config_check $(MODULE)
- @/sbin/modinfo $(MODULE) | grep -q "^vermagic: *$(KVERS) " || \
- { echo "$(MODULE)" is not for Linux $(KVERS); exit 1; }
+ #@/sbin/modinfo $(MODULE) | grep -q "^vermagic: *$(KVERS) " || \
+ # { echo "$(MODULE)" is not for Linux $(KVERS); exit 1; }
mkdir -p -m 755 $(DESTDIR)$(INST_DIR)
install -m 0644 $(MODULE) $(DESTDIR)$(INST_DIR)
ifndef DESTDIR
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/F-15/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 13 Nov 2011 22:00:11 -0000 1.5
+++ .cvsignore 15 Jan 2012 21:55:59 -0000 1.6
@@ -1 +1 @@
-ndiswrapper-1.57rc1.tar.gz
+ndiswrapper-1.57.tar.gz
Index: ndiswrapper-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/F-15/ndiswrapper-kmod.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ndiswrapper-kmod.spec 15 Jan 2012 21:45:39 -0000 1.64
+++ ndiswrapper-kmod.spec 15 Jan 2012 21:55:59 -0000 1.65
@@ -5,17 +5,18 @@
# a new akmod package will only get build when a new one is actually needed
%define buildforkernels newest
-%global _rc rc1
+#global _rc rc1
Summary: Ndiswrapper kernel module
Name: ndiswrapper-kmod
Version: 1.57
-Release: 0.1%{?_rc}%{?dist}.9
+Release: 1%{?_rc}%{?dist}.1
License: GPLv2
Group: System Environment/Kernel
URL: http://ndiswrapper.sourceforge.net
Source0: http://downloads.sf.net/ndiswrapper/ndiswrapper-%{version}%{?_rc}.tar.gz
Source11: ndiswrapper-kmodtool-excludekernel-filterfile
+Patch0: ndiswrapper-kmod-nomodinfo.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i586 and i686
@@ -45,9 +46,9 @@
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 -n %{name}-%{version}%{?_rc}
-#(cd ndiswrapper-%{version} ;
-#Nothing to patch
-#)
+(cd ndiswrapper-%{version} ;
+%patch0 -p1 -b .orig
+)
sed -i 's|/sbin/depmod -a|/bin/true|' ndiswrapper-%{version}%{?_rc}/driver/Makefile
for kernel_version in %{?kernel_versions} ; do
cp -a ndiswrapper-%{version}%{?_rc} _kmod_build_${kernel_version%%___*}
@@ -74,29 +75,11 @@
%changelog
-* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-0.1rc1.9
+* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-1.1
- rebuild for updated kernel
-* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-0.1rc1.8
-- rebuild for updated kernel
-
-* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-0.1rc1.7
-- rebuild for updated kernel
-
-* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-0.1rc1.6
-- rebuild for updated kernel
-
-* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-0.1rc1.5
-- rebuild for updated kernel
-
-* Tue Dec 13 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-0.1rc1.4
-- rebuild for updated kernel
-
-* Thu Dec 01 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-0.1rc1.3
-- rebuild for updated kernel
-
-* Wed Nov 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-0.1rc1.2
-- rebuild for updated kernel
+* Wed Jan 11 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-1
+- Update to 1.57
* Wed Nov 02 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-0.1rc1.1
- Rebuild for F-16 kernel
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/F-15/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 13 Nov 2011 22:00:12 -0000 1.5
+++ sources 15 Jan 2012 21:55:59 -0000 1.6
@@ -1 +1 @@
-a72b11b1c666efb13d7e4355d00536e6 ndiswrapper-1.57rc1.tar.gz
+7a401dc540938bf07893c67f418b6152 ndiswrapper-1.57.tar.gz
12 years, 10 months
rpms/ndiswrapper/F-15 .cvsignore, 1.5, 1.6 ndiswrapper.spec, 1.6, 1.7 sources, 1.5, 1.6
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ndiswrapper/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31346/F-15
Modified Files:
.cvsignore ndiswrapper.spec sources
Log Message:
Update to 1.57
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper/F-15/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 13 Nov 2011 22:01:39 -0000 1.5
+++ .cvsignore 15 Jan 2012 21:53:59 -0000 1.6
@@ -1 +1 @@
-ndiswrapper-1.57rc1.tar.gz
+ndiswrapper-1.57.tar.gz
Index: ndiswrapper.spec
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper/F-15/ndiswrapper.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ndiswrapper.spec 13 Nov 2011 22:01:39 -0000 1.6
+++ ndiswrapper.spec 15 Jan 2012 21:53:59 -0000 1.7
@@ -1,9 +1,9 @@
-%global _rc rc1
+#global _rc rc1
Summary: Ndiswrapper wraps around Windows WLAN drivers within Linux
Name: ndiswrapper
Version: 1.57
-Release: 0.1%{?dist}
+Release: 1%{?dist}
License: GPLv2
Group: System Environment/Kernel
URL: http://ndiswrapper.sourceforge.net
@@ -56,6 +56,9 @@
%changelog
+* Wed Jan 11 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-1
+- Update to 1.57
+
* Tue Nov 01 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-0.1rc1
- Update to 1.57rc1
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper/F-15/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 13 Nov 2011 22:01:39 -0000 1.5
+++ sources 15 Jan 2012 21:53:59 -0000 1.6
@@ -1 +1 @@
-a72b11b1c666efb13d7e4355d00536e6 ndiswrapper-1.57rc1.tar.gz
+7a401dc540938bf07893c67f418b6152 ndiswrapper-1.57.tar.gz
12 years, 10 months
rpms/wl-kmod/F-16 wl-kmod.spec,1.67,1.68
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30662
Modified Files:
wl-kmod.spec
Log Message:
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-2.1
- rebuild for updated kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-16/wl-kmod.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- wl-kmod.spec 11 Jan 2012 22:15:05 -0000 1.67
+++ wl-kmod.spec 15 Jan 2012 21:49:27 -0000 1.68
@@ -3,13 +3,13 @@
# "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
-#define buildforkernels akmods
+%define buildforkernels newest
+%define buildforkernels newest
+%define buildforkernels newest
Name: wl-kmod
Version: 5.100.82.112
-Release: 2%{?dist}
+Release: 2%{?dist}.1
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -85,6 +85,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-2.1
+- rebuild for updated kernel
+
* Wed Jan 11 2012 Nicolas Vieville <nicolas.vieville(a)univ-valenciennes.fr> - 5.100.82.112-2
- Added patch to build for kernel >= 3.2 or (>= 2.6.42 and < 3.0.0)
12 years, 10 months
rpms/nvidia-kmod/F-16 nvidia-kmod.spec,1.99,1.100
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30535
Modified Files:
nvidia-kmod.spec
Log Message:
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:290.10-1.9
- rebuild for updated kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-16/nvidia-kmod.spec,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- nvidia-kmod.spec 9 Jan 2012 12:44:10 -0000 1.99
+++ nvidia-kmod.spec 15 Jan 2012 21:49:19 -0000 1.100
@@ -9,7 +9,7 @@
Epoch: 1
Version: 290.10
# Taken over by kmodtool
-Release: 1%{?dist}.8
+Release: 1%{?dist}.9
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -77,6 +77,9 @@
%changelog
+* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:290.10-1.9
+- rebuild for updated kernel
+
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:290.10-1.8
- rebuild for updated kernel
12 years, 10 months
rpms/catalyst-kmod/F-16 catalyst-kmod.spec,1.21,1.22
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/catalyst-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30411
Modified Files:
catalyst-kmod.spec
Log Message:
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.10
- rebuild for updated kernel
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-16/catalyst-kmod.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- catalyst-kmod.spec 9 Jan 2012 12:43:27 -0000 1.21
+++ catalyst-kmod.spec 15 Jan 2012 21:49:10 -0000 1.22
@@ -13,7 +13,7 @@
Name: catalyst-kmod
Version: 11.11
-Release: 1%{?dist}.9
+Release: 1%{?dist}.10
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -97,6 +97,9 @@
%changelog
+* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.10
+- rebuild for updated kernel
+
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.9
- rebuild for updated kernel
12 years, 10 months
rpms/xtables-addons-kmod/F-16 xtables-addons-kmod.spec,1.23,1.24
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30284
Modified Files:
xtables-addons-kmod.spec
Log Message:
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.39-1.9
- rebuild for updated kernel
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-16/xtables-addons-kmod.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- xtables-addons-kmod.spec 9 Jan 2012 12:42:40 -0000 1.23
+++ xtables-addons-kmod.spec 15 Jan 2012 21:49:02 -0000 1.24
@@ -8,7 +8,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
Version: 1.39
-Release: 1%{?dist}.8
+Release: 1%{?dist}.9
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -66,6 +66,9 @@
rm -rf %{buildroot}
%changelog
+* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.39-1.9
+- rebuild for updated kernel
+
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.39-1.8
- rebuild for updated kernel
12 years, 10 months
rpms/west-chamber-kmod/F-16 west-chamber-kmod.spec,1.19,1.20
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/west-chamber-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30156
Modified Files:
west-chamber-kmod.spec
Log Message:
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-7.20101017svn.15
- rebuild for updated kernel
Index: west-chamber-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/west-chamber-kmod/F-16/west-chamber-kmod.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- west-chamber-kmod.spec 9 Jan 2012 12:41:55 -0000 1.19
+++ west-chamber-kmod.spec 15 Jan 2012 21:48:53 -0000 1.20
@@ -11,7 +11,7 @@
Name: west-chamber-kmod
Summary: Kernel module (kmod) for west-chamber
Version: 0.0.1
-Release: 7.%{?svndate}svn%{?dist}.14
+Release: 7.%{?svndate}svn%{?dist}.15
License: GPLv2+
Group: System Environment/Kernel
URL: http://code.google.com/p/scholarzhang/
@@ -82,6 +82,9 @@
rm -rf %{buildroot}
%changelog
+* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-7.20101017svn.15
+- rebuild for updated kernel
+
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-7.20101017svn.14
- rebuild for updated kernel
12 years, 10 months
rpms/VirtualBox-OSE-kmod/F-16 VirtualBox-OSE-kmod.spec,1.69,1.70
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30035
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.8-1.5
- rebuild for updated kernel
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-16/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- VirtualBox-OSE-kmod.spec 9 Jan 2012 12:41:13 -0000 1.69
+++ VirtualBox-OSE-kmod.spec 15 Jan 2012 21:48:45 -0000 1.70
@@ -18,7 +18,7 @@
Name: VirtualBox-OSE-kmod
Version: 4.1.8
-Release: 1%{?dist}.4
+Release: 1%{?dist}.5
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -100,6 +100,9 @@
%changelog
+* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.8-1.5
+- rebuild for updated kernel
+
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.8-1.4
- rebuild for updated kernel
12 years, 10 months
rpms/staging-kmod/F-16 staging-kmod.spec,1.29,1.30
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/staging-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29908
Modified Files:
staging-kmod.spec
Log Message:
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-3.4
- rebuild for updated kernel
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-16/staging-kmod.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- staging-kmod.spec 9 Jan 2012 12:40:32 -0000 1.29
+++ staging-kmod.spec 15 Jan 2012 21:48:37 -0000 1.30
@@ -20,7 +20,7 @@
Name: staging-kmod
Version: 3.1
-Release: %{?prever:0.}3%{?prever:.%{prever}}%{?dist}.3
+Release: %{?prever:0.}3%{?prever:.%{prever}}%{?dist}.4
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -134,6 +134,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-3.4
+- rebuild for updated kernel
+
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-3.3
- rebuild for updated kernel
12 years, 10 months
rpms/open-vm-tools-kmod/F-16 open-vm-tools-kmod.spec,1.61,1.62
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/open-vm-tools-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29781
Modified Files:
open-vm-tools-kmod.spec
Log Message:
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.0.301124-2.12
- rebuild for updated kernel
Index: open-vm-tools-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/F-16/open-vm-tools-kmod.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- open-vm-tools-kmod.spec 9 Jan 2012 12:39:50 -0000 1.61
+++ open-vm-tools-kmod.spec 15 Jan 2012 21:48:26 -0000 1.62
@@ -13,7 +13,7 @@
Name: open-vm-tools-kmod
Version: 0.0.0.%{buildver}
-Release: 2%{?dist}.11
+Release: 2%{?dist}.12
Summary: VMware Tools Kernel Modules
Group: System Environment/Kernel
License: GPLv2
@@ -76,6 +76,9 @@
%changelog
+* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.0.301124-2.12
+- rebuild for updated kernel
+
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.0.301124-2.11
- rebuild for updated kernel
12 years, 10 months