From d42861a783ec16c6c867ff1d8db38ad773f4fc44 Mon Sep 17 00:00:00 2001 From: Pavel Podkorytov Date: Thu, 7 Feb 2019 09:38:24 +0500 Subject: Update major version to 62.1 * backport FEDORA-29 package * remove tz version updating --- icu.9948.mlym-crash.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 icu.9948.mlym-crash.patch (limited to 'icu.9948.mlym-crash.patch') diff --git a/icu.9948.mlym-crash.patch b/icu.9948.mlym-crash.patch deleted file mode 100644 index b9e7e7f..0000000 --- a/icu.9948.mlym-crash.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- icu/source/layout/IndicClassTables.cpp 2013-02-19 16:04:09.919412782 +0000 -+++ icu/source/layout/IndicClassTables.cpp 2013-02-19 16:04:14.519351601 +0000 -@@ -273,7 +273,7 @@ - - static const IndicClassTable kndaClassTable = {0x0C80, 0x0CEF, 4, KNDA_SCRIPT_FLAGS, kndaCharClasses, kndaSplitTable}; - --static const IndicClassTable mlymClassTable = {0x0D00, 0x0D6F, 3, MLYM_SCRIPT_FLAGS, mlymCharClasses, mlymSplitTable}; -+static const IndicClassTable mlymClassTable = {0x0D00, 0x0D6F, 4, MLYM_SCRIPT_FLAGS, mlymCharClasses, mlymSplitTable}; - - static const IndicClassTable sinhClassTable = {0x0D80, 0x0DF4, 4, SINH_SCRIPT_FLAGS, sinhCharClasses, sinhSplitTable}; - -- cgit