Fix ro.map, Fix LatArCyrHeb-16 unicode mapping table
This commit is contained in:
parent
eee019b5f8
commit
c1ed17bc9c
@ -4,3 +4,4 @@ sun12x22-fixed.psfu
|
|||||||
kbd-sun12x22-fixed.tar.bz2
|
kbd-sun12x22-fixed.tar.bz2
|
||||||
ro.map
|
ro.map
|
||||||
ro.tar.bz2
|
ro.tar.bz2
|
||||||
|
kbd-latarcyrheb-16-fixed.tar.bz2
|
||||||
|
12
kbd.spec
12
kbd.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
|
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
|
||||||
Name: kbd
|
Name: kbd
|
||||||
Version: 1.12
|
Version: 1.12
|
||||||
Release: 25%{?dist}
|
Release: 26%{?dist}
|
||||||
# Except possibly for the restrictions mentioned in the directory consolefonts
|
# Except possibly for the restrictions mentioned in the directory consolefonts
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -12,6 +12,7 @@ Source3: kbdrate.pam
|
|||||||
Source4: kbd-latsun-fonts.tar.bz2
|
Source4: kbd-latsun-fonts.tar.bz2
|
||||||
Source5: kbd-sun12x22-fixed.tar.bz2
|
Source5: kbd-sun12x22-fixed.tar.bz2
|
||||||
Source6: ro.tar.bz2
|
Source6: ro.tar.bz2
|
||||||
|
Source7: kbd-latarcyrheb-16-fixed.tar.bz2
|
||||||
Requires: pam >= 0.66-4, /etc/pam.d/system-auth, usermode
|
Requires: pam >= 0.66-4, /etc/pam.d/system-auth, usermode
|
||||||
BuildRequires: bison, flex, gettext
|
BuildRequires: bison, flex, gettext
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
@ -41,7 +42,7 @@ fonts, the virtual terminals and font files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q -a 4 -a 5 -a 6
|
%setup -q -a 4 -a 5 -a 6 -a 7
|
||||||
%patch0 -p1 -b .sparc
|
%patch0 -p1 -b .sparc
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1 -b .terminal
|
%patch2 -p1 -b .terminal
|
||||||
@ -141,6 +142,13 @@ ln -s openvt $RPM_BUILD_ROOT%{_bindir}/open
|
|||||||
%config %{_sysconfdir}/pam.d/*
|
%config %{_sysconfdir}/pam.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 15 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-26
|
||||||
|
- Fix ro.map to generate right unicode for s, S, t, T with comma
|
||||||
|
- Fix LatArCyrHeb-16 unicode mapping table to show comma-version
|
||||||
|
of s, S, t, T and cedilla-version of s, S, t, T as the same glyph
|
||||||
|
(because there is no font in kbd for comma-version)
|
||||||
|
Resolves: #329071
|
||||||
|
|
||||||
* Tue Sep 18 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-25
|
* Tue Sep 18 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-25
|
||||||
- Add new romanian keymap
|
- Add new romanian keymap
|
||||||
Resolves: #253892
|
Resolves: #253892
|
||||||
|
3
sources
3
sources
@ -1,4 +1,5 @@
|
|||||||
069d1175b4891343b107a8ac2b4a39f6 kbd-1.12.tar.bz2
|
069d1175b4891343b107a8ac2b4a39f6 kbd-1.12.tar.bz2
|
||||||
050e1e454e9c01e22f198303d649efb8 kbd-latsun-fonts.tar.bz2
|
050e1e454e9c01e22f198303d649efb8 kbd-latsun-fonts.tar.bz2
|
||||||
e56c7766760c16d4c7cbc16fc722c7f9 kbd-sun12x22-fixed.tar.bz2
|
e56c7766760c16d4c7cbc16fc722c7f9 kbd-sun12x22-fixed.tar.bz2
|
||||||
cc29253d2189758705547d0ea9574abe ro.tar.bz2
|
884fdbb0b952b2e3e8389a0c40a3e301 kbd-latarcyrheb-16-fixed.tar.bz2
|
||||||
|
b57ba3490284756759382451c1d5fb38 ro.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user