nuspell-5.1.2-bp155.1.5 >  A dk,I%z O~3c %#ș`f{?8"UA,ܑ:$'Ҿ81lMtB0RxK~]̀٥ 2٠(k;Svoxr$h0lyZ_R]oʭ-}zw8d8u*;_jgvfSN樔n#pQ &>!< _ S֯y=ȁejtCeb0/Þ҂k=w3$ jxjY{DDSPz 5ieVűR_ : n3mDnұ ި":DTYXJR"qvx|}"]%&*A'a3\W#Q@_oz~lY(CDL FP1G$.}e-YFA>=Hמ6 Z## |>kؽ-&ڏ~!d_wte0[8 \C S,Wi#g)@zڳ*#1?1<Rv%px>p>$?$d   H ( B\w}    l t$@( "8 ,9 d: :F YG pH I X Y \ ]!^!Nb!c"md"e"f"l"u"v#w$x$ y$@z$$$$$Cnuspell5.1.2bp155.1.5A spell checker library and command-line toolNuspell is a spell checker written in C++. It supports languages with rich morphology and complex word compounding. Main features are: - Full unicode support backed by ICU - Backward compatibility with Hunspell dictionary file format - Twofold affix stripping (for agglutinative languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.) - Support complex compounds (for example, Hungarian, Germand and Dutch) - Support language specific features (for example, special casing of Azeri and Turkish dotted i, or German sharp s) - Handle conditional affixes, circumfixes, fogemorphemes, forbidden words, pseudoroots and homonyms.dks390zp2aYSUSE Linux Enterprise 15 SP5openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgProductivity/Office/Otherhttps://nuspell.github.io/linuxs390xȈK+7!KA큤A큤dkdkc5Cc5Cc5Cdkc5Cc5C5d874c40381960aa5be917c651515b8eab9b2c61d63c3703b34f959f51d9208fb82b1b8e3bd6160ca9c50260b1394ed717ad74e589128c310e0a42832b5c599e0d83238512e93a3a5d5a88ef53b677b7d390439879b6fb04ba324220c61d117dac04fc26aa3402200f61a646dd17233c828483e5c09a40049916e90eaf3eab048ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnuspell-5.1.2-bp155.1.5.src.rpmnuspellnuspell(s390-64)@@@@@@@@@@@@@@@@    hunspelllibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libicuuc.so.suse65.1()(64bit)libnuspell.so.5()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.26)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3c:@cAf@`9@_@__ _ ^@^J^˳@^˳@^˳@^˳@^@Dirk Müller Atri Bhattacharya 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 v5.1.2: * Rewrite internal testing tool verify and improve it to support testing suggestions. * Greatly improve the speed of suggestions in certain edge cases. See #45. * Fix minor encoding issue in the CLI tool on Windows when reading from file(s) instead of the standard input. UTF-8 is now the default encoding in that case and not the one of the console.- Update to version 5.1.1: * Add configuration option BUILD_TOOLS that can be used to disable building the CLI tool (gh#nuspell/nuspell#122). * Made error reporting more detailed and robust (gh#nuspell/nuspell#123). * Fix compiler warnings regarding usage of deprecated functions. - Changes from version 5.1.0: * Add new API for finding dictionaries on the filesystem that uses facilities from C++17 std::filesystem. * Simplify CLI tool and removed some unused features from it. * Deprecate old API for finding dictionaries on the filesystem that used strings for paths. * Remove man-page for CLI tool and dependency on pandoc. - BuildRequires: pkgconfig(catch2) < 3 instead of unversioned Catch2-devel, since package is not yet compatible with Catch2 version 3 and higher. - Require gcc-c++ >= 10 for successful builds, i.e. BuildRequires: gcc10-c++ for openSUSE < 1550. - Fix building of API documentation and install it as part of new doc package; BuildRequires: fdupes, graphviz (for dot). - Spec file cleanups: * Install license with every package. * Remove any doc files from shared lib and install as part of %{name}: shared lib should contain nothing more than the shared object(s) and license. * Move all %libname.so.* files to shared lib package, devel pkg should contain just the %libname.so symlink amidst other devel files. * %{name}-devel pkg dependencies: Add shared lib, drop %{name}.- 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.s390zp2a 16847822745.1.2-bp155.1.55.1.2-bp155.1.5nuspellnuspellAUTHORSCHANGELOG.mdREADME.mdnuspellCOPYINGCOPYING.LESSER/usr/bin//usr/share/doc/packages//usr/share/doc/packages/nuspell//usr/share/licenses//usr/share/licenses/nuspell/-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-SP5/standard/1dadddb1024f95b535a7317e93f2aa60-nuspellcpioxz5s390x-suse-linuxELF 64-bit MSB executable, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4e386e731af7cfcf51deaa752b088d28de8fc484, for GNU/Linux 3.2.0, strippeddirectoryASCII textC++ source, ASCII textRRRR R RR R RRR RRRRRB@Ħv)Ѐ5utf-8a201c509f8b40604b914f551671d0592ab6616084a495b923e2e98bb07344ae5? 7zXZ !t/w] crv9wZ*ֈdC//N&ї́=P bq\ S@:Z Jx9eF`k>uܺd#C~Ga|\K44,1#s- (kK%mJITR`BQGWbx% hmǥ:5+•H%YwٲaY ڇq=2YvfVtC;ˊBԿ['uFUr~/~an6 ̲& {`CHZ3G9s~|:Dˎ$OKI@ ]VR w J^W*IX@٣ a};9,ޙQB c=ZH~;:ҿ,*3ķhW:CzE*kzX6*:2OɡwNJB?aFbͷ\_'G]y\.'Fع&Z⹙y3O7IChھm)y l TF_^D ѯgS1#^ع3'8s!9ðj?>>(7IYvQᮖrz6p^u Pkk6@ ij=TGTVj;4|%Ee5)qgMtO>Fw"$#Jt@_)i0ja;Ϣnc'&;5h^s2l|\s+Ͼ1 9%Ru)uKMfFlϮK mv-=}T 3I{l'\AAN٦r{bhծ#1&<\}0rM!>D)3…plA5K b-7 Y$q@Ւ6MTln'K{Ԫmqc3gPۻ1qAwrg>^ Yܟg}?ڛߊ">h^RU VPٮLH$ȐHk?xD rX᷽|J_iwMn0esd^[3ID/%k_)3?c%z\u㦖G,0zI)0±V]JNJH_z΍ɣX/(EFjW?ɬTj?)ZDF8txo?ܢ-@&YI6bL/5Li S3^,xMeʄ^&FحJ<;$2pڅ4{=`=+ѕ =i 8KDmŢ0VKmZ7{gz\;@\#z_ed}I3XVKķIeTo*&oxmW7=a-Z ^?h<13sefqXbB/-e",FBLKUH-Q!MzN۷a6h3/d!HUawΖ2WEa<[h 1T=MP𲅒Je&FttěDM ;@@6e}R9@OgKRʖR9Hp0r!N9 }O7Q* 4jqIBahx)gklIeˏVNߥ.Ƙ^q{P\"$ X9D?\iJnA$:XK(NYG[;GX]IbO. ~\e-}fD&7 N5s5prva8gCS[sj#KrW ܝtcˢ@}h,pP0&%Z OOZ%6ڬQ0SM-.+ h4C̋/&xyܺ])7ے2)T(_˸̟=Y_ƁI/p*:մA!iz);i?OuhiyfNðVH&'1a>YC/Fhq46FyChH]t@`rIg*ǐ;-E<ɈC L%ikcVGLr~Ы;j1xHS%Ea÷`⪣ {o=m"TQK6䮲Q(H Mԥ$DjaBM;PmMBiׄP`- GJK伉i._I@ DA.-J'*'UReR39Q2֡Vg~NiMT=)Op}piqOs^j_#/$)f$ܨb`7 I) #~ڳl1늿jA*]anto^jxn~)QR~Wʬ -^-0Չz' 2Εȉ?m.`tv˺udDw#:؞Z-T PA%ett%UmQǗw,=6dH彰InI{w29 NpJ=|ƤͣDp(+Rԁ#(V>s,LXir cEd6,fe /j%"OSr@GI8)=wu}'Pd,l q{Pd0t_Nnv%Xܻ3H3b"aˆ&-=ٶ妵mUIb&z )LKڭc0L3 s 0vtsX}G)f{|ccK+AK:CtdȳBfWP (u檆́mUs˃l7ҎEM"t@6`9#7\273=0S؄Q"ݗ?MDcq%s30P nCvխVPb2H֣s0G\K.}[e~s&FFeEty<@pi׌ k|v0[ A}dM'ALΈ!jB H/|B~mIM n*#}`C zi䊈rxHNbbLnT7ej[j?xelm5B|4N1‚rJT6LD@cAj!&3h6JXg('2-8Okņ` Uou z=e ME}[jj'CdwCl4$.qZECvv$Y$i0{+#Bx07Q8i5DJyLkF|9Dx@ 5`UMV*yx\ʂMB0*|;n^< \Y:]o!HaS}J@ܸ\XD7d`4Xv Ck03fBS\?B75|47<̭'cR~"@ ;LJmd^kA0gF;"C`~qKQM65M}c7=(;?*kh#2b f 7=Xv9>I%K{Iib--%MOs ΢t8Mݣ?%&5Kxarz)d\Im6ٽ-݋>+H/&H;&[Kl0Z\CPShRB0}&#|A3}';T\O$9E BV`30ERN:6{0w@~-0L@ً=Xscv dYwM 8츿y*5GDO17eaYB3UwhSFh$\ܜr)jJrx 'zZ`Ȓn%TMaxgae9vKc#; E22+VdGx6ñ@(?' LEKiE!}mi#<&eIӘ -𲠏{:}+߄9c)}g(aď/p7x0'bqwrroưT QS evVZ[9!yW,90YEIvG7fYN U1L.-hT`[E=0RknV8x"sýNo x퍎t^|Y ]\+DTƬAza|SLE3R/u-o13Q-GW1˰ݳέd *BΫя&Mp.ϣ^UB ~td/G}|v<*`k>$M>dLٝC}!.`?0%~VDq+]yصopl;L9R#w#qXZZ \gcϜP<ӃX KkmT489 SSE2r/+dwc_" A'8,IrP)pFpn_|oҷb%p&hfs!pU\gm}ߙwCP[6C|}|-AtJ3b(9?+<|p^qbHU,'HJ`-90b c1!n[Ѷfn3f8#9Ӱv26kD\W+w<ȋt~ ~&1יs> /'~ziYyeHϹ%9ċ563Ş`g`ml׈xnnWSP0TR Y, _&v݃U~o{ zX1 ??`fO\XAGo_հ:ˑ^AuP5 t$9eZ7( _(?1Y Q⻴W xwK$Db7Ow: ;I:BXCۿh@VG\=;OD 1l*yD&N}᭓h^g"gqj{c3Iۑ]CZMK@ P6œLKMǃ+LyliڽlDyqd/:Wl:0k=xuf֨܌Ԛu,al ;Z"~F;BA3]jm-T˽OσٸѸ&TrBBg g鷜1d {/W /5H.~c.`y?loէs+t$g'(%Ak~Qgg @3!!JAlkDYe>&pԓ4M@訞K@*c}֮E R|RT]fP>TJyh6p66"~Xi?+XX5#擙kU]"d̵ۡ8 @>fĿW 8 VNk*UQ}ҫZm4/k%Ge#./uYAj :xГa!t=^/dVy/JRέ;L~Q>H?!B/e'T\2SMtlT=:"<#%^KFOLllX t a%t-j ٘@Lȡkv|W [`nga%vjN<-p^mqޕJǛʪA5}'|B ~TO\K:P7<مa(@gՄ{H4~kӠ FY !,4V_id<ԩ/qZ]Xb0墆zRH]靻Gnƺ؀g*IY!/ 㳠7q~mT&6q:ʼ uҵ.K :*ڂ#l #L(Kg{4i2@h']YU hW[fenblbF=Gv2& Μfj/TC_k@Em4e:h ฾ljQz/1ǯ5L8Lƅ̌ʞX G_ {k͆82ڮ ͪ +!޺;l% 4{5s_=qd܄ X%3_7K_!@Ox jQ>e44 ;ܗϭ+B mYj%f&FT^}#+Gf .I5W[{gB=5 ǽִW}{^!ZɉsH>;;$VyH.S |W.}~jC׹W5jᡠh_T_H+mzD!/4Kfু/!8jEaTf\.2šz'BKmOS AJ{M*:mBgu\8z8 &р/ԫbg?\prqLI`R *:2)FҬ_*T&Z@LWLmqqj~wK˽/]M.G!fѻ4äj,?e/2\'Et"P[W+S*zy͸©G0GR \dӚhp/Sf,)W8ꙴ$)$wiw 6,I/UZ Bg1K.q! zZ1,53dÝUHG"$!EbP/Rn5FzX70DZ@3lWV$Ww8)2IV0?_ZvZh9Q-r뜂ӌKw#ZA;1_̄U:ɢYKdf*ƻ\ 5׳u<&ٴ T]m`{=Dgʇ+) UǛndžHSf4w#6#A\x+tl/@bb]$h.v(; -"Z-]E:Lţg!|&sw\>WIcǗ/꽳+&ؾ d56Sq3Q=Zd1ޔ\#¼,ʮVo"PevzYI2n0pKu07㶝b@3)1=~Ŵ9͎ hS''9ѯok\ sH8ŗ%e0.w?:d@$3& qW"M6ҐAEx-Dƚ/ 8e m\>C7Oe"bR ֫'&U0" QQު$^&+NWw0`X+7|a EPNK ~TH=\$ȸ+@~H*}Z+p &{c+EXGFh hy-( "`i;*R۲vL9̸ӵ.#.ݯK^ 3DǑ=In=%FQC)U5DSao ڦ!{ೋ }VD$>L ۱ʆj"E$PbN1ʁɠ s4JZ;m.t?5?G`G6ᄿk7RVH(8?*G\ԢҏO\bi!|n2B^;$Y2p2bt^~}*߶ Rc`H>0P=35#܃dF6ѻrk|V@{SQQzt&sm]Y5IIj:o;EsOn.rmuX>ahSHW"?SUjcT f1&L x|P >NA-6_lU~ .zfh7-0N@K*)Jv4D'tC?vJ]6Lyĕd#C_<?<$/O蜮^XϑLg^\R ! -/|qwJozѢ'T;|o?v8nCÒ$W% LrRB ï1&Ȣs#,8->~qkeWM'6[z;h$3 {KE(M@'-Xy|+9 $4 MGi hLp$>eF]U"DejrLtrNbL!m ޚ%6 pD1&~h2 frXZÂ_sXѩk'3"L<83Ctb 1CU1T]Ug꜋_@tJKl%.FV@m5r4RqfpW9tMY*u f=YJw`5^:"i˂ڪ_d,-6/i)fz}ˆsJ-GG(* ao/ec )mj*P1Ss0K2`RT@~"PM?ݵo4U&X:)Љg/-a >R6k#*<)u?2T'5D+rrm5>}''2 \>za&t~Kr#ibi]3ꜞP|! K=eQ\SjU~FdcydsÊWW40uW6ғtFb(xr+VgΝcdDIQG)' %p\9pCtVhg%Zn!':$1ΌK$АOÞNv"䞼^ 09auת$Iwܒ>)OK yWyXuil:YX´xvbi=ì_k>vߏT赤) =pGșĔdELQ 7OACUs>}= ԍaa`(aUG7Ht(~w|1ed4;i|KcR+0nk]8't$iVK2 oЎ~ *_v?^9:ߣN_)!Q>g99]KsW%rx24 Q ܬ.wd!Pٱƣ+5#;owTrrM^6n , #s8egWC76]eM3 RdQbvu:OMG|4Ls(ha Jn]sɰ$# HZFޏ[Nsb=BE 1WԸnՎ 1p!S\}cjqd1t3Qɑ9;f`t'| "7 =0< 4š\KKs n ^EێٝlѪ*ݚSϜ/x0RQm'mgNjܯ6%JuZ A =>+Xlh׆GJzJ# qdjZ ڼ"kR/a(udcr[#*. ,; 1OҔfZS6gM7zypD ҐmsoSw6p2]NK2. h%2!7Qs .A- U[Z)~H'xh5F]f.`zL`r>9]vXhyRhC3pOy3O̔< sw2Fk\CaxJ6xe=bBb-Z`ٛ釋i[Yԣ{(Jtza7ӭq49xh >t|͵({RY>TORYsyMr ePm7G8XTjl_ 8Z1aχrwDؘN/,eˢ"2cg:/ w/= < NC DdZWN cN{y'I65mmA#yE%$PktF~WzS[  "3s~RҩIq T`>r܀!UJ-OJ̤%mAkQ.̓m^JZV["hP?%8((* wqBJY/{w`2^ '2GrX aڿ<Ŏ"RtƏ}8~3-jPd^ƅ24ɮcs7#oDn|U{qA1^pFog V>E{(ekͲq] Sn<ei yD:bE=h8֗}؝]>iֆd2qw?IlGQ`zho=qČ=P$ta9ak`FKb.ƙD =କ%Q~7'R)lE[aGH^Nv!0E>d.fJF9/5`3X`z&r+#1C@]h:c37Wנqyr{c߂?5'!-Ǯq9'ru͵0$fba`t:'2~+#e`Ąsm6]] g9bcyKPsV9(j 7 .i?\FluLɬ?ħߦЗ 2rօ}{2/t]E7j^qg3dqHe#e"{x(fک_ɳ{*[Wei͌d")h#EI{c1,j&Meg>Q:=j¿edU嘫bpNR F݈s @A ܼ:\N ?L kѲx[f3Q t/v^̛ie?saY3߃q]@^{o,Nk#Fy9t<58]z*udG?|X|Jめ=Q,SiU${¼ykPkbCHч Ċ۷᳍NvU: 81{Ml38x(hr7zfkfz?75ʀ/l`h XpG3OqC}/sT˚Mܑ88|M}xnʇlz3+:ں6䊃aA{Aֵ1M{wAWULԍ%G%: ^Bo`-^ե%Ff%~Fk=2yeO+6ᵽf^?Q=|[MzejpTfXͦLֶ&HAvhDie YuϟR52e~!fJY9huzUgL_#Hʀ#w`~IgA3 ԈX523kkRqu%z-SUs\*>Ly* 76*Hۼ6Bv35FRXwC&-~P&˻Qzq`[UXo\MN*!uʯHւgfߚuy43I!of+f+׫A2}ݝWEI*ui|ʒ/ô3/ڑ:yiؚ7j gUTT-(czd*Q'W>byqXЯQ}7 ὮWb#$:4U?P@h*Fj^CX* 88˽F}K<_oWG+a^ُ7 ܿ%wЕ( mW -7܊+ɝJ}MOg#g^Y #N1\Shv _Hn׀Z8$oBn99m"EyBo.a߶5n!֞KYrhDL8Fe#Y04׏QGTA(P? 6АΧy13ZPysf8#'R* 7H4E"G %^{xذYdtUb#"Ҕ0L"A%bM<3 Y~gj2dPAնS>z%HcWz\di f]~-;Q:l!8ԩJ M~J[}=eff[>(* u7x4'yhab&}syApav'BSR[%2t9hmY%ǝyZJ|`!J|j/ v #tS sɸaWZǝ ئU5c>l۵&]F3G_4'` )%ZWD n"H,l2?qື嫧r)Bcf[Q4wq'V ]F>C͵w5Tcf@$ Jtڙ 絚@C^&x;^$0"9tY6iLU1[\p/|pַǢa 094o/fb%jYmf9[bp(ـZsu 7mQ8$x`jwbS58 5J Ͻţkq!\ӡ ֝:y_Y5@|jkÓnpf\u Tjt}z;]6 h5sTtN_ cG(p9D᚞Tywh8˨{/8I7'M,3B9HDi0R[UUkIr}MWE=et2{} Ep.K>ۃ:FyUm qk?N啇'6\cd92nd=d蚄v5Q.nLNIj}~o~SmиJ(8Jc=u6Y!-PݠVpxX_*Uеs%ZzƧVˎv b&9}'r";.1 Fj;e:5$*|{GUQ5 ôˡbyb>OKg!V\(de;H. /wznvȎ%0݋SKM :~HW bծF0w"po^Zpa@8[yCuowB  s@MwH Vlt,hS`ɧ.{>e)x] cufmF687=f*P v,)UÔ Ď1L/sm:|&$bb7:;O9Z4X _);~ w_qL%ePsUxB07Mi0/ڜ݀/9ѳ?a֩zQJHjUnQTD/LnUZthȋ-\Cp>|8:Q4T~6p; Eo P=hpC.؀U "HTGgb>nغ5T-72'/6gBWw7X]O.q2^#;>ጇk8}_&O$Y3+CU;O.(?A-E).Fg3iK<hNkÀzF X!b&䬆͑tQO`( >&cuZdHYFs)CT_s"-+"@,S̗}je3ȓ.*Lo+dJ KGϋ'n &p:ernds #Q:a9Ԃ`0Ϳ9V2"A v![s'[(FbsGp8KR`(bS%u3D Ua"A~;/ۨݬRT0.dRuХa|`ܶHq`F&))qn$YXB) .xa.5;9!3/djO勜ʝ0s^F|'u"<_6WhJ"E, G P<)+6I3Q( 2K'BwXe}$*fR, łY3[p[Ƨ/+- D)jp97E=';pVAYsYE @buX1kK%VPi"`R [Z:Eƶƾz}e:]<5CWxr]A{i8}LcPA%ȭF`\v1Rί= Q{NfT'e!p􈸅^;Y}>Zl9DjК,ak%49|ߚ˝y)[U΢A3 ]m6YÊuYq q5ê&wx?=!LiP~W!=FLrr^V3)wg𲉋tQ$ Q`%;"W(]LVƣ.X)9zO_Dx$TD%؈\G9.C!4-׶ss̮g\ 4IJqt~c`%XޮRc 3=m̩~~A?/z 1؜^l(ecDí[$,^M,W'&JxJw!2:/w@&:Dj7{Є[DA' ^78S6RIh"CI6y9hU w}fN|5(RZXZ+.pW})R5NHws /)*ny@,lnA}O"`ZS_3\ؿ{vЭƎ0)H')(.[,P0XݿCӃQuQ>Z~0wсe2y6r x>Yg`lJ ݞ{&N\3eD;"!lZX7qs:꺶iHY,kXMRk֦q@+c`ǔ"l^8SVޠ$̙*sLyytd `WyR4~L3K 6䏼+@K`sJ9!X/u5$2a25S^R TRBv]# HafU##pӌc-v-¿OˡEHn <~GU Ew+ ~٩ac ( [H;vQKlwf7WLaP@ J虓CF0-ETL~680)Æ*ѬȧS7;Qš)q^opYIWLpO4$ٳ? !:]laz]NѣvQa":eOQΠaC"b|v*Զ!i +,8UiP\ <1M`da1% Uov%d3|Bp2]1RkOʕ5F}nP[WPLLkcrn ?/$S<|k/jQm Mu25F b˔( ()6kWGt|Q Y>Nrb~Ay1QStĿhۖܚO#AifW(}mY^ǘuw:iK~jFpk/Q=Xгج@qp+3. `&=3ךw^l#lD-fmaUSsҟU"f4jOXd{1;[4 ^B1N FP'Ki-Pr/ytBkJ.!ŹsڞUIׄui10ڇdqovfb#ߠiwxqPLȭXip54Ʒȴq3wOkeĀ9`fmmY-%WÇ<}G'l11Ǣ>$T4]jJg !LľdtFR;컭z?xH+ftK [pkҗBSn?">*k"|A>-p1[`( (uڒǾ*jfk/ގ_< Qd2jM]5u#1áC|a {[`}8 CEO 'yE*o)%DoenY}6V<(;>-İ.~AkN߭lTepVi"ݻ?3*kNU lma4;>coihW]5]hT\n4avZE֭,`/Qk3GM%S.+@+v8jDxhVLL55AH4(F?J@w޷.:XpېhΈ!{,!ڔTғd-==2c/$=A'z=SP1cS7kw!7~8{F?B2cs-2F?Ot\jLy,Z3} #~QM\|fPZ[(˜N锧e* * ޻{L(ڜWi|'5ՄM8ξ'{a'5v|l>_|B{a^ U@64*=mٰ?FhKItT71$9C}]>S(h'VҊۚ_F1cH[7mT_"b/W3>H'G^T)WծD+$#}\!?:pr_,dHW+TQã!Wc/hM,JW1`8;SM9[iV1ef11u8_iS5dx(:z;f@!FX \meD a[(1-"ȘlaG˦2Hrag(kfzM ĭ64e:-z֙'Bd) jjOtM]@P:W'22x[oT" hN$7#biq v'+@24=I46ev*{OзYl}< Dvv4Yɗc-g4T}}'ȉ^oOɋ,hC:nyyEo-GsRn&UlVL0N' Ov/ UhwByM<[gBC"!Rf N_.h|`Z׺Tӿ%6vCnǖ4;MLݩnjzUW%ǰmuCHj9Wש$dV b"U\M(MA\Mh]EX{}-)u/-Dt8֭ dq Ad8dG>Fw+񎴁iy}6q=`Ϗ:r+ȸlHx/jBG#䭎1JX `-Go C15EL!h4Gx_ Xݙ}$J&7n@[9m5J_[MσE+ik|:7e\AdcWnjB96[/7ޒ7QZ > Ympsk%NI턘_- D miGmb4pAfb#qhmDwҗa”1J͕P~d4jp9)rBRb5<;$NKR#q(ԇd0? = ;;O;P?sQsL%D N mc%@Uqe‪g4ͅWxͺjBao~@ȈH <+DX2;5!e8gzp/6I[S s"T~Mhn+(;)7?+{P7GF& ~8 B}6taWHƥYh8z=f&:1;6\%X$ӎ?899=/:KQ|(2D/HJMn{9E-id1:abj;xB3 jIYym5dƭ5L;'Qgqw`>y7 Z]]x#K-~na3ggy9x ~͈\),:WW`>_hJ3y6 ~e@z{?jl~aS?ۿvm O ʗ 5;jHJBmC4LFj7XvXfr72$Sm*=]_E{S_n A҃ CoOz%&@@T>Hࠎd8w&3%j< U7NGIAd}j6Jaz^jYTzU_*ةIE\o嚹PRdVUE7a-~*oKf}]?"h&ꢍ:+45f~ĘݷwTi6NܸE5)0z! }Z^w k/F6VX5T\zCuJC/XLt_(9)(P`OP*?xqW8/jMYO?'?i608QY.f%dDJ0!PzYbƼs4#X 2I앁&h` 'A}lؿ6{[eCȢݻ9i\4Y*Хk56kc3|jՌNT[oUb9ۆrYA¥NW\jV&, [9nUHd})'=ʖpmp`i (ʇb 5EaHMu uQy0h |js]^7ƒ\Lzm3ЭdpLkFL&T%[M9ØI/*ym<ަ6T;s^`lR\j5Ƙ+tU;,BV-0ul3yY8^ړq 2_$@~ XYV`(ݬ`IyQyChu'4 &,8W!(RJðH!.sc[)N G24\l"YQOsʘ 4OVJ X9/^@@Qk~#P=XaW,=V|nkyJnO=MkRJE7*6 к ‚m.]O DEɔ^p? 276pc(- ?àΖ ]?͍֎ݐV'ɏy o|&iW w #Ƈѣc(kCLp#T$\ Ĉz!з(zHH'h%91ʠFG$f=G\_1fōD\n!S!32*c"ysw31*i0>[pƔvM)"/A#R M7 dMn 6K>s7_=7#FsiRh ݻ1WU# _M6Z3^;."+#i!|+~#mK4OA< j)]#o%l;3lYַX f"Sv%.DM5ay yL7cW(2w( 1y/~܀J vF^Vh8d?maӃca|nм̏%,zgLL@uOK ӗOd&'djvӄӰ^:Gipag r9o ?Ihk-tQ{wo@\L#Ȍ& yCz'3z11@q BfIkپKϿ.P p̸%8|%O pPmUsMC @gy5,D9zVtZ vʵ.V Bng u=xIr Q. 0$yz6u^U# @َ1QFysB3jzʏ2+q=+(u|?e5K>x<4pYO14o4޸A p9-/}%l6Kd y$`P2HyYi8H .nNdOZ`._2CXf".@(cLG'3fO_/֍/rv⯎&GȶBv {icB|Lh4"OR ~6RS-g0Id#-D ǹn&&5.e] w跞ۜu9br =l'KŃ"85t/.-?OMrvwPV ݅'KL)l.hx" T;`KxA)3*zE)"gs&[͆O^*C9U@.S} zFà1Vo:I/vu)> xՅO PHvZߙ@kpV<h5zuTkmA 1gMi&AuF0~$wgX}m4!Nl֊qY{P63}W6A~<:ˎ19Ou Ĵ/-/ y d΁? oOƬ-0AC1+*i8cSXxh`ZeEo$mfF4rd$%C+>J4b\"6P AHz}7VA =ԏjǺEJW:On z&H9?#vpoCMi]Ȕ~8O﴿j-psCӇw|f=8J:fRyӒv6} &[,ꙗyM^$ZM3MRؒ: r39B侄BhcsSVy,u">ڷcwt$T0hA"asLt sier\oA9|ԗ#uW!;IwүuxCsP }_Mv'r+Q;0\`jKUsr0'}uQoa'HO^a@n%iK̓( V3_jto=!aFmܮѣQԉFLWyc N4oZ/gEVvI*ֶxN:2вeXqo r;6Hj=HcG M8($jg5dwjzSB0Pue,WA鹿 ".O|c*affӒY5D4i {Pv/?v,ò%Z!sbd2' J`hʓ1i\Y]hv'scq[1LǾgߧcYƄ-O$g̫ em#;_$uԮjH nTG8(m٦Y#j˪V8\S!T%(a 1M;۱oP.JJWrBVF0F>7!7HeΞ#;-jEpnqvx䶒nϞn.wۺ34Z]| 2e?RXFp466?1$BqJ-M=Jd%mm#>Ϭ $&#rz= bRigNtW|d85m:Ofn *L+5An-7}ԉ32-Ln9!Ukdݯ 9Vv6]%z赢#Rhq_asޑK%Iw({H?~y]iW,eZln )QMK=$݄9g<0Cv.HoZhdacD!}wB!U9kYIekRxg 2(х݌>~Fe MHni6WvI@;#H42wQ|067ZlBxD.5?,$QS jLJqGE gn<9`iM]kV$QGȔCn\< Q*vX(i ݦni}t-Lgt*^yDgNP(xf`g;eeOa6C).眱Ř'=˸>xq-},j*P7NB@L\%HL]dNvو_nhvlHũK"#BDq_BM]"ShxᕪWn'=N>MYPHa`r&2#Ɗ3^aDAÂ6c0sW<]H\T*(I:ncZ$4 +\'XNK%/y GWu ώ+BKR5Ȉّ10u|=UA}*s[ V[Ǥ#Ը?1Cjy=wORő1f-Z:-Dţ1 rQ ߮[k8xscZCV?' ͈.<n>JPB9@QMLBf._N/%F+&(dv6tD-0m3,}P׺F3w(uia oxyP4y.?죤Lu;cǛ'IP# >/ z^q4^7*ݢW_BnR8aAW;P;% owKUrHjee<[4඾-Pvu2 ~ATLnK[e28H_qkų\{ҞGw/YS-?-Г/"`#M0gpD&?NtOI~ۺ!9dA"B*ƒJ~֚:ێ4#]S3PGUb c)ipm&)ցÛsV(Mw0' UzOƪ9VHs}^ԟ.n$&s n&u>ʴr׶:vpH/Aqg*_ըxG6Ö"ӴN(]c{DDu5ٷ-=JFv8^SN)FFzDgKe|Ɵ{,<@sJzY/!3pN4o39⻣2:MI=(S83.&щ2o@#K3R~O1e5&"ҍ ZeHh/2ײ5,*%*>MuߎJIT{ēlHq0~7S8>Qދ:42 ]uez{wH:跐!^ϊ 5A2:nit'UfIyJ8gu1۟ 0ܧ1h9LDq7fMxt6@Zg ȱfI-(i=xTlժlua:Q:S;K60hC P`XwA8s|P9 7=/d#Ϝ~%l,!אds: CXoVRrX_(X+ E wߌOsZ ÃMM4>Q7Z' 5t`!|ƪb/ aiBoZ :Q$`A5 6#68& h $f. n#FjSH+␫`"C4 q H%pi0">vvOh ^U٘fmX+'뇃:6|i츆|9]奂AROt B& J*6i}A*V ^_ e$ KSzrIQF6Ji/=|1QE:oY{qv,pj}Մ?/T`Pr92$?@lhk?b4UՂR} ^]N{&9/@YWȫwr5'fsuWc%-}6|FotSb-*Gg_c 5`%74JqVGr[ĢM\Ά0,jiҺF}qmvO9MOAi-*;؁?b0A{],1"`aߟxk^n$9z0nOwl^fU9;`1*ah4i"jL* a| `pA{K!J?'M]̅&*MHBCUu8y+Y_qY/AjՖ'RVg7 9/@bԤ_`CR/ wsĮLQ Zq" ; wM<yׁNL zN,iuH$JGE1 /BܭJ>^KHbWT>Nc5TjEI 0|, TJNR\ fRrvalLA {D:tC$? z; fsUrݪ.`= `!;HBy dWlcKSW@]vMMuZ !}XYyh|'"IǍ;ZӇCx4OUY;ߧ먀I$Ҁ ՒZJԻAJ@Oa:k3w^A@0nJdG6 2"RIK|ݚmya|%:y$(bpGhcE`ap7}(Usgծ̾ώ|~p=3Օkտ3ƿyUt`uR4X[YKy{z?79E֧qki2`v(,x̔@S.LHgYQҧq|iK+#U4f ˆj4CHwW>a f}hj՗U!d% %ߟ Eؽ͈bwϮ?ڎjCO0gcLUjhtTu`fP\Wt%,'#9PrQuCC̶~qd +c)$.pߗ-eow) P]ҝA)ѣ.?JBA`EA/V ҢFܾP7D_eiTRX>stkש+>4:vcLdzMfp#8ɐ \mC <A=]WطV/CKkN1%,6]NqPӶ YZ