libicu-devel-32bit-4.2-2.2>t  DH`pJJ$/=„7V_׹3CLk3Μ6 `oT[Ul9ZW >ds^ӟ ^ĞZ[hF P i+PbRe0S?<_DZ]ߋ!azSCR~Nzi`?dϳҭN)k'跡Gd|#Z`BˍZ̘Uٸ2; ;DM yH7F4a01f6fd5aa3551834a965269ed71ed4dcd6cf29;ljJJ$/=„,? )jv\?;#8=]ZVDXR{R2zD 6~7]bqJaDݶYRm|[ `K5'vk^"{ y-Ύ&boGWE']bB | 5"9 S'!!.1bᗠ"2y=#-Y5OuE -]{3*> yۏaBdA# )~*<knm0d4#' R_ @EÞ4rcV,>3W?Gd  VX\dhv  ,  @  T  |    $ L ~  4(8 9 : G H IH XTY\\l ] ^ bJcd)e.f3l5Clibicu-devel-32bit4.22.2International Components for Unicode (development files)ICU is a C++ and C library that provides robust and full-featured Unicode support. This package contains the development files for ICU. Authors: -------- The ICU project, International Business Machines (IBM) and Others. JJ build24OopenSUSE 11.2openSUSEIBM Public Licensehttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://ibm.com/software/globalization/iculinuxx86_64OAAJJ JJ JJ JJ JJ JJ JJ JJ JJ JJ 4765c65f592391f1f012a5783861faa5libicudata.so.42.0libicui18n.so.42.0libicuio.so.42.0libicule.so.42.0libiculx.so.42.0libicutu.so.42.0libicuuc.so.42.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrooticu-4.2-2.2.src.rpmlibicu-devel-32bitlibicu-devel-32bit(x86-32)  @ libicu-devellibicu-32bitrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)/bin/shrpmlib(PayloadIsLzma)4.24.24.0-13.0.4-14.4.6-14.7.1JJ@I@I@I?@I H˫@HpG@GGF;@vuntz@novell.comvuntz@novell.comvuntz@novell.comcrrodriguez@suse.deolh@suse.deolh@suse.devuntz@novell.commaw@suse.dero@suse.demaw@suse.depmladek@suse.czpmladek@suse.cz- Drop icu4c-3_6-src-setBreakType-public.diff: it's not needed anymore for OOo.- Update to 4.2: + Locale Data: ICU uses and supports data from Common Locale Data Repository (CLDR) 1.7 , which includes data for 146 languages, 159 territories, 468 locales- 21% more locale data than the previous release. + Number system support and the number keyword. + Number system override in DateFormat. + Numerics used by Hebrew Calendar date in Hebrew locale. + BCP47 (language tag) / Locale transformation. + BCP47 mapping of LDML keywords. + Encoding selector: Return a list of charsets that can handle the input text. + Simple duration: Implementation of CLDR duration format. + Available/Preferred keywords for a locale (Calendar, Collation, and Currency). + StringPrep standard profiles: RFC3491 NAMEPREP, RFC3530 NFS4, RFC3722 iSCSI, RFC3920 NodePrep/ResourcePrep, RFC4011 MIB, RFC4013 SASLprep, RFC4505 trace and RFC4518 LDAPprep. + Miscellaneous Arabic shaping enhancements. + UTF-8 friendly internal data structure for Unicode data lookup. + API to get CLDR version used by ICU. + ISCII charset converter updates (added Gurumukhi, other updates). + Performance improvements in Time Zone Name format/parse, and in DateIntervalFormat construction. - Remove AutoReqProv: it's default now. - Drop icu-gcc44.patch: fixed upstream. - Do not package packaging doc in libicu-doc.- Add icu-remove-datetime.patch to be more build-compare friendly.- fix build with GCC 4.4 - remove static libraries- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade (bnc#437293)- obsolete old -XXbit packages (bnc#437293)- Merge with openSUSE:Factory. Redo the patch tags that were done by jpr@novell.com- Update to version 4.0: (All of the bug numbers listed are against http://bugs.icu-project.org/trac) + Update to Unicode 5.1 (#5696) + Locale Data: ICU uses and supports data from Common Locale Data Repository (CLDR) 1.6, which includes many improvements in quality and quantity of data + Add/removeLikelySubtags (#6124) + Charset converter file size improvement (#5987) + Date Interval Formatting (#6157) Note: Calendar type supported by this feature is Gregorian only in this release + Improved Plural support + Additional calendars: Chinese (#4081) and Coptic/Ethiopic (#4571) + Security fixes for CVE-2007-4770, CVE-2007-4771, and CVE-2008-1036. - Drop libicu-regex.patch, which has been upstreamed.- added baselibs.conf file to build xxbit packages for multilib support- Update to version 3.8: + Locale Data: ICU uses and supports data from Common Locale Data Repository (CLDR) 1.5.0.1, which includes many improvements in quality and quantity of data. + Rule Based Time Zone: This set of classes provides the ability to read and write time zone data in RFC2445 VTIMEZONE format. This also provides access Olson timezone transitions. + Timezone Formatting: This has changed to give more human readable results. + Relative Date/Time Formatting: A draft of the relative date/time format class has been added. This functionality can be accessed through the DateFormat::createDateInstance or DateFormat.getInstance factory method. It provides the ability to format localized dates in terms of "yesterday", "today" and "tomorrow", instead of a specific only date or time. + Demonstrations and Tools * ICU Data Library Customizer: This new online tool provides an easier way customize ICU's data. * ICU4J Demonstrations: These will demonstrate some features of ICU4J, like calendars, transliteration, and several other features. + Flexible Date/Time Formatting: A draft of flexible date/time format generator has been added. This allows multiple date and time format patterns to be generated that are valid for specific locales. This funtionality can be accessed through the DateTimePatternGenerator API. + Time Zones: The default time zone is detected more accurately on Unix machines. + Additional Calendars * @calendar=taiwan: This calendar is a variant of the Gregorian calendar used in Taiwan. * @calendar=indian: This is the Indian national calendar. * @calendar=persian: This is the Persian calendar. It is also known as the Jalāli Calendar. It is used in several Arabic countries. + UnicodeSet * The Freezable design pattern is now supported, which can improve performance for the contains() and span() methods on frozen UnicodeSet objects. * A span function was added for iterating through strings. * The containsAll(string) and containsNone(string) now support set strings, instead of only codepoints. + Performance * Charset conversion performance has been enhanced. The amount of improvement varies depending on the converter being used and platform being used. * Rule based transliterator construction performance has been improved. - s#%run_ldconfig#/sbin/ldconfig# in libicu's %post and %postun - add libicu-regex.patch (bnc#354372).- made RuleBasedBreakIterator::setBreakType method pubclic; it was requested by OpenOffice_org >= 2.3.1, see http://bugs.icu-project.org/trac/ticket/5498- Updated to version 3.6 * supports Unicode 5.0 * supports data from Common Locale Data Repository (CLDR) 1.4 * charset detection framework was added * font layout engine has support added for Tibetan, Sinhala and Old Hangul * BiDi algorithm was enhanced to be more flexible and efficient * new icupkg tool provides an easier way to manage ICU's data library * time zone data is modularized to allow easier building and updating of the data * BreakIterator uses UText for abstract text processing * 64-bit indexing is now used to allow access to larger chunks of text * added API for read-only locking for security and robustness * lots performance improvements4.2-2.24.2-2.2baselibs-32bitbinicu-configlibicudata.solibicui18n.solibicuio.solibicule.solibiculx.solibicutu.solibicuuc.so/usr/lib//usr/lib/baselibs-32bit//usr/lib/baselibs-32bit/bin/-O2 -g -m32 -march=i586 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tablesobs://build.opensuse.org/openSUSE:11.2/standard/c53f656ec4fd6d2579afa267b089f37c-icucpiolzma2x86_64-suse-linux?] b2b];#ѡriwKa16֎`>[:`њxJT4@k΃Jut{wSGBFӛlMaiENI@+ϽBՁچ1)<ptG-NuNV( wZJC̾[pGs|=zUiqt$C_:s̻"K Di]~dR*q(M7zڕWf$VMl]…Oh0X?"{'_巺ʡ0x 1lXI`L,1@ }+"K(] lB5[z失*_jܪc]+Rg^,]$5cZC!cž\$ p9ɡ^cahL!^U 8߹)3NpQry*H]rYr .\h hI}ybh:F ?-W \YF*ΥrdB""W\¤6vɆ][Y@oiӮMl ˇ /vUqn<cSyi6~pL9׳Q~Lü,oũ=q>6g5o>Û\~mݾ9i|$;hIfdSwn'_P]-!V~}zmKCesJ c%Dw'3}e0O]74`)o ?vǐ3bS8 حj~lZū\ե&o W\q*݁2Rm`n#ffYǔ J)x^Yfa$t5(g4v-=>fэw V-nd54 dZѴ KK 7e IO`pi,=tA+DyV}5Tƴ%\vQe1P򆧖SAcL EMUjR"Kj&nZ>20a4~fiK2V9xͬdfL30N?+F 7$ku}= coq An!QKFL%jn=mNvҢ;yQc=6YR,"K2K`k!m1w3$Ms Ǜ!95BEBsh]h:0ض gKI_dσ}*0-y\ >/ #sx=0RBJIx6 ѡ(yꗵo@JDeJjfc>F2%7'B4W=e7a=䬟@`qӴbX~u ͑V4xe-knu?"~Hz^ȼ)ZѤY&3n3 {a3޽Ʃ"T#q qHnTV b`6%i4NbZJC6V}7tm'X28gֶc̙^!B4t]e8=cyF{Q̍K➠a~ߖGܑj|_^t)Bݢ5RXF[?l[L+ ^I kƴ} ԩ6}D3ZEioId_xz/mعn20L5Cp:ѣH㚦ӯ)(2_' 9>[ 'sA)˷E _U hyZe|wetoheae#EK2&ê5`qj8yD[d.\ړMS:0+2H+CC&N:^6vt!G7.VQN)# v`d:ޛM1[}C"Ek@@wYI^"U!Zy} 2o]val6+Ċq.3|sA@8R|,1̕'spf>Īc}`GSgy1sx;i 7aa!Pǡ2uIQۏ̰8ѯIzF ڔ-(FK!M 5oj!0ֶvр{3LU}i,MMc\^7G[5lU1aEF8;mڛQ.3J}bmOH.Zz`Cye3ᑯq\k1rW.nJrj㡡꘾pLXG@w4Ym^^KKizG&k L lߟpTh[\[G7fVYِ3dJCbҪR'SylG_mW6aCh%moHSlSDCܥw ;?jJ8!iia=. =hF xuZ'Ƹ`1Z4CF4"jeؐ&(j(|0ב5=euit\ШLQ(qU!8+.ýܵTLBӃ3{NBI?[zIf_2/'`fNy!Yʐ)39dGsh}ЎYN[tJlX/(F "]jaճ !7-UmO&!&<;2VJUvNYm&#n:ĴP5n`OuoMP.0TWFj.z} &dKyiNa[k5EJDV5 Ԩ[ݘd1ڑqI~OO e@&zG2!l郳`GB#!IbPTm%3[T {wQ ! x2z<`>4:W*PzMu * ޢɒ웝4=AAc}tYSb$E(䍌v9I&NH68`'CP?~_NkjHJ: (WYt/@Iwi;/;loꪩl}kxl* þ#wt]-G 1#A1,q)'DIdb^T&V eގ̶9`)q"ˤ8ZbyLT˹Ѧ΢B} b|P}\N&Ah/0\ BcΞ(=.ߒl)fkIr[m ƹM¸,Dk_ĬjԦo} zΚg6W\Bct߻Vm6g)s 㬇B~r'^hU'Ϣxn*:23-âg]%I\PJ}RetY˾K-7Dr3tя5}j3c5LwX́]ڐ~Bw" IH4Ԩ_Y3uinn]E逝٧yY)YJ5Ͼ 37{qC`\?47}Yy˒NX8^WzRVLJY%^!sJoUS} a)l [^ӶFVJH_cvMl~3gMףW?~$ M|EH/"\c%17Q3{Ro~m*;7/6Cf"` dfwgfrG9`PH3.$