libicu60_2-ledata-60.2-lp151.3.11.1<>,'^8 /=„ 7o;& l]Sd?KL;*o6(~݊r=SyTX9vua~!@j#XĪ+WH&i27pgP MQIK ~WN$Є21E Dq܌Qw2 +LN,ow>#7r9׮a,pt9>+P7+ *0 tF=rDjKJ!I0>;?d & H $0 6 < H  k(89:F?GXHdIpXtYx\]^bcde f#l%u8vDzO`djClibicu60_2-ledata60.2lp151.3.11.1Rule databases and tables for ICUICU is a set of C and C++ libraries that provide extensive Unicode and locale support. ICU makes use of a wide variety of data tables to provide many of its services: converter mapping tables, collation rules, transliteration rules, break iterator rules and dictionaries. This subpackage contains these data tables, in little-endian format.^8 armbuild24openSUSE Leap 15.1openSUSEICUhttp://bugs.opensuse.orgSystem/Librarieshttp://icu-project.org/linuxnoarchAA큤^6S^6U^6U69997d7cdfbd50f9a46265bdabc3d80cac84311b9b573c503666efa624ff0778rootrootrootrootrootrooticu-60.2-lp151.3.11.1.src.rpmlibicu60_2-ledata    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^@^]q]]2@ZB9Z2gYY\Y;@Y@XK@X @V(@V@U?v@U?v@Cliff Zhao Gustavo Pichorim Boiko Cliff Zhao kukuk@suse.dejengelh@inai.dejengelh@inai.dejengelh@inai.deschwab@suse.derguenther@suse.comjengelh@inai.deidonmez@suse.comjengelh@inai.dejengelh@inai.dejengelh@inai.detchvatal@suse.comtchvatal@suse.com- Add icu-CVE-2020-10531.patch: Fix potential integer overflow in UnicodeString:doAppend (bnc#1166844).- Re-add the provides for libicu to fix installing SAP HANA on SLE-15 and SLE-15-SP1. (bsc#1161007)- Add Japanese-era-Reiwa-support-in-ICU4C-60.patch: Porting upstream's Japanese new era name support(bnc#1103893, fate#325570, fate#325419).- Remove old obsoletes/provides for migration from very old products, as they break our shared library policy (bsc#1146907).- Drop dangling symlinks /usr/lib64/icu/*.inc- Update to new upstream release 60.2 * ICU 60 provides full support for the Unicode 10.0 release with many new characters and many property improvements. Locale data is updated to CLDR 32, which adds several languages and data improvements. A new number formatting API has been added.- refresh icu-avoid-x87-excess-precision.diff with p1- xlocale.patch: don't use obsolete - Add icu-avoid-x87-excess-precision.diff to avoid FixedPrecision::initVisibleDigits failure on i586 with GCC 7. (bnc#1030253)- Update to new upstream release 59.1 * Emoji 5.0 data * CLDR 31.0.1 * * GMT and UTC are no longer unified, and CLDR provides distinct UTC display names, avoiding confusion with standard (winter) time in Britain. * New case mapping API (C++ & Java classes CaseMap) supports styled text * ICU4C now uses and requires C++11 language features and libraries. * ICU4C has also moved to char16_t as the type for UTF-16. This is a breaking change. Please see the detail section below.- Update to new upstream release 58.2 * CLDR 30.0.3: + Fix incorrect data for number of Cantonese speakers in China. + Hani_Latn transform was not updated with Unihan 9.0 kMandarin readings. * Time zone database version 2016j * #12815 uspoof_getSkeleton sets backwards-incompatible illegal argument exception * #12825 uspoof_check goes into an "infinite loop" when U+30FB is in an input string * #12832 GreekUpper::toUpper skips the final character on a non-terminated UTF-8 string * #12849 u_strToTitle returns incorrect length if destination is NULL- Update to new upstream release 58.1 * CLDR 30.0.2: For details of the many changes in CLDR, see CLDR 30. Some things to note: * For some combinations of numbering system (arab, arabext, latn) and/or locale (ar, fa, he), there were changes to the bidirectional control characters used with certain symbols (percent, minus, plus), and changes to number patterns (currency and/or percent, including addition of bidirectional control characters in some cases). * Thhe bidirectional controls used for such purposes include U+061C ARABIC LETTER MARK (ALM), which requires use of the bidirectional algorithm from Unicode 6.3 or later. * The time separator for Norwegian locales (nb, nn) was changed to be ':' throughout. * Unicode 9.0: Version 9.0 adds exactly 7,500 characters, for a total of 128,172 characters. These additions include six new scripts, 19 symbols for the new 4K TV standard, and 72 new emoji characters. * Draft Emoji 4.0 data * Emoji updates for word & line breaking * UBiDiTransform/BidiTransform API for convenient transformation of text between different Bidi layouts. * MeasureFormat API for measurement unit display names * Most COUNT and LIMIT enum constants have been deprecated * SpoofChecker: Handling of "whole script confusables" has been removed from ICU, in accordance with its removal from UTS #39 Version 9.0.0 and the removal of the corresponding Unicode data file. * Greek uppercasing ("el" locale ID) removes most diacritics. * More robust locale data loading across ICU implementation code. * Reduced heap memory usage in DateTimePatternGenerator- Update to new upstream release 57.1 * CLDR 29 support * Grapheme/word/line breaking for emoji sequences, based on Unicode 9 proposed rules. * Four new Unicode emoji properties * DateFormat day period formatting of "noon", "at night", etc. via new pattern characters b & B, and DateTimePatternGenerator support of C for selecting the customary form. * RelativeDateTimeFormatter: Simpler formatting API. * New simple & fast SimpleFormatter class for a trivial subset of MessageFormat as used in CLDR data.- Update to new upstream release 56.1 * CLDR 28: For details of the many changes in CLDR, see CLDR 28. * Unicode data updated to Unicode 8.0: 41 new emoji characters, 5,771 new ideographs for Chinese/Japanese/Korean, 6 new scripts, improved character properties data, etc. * ICU data size reduced by about 7.2% (1.8MB) via sharing string values across resource bundles. * DateIntervalFormat now handles intervals with seconds, and sets FieldPosition more consistently. * DateFormat::createInstanceForSkeleton() caches DateFormat patterns rather than DateTimePatternGenerator instances, for better performance (for cache hits) and lower heap memory consumption. * StringSearch (based on collation) defaults to matches on normalization boundaries rather than grapheme cluster boundaries, which yields more matches on Indic text. * RuleBasedNumberFormat (spelled-out numbers) now handles infinity, NaN. * Most of the old Normalizer/unorm.h had been replaced by (and reimplemented via) Normalizer2, and is now deprecated. * COLON has been withdrawn as a date pattern character corresponding to the date field [UDAT_]TIME_SEPARATOR_FIELD; there is currently no pattern character corresponding to that field. * Support for locale key "cf" to specify currency format style, and interaction with NumberFormat values for UNumberFormatStyle. - Drop icu-remove-datetime.patch (merged upstream)- Update baselibs.conf- Version bump to latest release 55.1: * support of CLDR 27 (with a major cleanup of region locales, among many other improvements), formatting for scientific notation ("1.2 × 10³") * update to Unicode 7.0 data for spoof-checking * Various performance enhancements * Full upstream changelog: http://site.icu-project.org/download/55 - Refresh the soname versioning patch: * icu-versioning.diffarmbuild24 158565786960.2-lp151.3.11.1icu60.2icudt60l.dat/usr/share//usr/share/icu//usr/share/icu/60.2/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:12225/openSUSE_Leap_15.1_Update_ports/70f4087186f0bc5331fca3707023bfe4-icu.openSUSE_Leap_15.1_Updatedrpmxz5aarch64-suse-linuxdirectory2`󆪔 23Ihutf-8ddcf3be6d4c7e8d32e47326d6f50f723381568120bfbb645710360d273ea17a3?P7zXZ !t/]"k%+|57Uz1ӓoZ 8Д03[W) oQWn$6wz_P>i)$D:k`[}Vb*0Dy/'+NAdЋ ,7G!H~G3}*xqu sgZPё2u, :!4W@ߟtk]XFs 9M3h=SxeDN)ȑ_\ UvKqpkT*GGlM^7쑐,|`74?ab _쬜7@C4Ȧ%]oKľ֯K_ ^ՖN8FɌE:d'a?^$@¶ʝlcfvCO)icb"~KE[W+@: *O7+7o n7f[)WVY"yvW.hWֱmiyq '[`}n.w%~YQ/Nq6Kh']d;eUs~i:u?zHyPd6-5$՞/4UKY5!6|#W!zS>3 #ҍG E&Aۣf.L]]Vps-rv(RI[Tz7TuL86#ĕA%2nwPrXS& \$⮲U=L@5WU,sLNAN\|J6/ gAkfF8* ,S5g$#jvpE8L?`EPtH!Pˀ춮hL KH|B\j9ċzLRS&q9'x^9e{-V:-ʟk*oAZ?iKL)[}ZHt(}= Βoq $e!w1iJy=.G9 YZ