rpms/staging-kmod/F-20 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 staging-kmod.spec, 1.38, 1.39
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18159
Modified Files:
.cvsignore sources staging-kmod.spec
Log Message:
* Sat Feb 15 2014 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.13.3-1
- Update to 3.13.3
- switch from bz2 to xz
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-20/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 20 Dec 2013 21:08:45 -0000 1.9
+++ .cvsignore 15 Feb 2014 12:30:49 -0000 1.10
@@ -1 +1 @@
-linux-staging-3.12.6.tar.bz2
+linux-staging-3.13.3.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-20/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 20 Dec 2013 21:08:45 -0000 1.9
+++ sources 15 Feb 2014 12:30:49 -0000 1.10
@@ -1 +1 @@
-e3bdfe68ef360a896bdb8a476641f1bf linux-staging-3.12.6.tar.bz2
+4c40fdafc1d58c7a8b454f4b3085f1d2 linux-staging-3.13.3.tar.xz
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-20/staging-kmod.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- staging-kmod.spec 15 Feb 2014 11:12:25 -0000 1.38
+++ staging-kmod.spec 15 Feb 2014 12:30:49 -0000 1.39
@@ -2,7 +2,6 @@
# which drivers to built
%global stgdrvs BCM_WIMAX DGRP ECHO ET131X FB_XGI FT1000 IDE_PHISON LINE6_USB LTE_GDM724X NET_VENDOR_SILICOM PRISM2_USB R8187SE R8188EU RTL8192U RTS5139 SOLO6X10 SPEAKUP TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 TRANZPORT USB_ENESTORAGE USB_SERIAL_QUATECH2 USB_WPAN_HCD USBIP_CORE VT6655 VT6656 WIMAX_GDM72XX WLAGS49_H25 W35UND WLAGS49_H2 ZRAM ZSMALLOC
-
%ifnarch %{arm}
%global stgdrvs %{stgdrvs} SLICOSS
%endif
@@ -25,15 +24,15 @@
#global prever rc8
Name: staging-kmod
-Version: 3.12.6
-Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist}.9
+Version: 3.13.3
+Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.1
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
License: GPLv2
URL: http://www.kernel.org/
# a script to create this archive is part of staging-kmod-addons
-Source0: linux-staging-%{version}%{?prever:-%{prever}}.tar.bz2
+Source0: linux-staging-%{version}%{?prever:-%{prever}}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{_bindir}/kmodtool
@@ -58,12 +57,16 @@
# disable drivers that are enabled in Fedora's kernel, as those otherweise would get build
sed -i '/.CRYSTALH/ d; /.FIREWIRE_SERIAL/ d; /.LIRC/ d; /.R8712U/ d; /.RTL8192E/ d; /.IMX/ d; /.DWC2/ d;' $(find linux-staging-%{version}%{?prever:-%{prever}}/drivers/staging/ -name 'Makefile')
+# broken in 3.13
+sed -i 's!#include "dot11d.h"!#include "ieee80211/dot11d.h"!' linux-staging-%{version}/drivers/staging/rtl8192u/{r8192U_core.c,r8192U_wx.c,r819xU_phy.c}
+
# seperate directories for each kernel variant (PAE, non-PAE, ...) we build the modules for
for kernel_version in %{?kernel_versions} ; do
cp -a linux-staging-%{version}%{?prever:-%{prever}}/ _kmod_build_${kernel_version%%___*}
done
+
%build
for kernel_version in %{?kernel_versions}; do
oldcount=0
@@ -146,29 +149,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
-* Sat Feb 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.12.6-2.9
-- Rebuilt for kernel
-
-* Wed Feb 12 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.12.6-2.8
-- Rebuilt for kernel
-
-* Mon Feb 10 2014 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.12.6-2.7
-- fix thinko
-
-* Tue Jan 28 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.12.6-2.6
-- Rebuilt for kernel
-
-* Tue Jan 28 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.12.6-1.5
-- Rebuilt for kernel
-
-* Fri Jan 17 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.12.6-1.4
-- Rebuilt for kernel
-
-* Sun Jan 12 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.12.6-1.3
-- Rebuilt for kernel
-
-* Wed Dec 25 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 3.12.6-1.2
-- Rebuilt for kernel
+* Sat Feb 15 2014 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.13.3-1
+- Update to 3.13.3
+- switch from bz2 to xz
* Fri Dec 20 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.12.6-1
- Update to 3.12.6
10 years, 9 months
rpms/wl-kmod/F-19 wl-kmod.spec,1.110,1.111
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15184
Modified Files:
wl-kmod.spec
Log Message:
* Sat Feb 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-1.19
- Rebuilt for kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-19/wl-kmod.spec,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- wl-kmod.spec 7 Feb 2014 13:06:28 -0000 1.110
+++ wl-kmod.spec 15 Feb 2014 11:14:14 -0000 1.111
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 6.30.223.141
-Release: 1%{?dist}.18
+Release: 1%{?dist}.19
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -90,6 +90,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat Feb 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-1.19
+- Rebuilt for kernel
+
* Fri Feb 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.141-1.18
- Rebuilt for kernel
10 years, 9 months
rpms/nvidia-kmod/F-19 nvidia-kmod.spec,1.168,1.169
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15063
Modified Files:
nvidia-kmod.spec
Log Message:
* Sat Feb 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.38-6.1
- Rebuilt for kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-19/nvidia-kmod.spec,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- nvidia-kmod.spec 12 Feb 2014 11:56:17 -0000 1.168
+++ nvidia-kmod.spec 15 Feb 2014 11:14:08 -0000 1.169
@@ -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
-%global buildforkernels current
+%global buildforkernels newest
Name: nvidia-kmod
Epoch: 1
Version: 331.38
# Taken over by kmodtool
-Release: 6%{?dist}
+Release: 6%{?dist}.1
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -99,6 +99,9 @@
%changelog
+* Sat Feb 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.38-6.1
+- Rebuilt for kernel
+
* Wed Feb 12 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.38-6
- rebuilt for patch changes
10 years, 9 months
rpms/nvidia-304xx-kmod/F-19 nvidia-304xx-kmod.spec,1.40,1.41
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14942
Modified Files:
nvidia-304xx-kmod.spec
Log Message:
* Sat Feb 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.119-2.1
- Rebuilt for kernel
Index: nvidia-304xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/F-19/nvidia-304xx-kmod.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- nvidia-304xx-kmod.spec 12 Feb 2014 12:01:23 -0000 1.40
+++ nvidia-304xx-kmod.spec 15 Feb 2014 11:14:01 -0000 1.41
@@ -3,12 +3,12 @@
# "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
-%global buildforkernels current
+%global buildforkernels newest
Name: nvidia-304xx-kmod
Version: 304.119
# Taken over by kmodtool
-Release: 2%{?dist}
+Release: 2%{?dist}.1
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -80,6 +80,9 @@
%changelog
+* Sat Feb 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.119-2.1
+- Rebuilt for kernel
+
* Wed Feb 12 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 304.119-2
- rebuilt for patch changes
10 years, 9 months
rpms/nvidia-173xx-kmod/F-19 nvidia-173xx-kmod.spec,1.85,1.86
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14818
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Sat Feb 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.38-2.1
- Rebuilt for kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-19/nvidia-173xx-kmod.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- nvidia-173xx-kmod.spec 12 Feb 2014 12:10:21 -0000 1.85
+++ nvidia-173xx-kmod.spec 15 Feb 2014 11:13:54 -0000 1.86
@@ -3,12 +3,12 @@
# "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
-%global buildforkernels current
+%global buildforkernels newest
Name: nvidia-173xx-kmod
Version: 173.14.38
# Taken over by kmodtool
-Release: 2%{?dist}
+Release: 2%{?dist}.1
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -90,6 +90,9 @@
%changelog
+* Sat Feb 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.38-2.1
+- Rebuilt for kernel
+
* Wed Feb 12 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 173.14.38-2
- patch for 3.13.0 kernel
10 years, 9 months
rpms/catalyst-kmod/F-19 catalyst-kmod.spec,1.59,1.60
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/catalyst-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14697
Modified Files:
catalyst-kmod.spec
Log Message:
* Sat Feb 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 13.9-3.2
- Rebuilt for kernel
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-19/catalyst-kmod.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- catalyst-kmod.spec 7 Feb 2014 13:05:53 -0000 1.59
+++ catalyst-kmod.spec 15 Feb 2014 11:13:46 -0000 1.60
@@ -13,7 +13,7 @@
Name: catalyst-kmod
Version: 13.9
-Release: 3%{?dist}.1
+Release: 3%{?dist}.2
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -102,6 +102,9 @@
%changelog
+* Sat Feb 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 13.9-3.2
+- Rebuilt for kernel
+
* Fri Feb 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 13.9-3.1
- Rebuilt for kernel
10 years, 9 months
rpms/xtables-addons-kmod/F-19 xtables-addons-kmod.spec,1.65,1.66
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14576
Modified Files:
xtables-addons-kmod.spec
Log Message:
* Sat Feb 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3-3.30
- Rebuilt for kernel
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-19/xtables-addons-kmod.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- xtables-addons-kmod.spec 7 Feb 2014 13:05:46 -0000 1.65
+++ xtables-addons-kmod.spec 15 Feb 2014 11:13:40 -0000 1.66
@@ -8,7 +8,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
Version: 2.3
-Release: 3%{?dist}.29
+Release: 3%{?dist}.30
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -66,6 +66,9 @@
rm -rf %{buildroot}
%changelog
+* Sat Feb 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3-3.30
+- Rebuilt for kernel
+
* Fri Feb 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3-3.29
- Rebuilt for kernel
10 years, 9 months
rpms/VirtualBox-kmod/F-19 VirtualBox-kmod.spec,1.60,1.61
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/VirtualBox-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14455
Modified Files:
VirtualBox-kmod.spec
Log Message:
* Sat Feb 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 4.3.6-2.6
- Rebuilt for kernel
Index: VirtualBox-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-kmod/F-19/VirtualBox-kmod.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- VirtualBox-kmod.spec 7 Feb 2014 13:05:37 -0000 1.60
+++ VirtualBox-kmod.spec 15 Feb 2014 11:13:33 -0000 1.61
@@ -20,7 +20,7 @@
Name: VirtualBox-kmod
Version: 4.3.6
-Release: 2%{?prerel:.%{prerel}}%{?dist}.5
+Release: 2%{?prerel:.%{prerel}}%{?dist}.6
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -98,6 +98,9 @@
%changelog
+* Sat Feb 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 4.3.6-2.6
+- Rebuilt for kernel
+
* Fri Feb 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 4.3.6-2.5
- Rebuilt for kernel
10 years, 9 months
rpms/staging-kmod/F-19 staging-kmod.spec,1.64,1.65
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/staging-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14334
Modified Files:
staging-kmod.spec
Log Message:
* Sat Feb 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.12.6-1.8
- Rebuilt for kernel
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-19/staging-kmod.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- staging-kmod.spec 7 Feb 2014 13:05:29 -0000 1.64
+++ staging-kmod.spec 15 Feb 2014 11:13:26 -0000 1.65
@@ -22,7 +22,7 @@
Name: staging-kmod
Version: 3.12.6
-Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.7
+Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.8
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -142,6 +142,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat Feb 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.12.6-1.8
+- Rebuilt for kernel
+
* Fri Feb 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.12.6-1.7
- Rebuilt for kernel
10 years, 9 months
rpms/openafs-kmod/F-19 openafs-kmod.spec,1.71,1.72
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/openafs-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14213
Modified Files:
openafs-kmod.spec
Log Message:
* Sat Feb 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.6-0.pre1.10
- Rebuilt for kernel
Index: openafs-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/openafs-kmod/F-19/openafs-kmod.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- openafs-kmod.spec 7 Feb 2014 13:05:22 -0000 1.71
+++ openafs-kmod.spec 15 Feb 2014 11:13:20 -0000 1.72
@@ -23,7 +23,7 @@
Name: %{kmod_name}-kmod
Version: 1.6.6
-Release: 0.%{pre}%{?dist}.9
+Release: 0.%{pre}%{?dist}.10
Summary: Kernel module(s)
Group: System Environment/Kernel
@@ -99,6 +99,9 @@
%changelog
+* Sat Feb 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.6-0.pre1.10
+- Rebuilt for kernel
+
* Fri Feb 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.6-0.pre1.9
- Rebuilt for kernel
10 years, 9 months