|
@@ -24,10 +24,10 @@ Summary(ja): Linux カーネル (Linux オペレーティングシステムの
|
|
|
# adding some text to the end of the version number.
|
|
|
#
|
|
|
%define sublevel 33
|
|
|
-%define patchlevel 0
|
|
|
+%define patchlevel 1
|
|
|
%define kversion 2.6.%{sublevel}
|
|
|
%define rpmversion 2.6.%{sublevel}
|
|
|
-%define release 1%{?_dist_release}
|
|
|
+%define release 2%{?_dist_release}
|
|
|
|
|
|
%define make_target bzImage
|
|
|
%define hdrarch %_target_cpu
|
|
@@ -243,6 +243,8 @@ Patch800: linux-2.6-build-nonintconfig.patch
|
|
|
# NIC driver updates
|
|
|
Patch1393: linux-2.6-e100-race.patch
|
|
|
|
|
|
+Patch1394: linux-2.6-zd1211rw-gw-us54gxs.patch
|
|
|
+
|
|
|
|
|
|
# Misc bits.
|
|
|
Patch1600: linux-2.6.23-pcmcia-disable-warning.patch
|
|
@@ -276,7 +278,7 @@ Patch2504: linux-2.6-at76.patch
|
|
|
#Patch2601: linux-2.6-uvc-spca525.patch
|
|
|
#Patch2602: linux-2.6-gspca-vc0321-fix-frame-overflow.patch
|
|
|
|
|
|
-# nouveau + drm fixes
|
|
|
+# DRM
|
|
|
#Patch2811: drm-radeon-fixes.patch
|
|
|
#Patch2812: drm-radeon-dp-support.patch
|
|
|
#Patch2814: drm-nouveau.patch
|
|
@@ -323,7 +325,7 @@ Patch2504: linux-2.6-at76.patch
|
|
|
|
|
|
# bootsplash
|
|
|
# http://www.bootsplash.de/
|
|
|
-Patch6020: linux-2.6.31-bootsplash.patch
|
|
|
+#Patch6020: linux-2.6.31-bootsplash.patch
|
|
|
|
|
|
# unionfs 2.5.2
|
|
|
# http://www.am-utils.org/project-unionfs.html
|
|
@@ -335,8 +337,7 @@ Patch6020: linux-2.6.31-bootsplash.patch
|
|
|
|
|
|
#
|
|
|
# TuxOnIce (formerly suspend2) patch
|
|
|
-#%define tuxonice_version 3.0.99.48-for-2.6.32
|
|
|
-%define tuxonice_version 3.0.99.48-for-head
|
|
|
+%define tuxonice_version 3.1-for-2.6.33
|
|
|
Patch9000: tuxonice-%{tuxonice_version}.patch.bz2
|
|
|
|
|
|
#
|
|
@@ -594,6 +595,8 @@ cd linux-%{kversion}
|
|
|
# NIC driver fixes.
|
|
|
# fix race in e100 driver
|
|
|
%patch1393 -p1
|
|
|
+# add support PLANEX GW-US54GXS
|
|
|
+%patch1394 -p1
|
|
|
|
|
|
# Misc fixes
|
|
|
# disable pcmcia warnings
|
|
@@ -686,7 +689,7 @@ cd linux-%{kversion}
|
|
|
#%patch6010 -p1
|
|
|
|
|
|
# bootsplash
|
|
|
-%patch6020 -p1
|
|
|
+#%patch6020 -p1
|
|
|
|
|
|
# unionfs
|
|
|
#%if !%{_minimum_patches}
|
|
@@ -1204,6 +1207,13 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Mar 15 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.33-2
|
|
|
+- update to 2.6.33.1
|
|
|
+- remove bootsplash patch, we use plymouth
|
|
|
+- change CONFIG_VGASTATE to y
|
|
|
+- add patch1394 to support PLANEX GW-US54GXS (Wishes:229)
|
|
|
+- update tuxonice to 3.1-for-2.6.33
|
|
|
+
|
|
|
* Tue Mar 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.33-1
|
|
|
- update to 2.6.33
|
|
|
- update tuxonice to 3.0.99.48
|