From 53afa5910ee12831e059175738136dc7f2157b9b Mon Sep 17 00:00:00 2001 From: vcrhonek Date: Jul 03 2007 09:14:38 +0000 Subject: Fix sun12x22 font missing unicode mapping table --- diff --git a/.cvsignore b/.cvsignore index bbefc66..6d7f931 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ kbd-1.12.tar.bz2 kbd-latsun-fonts.tar.bz2 +kbd-sun12x22-fixed.tar.bz2 diff --git a/kbd.spec b/kbd.spec index bd88ccc..5d07c3b 100644 --- a/kbd.spec +++ b/kbd.spec @@ -1,7 +1,7 @@ Summary: Tools for configuring the console (keyboard, virtual terminals, etc.) Name: kbd Version: 1.12 -Release: 21 +Release: 22 License: GPL Group: System Environment/Base Source0: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2 @@ -9,6 +9,7 @@ Source1: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2.sign Source2: kbdrate.apps Source3: kbdrate.pam Source4: kbd-latsun-fonts.tar.bz2 +Source5: kbd-sun12x22-fixed.tar.bz2 Requires: pam >= 0.66-4, /etc/pam.d/system-auth, usermode BuildRequires: bison, flex, gettext BuildRoot: %{_tmppath}/%{name}-root @@ -38,7 +39,7 @@ fonts, the virtual terminals and font files. %prep -%setup -q -a 4 +%setup -q -a 4 -a 5 %patch0 -p1 -b .sparc %patch1 -p1 %patch2 -p1 -b .terminal @@ -135,6 +136,10 @@ ln -s openvt $RPM_BUILD_ROOT%{_bindir}/open %config %{_sysconfdir}/pam.d/* %changelog +* Tue Jul 3 2007 Vitezslav Crhonek - 1.12-22 +- Fix sun12x22 font missing unicode mapping table + Resolves: #244628 + * Tue Jan 9 2007 Miloslav Trmac - 1.12-21 - Add a "ko" (Korean) keyboard layout, equivalent to the "us" layout Resolves: #220151 diff --git a/sources b/sources index adc58c1..7f9853b 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 069d1175b4891343b107a8ac2b4a39f6 kbd-1.12.tar.bz2 050e1e454e9c01e22f198303d649efb8 kbd-latsun-fonts.tar.bz2 +e56c7766760c16d4c7cbc16fc722c7f9 kbd-sun12x22-fixed.tar.bz2