nuspell-devel-5.0.0-bp154.1.16 >  A bx!M@eee8$oIt˘ RAl&;^l)&7j~p{]gqC1ՉzɅNȑϤDFQXCc2ݏlLۢ0QŲ. .pe#xX kƐ9&~`)K/36a*x+YX4ֆGJ~j =vUlUUw<14lƘG4Pi~<C=9@n>l?]f676461cd58d2d14fff20ce2150ce68549911d6e1863056b2e87f14ff521e4eb0502156221333290cf7b35e5934d7298c71fa06cdbx!M@eeeR_YG]tA!R]Qj-6 +)VtDh_{0Դ}0I|^_ahL{"9*^W7I ť!˚tmd6s4JK% -̔G#yEK;5ĩV#s~!۞[{$8LBUL$;^JTP:V}[m@um Abc[EJEoTO p>4?$d ! C !'0t    M n8(8 90 : FGHI@XTYd\]^bdc dve{f~luvw,xpyz Cnuspell-devel5.0.0bp154.1.16Files for developing with NuspellHeader files and definitions for developing with Nuspell.bxobs-arm-10NSUSE Linux Enterprise 15 SP4openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://nuspell.github.io/linuxaarch64$.  * z A큤A큤bx`Ě@`Ě@`Ě@`Ě@bxv`Ě@`Ě@`Ě@bx`Ě@bxvbxvbxvbxbxbxvc132d07a4bc41dd851f06aca48dc5b48d8efb8792101d3e3fc37a188b9c731d94fa2553a04a88fc42cf72dafc90e24b18522a0be9a3b627b30443d249de97da215c7b40b9a78bbd4dcd59199bce936a808b578a59dc99cdc741dfdbd42386f88c1c367f74c0c8df605c80b21b5be1a12d3199181e2de99afbc733d42213b6e60bbdb4e4fcbb2a2a52acbe5c1678fada17b4f186d0774873b8f3d7d6139efa509435d0135628c1c39bf3db330d211395cf5b33858a934a77933ea185610ad5f848a1d068ddd06394822ee5b9cf39ff1298a3634f32d10f61ffaba095a2258f1a172e01da4880cb8b713513210fb8ce65d7b16967c56120f21faa70fa8325d3de939493322a6bd5a48648a9e2190e0eb1aa2802d18efbe322fcacaf1e729544589039cb05aa9c98c93f6a877de5eb70a470fdde9aef99eb3135a780256dae9aa9957c7ccb4b698d44b2b7ab2ada524d38186105b0c252a93f7355a7b3561afe12706d75ccd49475b033389285a5186cfafa47052b5f1d18d0a4234af39e8aa77cd310c7828fb56464607e2c2a093b6760b2e6356891818436a7e7b271fde4a2635libnuspell.so.5libnuspell.so.5.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnuspell-5.0.0-bp154.1.16.src.rpmcmake(Nuspell)nuspell-develnuspell-devel(aarch-64)pkgconfig(nuspell)@@    /usr/bin/pkg-confignuspellpkgconfig(icu-uc)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)5.0.0-bp154.1.163.0.4-14.6.0-14.0-15.2-14.14.3`9@_@__ _ ^@^J^˳@^˳@^˳@^˳@^@andy great andy great andy great andy great andy great Jan Engelhardt andy great andy great andy great andy great andy great andy great - Update to version 5.0.0. * Fixed * Greatly reduce memory usage. * Increase speed of spellchecking. * Fix long lagging when generating suggestions in edge cases. * Fix building on OS Haiku. * Changed * Split file dictionary.hxx/cxx into multiple files. The other files are implementation details and the public header dictionary.hxx is now clean of private details. * Removed * Remove functions and classes that were deprecated in v4.x.- Update to version 4.2.0. * Deprecate functions that allowed non-Unicode encoding. In particular, Dictionary::imbue() and Dictionary::imbue_utf8(). * Completely remove dependency on Boost. The CLI tools were refactored to use ICU directly.- Update to version 4.1.0. * Added: Add new API for finding dictionaries on the file-system. It is a set of free functions located in the file finder.hxx. * Fixed: Improve searching for dictionaries on the file-system. Fix finding them on Fedora. * Deprecated: Deprecate the old API for finding dictionaries, i.e. the class Finder in the file finder.hxx. - Updates since 3.1.2. * Fix handling CRLF line endings in .dic. Fixes #89. * Fix CMake scripts for unusual install prefixes. * Improve hash-table insertion, avoid temporaries. This improves loading times. * Switch man-page generator from Ronn to Pandoc. This changes the dependencies for building. See the README. * Fix lifetime issue (segmentation fault) in ngram-based suggestions. * Fix internal usage of std::codecvt in edge case in function to_wide() and to_narrow() * Fix not propagating recursion depth in spell_break(), which caused hangup. * Fix overwriting of PDB files when compiling with Visual Studio. This prevented debugging nuspell.dll. * Fix output of CLI tool to be more compatible to ispell and hunspell. * Boost is no longer a dependency of the library at all. It is still a dependency of the CLI tool. * Use std::string_view in the public API instead of const std::string&. Also use it internally at various places. * Build as shared library by default. Building as static is still possible via the CMake's variable BUILD_SHARED_LIBS. * The public API is annotated with dll-export/visibility attributes, and also some private functions are annotated needed for testing. This reduces the file size. * Use Unicode text segmentation by default in the CLI tool. Simple segmentation on white-space is still available via CLI option. * Delete deprecated functions in the class Finder. * Drop under-designed and undocumented feature in the CLI tool about personal dictionaries.- Update to version 3.1.2. * Fixed: Internal refactorings that reduce function templates in utils and finder. * Changed: File utils.hxx is not installed any more. It is a private header. * Deprecated: Some functions for searching dictionaries in class Finder are deprecated as they were searching in directories that no longer contain dictionaries.- Fix build for leap by enabling cmake rpath flag.- Trim redundancies from description. - Drop redundant (autodetected) pkgconfig require.- Add doxygen dependency, and build documentation.- Add Catch2 dependeny for test.- Enable build for share library.- Update to version 3.1.1. * Updated description in README. * Moved Hunspell files from the directory "src" into the directory named "external" to clarify that it is third-party dependency.- Enable testing.- Initial package release.obs-arm-10 1652093860 5.0.05.0.0-bp154.1.165.0.0-bp154.1.165.0.0nuspellaff_data.hxxchecker.hxxdictionary.hxxfinder.hxxnuspell_export.hstructures.hxxsuggester.hxxunicode.hxxnuspellNuspellConfig.cmakeNuspellConfigVersion.cmakeNuspellTargets-relwithdebinfo.cmakeNuspellTargets.cmakelibnuspell.solibnuspell.so.5nuspell.pc/usr/include//usr/include/nuspell//usr/lib64/cmake//usr/lib64/cmake/nuspell//usr/lib64//usr/lib64//usr/lib64/pkgconfig/-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:Backports:SLE-15-SP4/standard/0599faa0c9e8ce0a94aa0755c7ab9138-nuspellcpioxz5aarch64-suse-linuxdirectoryC++ source, ASCII textC source, ASCII textASCII textpkgconfig filePPRR5[g-3v utf-8af20b07bbf902c23331ce8a9070967d864edae81c14a66ab21a3aaf275f67bda? 7zXZ !t/YsC] crt:bLL @V Ppw4Sב5[bim{@FȖhOr =۫46DR"'S֨ph,bHBeSy/!;~)4fD꺼8ߢav-i5 uW8sÝXIuDF\Z0ȧ/PTkExUft_qޚN {zAdWn𱣏˫ f <}]MmҘJXxacJ:=vϕv l@||' !PS\AOgz B/{g<#+ejjYbt.y VYunH"qt@Gav\datPD"ϞKdJ=/9q8Xks f句̀ ڶ$Fw7Q$N8qo?9IIkfPb #IDSW/Bw)seǂwd3:4w- 1!(qfsW'p\[B,^h9T [fU1S';o;}0-Xժn9(œ|#O3:&\C dH[e_5R"Lkn9M;'`GS"^M-քնzDua:jPKQʸ+^T|p}XД{Z8)`xJ?ɱ‘'ତb٢u 5Dkm.Ԉ."r/1F_ %X'2ކ4ʤVm+2ԔXgMBH=[>0Lh̋ЭՓw9I=1S(MQSR[ AЯ9EJ]0RϰDXF$dx׻﫱bMk0I/IADmiZ"-["JsAqNP p=k_1 SP' B[ЌZO(T_PXA[nVN5g?@ eMpDE84,V2{6gp]ҊC /TfI7IzHdرpJs˅j ³DlOny^~2@.`&N2>2d4Y~A#y3 j]9v!ug~ ۝sWBqЪW!޻xHL0h4Ml{-:Nby&:u>ѳǭK?!WAieйƌk߂"U0bӥ]w5(erqrtZWmc̜U&5wX9Z=;8bjpV/"cho41/H,n7@>*T==۫8Ţ'na ᳅_q7,aHj9$JS&WDtt)d#.\4]1 lA.;Dl_ܝn/6`9?|Eh0.BqDpQ>lԑsHOscv17ڷ39} 1a+Қ!/G hvؔƂm>H:vFrx)Su2f4տT[6,'6F4:~-7my%D^0 &A؎U~#JMItC%|pr 8"Oxg1;И;bcXV,C~z0s\D܅Xhw.ܖ:5א_WVR-"z')[2!5G[*KC2csyNN%ʏXJ 65@J kl9ȁ7-ע*ċTe=_*Ak& \:\\63[[% nuZXFm<6= |M|$)ַgbQ:a+u3 3ƽb؁錎8k'RVN;N_>P:<\ *Һ |dυRrFmWgQ7`uvUqӉ1UYK]sWGFو GK磖$J%I72ΤWGl>W8BMhd*֝'>+1ڡni‚Eg}T^d_x K8YxЈ}JG1%lFcn$T *M&`y}Qc5+-;Jys:鰌P).ۚe:P?*_頑o^"no>~Zή7׭|A8KqBDJO%$P9W th 7zh ;JSlfE)zm 'lAHڤlk f81'Lsn;eYاg(`UG_PEp+ɦ\7 :CAtm/'y _׿ ʤ6wFcЪ8N!`L>:خOիW^(#5`+Qxo嗳CO7UMYQ{k>.26at/E?@qR.\ꃡX/ҚJjEg 1'+ywOJQ9baw~o\"FEhq0z _f>s *3Ep,Q3VF8LQT^ܧsw@o^zU% 8ܪ߃ԋ\b|0`m q9{~Hw ~ 0sSÛ#")J8d6ʾ)8dPzTW@(ҠnCzA3 qpkM}*"T&_sR]]:"?Ղ_;9e 6=àkNȾa7rr1#2VCi 5b7:'w+*έKBr!) l 'N(fS J0Dni% Y4Y}.;]]hW娡ǍQZyJNQ_\cM ?LmE:No+k_زv/{aG&vf~6:rΠǒ8b):/!4B ,F;.z>S e,a3}bTW$yuQ|tF6(\WΒzw|1MCLt_;4wpPUFpor5ec)M^UтT,(q˗ɂZjGvߣA3IXI۳MA詄X~+?1v3kԙCbDZ!9@\(W?V1Aq+FGwmZd(C{8Gii~1`"i#<K2V{YHڮ\ڪ"U1APo^5RbvҬv"i z{UeaLJ {`86')7`H StE8CȖ~Y?MƶbOS H0m$> 2Jǭk PKb }RKBȢqAB,G=bɓTn3z;y"I2HvB*OP!֡~vwe*M:^`C=~\E1n`{k2gL&Nt/1e ..l&[@4ꪢ$WMi,f وKѴxH-[ }>{ l6a81DW>)!YO`#1dnҀ]PPUj>p[J!L~ɳ3:^U-Hz^05"Xlo2+<8h )gd=}Tco '.Qɑj%=4=[-i}4j$=$keA*n|L՗in~S̍#RE*1fP@=/ A;牄6VFV˟wb8q8 KOefjw66Uf6eg. 5?8F!.M :~^F ljٳ:t<AVO|?N1؇X6֡{00+9<ԛy$KYMgZB@Nh0dgyBt+S6f#6)+"{- d>Q"[il=.p͊[D@z۰2J~!/HZiN5Yl5k[]d!q~M{7:7ϻ1)rܑeu tnaFWmk9 ݇m8i; b >hD mcxvӓx4Ӂ6Fp 17d~Rq[WԿ{y&M6 }{ySQbAVMȟ\f*=`hi[7zަ yocm=W*^k0RڷةLDЋ`O< =U6T檲c->4/9C =QX8P^p`f2Q.1=U^1b#QT!5A9jf ~g9K{P򼭹Vc9ɑ@$ht>{,->PhKdòh{lI5 LIiD:4#ن.Hrs8Vye_} IO1,˞pC4 3MF2!AW^A'cl^d?ƶgg"OfjbHr#Z,ЍթHAk+GS19q^=LJ) 8;OO OgޱsӍ.HKUvG+4 UZ=V$&>xuC R*H}F ^F'6pǍ 71,{x$E'c`vF/]&50vBitta8Qedm`tpzqDKΔ">-$PoȮ? M^gI ç=oD0)LfG4)'"DQ}$6&_~ cX͞M[%Ti#y-7ʖ)&eO>IMh>=1)K>ؚo355) []gl@$8`f^(%N"&wRX'w*DwuݴzWH)v0+ry^|yBB>anܼf? 0 e8ulEh7ÿ^5)UvL]BF C幁gnSb 53}) aDpO?*` bA?Q `qJghu NOcCk| ]ɿ<^΢CsEtӪasmENvya<8P;$/dU/ g8"32#EPF" L6G s{YC`<+C͋3&fa9̛b`OtLud-d$vmR”bonsheУ07m kuW;F%r3e^H9#p|JyC[}7A*X'u+^ʓR%l\pn1VO|6Keyc1duQH:w\(ddEd!h\۸$B?{/2GWK-j<:߹x\z?vpU5x#a FEΞY274W;4$thI{ZV9<4WSZ1Yj>NDž)l9G^C*_}nNO2ؘƥtRd %ļO$`zh H`Я`I]rɂqNjiȨg`h=[nXFgvѷ@-VS,e[`=;iIB<ݷNo:5qiF2l);M=]p)To ZZ gJmQ9| i_F+K^g&WTFjy,.I`}%< +H! #>35"$\ؐ0Xk5pfs@u?}I.9{:B .77緪 B_ŷV%5^Pk ]SdL셛[۹N%YFn(d"u6/G&'!:ƣr6XMx(fwJ +ߌ?;ǝdT5 t5&]ߨZ7{c"@+CA}]QMLcL̗9ʖ< &мr%D6.`ն FZb;U, zriO!>sW.}L,JHT*HZr)+.YZr,H}O7mB `_=<%͓ }x7MϨF? `څAeqC:52rw"}QGъ?!2k Ā:>F^LB`a(@rs~JMaʆG_h\վgVi؀#&'ik0xx/(GBeNУmHp`4Rr1~ M$;M?ݳuux׶Ai5.;)ؼB?N[c|¢ųF,D\Ԧ{ӒHkD2#y^s+9Q~ #AQR}ߜ48&7a Og߇P\CӰ,;EeR&vchG2 9E?X7z5DE^,r|!KpEFgW/K /DaOMhm:pF*hBe ae)̜͗g/G=a'ꎇ|m!wZ݈ΎeGHH=j$bCdZb,GG)f0ú;9FXT>o(j#KgN"{h59"{,mmw^+[1A{)Яj 5RY_dF5ynw%% ƃ -s|uwG]MN2?? b%wt(]"Q!Z᥂ ۏt~7v D OD0a{dE Ҵ) .0y4\1lCz$F -4$Au:,)rPu' 0D4[U'pc2BH-] XY)Gi!g1*S>Pv$#:SkB^&}6i] Tɦj3X[{kRie"Mv#t"%] ʦJ=hHyšBG8/)L8t(=inTo&Pmqpm؀_dI$z_=ߦ\tk3nCc^Re&?B E9pPeGadk:m$d7ܶCZ2 F62GAۜ]ByČ[Y`*"ޱ+LxDIG D(i*@ÍNJ c!PG0NmeWzFptd "M||]afpdQL1S;~W%CzxQä"J4%` h_#[@qbboܵW;״3r2˚i]?(T Md"j=򆪪yDmpx0nASJ꼋Hw3QJǏƽ!*xܭWNlz0[p{ Kh1&I@o%ՒreC5rшb5% -.?ǁWoƚJ|DEim-_tQ\;]b36AO1 ?8RF^qcqaB:uQz^^h *ߖ:'+N3楠BkCX`8~ OvndGhVkKR`iPz޷)w .'@S ;Cφv'}.}N ? O0N5WnwEJ{ `x*k4~ URl:{!-p&T 'PZQ& \'ZrFOY=<ˈFGt B_4 ~>X )s/3}b\2JxʴpW_? |nKfKdLd&0>0U qz͸4M g'|+Z05L.I)LHRB~2cz֜&WOx2f:$g#*nA-p@lܳxX +&Dm-4<|A ʝ,Hs@ OnDU=˷DO^$Ή\! @CWw{(‰ZWQPf;>TNZɱP*VVlɒ̮Of91d*_p>'rHHElњ}gh6p5޷[tkd/QrCVKߟPbqylp/dOȓ&}Ig巼 8\C]u#,p`)flgDPi[&CFZD>x{ I,=/#xG퍔}dW7T~"~C\Va `r:uXF)>jڳ 1XeTڲ엮cvkGLFќvXrסA`2sΚE&JRye&{-r*t¨\y:lYWͣ=w f~(1# Į6E* ␞6_{˳րKI&j硹uyhRa5Ԕ I7p [ơk_[vJ uC0 Ea#%yw>|q7~ pvwZǞfO,p̉#a OLs^TPQ" P6kZaWM'kLYM3>skH'䋼=;>!Mkh$ yhu-'Jj|cw5: Nמw /6Iwa4ȋ@Qkܯ3aAniNliw4m ʙ{o.*լ8p)/Ux-stnF/rxrc: -Mi4q&bYH9ߺ=vmYgR=s㉦ekLGYV-ӪSQ O3qU: b^DjY)67JSBllbe *=/彏LMwՐ]kL-n;xޱ&@X |Sf~TT)/`hh@ jbXW<*U5p_14 u;=pDo@>VթW(vzAO/y_h?b@#cY)+1 -Gtrp񉽯QAU -ݷظ']KWg}G9o`%s.L+@ AlϓtM[ٸ ȟ X<)A,J(>iM*?|A)490K$U ݟ /3kvpN=e>3i"ᑇHFl:>kѯX ?rH^>W= [T$FCҋ0s:fR#9}Oy+}2⟓"'{Qk+5ZV*R{|G_(ݜ:aLjds"鍞c|+7$3UwDc_n ю|-~b|vԁ7rp [1)r-5eP;~Xϲ.$baOdyJ>n@ wǒ[YȘst?/\4V#jK4.%+cÙ퇐ЭR KY3 {:6 =$ڞ?=M-w RYkY?(0+b n [z1L] S}-i'Gn[O~(d%V5oOCR @8 c{\^g5cTjaς#{$1(jn k$>w Mlsvx% O91z:49;"r"BS_R,ӲG3ݎܐ;jeS*qpgn#sTS4 !wӯi0D&*# @wG20q%7P6/NLdE{;v|Cφ5ڽU£_j;Kh`,ܪןLʈqb·c. U1eH@c Hsd% |S)vNLt?Q[A @ޝH`G̦/\MeΕq4|s-%` V?ܢ,Ȕ 7( :AKS*hvCnqߞ˓+}n%`ӛӪ.6%7 . JpvAu_6'K&z63VIޭuxUI'!z nl{k;xsrxLAvwvcv@9CeFFZ/7H^y|/yEZ:`6U #^o4ׯ˓}aj?K]KF)O "?lr.RQM $%mAﭥ*geFnD> ݥt NڤH@ T42(<܇N{ 'VΝ2j[q rm$WJHOYqpAsq_jb*IJ*qu,~{)qtAWf@)0+gK: wٷLU&gYdxחH(j.>C6-A\I%̞Ǖ^T6*~9J4`oҜv$+?h֝/Ŋ{\H9HؑtFMCWmUKXMltd"a 0^ypq~y~QP\:ge%ܬ H1iyG)3PB"}Jܕ01Ry#S}'PZ~v~Zȉ:q#P܎yҒ.;ajg$kαsp3\)Z*cz?tyv@2# |&Ϧe5s[".Fzˏu!+[k 0e/%UWj~H$p<TJdF: bRҶpGɉ]Ni:)T k}]aP,g[g*fh+K5fސ`<cϋbD.|0aN |/ڃL:HaSKZ`zpSEs$m}&"aP#NKf*5V@Ԑnt;H@D {eH"qK=NЅ[.BBQ74d.k|&|^|5|Wkt)jGpĚTVWn3תI(KHx>^2%:ܱ< !b|1p6>bf$ jʅ~;C%8}xFvp"p[+;0CO᷏01<'bj1d*+򁜺 5 ^39eԂO}##)$Y9и +Iǫϊ(DݝhReMzz4by5}l΍n A NṶ#۞~AUz!H[vmdD6s|Es,e*mFY3M+'4m/f$D-'^KD3.G$k8@뭸tm| Af>S&K.H9W ފay5]1l{&Ÿ̓4s.ܳ_L(|9>w"trj&9ج"ådExI],fgE V[ ]֏Fa>W0EWAg(Fe'{N؛ښ2<%jSs iƢ\<7.0ZݜK,<P~N&He"jJLnW̳t2>r z\`m^vSk}TRNȳ@Fa31}~whq$XCa~:ٵR,yNAX: =g 5u]iF 8B2kPkkҡ9߾eŽL{PӳtWI%~ 7,nԃQF]&v{V5KRKxVfG-Co_,D*bCPE*l!xSwL g2(uIRST)0oG[3kgLʛHL];呒0 qR:_W!Gq,]&rD K;iSKEIjtSc9(b6I-H  G#Ey~jL9HnMVehKFZM##vƺb̆17 YZ