rpms/staging-kmod/F-12 staging-kmod.spec,1.24,1.25
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14899
Modified Files:
staging-kmod.spec
Log Message:
disable hv on ppc as it's useless and does not build
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-12/staging-kmod.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- staging-kmod.spec 20 Feb 2010 13:03:05 -0000 1.24
+++ staging-kmod.spec 20 Feb 2010 13:10:32 -0000 1.25
@@ -58,6 +58,7 @@
configops="CONFIG_${module}=m"
case "${module}" in
VIDEO_HYPERV)
+ ( [[ "%{_target_cpu}" == "ppc" ]] || [[ "%{_target_cpu}" == "ppc64" ]] ) && continue
configops="${configops} CONFIG_${module}_STORAGE=m CONFIG_${module}_BLOCK=m CONFIG_${module}_NET=m"
;;
PRISM2_USB)
@@ -106,6 +107,7 @@
%changelog
* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.32.8-1
- update to 2.6.32.8 for updates-testing kernel
+- disable hv on ppc as it's useless and does not build
* Sun Dec 02 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.32-0.1.rc1
- enable HYPERV, RT3090, RTL8192E, VT6656
14 years, 9 months
rpms/staging-kmod-addons/F-12 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 staging-kmod-addons.spec, 1.2, 1.3
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod-addons/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14361
Modified Files:
.cvsignore sources staging-kmod-addons.spec
Log Message:
* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.32.8-1
- update to 2.6.32.8 for updates-testing kernel
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/F-12/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 1 Nov 2009 14:42:50 -0000 1.2
+++ .cvsignore 20 Feb 2010 13:08:14 -0000 1.3
@@ -1 +1,2 @@
linux-staging-2.6.31.5.tar.bz2
+linux-staging-2.6.32.8.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/F-12/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 1 Nov 2009 14:42:50 -0000 1.2
+++ sources 20 Feb 2010 13:08:14 -0000 1.3
@@ -1 +1,2 @@
881ae9192aff3fdc3e27639d580d5279 linux-staging-2.6.31.5.tar.bz2
+fe03e7b1d5f314d506c9cd2609392c2c linux-staging-2.6.32.8.tar.bz2
Index: staging-kmod-addons.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/F-12/staging-kmod-addons.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- staging-kmod-addons.spec 1 Nov 2009 20:05:24 -0000 1.2
+++ staging-kmod-addons.spec 20 Feb 2010 13:08:14 -0000 1.3
@@ -1,9 +1,12 @@
# drivers that we ship; to be synced with staging-kmod.spec
-%global stgdrvs AGNX ASUS_OLED EPL ET131X FB_UDL HECI LINE6_USB RT2860 RT2870 RT3070 RTL8187SE RTL8192SU SLICOSS W35UND PRISM2_USB VIDEO_GO7007 VT6655
+%global stgdrvs ASUS_OLED EPL ET131X FB_UDL HECI HYPERV LINE6_USB RT2860 RT2870 RT3070 RT3090 RTL8187SE RTL8192SU RTL8192E SLICOSS W35UND PRISM2_USB VIDEO_GO7007 VT6655 VT6656
+
+# makes handling for rc kernels a whole lot easier:
+#global prever rc8
Name: staging-kmod-addons
-Version: 2.6.31.5
-Release: 2%{?dist}
+Version: 2.6.32.8
+Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
Summary: Documentation and shared parts for the kmod-staging packages
Group: System Environment/Kernel
@@ -11,7 +14,7 @@
URL: http://www.kernel.org/
# use the script from Source1 to create this archive; call it like this:
# bash $(rpm --eval '%{_sourcedir}')/create-linux-staging-tarball.sh 2.6.30.8
-Source0: linux-staging-%{version}.tar.bz2
+Source0: linux-staging-%{version}%{?prever:-%{prever}}.tar.bz2
Source1: create-linux-staging-tarball.sh
Provides: staging-kmod-common = %{version}-%{release}
@@ -23,7 +26,7 @@
%prep
-%setup -q -n linux-staging-%{version}
+%setup -q -n linux-staging-%{version}%{?prever:-%{prever}}
# docs only for drivers that we ship
mkdir .doc
for driver in %{stgdrvs} ; do
@@ -55,6 +58,14 @@
%changelog
+* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.32.8-1
+- update to 2.6.32.8 for updates-testing kernel
+
+* Sun Dec 02 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.32-0.1.rc1
+- enable HYPERV, RT3090, RTL8192E, VT6656
+- drop AGNX, dropped upstream
+- support RC's better
+
* Sun Nov 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2
- enable FB_UDL RTL8192SU VT6655
14 years, 9 months
rpms/staging-kmod/F-12 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 staging-kmod.spec, 1.23, 1.24
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13819
Modified Files:
.cvsignore sources staging-kmod.spec
Log Message:
clog
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-12/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 1 Nov 2009 14:41:26 -0000 1.2
+++ .cvsignore 20 Feb 2010 13:03:05 -0000 1.3
@@ -1 +1,2 @@
linux-staging-2.6.31.5.tar.bz2
+linux-staging-2.6.32.8.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-12/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 1 Nov 2009 14:41:26 -0000 1.2
+++ sources 20 Feb 2010 13:03:05 -0000 1.3
@@ -1 +1,2 @@
881ae9192aff3fdc3e27639d580d5279 linux-staging-2.6.31.5.tar.bz2
+fe03e7b1d5f314d506c9cd2609392c2c linux-staging-2.6.32.8.tar.bz2
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-12/staging-kmod.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- staging-kmod.spec 20 Feb 2010 11:20:13 -0000 1.23
+++ staging-kmod.spec 20 Feb 2010 13:03:05 -0000 1.24
@@ -6,18 +6,22 @@
%define buildforkernels newest
# which drivers to built
-%global stgdrvs AGNX ASUS_OLED EPL ET131X FB_UDL HECI LINE6_USB RT2860 RT2870 RT3070 RTL8187SE RTL8192SU SLICOSS W35UND PRISM2_USB VIDEO_GO7007 VT6655
+%global stgdrvs ASUS_OLED EPL ET131X FB_UDL HECI HYPERV LINE6_USB RT2860 RT2870 RT3070 RT3090 RTL8187SE RTL8192SU RTL8192E SLICOSS W35UND PRISM2_USB VIDEO_GO7007 VT6655 VT6656
+# todo: VIDEO_CX25821
+
+# makes handling for rc kernels a whole lot easier:
+#global prever rc8
Name: staging-kmod
-Version: 2.6.31.5
-Release: 3%{?dist}.5
+Version: 2.6.32.8
+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}.tar.bz2
+Source0: linux-staging-%{version}%{?prever:-%{prever}}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{_bindir}/kmodtool
@@ -40,11 +44,11 @@
%setup -q -c -T -a 0
# disable drivers that are enabled in Fedora's kernel, as those otherweise will get build
-sed -i 's|.*at76.*||' linux-staging-%{version}/drivers/staging/Makefile
+sed -i 's|.*at76.*||' linux-staging-%{version}%{?prever:-%{prever}}/drivers/staging/Makefile
# 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}/drivers/staging/ _kmod_build_${kernel_version%%___*}
+ cp -a linux-staging-%{version}%{?prever:-%{prever}}/ _kmod_build_${kernel_version%%___*}
done
@@ -53,10 +57,16 @@
for module in %{stgdrvs} ; do
configops="CONFIG_${module}=m"
case "${module}" in
+ VIDEO_HYPERV)
+ configops="${configops} CONFIG_${module}_STORAGE=m CONFIG_${module}_BLOCK=m CONFIG_${module}_NET=m"
+ ;;
PRISM2_USB)
# does not build on ppc and ppc64 as of 011109; tested with 2.6.31.5
( [[ "%{_target_cpu}" == "ppc" ]] || [[ "%{_target_cpu}" == "ppc64" ]] ) && continue
;;
+ RT3090)
+ configops="${configops} -I ${PWD}/_kmod_build_${kernel_version%%___*}/"
+ ;;
RTL8192SU)
# does not build on ppc and ppc64 as of 011109; tested with 2.6.31.5
( [[ "%{_target_cpu}" == "ppc" ]] || [[ "%{_target_cpu}" == "ppc64" ]] ) && continue
@@ -66,10 +76,13 @@
( [[ "%{_target_cpu}" == "ppc" ]] || [[ "%{_target_cpu}" == "ppc64" ]] ) && continue
;;
VIDEO_GO7007)
- configops="CONFIG_${module}=m CONFIG_${module}_USB=m"
+ configops="${configops} CONFIG_${module}_USB=m"
+ ;;
+ VIDEO_CX25821)
+ configops="${configops} CONFIG_${module}_ALSA=m"
;;
esac
- make %{?_smp_mflags} -C "${kernel_version##*___}" SUBDIRS=${PWD}/_kmod_build_${kernel_version%%___*}/ modules ${configops}
+ make %{?_smp_mflags} -C "${kernel_version##*___}" SUBDIRS=${PWD}/_kmod_build_${kernel_version%%___*}/drivers/staging/ modules ${configops}
done
done
@@ -78,7 +91,7 @@
rm -rf ${RPM_BUILD_ROOT}
for kernel_version in %{?kernel_versions}; do
mkdir -p ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/
- install -D -m 755 _kmod_build_${kernel_version%%___*}/*/*.ko ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/
+ install -D -m 755 _kmod_build_${kernel_version%%___*}/drivers/staging/*/*.ko ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/
done
# akmods hint:
# no akomds for now; packager is working on a solution where each driver will get its own akmod
@@ -90,40 +103,15 @@
%clean
rm -rf $RPM_BUILD_ROOT
-
%changelog
-* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-3.5
-- rebuild for new kernel
-
-* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-3.4
-- rebuild for new kernel
-
-* Thu Feb 11 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-3.3
-- rebuild for new kernel
-
-* Wed Feb 10 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-3.2
-- rebuild for new kernel
-
-* Tue Feb 09 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-3.1
-- fix thinko that made some modules not getting build (#1076)
-
-* Sat Jan 30 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.11
-- rebuild for new kernel
-
-* Wed Jan 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.10
-- rebuild for new kernel
-
-* Sat Dec 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.9
-- rebuild for new kernel
-
-* Thu Dec 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.8
-- rebuild for new kernel
-
-* Sun Dec 06 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.7
-- rebuild for new kernel
+* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.32.8-1
+- update to 2.6.32.8 for updates-testing kernel
-* Wed Nov 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.6
-- rebuild for new kernel
+* Sun Dec 02 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.32-0.1.rc1
+- enable HYPERV, RT3090, RTL8192E, VT6656
+- drop AGNX, dropped upstream
+- point to drivers/staging/ explicitely
+- support RC's better
* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.5
- rebuild for new kernel, disable i586 builds
14 years, 9 months
rpms/VirtualBox-OSE-kmod/F-12 VirtualBox-OSE-kmod.spec,1.48,1.49
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6971
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Sun Feb 21 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.1.4-1.2
- rebuild for new kernel
- remove the "buildforkernels akmod" macro; please never use it for public repos
like RPM Fusion
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-12/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- VirtualBox-OSE-kmod.spec 20 Feb 2010 08:28:18 -0000 1.48
+++ VirtualBox-OSE-kmod.spec 20 Feb 2010 11:37:40 -0000 1.49
@@ -4,7 +4,6 @@
# 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 akmod
# Allow only root to access vboxdrv regardless of the file mode
# use only for debugging!
@@ -12,7 +11,7 @@
Name: VirtualBox-OSE-kmod
Version: 3.1.4
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -92,6 +91,11 @@
%changelog
+* Sun Feb 21 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.1.4-1.2
+- rebuild for new kernel
+- remove the "buildforkernels akmod" macro; please never use it for public repos
+ like RPM Fusion
+
* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.1.4-1.1
- rebuild for new kernel
14 years, 9 months
rpms/wl-kmod/F-12 wl-kmod.spec,1.59,1.60
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/wl-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5588
Modified Files:
wl-kmod.spec
Log Message:
* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.91.9.3-4.4
- rebuild for new kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-12/wl-kmod.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- wl-kmod.spec 20 Feb 2010 08:51:10 -0000 1.59
+++ wl-kmod.spec 20 Feb 2010 11:21:44 -0000 1.60
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 5.10.91.9.3
-Release: 4%{?dist}.3
+Release: 4%{?dist}.4
Summary: Kernel module for broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -84,6 +84,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.91.9.3-4.4
+- rebuild for new kernel
+
* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.91.9.3-4.3
- rebuild for new kernel
14 years, 9 months
rpms/slmodem-kmod/F-12 slmodem-kmod.spec,1.47,1.48
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/slmodem-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5466
Modified Files:
slmodem-kmod.spec
Log Message:
* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-27.45
- rebuild for new kernel
Index: slmodem-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/slmodem-kmod/F-12/slmodem-kmod.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- slmodem-kmod.spec 20 Feb 2010 08:50:56 -0000 1.47
+++ slmodem-kmod.spec 20 Feb 2010 11:21:31 -0000 1.48
@@ -12,7 +12,7 @@
Name: slmodem-kmod
Version: 2.9.11
-Release: 27%{?dist}.44
+Release: 27%{?dist}.45
Summary: Proprietary SmartLink softmodem kernel drivers
Group: System Environment/Kernel
@@ -102,6 +102,9 @@
%changelog
+* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-27.45
+- rebuild for new kernel
+
* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-27.44
- rebuild for new kernel
14 years, 9 months
rpms/nvidia-kmod/F-12 nvidia-kmod.spec,1.68,1.69
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5345
Modified Files:
nvidia-kmod.spec
Log Message:
* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 190.53-1.6
- rebuild for new kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-12/nvidia-kmod.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- nvidia-kmod.spec 20 Feb 2010 08:50:42 -0000 1.68
+++ nvidia-kmod.spec 20 Feb 2010 11:21:17 -0000 1.69
@@ -8,7 +8,7 @@
Name: nvidia-kmod
Version: 190.53
# Taken over by kmodtool
-Release: 1%{?dist}.5
+Release: 1%{?dist}.6
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -95,6 +95,9 @@
%changelog
+* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 190.53-1.6
+- rebuild for new kernel
+
* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 190.53-1.5
- rebuild for new kernel
14 years, 9 months
rpms/nvidia-96xx-kmod/F-12 nvidia-96xx-kmod.spec,1.41,1.42
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-96xx-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5216
Modified Files:
nvidia-96xx-kmod.spec
Log Message:
* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.14-1.11
- rebuild for new kernel
Index: nvidia-96xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-96xx-kmod/F-12/nvidia-96xx-kmod.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- nvidia-96xx-kmod.spec 20 Feb 2010 08:50:27 -0000 1.41
+++ nvidia-96xx-kmod.spec 20 Feb 2010 11:21:03 -0000 1.42
@@ -7,7 +7,7 @@
Name: nvidia-96xx-kmod
Version: 96.43.14
-Release: 1%{?dist}.10
+Release: 1%{?dist}.11
# Taken over by kmodtool
Summary: NVIDIA 96xx display driver kernel module
Group: System Environment/Kernel
@@ -91,6 +91,9 @@
%changelog
+* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.14-1.11
+- rebuild for new kernel
+
* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.14-1.10
- rebuild for new kernel
14 years, 9 months
rpms/nvidia-173xx-kmod/F-12 nvidia-173xx-kmod.spec,1.42,1.43
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5095
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.22-1.11
- rebuild for new kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-12/nvidia-173xx-kmod.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- nvidia-173xx-kmod.spec 20 Feb 2010 08:50:12 -0000 1.42
+++ nvidia-173xx-kmod.spec 20 Feb 2010 11:20:48 -0000 1.43
@@ -8,7 +8,7 @@
Name: nvidia-173xx-kmod
Version: 173.14.22
# Taken over by kmodtool
-Release: 1%{?dist}.10
+Release: 1%{?dist}.11
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.22-1.11
+- rebuild for new kernel
+
* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.22-1.10
- rebuild for new kernel
14 years, 9 months
rpms/staging-kmod/F-12 staging-kmod.spec,1.22,1.23
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4695
Modified Files:
staging-kmod.spec
Log Message:
* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-3.5
- rebuild for new kernel
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-12/staging-kmod.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- staging-kmod.spec 20 Feb 2010 08:28:04 -0000 1.22
+++ staging-kmod.spec 20 Feb 2010 11:20:13 -0000 1.23
@@ -10,7 +10,7 @@
Name: staging-kmod
Version: 2.6.31.5
-Release: 3%{?dist}.4
+Release: 3%{?dist}.5
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -92,6 +92,9 @@
%changelog
+* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-3.5
+- rebuild for new kernel
+
* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-3.4
- rebuild for new kernel
14 years, 9 months