librime-devel-1.2.9+git20160226.df4192c-1.43 >  A [ p9|UcRCQ֨'fƉZe2rR:l9ځM{To8h1U?g|OC.6ҲCUE^=a?F0>i`X@OKtNBVh';ޗo[ƫD}NI LkH$Hm`*Vh% ?//j 86L*Eti@/8}3DBA`d/(sq\W;^gsFgِ&+6f5' I8fdc6b0e76ad3e133af8b4eb7114ec86535b958e1693fcebe9084472df08eca24aa9fcfb559d876b2b6e7a3bc37b10d25b1166ddBH[ p9|B:? P|$GBs YEriwp{ P̉'(ۘN%!*R$23=Vx>p>)?)d* / I,08<Uv    $  )Bta(89:F&rG&H&I&X&Y&\']'^'Pb'c(Rd(e(f(l(u(v(w)x)(y)<z)D)T)X)^)Clibrime-devel1.2.9+git20160226.df4192c1.43Development files of RimeRime is an Traditional Chinese input method engine. Its idea comes from ancient Chinese brush and carving art. Mainly it's about to express your thinking with your keystrokes. This package is the development headers of Rime.[ s390lpdS0SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/C and C++https://github.com/rime/librimelinuxs390xNh A큤VM[ [ >[ VL6e3336c22e35d4d58a20dd5d0f769559df94bbc30a4aa68e6eceb7cee97c2026bb3dc20c810afd0dd848f8c9c816e93c1c2a491d9946e1ab06d3e3aadac03ebce1cddc69aab5855efc73a62a73f64ebe95cef12f3091e0c8f923fa0a30c522a7librime.so.1rootrootrootrootrootrootrootrootrootrootlibrime-1.2.9+git20160226.df4192c-1.43.src.rpmlibrime-devellibrime-devel(s390-64)pkgconfig(rime)@    /usr/bin/pkg-configlibrime1rimerpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.9+git20160226.df4192c1.2.9+git20160226.df4192c3.0.4-14.6.0-14.0-15.2-14.14.1XV@VVUTgS^SRQ@QW@QyPvP'P adam.majer@suse.dempluskal@suse.comqzhao@suse.comi@marguerite.sui@marguerite.suhillwood@linuxfans.orgi@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.suschwab@linux-m68k.orgcoolo@suse.comi@marguerite.sui@marguerite.sui@marguerite.su- use individual libboost-*-devel packages instead of boost-devel- Use cmake macros - Drop useless conditional build dependencies for non-devel packages- Change LICENSE from GPL-3.0+ to BSD-3-Clause to keep consistent with upstream.- Update to version 1.2.9+git20160226.df4192c: + pass function argument by value instead of by const reference. + (feature) translation past caret pos. + (fix) in horizontal mode, right arrow key should not fall back to moving caret when reached the end of candidate list. + (feature) jump left by word only at stops of multiple spans. + (feature) set caret between preedit and prompt string. + (tools) show caret pos in rime_api_console. + (fix) caret on the left side of input or the selected range. + Fix issue #64. + Add a comment for explanation.- update version 1.2.9+git20140802.ee3029e- update to 1.2.9 * CMakeLists.txt: bump version to 1.2.9. * Makefile: add make targets 'thirdparty/*' to build individual libraries. * include/rime_api.h: add RIME_MODULE_LIST, RIME_REGISTER_MODULE_GROUP. * legacy/src/legacy_module.cc: plugin module 'rime-legacy' for GPL'd code, providing component 'legacy_userdb' for user dictionary upgrade. * src/setup.cc: define module groups "default" and "deployer", to avoid naming a list of built-bin modules in RimeTraits::modules. * test/table_test.cc: fix random segment faults when run shuffled. * thirdparty/src/leveldb: new dependency LevelDB, replacing Kyoto Cabinet. * dict/level_db: userdb implementation based on LevelDB, replacing treeDb. * dict/tree_db: moved to legacy/src/. * dict/user_db: refactored and modularized to ease adding implementations. * gear/memory: save cached phrases as soon as the next composition begins. * gear/recognizer: match space iff set recognizer/use_space: true. * gear/simplifier: catch and log OpenCC exceptions when loading. * gear/single_char_filter: bring single character candidates to the front. * lever/deployment_tasks: update and rename task 'user_dict_upgrade'. * gear/cjk_minifier: support CJK Extension E * gear/simplifier: adapt to OpenCC 1.0 API. * thirdparty/src/opencc: update OpenCC to v1.0.2 (incompatible with v0.4).- update version 1.2+git20140810 * config: support references to list elements in key paths. * rime_api: add API functions to access complex structures in config; add API to get the raw input and cursor position, or to select a candidate. * switcher: enable folding IME options in the switcher menu. * dict_compiler: also detect changes in essay when updating a dictionary; support updating prism without the source file of the dictionary. * preset_vocabulary: load 'essay.txt' instead of 'essay.kct'. * reverse_lookup_dictionary: adopt a new file format with 50% space saving. * table: add support for a new binary format with 20% space saving; fix alignment on ARM. * ascii_composer: do not toggle IME states when long pressing Shift key; support discarding unfinished input when switching to ASCII mode. * affix_segmentor: fix issues with selecting a partial-match candidate. * chord_composer: commit raw input composed with original key strokes. * navigator: do not use BackSpace to revert selecting a candidate but to edit the input after moving the cursor left or right. * punctuator: support 'ascii_punct' option for switching between Chinese and Western (ASCII) punctuations. * speller: auto-select candidates by pattern matching against the code; fix issues to cooperate with punctuator. * CMakeLists.txt: add options ENABLE_LOGGING and BOOST_USE_CXX11; introduce a new dependency: libmarisa. * cmake/FindYamlCpp.cmake: check the availability of the new (v0.5) API. * sample: the directory containing a sample plug-in module. * tools/rime_patch.cc: a command line tool to create patches. - drop librime-1.1-BOOST_NO_SCOPED_ENUMS.patch - add librime-1.2-BOOST_NO_SCOPED_ENUMS.patch- update version 1.1git20140306 * new build dependency: compiler with C++11 support. tested with GCC 4.8.2, Apple LLVM version 5.0, MSVC 12 (2013). * encoder: disable warnings for phrase encode failures in log output; limit the number of results in encoding a phrase with multiple solutions. * punctuator: fixed a bug in matching nested "pairs of 'symbols'". * speller: better support for auto-committing, allowing users of table based input schemata to omit explicitly selecting candidates in many cases. * schema_list_translator: option for static schema list order. * table_translator: fixed the range of CJK-D in charset filter. - added patch librime-1.1-gcc53613.patch * workaround for gcc bug 53613: Cannot override a inline "= default" virtual destructor. - added patch librime-1.1-BOOST_NO_SCOPED_ENUMS.patch * fix boost 1.49 filesystem linking on 12.3 and lower- update version 1.0 * rime_api: version 1.0 breaks ABI compatiblility. the minimum changes in code required to migrate from rime 0.9 api is to initialize RimeTraits with either RIME_STRUCT or RIME_STRUCT_INIT macro. while source code compatibility is largely maintained with the exception of the aforementioned RimeTraits structure, rime 1.0 introduces a version controlled RimeApi structure which provides all the api functions. * module: suppport adding modules; modulize 'gears' and 'levers'. * ticket: used to instantiate compnents and to associate the instance with a name space in the configuration. * encoder: encode new phrases for table_translator and script_translator using different rules. * affix_segmentor: strip optional prefix and suffix from a code segment. * reverse_lookup_filter: lookup candidate text for code in a specified dictonary. * shape: add full-shape support. * key_binder: switch input schemata and toggle options with hotkeys. * switcher: list input schemata ordered by recency; support radio options. * tsv: fix reading user dict snapshot files with DOS line endings. * entry_collector: support custom order of table columns in *.dict.yaml. * CMakeLists.txt: add options BUILD_TEST and BUILD_SEPARATE_LIBS. - removed patch: librime-0.9.9-fail_gtest.patch * upstreamed- update version 0.9.9 * config: update yaml-cpp to version 0.5 (with new API); emit prettier yaml. * deployer: introduce a work thread for ordinary background tasks. * algo/calculus: 'fuzz' calculation, to create lower quality spellings. * dict/dict_compiler: importing external table files into *.dict.yaml. * dict/entry_collector: support '# no comment' directive in *.dict.yaml. * dict/table_db: 'tabledb' and 'stabledb' to support custom phrase. * dict/user_db: implement 'plain_userdb', in plain text files. * dict/user_dictionary: recover damaged userdb in work thread. * gear/ascii_composer: fix unexpected mode switching with Caps Lock. * gear/editor: delete previous syllable with Control+BackSpace. * gear/*_translator: support multiple translator instances in a engine. * gear/script_translator: rename r10n_translator to script_translator. * lever/user_dict_manager: create snapshots in plain userdb format. * rime_deployer: with command line option '--compile', dump table/prism contents into text files while compiling a dictionary.- Build with %{optflags}- do not hardcode boost sonames- update version 0.9.4 * document new dependency 'google-glog'. * fix x64 build.- dependency name changed from gtest-devel to googletest-devel.- initial version 0.9.2 * chord-typing support: combine multiple keys to compose a syllable at once. * configuration: global page_size setting. * inline mode: extend the API to support inline mode. * table translator: add option to filter candidates by character set. * user dictionary: automatic recovery for corrupted databases. * user dictionary: fixed a bug that was responsible for missing user phrases. * rime_deployer: a utility program to prepare Rime's workspace. * rime_dict_manager: a utility program to import/export user dictionaries. * librime package: include 'brise', a collection of preset schemata in the package. * new schema: Middle Chinese Phonetic Transcription. * new schema: IPA input method in X-SAMPA.s390lpd 15273572071.2.9+git20160226.df4192c-1.431.2.9+git20160226.df4192c-1.431.2.9rime_api.hlibrime.sorime.pcrimeRimeConfig.cmake/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/cmake//usr/share/cmake/rime/-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.suse.de/SUSE:SLE-15:GA/standard/1420c2eb54635a2a218f05fe207a44c8-librimecpioxz5s390x-suse-linuxC source, ASCII textpkgconfig filedirectoryASCII textPRv.rQ'[dutf-89d9565adce3222f9225c2cff3bd140724424f118476fec4c75e3a84577c37caa? 7zXZ !t/VwJ] crv(vX0?7d8kp)B5=ln6h!p~(OZ2=#{1cqu +ZOUUR]CvN2E@"#1:D#ILqk>}E/ӫ;͖))F î-(Fps&*'I r͒Z0g&I`ޒ;/)d=ya%ړWk YџLBfT%Y6OKr9g؃}.<60Ҥ+A[B݁IR_S1, *FL2(QZAd+iZB:w+['=^)g" ]\ n98iDJՁnL$$"~2Sz*Rー)dŠ0U?v&`/>Q"d hv$W9Ӵ 9bAc;Z*qai>@&QT)wSgsdLx^vYrsmUɥp |K!q/aO:Gs Xz(~H.:E=Ciŧ}a2C'3_]QA?g0'*JNsa.z/q0о(=QgB*{[Wm)sԿg>Z ,Φ26 Yl18d׵ػNz " !$m^[p&]br:u lHN~U!>u#z01]5BTKA|iÆ"mv㪵3WΒS=R(?_#HsZ6 osOO{է&Hfdn:R+%ڱa9D$%UU Ko#Ig >{ M`,<R CMM5:[{u.;."cvMwCҎ'b_W4jrnhsPTP!ٖ5%\Pn]r$̭5(ʂ<ٓ5B{*Q"KA45ZɏL?Csǵ- ?=)\,45ψ ͒*+駏JKF0"FA_:6@ΗwiB6ވ3G+<%3m͙HEzijkz N\m>KqnFoX`GA/b,z~L)QTb3\(WF ߓ$`)^03C.P%8La_Lf{1TL!)vXN? "3Req]j[{qeY^t}JkJkC̠ =؀yZ8;rAS (Z읶hMkpk~=m4;%aB6 [!҈Gh_@|Er#=H6dI Q{As7~s A*ZQ/z󟅞 ufoӿidrMQS8j|@ջi'9ig,& B0.{ `%FӯR^[δ-th˓D1F(N X ێ0hu+534χOZ4Sa/;dl`lаW|٩zG-f[SIBS: Bh$?^s CQHFsH$WS|176`,GgB`/j›đT OOY9(t( mIu, -W<k@\<(:⍱I.خ5 $(A7ߞ\0 ձKk K07*@Q1o? ;Po@r3B:Ǡ&h\vP@At唏hsZhSU$TpaC-p]F5|/رy/ ׶ނ³jY+<(q!NTK?/pw?C\j0>_vpFh65MunTO48xϤ7s.<&fN'FOט5ho0W̾|t3=zeK_BI/E,[whZIk-ؽW!q4$S{pc@U6ⶺtE(Z'Rw/HFVŏ]W1R+"DLzq 74!H7 Ubxfc.a/1'5_LsU4:m`fD%NXHs[Qt>MiKW$ fM=FgD/?Di.,; OY8=`']pj)AqQz֧+IsI/Q K;gkR=t#zbN[[ÇVHT#u@uXt!tp R2D9U!gɥI_%nl9zOG}/HCoof=d(%H;XM pvlnt(, Jf/x9 oZY,ݲ`N3i~٦} m% ORkr_W@W8ċ.TV0URe`y*ts_U\6%Λe<˖NwpM7_a(5H*US-kX$2`6Cgq]vqA%Z5LaC}Wxq3Yf7'V @/ n$5a#Lg22~=W}uBecx+LY LJ븩2(3b&ۿ.kbDFPN&Bl$g^P|1hIGNF3WA fH-7;;@j}u,Рp{~[IX-T!UӦx' .1bZŽp#FnE Q1Ĵ͝+[>\iIhr|k,hhzp@Iw$"әUgZPy!J_6~Hbf gf舝vCJ'O}S<~3wָ_KP~;I#TrLjA)A:X ܒV~!WIa|z\%PR@B0A 3QgM[k6. ʥ}.]+3[AVV'~y DgEAs#6y6Z";,1vI&J.ekSPU7 G?qh`a1`Q.*\š#[ۑ4{; [U.PS7 aeZ-o֭YW@;J`&BxBCIƁ7t+6e;⒧t0[%U[᳾?:1sTvjc& |mb=FJ`T 0ƀ,5ȧObped]7&%T})_D9?Ip~ʻ^k,~p.gBl/ 9 h&31Z(E`Zu=z9bx < V K[ 4+G}<ˆ7nG M@Ģu+6 AJVz'BR b?yL&Kc;r 5! a07ќҔb)W&L3C]vk8\Luj؜`]`TTj:{f#ikQO0vԱ') hdɸHǺb qP̧Viaxykn%HԿSϢ̹\oNf}\ vFM8RaZCv14G(JfH/|>4T-~3`$X5px۬|Jt^ί[uu@B5e-@*Y]-[iՆ$}Y. #}ؔj \b 42gVK^5$DtNJ$LyA؁e d4!s "+(|cח YZ