--- kernel-image-std26-up.spec.orig 2004-04-05 21:57:02 +0700 +++ kernel-image-std26-up.spec 2004-04-24 23:01:28 +0700 @@ -10,7 +10,7 @@ # 0.X.0 -- rcX # 1.0.0 -- release %define kernel_extra_version_numeric 1.0.0 -%define krelease alt1 +%define krelease alt1.imz1 %define base_flavour std26 %define flavour %base_flavour-up @@ -34,6 +34,12 @@ %add_patch_list kernel-feat-drivers-lirc %add_patch_list kernel-feat-fs-squashfs +# imz: Unicode support in VT/console +%add_patch_list kernel-feat-drivers-console-unicode +# Although this patch changes the interface between the kernel and loadkeys, +# I do not put a Conflicts for the old console-tools here, +# because the old loadkeys works fine the new kernel interface. + ## Don't edit below this line ################################## %define kversion %kernel_base_version%kernel_extra_version @@ -332,6 +338,12 @@ %endif %changelog +* Mon Apr 19 2004 Ivan Zakharyaschev 2.6.5-alt1.imz1 +- Added kernel-feat-drivers-console-unicode: + fixes the imperfectness of Linux VT/console Unicode support + (involves a change of the kernel interface used by loadkeys, + but mainly is compatible with old loadkeys). + * Mon Apr 05 2004 Anton Farygin 2.6.5-alt1 - 2.6.5 - added squashfs patch