rpms/staging-kmod-addons/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 staging-kmod-addons.spec, 1.2, 1.3

Thorsten Leemhuis thl at rpmfusion.org
Wed Dec 2 21:55:48 CET 2009


Author: thl

Update of /cvs/free/rpms/staging-kmod-addons/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12643

Modified Files:
	.cvsignore sources staging-kmod-addons.spec 
Log Message:
* 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



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/devel/.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	2 Dec 2009 20:55:48 -0000	1.3
@@ -1 +1 @@
-linux-staging-2.6.31.5.tar.bz2
+linux-staging-2.6.32-rc8.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/devel/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	2 Dec 2009 20:55:48 -0000	1.3
@@ -1 +1 @@
-881ae9192aff3fdc3e27639d580d5279  linux-staging-2.6.31.5.tar.bz2
+6715d98bbef8b2435af028e23cef7029  linux-staging-2.6.32-rc8.tar.bz2


Index: staging-kmod-addons.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/devel/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	2 Dec 2009 20:55:48 -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
+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,11 @@
 
 
 %changelog
+* 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
 



More information about the rpmfusion-commits mailing list