log upstream
This commit is contained in:
parent
2380afa5c7
commit
fb8ebafb4c
11
icu.icu5365.dependantvowels.patch
Normal file
11
icu.icu5365.dependantvowels.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- icu/source/layout/IndicReordering.cpp.orig 2006-09-05 17:01:15.000000000 +0100
|
||||||
|
+++ icu/source/layout/IndicReordering.cpp 2006-09-05 17:01:19.000000000 +0100
|
||||||
|
@@ -377,7 +377,7 @@
|
||||||
|
{-1, 6, 1, -1, -1, -1, -1, -1, -1, 5, 9, 5, 5, 4, 12}, // 2 - consonant with nukta
|
||||||
|
{-1, 6, 1, -1, -1, -1, -1, -1, 2, 5, 9, 5, 5, 4, 12}, // 3 - consonant
|
||||||
|
{-1, -1, -1, -1, -1, -1, 3, 2, -1, -1, -1, -1, -1, -1, 7}, // 4 - consonant virama
|
||||||
|
- {-1, 6, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, // 5 - dependent vowels
|
||||||
|
+ {-1, 6, 1, -1, -1, -1, -1, -1, -1, 5, -1, -1, -1, -1, -1}, // 5 - dependent vowels
|
||||||
|
{-1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, // 6 - vowel mark
|
||||||
|
{-1, -1, -1, -1, -1, -1, 3, 2, -1, -1, -1, -1, -1, -1, -1}, // 7 - consonant virama ZWJ, consonant ZWJ virama
|
||||||
|
{-1, 6, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 4, -1}, // 8 - independent vowels that can take a virama
|
6
icu.spec
6
icu.spec
@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
BuildRequires: doxygen, autoconf
|
BuildRequires: doxygen, autoconf
|
||||||
Patch1: icu-3.4-multiarchdevel.patch
|
Patch1: icu-3.4-multiarchdevel.patch
|
||||||
Patch2: icu-config
|
Patch2: icu-config
|
||||||
Patch3: icu.rh205252-gnome121882-icu4026-dependantvowels.patch
|
Patch3: icu.icu5365.dependantvowels.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The International Components for Unicode (ICU) libraries provide
|
The International Components for Unicode (ICU) libraries provide
|
||||||
@ -134,8 +134,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 06 2006 Caolan McNamara <caolanm@redhat.com> - 3.6-2
|
* Wed Sep 06 2006 Caolan McNamara <caolanm@redhat.com> - 3.6-2
|
||||||
- fix rh#205252# (gnome121882-icu4026) to make icu like pango
|
- fix rh#205252#/icu#5365 (gnome#121882#/#icu#4026#) to make icu
|
||||||
for multiple dependant vowels
|
like pango for multiple dependant vowels
|
||||||
|
|
||||||
* Mon Sep 03 2006 Caolan McNamara <caolanm@redhat.com> - 3.6-1
|
* Mon Sep 03 2006 Caolan McNamara <caolanm@redhat.com> - 3.6-1
|
||||||
- final release
|
- final release
|
||||||
|
Loading…
Reference in New Issue
Block a user