nuspell-5.1.2-bp155.1.5 >  A dkcI%z ,-*.hcOYL)s~NޒY91  /ڰ:Vۃjg2[e@9|>=q|KJxm-ǔjN++L!\Zo_1yg6ʻ\s%U ]N] g[p4elFvCX BusySK PѣÚk`4!LTWuKN8;MYsp>%4?%$d   H ( B\w}    p x(D *( X8 `9 : nF G H I X Y \!]!4^!b!c"d# e#f#l#u#(v#Hw$@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.dkcobs-arm-7qSUSE Linux Enterprise 15 SP5openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgProductivity/Office/Otherhttps://nuspell.github.io/linuxaarch64K+7!KA큤A큤dkcdkcc5Cc5Cc5Cdkcc5Cc5Cf5248110e136e3089f34a62c07ff3599335b9c2b1d29321456862b6c62d1e3deb82b1b8e3bd6160ca9c50260b1394ed717ad74e589128c310e0a42832b5c599e0d83238512e93a3a5d5a88ef53b677b7d390439879b6fb04ba324220c61d117dac04fc26aa3402200f61a646dd17233c828483e5c09a40049916e90eaf3eab048ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnuspell-5.1.2-bp155.1.5.src.rpmnuspellnuspell(aarch-64)@@@@@@@@@@@@@@@@@    hunspellld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.obs-arm-7 16847594335.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-nuspellcpioxz5aarch64-suse-linuxELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=79255964c4f43f962a6ea65b87cdace8504e936f, for GNU/Linux 3.7.0, strippeddirectoryASCII textC++ source, ASCII textRRRRR RR R RRR RRR RRRnbۄDMutf-8a2f968a4c74ab6c5909f56c4b97953084329370bec16e9ba5fb9f2659959411e? 7zXZ !t/^] crv9wg>&LԤѧes+ʦ4ȩ|*L_V2 9kaZЕ;K-heZny/4h?mc!F?]͢ylĖqpI{2VJmI?o v́܅lnbwj0v _y.ڶ^vlglLWi=B& /@ن9h%nuw7d \oۭ)F4qol°vu: _{ Pr{(fFD%Iʒ-#͵ Jc"&vX ^ p'71끦 4htx!\ZM=Llq&Z F 磭EScPXD'w8t0F <\w 32K2;Eq)uNmc+%8qSDJ}ݠt%و+B*hν\F\^/j4>{۸Q2)q?!X hAFH!*4)|B8nZj?}JR[IMh}qEVo%+aO>0PbLua+ѝdﲤdt~Naŏ(M^XRb)SC JgydqB/* eKA]mȻB[4sQbܹ$P &ߛ> sQ8jOŃS9aX{U)H=Оx;k R5!J%gd`)TgrA'7fa])ژ4{kfҕ #뺶zc YG[l9_@K=YKmoSɜ[vo-y+ \*r%o^]`/+q`s`۱liUt+މ)( U^QNQ0oV 3!ItgL ^ Ҙx)56hȱD)hZL}eMM6kj!a-y0l1)dqW4gX7܈_)*̊ݑm .aro0i[ X 6)%|MW m}J##OE&!drW`00SDoM 1>}pΫ|OY}-i:'V\t 8̑xjhƣ(Γ0Mꄯo6J-F91zgI8}.ӈm FCAs7,بtSN;"Xqp atR 1探b4tWG >ԶV-i7a-֢7+Q;oDB㽌hBho`7c4vb`=us,=n鸑(R;"/ѷ&CrL!ꁄ |tצMsZ5Z3H{ccUI/sWDb[CyF0q8 g֣y:T@r]Pew5J%:M37Eւ nG^0jGk2|I6t_WU3}u7}1Y@LM ^Oh/՚".xE"{jd.{9d`T4,IcjT;æ-VXiD葘O]Bt.+1\>W>'o߆C*:DTp&$z]؊ߠ%正[ tQ]p;n UgO0Һa6Y40iD( R{fr;U]{¾Ggϥ.!$Pi -o1"6žl!2k@ F$ѯp*`[ Z8GJNdUo~TYaPφZ ty?Ue__:OTC{98~,! kJrO/2( O9o%T Ìn4!f1]GR6@ήMYWJ kMe]34 :7{ n 0츷v[TiK:zarqf8{2p2[|l Y~/xUՙU CN6k$Wɩzti YHJBj6iTόA)NJ%=nC]6ag5(ͱ'h$YnWKȫ+ήЊ'etR]7'[% v 61-ߨy6`'2r%MGm0<V@%ɵ( #*VΙwBBE_ ,1w4V`xpqg$eK~jۈ;z'sJt J>do\=(Zd`ގ0B_'1(7巈Lin-h䇽C))'poRjܲ.J?=thgEBXM677C&cQoBsM|R@ERv,SC<'|Yᘸ<zMs/-Mk P!9u>֝LzAL&w5c&tzF(3d.צ~vu)PbnJ55ꎤ B* !!Ak^c>Ս{*!h,m? )g?̛Ͱ+NB~ׁȱu]=t 0YYJ6rhR*97w1:yB5P>,\8@;|^ΐմ7$ geвBl>G5eScN_l2KWCpp,zfƌmĴ`ˆZ[ D'ޛzJvoYRm3GڱR͒nnwSSC*bS,Z[yru;j(C{ϞCj{[`C=G-U#&^zƣJ )NI)[%p4kQ݊_`Ϡ%qڊ=gkN{!*pp.7{ǯ9L:L!?@&!\$w(>q#w #*,GyϚ5QaLKq21[҉+z|wIP:vA }WWҫq(MMm* ?BbL/cJxc3w^ #d 2bC4y9xxOI1O}Ɲvv h}≃`˯(PdV{Ay&/_*Q}Dq..F0ASR-Q:uSh b8aTB4LA4{N!҉?!MMT1 zt@u騘Pnh{ΐxMt^mYgmJ^SK-9L[YK?[ !/"rQp6}T!`@N .yKih5 BHx'TR>O007K ?N;;}V JqhwʅVTR E#β=Į!Ro'3F3OPT1AU:@mHfI7w6B?FޥPQÝk@Sc^B*b(( dqfA`tV/1h@W Pd q؇=v4S  FN{^ /Yzeƍ-uDJsϴV"7JMь_}=XAE> U#;\.ڴm8InᕖӪ+y1OB=):\#lfDB#hUfa[T'WҮp'Q4ϊq^.tF)n93[aT:Cu䭷H'lG1?tb=Ǟf`~)R`b]&xA!N:wDJ[^_1\2V_woo~&8r[S"Lm'ovlVڊ9okg2yhpk(x&BRUĢUλELSh4Q`!_fUS,d NH5h,Q{H0?gEKYs팞Ӕ {t/wgrolDHH@jΟH; an!cT\꘭WnX!:~>nrt# #t28$hͬޔZ,\CURvrṲ)j۾nUdvL 8^Rxb R>;ZUR~I mt)A%@^?KֱSI74/N+orzALԛ/Ŝ5ZEg` `o+mYN-Wj}Yk |Wd-荒<-O̎yQՏ!_dU1Aoŋ~X6W/S&/G#y8J[ҫS(R9ȸ԰m`A(C9t`8u?LH[8c^\ <gM >z2y|ͫbt/y2buӊ2$#%BU[ ? `;0[G ҕ}+f`>b^K7g +Ȗ[-PR45~d jE !WH[\;3En? `g agfyӼ0{XvqM6^D!v*"ri)|d%UA$x/Oac+Iɖ#K4R{H`P zPuW*h.ś@]3K^%ݭJTՃJ2橞'@ sI+Zݷ!#g7t?ID\8؏Qu=dZ vFAulE:G-ĵXt]Dh8D=D]&AO4 VEY.VrVBfa 䀴Wfi{.*Ǯ5;=l<m‹}r?j$miOLn9(R.tmܿ!VNЮx |F`Q?\M<^`ٚ%Nxh׸yj4,*Rۍ%a>"Qpo Dk7>;dBEZֵ]cF| 1p43ɂ$_Oh7ĬIhQJS` 4U,6}V_YB*#jq52?˅Ӆ] U@ͤ q{gB7"G2yYR}8M\yuowT/s}!Ҕ{+bbig ǣշ4\Ցc;:}{=SW7 >Ąf <ؚp3 =Q3,M6%VWwzEBS/lLT`;݌mWOyRϚN>F-ZM)2J oP?Ow<3lw "HPw1w<fM et#+iMOiu)'?˛;8E/hWC`nbbX4cC7"ú'$3~6ԃUyow<בiɝSot)L q*ЮLkxap9=A2ף>3^2͙]cY$F|vQ&)7v3o7j5z4t3 *NéIH' 5&sw"ѭ31p3H:B:HMe+JzE9਒Tbg"#R{Q[ %;J;֡&+,peM 6`2&1Gnw;oR<(*IF!D~$KDB, tL {(Bn =sgjoVb#YmUkΘV}ZxdbɌ0s"083E*,swVj8(=g9;)0W#ILTR…!3iYQѻql'@:MHb1Ԙ腘~.]7U@qpu}W:ý)cCF&z{er_!IG RvgmIŹtГ@5F0 u6U2q'AˏS{gru{`9jᕭkR aH?3dR+Piiu>Vcr ݾMrOnVkF]ul\VM/4G~'n%+UwRGi@&+us԰mϬ K{"ص|-r<Zh"lVI,ļXeăItAJwN8OaP҈5xtNbAׂ44> &luiäC;{:0[ l4tpoFC͌ ϽqCs\B:U@JuK՟YvnI!LTd?nH#j@qk-ގ)S p%mfc[**26u1̮X׋^þLofwcFM};/s vh=Fx~s)tCk&J`#nXijήW93(DE)deG{ehJw4+kTwm@MXğfIE[*=&.;怑l:pscwr8z^'V6FbJkƹ\t]m$ud(pH++A lCIrr5M <2Є7h3! #}<~C2z[eH3:qX5$HM1(!uvya'|,ceQvGcNI0q|У>͔ˡOykcL|Їqn3b 9S$WS,T5t|pĐOPR4L¾Sm+9#  ZRe0 &{WPccIc")A^f1ofgկmaS{T<Jχ^QtPtsaW8P!PBM~vi$AdO`OP[‹%SH@2c4weBTpTʳo LEF,̘?Mi] ~0қ0YH'5h c3.1 BCLR&5->jX"~fZ{9nbJJr#U3P~S29n+0JZL<g,$us(wt48.DlCo:RFczyn p;{}ݕm49 p@,YXH fvNV ]gOn8CkH;#''-Fd+{`cFjKrҀgڃ> r%W2.q v-oĞ=i3mqXM HT[xx>)g]fݽ!`:y*sk%(|oԾc_*/QRΡM/L˿rtkgrZ/E-L!ϙ+_)/="%x(P-@6{xXAx>"|F0 `vlren iv1T80QUDDϦ R_? B WBXiRNh%AWTk앝4}mY Bk_4IVt\DWRc!?]X- K8-:/tPYW!I;"9Щ`.͆M9l@35;jr֏-T2 ܓԛg yY0a~GVp%BoG#VL.]>;q)7 AQGecBd|29#ʯee @<]8mBy$7&*blkdWIQ23O/Pdh-Aq4*"8dt@oO X[á܏g d?# ҷx> $ܒ(ͮ}aPaRjN39ph"0fLIeH[Ats4J3!f659_Q{5"rC=tWF/IƳ*0Tݲcl p8H \Qje񗳽u1۶'u r8.B5,珵jeCcXQ.1,/`I"׊hnC*a ,+(<h[Cߙ%_c93l5!vT'AHď-cѐM'+BbyYɉbưGL [gТu[P)s'ѣOUr3-Ȁꋻ"a J  jHo m^vȅx ԩ%UWw Ra}c?Gn7u>mAxpM 7+,sY,Ph_"Q7ÚeIv[aAo_ujߤA4(HKyϷn\ :d+*>GF-?w32\G<ص /2"eZxn;)]9@mFE*]6PD0j&_l~+0;pr6mxD_JzEΎ\1 LSChBgȕ %e!&l޿. GS6&K me4+\ t`).|z]P}^.p &O-m=zBp/%LR9b J_>w]QR%Dr GL,n?7^c~pP ]5 XW:)psy=&43?8Nz+xvT78q('v/%%T g g~l|ihGW:9#v'lz4oѾV f[TIy" ;4Ӊw N6%'cO' !pɨQ^])i`IѮۃYp&gmzmFcNW o'?Ҕ*`?`rm![J&'w&FdK};q1n_ ?eB1';ƅ1520.?2Unq/~aTޱazE19H&3hX |ϐt0 $ V0K3N;K 5$ kToӲ_\/]KLnKcD3jG7sd nic{r_4 7 24$z:TAVEȿAҮѡH} vPG )7<I{2aՐƝfDd (>b>'0Csd 'qhԲTsxxr;fqD4Rf{9w9.G1QB!Х FrAax;>B\51 5ew,A=cKh5!`DM4aEj~z}1M(!7%6OoO@f£~RV~?_2ŔLXfÝ#(%:{nBh3.(_|1eˮimdCgDw ^[S2 QDF)bGc؝ˎ=[auW=; ǔEH,x,=t$Ǭ,D={c}343^ ]|ΉYƲ6 oP_PYҵILd ufN5|Es^4 m4+<>[)IR@2^ؾ|A llF+8F֙qʊ#TE$ 29+Lۡs#0 Z;쇹9JgoOxMI03@5W1HW`2OV.y1Ν'n"},8uW N{,OEX7"P- KLBs <ETf";&ɐ76ʛNaT&u?UbJXj]iv%`Gā~';@`^l7qʏK@ )/k  :s*Qل<|I>{ jeӼeb-S|/AI#DgGspu)KuUbJ$alBz|6?"P/o:㨶"`ƛWNbGF+sL5; ҰmߺQmϣst mg:~|!h8wN}Բ*y9raWYpprc`-4yڶ`^^*}(|Q;)?n*<#/)xLt_#eߟse;7@hB9\pra+tzjn"90ykun_az>hٵt.G BnFzPu[w,ץJ 7H>hrhtN]XJ5m(-Oyȹȯf)JT/.VSӚt?+Ŷ+0uOքY1GJ;77 f *8&tǷŞ,ĄZw8%=7Zi#p0ϧc׷%+pv)հk)a>}ctU \zgMX$,6۞]Z/MѼXe0]VхmE{ Y6,tY\eͬ!οSJ lb McĽxј} W_ #RiCn]FX0Ii?j_C7K`9n79Y3UY[ꉼ;^Ç,|M3v;E!)2]N>vyNTH6"S!QAe)bl.pgk.`~I,b? m&jܬڋ9.bQ}:o\0Y?L֡VD׽qva.Y9'bS2qmaPC7o-y4H"DT+G⬜ ms"'k? -PK ,f{,nxG3:b΍T^@__>6pf+T{OTRɔ-^ddNnglOTz,b(hV_EfbN gOr&EI<-wcTf򷡘uwYeC?OL,^rM8F˳&]JwT: k* V,Xz,л"RC8V0̀rGƒ+|p`GZ.<^OlJ:i+'wTAMD wM)`gI'+;c8kdXJh;(`G W)t3Q&o$Y6ю7EDQI;o!mmG7nB4W]]oF ~݌u u4F\(7`[ɣ31CGwK=mH##Bzē_ͯ]S eY[Yo6^y1O(4gYU1Mz,Q] : I+q* KqYl\LrgD'3+z?BϢ5e¸.ȷ9߮;:hl-EGEF(ͷ[^3xR, ]&$f%eZ裶 /0"FTmrW¶™o/hVTTP5霭E[b +Eff&tj>0rJdd8ɟzCűB~/@U:(4s)')VSDfhJ@`;hur)1!'D>j"fhh,i淁$$i4LV IgAƺU&VEn<:|" 4Ա)$#if1dpdgCUGż' ?kA"6 jUfii\蛭cWpN9e.:io*_ɚy:/5.BJYrU7i4/V ol=8E_'Qs5`u ZAnpא5,1%.`WMth;c=wYNmd=v`;wfǕtC6:hYVbF7? m80ه`IFfmG@[)jyNj`/;r4?M.QwA]-%}ŵsu%sHgƨ8F'mNQ)DO31mְu9&13q$HZYp&qsVHq[zdhL b fb=(9 Tv)(=E HiAI =)`+6kmO}sI(!!A{(znXd; NG|#J>o'_<\tB;wӾdCL tM;E6hֿTHmI 3&-4G{(O}(`Wbxb hG^,4ڰc2.BɱEtZjT%#c2HI^\7iUTXLNɫGXnBk5WY֧]B%de9p |E7̒׹C_C()e'PYim"Mt vyNkAD.qķ(A7 Wx2q_nszWsƏ&:z-3ϾTS(ecC>=G9e@6hfFJ I"r"+f7'=VsJX?6eq@.[8 Y8Pq^P2:OJȘ뒿Vϑ:)BԗU_汄M߱t5Ig"ԉ+ z BݶGPnkr;mz"(9kyh4J<]O:jg@;Kѽxwg.` H}&>_f6W,zA!ip޴FO; tU|fز[(h+>&u~{<=G*6[JI'՚dp m;OxtSW}+ }o-%Z?ZC!H-tt@X@6Z*<_RTT>VgN`΂SHo!omy Пw[a}Z܊gDٔOTyC4stDꠠcIiX*-=aGp2,N6"yk@ i^f̘ 2FHmyU\w3_B:J MoTKTSFSLȥڞK$ W_7Qy4G;M p},E [㳴0p#[nH.jDdPCSf*nh+P:g3K2D#K Ś/yk:+qS[شkZ g5Y_X0M pϠsx%ä7%$ep87ĺQo覎!"#G~`Zbv4 ЃNwfwyˌj$k %]>Ӆ>B@ym#WAK: Ob  iXTAg/̒2C2#Dm1i [zN%YۀK& (j׀.A34Q,ӓ3:9 ƐKDˠg۫SBW1@}GTa 4x䇔,OػFir2Mڤ%ߟouFqnj:R /i۲4ߘOZizE ZIPRV4oUzwGJ`qK!lUAX~Hǁ&< ?bx4I1 DS*bXe vU:Z"m@:w\q{g>ˬT^-J(p^t< vs]v,$cls/W Sq$f#x;R>c/ 01̹8sz͂T;kD Ϛҥg2K¡"dT 0iM͉nQ8`0ݺ sO9Q` 4"JQhR7ʿqV_:(-^+mceUh~Jz ~4yAVGP(͵+tþt۠ΗSL.yԖq8xP] 6Naz?ud SI7 &MF@{OYQL+M#\r `f7ij==.mG[ndhJ- ˪jVqO?ʹS}ޒ(VOy,$1"|U+sSE!7w/:I*%`j^p۠DAal\9d۳%tMҰnIRBkNDk&y7&r3U*q\/VmCd_Ijpbt{{f &83KCV ] 1%W$ZxC%.a(i C-s3FnO|3K䧉$n#VnkHYTFD[?Lh^vZYP&ٮX-)32\9XW/|w`֙6wց0GZjbDKD%wx$YMeU>K.[ۧjTK_6Swi߿ņXGoɹ8%ݝRd܁<鮫D\r(2Gād!Kf>l?.}.4j_wFet' ? >k4G<>fP!PP[6LGNi02d50>|AgB#$o#g22}"=yپAA[ס׀$?:- t|f$wCOakE$9+gey&V6fEҔ6 ^݉-BH40bY4[``&e CcxU\4{n*w4ItU+ (:䝰8t<ėjãxb ~qB䨲27gZ8[> w"\GEq,)k. EI:gf߲A <$5͉5m+!r/ ߑ&[ۋ"M`c!nn S_r)Yb^a+ϴhid@V)DsJ}}_ᲅtQe]` J>l^ =o /ٰZؾZr+Tj+I(ǔ4'O!iO|i9hy4@X(v*G9*G2WЯp2N~f"mr$k]вvCɠL-cO գ%)c]{[?Hh]O+hv_#&z VلQǴ8vϞ;Hja_A$+&Ԑ% m Fy~SXlCj?Vޥ,EFb@lZu׬}Dsޡ<1Fxu'Q֪MD| .@2,&k{V2Q0RDEe$ :ukh],4{.64$jwi;nX VG~*GBv&Z h&\=_iߪswiDGX6*Knv_;cLPǟpn& `"+yTkRŜg&S⋨>]K@E>-j-AG+\ݶ^֔9g*۱6Ӌ<R! ֍ HH۹Gs0̀&g#$-oo)EDox9Ӈa~N瞠>5R_I|9Q? ypyT+Jsɲ _>MW?5V$(ZoG :9tI; W ^A{hSYcc,1 ql t;:G ,\ns Xm\V -؂]bNd2-:]vo?+qPKgKhr@^4*bF?s@Vm|ưGuĢ^w@`6AAeEf[e(7M: N)--&@xi¯@A2>D޳tTsOc[WS){eſ1.3>!ZMAK<ʏ&֪x2@SJgzI&`%A_}p%tz-_Og;i]mϏ57% .']4E×uޝ_F7+] B>[GL7[#oËq~<>8uŪUM^z+Ji2A-[Uq671 &L ]Cʮ`:(_1^` :=g"^R?TI1`'}̒kO >421N-f_F:.倸$3{xѓŸٰt@mF<ñ̉dY }ԇ3'5Rl|`QM/tq6oPC 蔴8ٳ^1 (M9"-Q4@V1(Rp̓t~kG) fOQ:]t q0H_+k_`j잟Umձ$} {iCJdWNYײx@I,0Xp\B l"_m!eߕ]^6bwI*T{t^` #"Ta#~϶vV2qԤ cϒ D$ DxUeo7nkH6azy ز(=YTh BaLt:_ ]$]x ō':fu2|2dc!һWR J; q?'%ˬjtomrZPm=SiM0Նj>mP ֪/'w*³IЌh/>βHo  a^u%otP3BvƄmL5+Vw]ub DG o)܌Uty܅] z{K-~,{:FO鯙4i|¦Mcemq`?$yI,~?6¿V6(01b [4Э}w%F/LTSQPB]n[q臰̖~WHsmNUMP9FNN4)?ct?]Dg j*'uF5K3ꉱ ϓ&putW8[t[u=TS ;܌8vDzeSp~4l G S@-W @6\ux}<i7Nve%j6Zt{ՐV=K?ԧ|\o҃S-at$-҆#a>CB`@=((Iqof8 >x.a,w33؝l'ly<C'qLo6|@/W:Ҷ~L˺B /jc_8HҎ9Kx,U(pPHb=[t!7 0ˎu' 5vUM+I4XfetGe:q%ub^$Q R'JI&ŋdD-2BU1;ةDu -{mv%c& 6OƱƹep1[\Axz/ЉmN].G:ESa+q ֓Ϟmq;8^aHF*i!$ԑ]=;Q-7Z&U'Jh~U^Pa';~;C$ eq{L=hΌvaow,a2fꁻ7tLn,Wylbዼ^+yɭ.otB姛> 4}Nr(n95aa+-6+ՙN-ZS~Ҙ=X@=!NP sqVيTi:2 飢5aj;\m^<ԽBLr:NzX\ lJY=+ Ln/3Kא3ƮXRo=7\C;yDUnHD+-pvٙ.Y!gftv,z坦|5<ɍ]G(Qx+B6@bū<&6[غc ]:@ dnDEJ!_9ZK|hiI:rӣA^`t<\A>y.#j39ӸkyZs@&ôXqlbP 4CT#ѲLz-(ysdnNDВWS7Yf'Zs6 wzIeMc?s&檙{ZKӑ0P2"N-v &=\gɡ#.퍞"eē3rV3VrvD1B&zG2&v_!6 Ma! \|/Y]\;,7 n8:|'=XAV3vy'%Ưa8 ڟyr:.tD:d-!T<ȸ"!K3Ek^nLYnqjEjk=N;$p!p8EZA쒭$S˝/]e?Ey=ܑ-Z& ӷ"襴4l 0⦒qYv1H_퍶 j~D^I2ɔ 4Pbٓ<[; `YI{&i+UKHtoj𥳪0kԀf̐2"]ܶ=oӇwE'>.XӢ4d@ĝFJj~_6(Kc+0jy썏.z^̾oo im*1 [b\K0$"~S/66sBJ)n[ٔa(7ijኄ]4mNrfއCikA6jRŔz0m4'и+cgD` ǵX( U*]_B7|=r}5%NE_c0>V"'݈&%9|H\``Oi.xq&]^3?⻵{v2sgVA[myH#FMlmvWu,hHW쬾(K{qHՇ@pDfmFG ~W?)~{FjdqLS: y-~e]"I_, Nv]* 6RYpb(h#!6ɫn~-]Q-SN^Gƍ&a CKP]L"[nVIM]$-Z.[uX2[ZV!6,#id#R.=[ xMPt8BrV|8M])X u>[81iv rtF;E]aߢ+v+TQc%3wc/ ,?m+~|!CQd*bޖCw?hzňK hӟ$C Ԭ4w 3pʬ.!T<O kv\5Ŋ{7 ?A>b\#ۜqP:@nE :n^tn%~Yó&SS*\ ӗo-Ax -J©5M^k :?nϘg*%+md Fn9b5)e`IAl<)e_(Zt߃m|@^j@q[C\KpI*&: P M m(5D_w?ϐBu-}O*4T ¶:I/rx.U:^`g#m$NFrK Cl&!G1C[IYg6=ImJ6R?VeP6)aAo'/T߉,E#^`($[!;܍ي o]?W5uuzp 6ï2 ̕']fggxx&^FzgEk-d7f1Sb4@ٶVu|! ܓqncA'yb@xBhyN0琯-5#sS\g5Mb.SjU%vut^8Dʹ>4R3W_έg5nJыu$w2|2G֮!0thEpįf~Zdu(!|U!1(kK.qĐ`9 j8I;\Ĉ{6_by 5j5 0"7j)k >~l5i8@88ibfB1}gTe;_/Jѐxc~օu$!)+V3#.E͘30(DozD"W<e2Z.i(/dI/3wfG;i% },> ۫"^QI2¾&Xv> *͜j&|`үJ̳Xڂ_:҆1tV!hd{msIkMbƌV/rХXyP2i˖>+H0 1.}h'1 ?h ¿(i@K=#,;5 V|x ]eŌ\ Ӳ,ǠdiK߻ZYh%0ږr\?a4@QNPg|xfYKu".Z`_=9޳VY7TkPuP:H"<&w0s8!g}j/H7[*@b̞~W7?-=.U:|@mYE˭4"̳+6+fH/В!ٿ:P>={ĕh>YE)W]j~;ux1,r因=HҸ8h4!)= %5VFQ\rq""Y|89ʨbo8 ?䚚5Xyhw d<":xpJxT ^wO&*Xtly*dЫ5*@3g ؼw*Z<$'$A߫V)wi6z+8g>FOLՈSY?}E؟uaP,Hd:)-weEuA)Xj1Doy.4  ?=@W2 (c{nSms&Ji;D_i5Ʃ32/A-X)Z'jq :l~sn`-QԀު |g!TvPW šuw#wWu%D( &#_lB4j&1BpDϘ$1kK Ep@) +%m&8*ɻ[t8TYn*(:EL |3VRθs檂we%!G-BV"_3AxH@^\`P[*d<-k.<\d6ZAa㘎 mb)3iaC ]" aM{8>.QgV9AhfG ێ2&OK7{ u"HEPㄞcگJ9>"bݶ=5r/B[O8łô>k{jDGk[z$\%ccܭ/Τ4h~]cLBX;b̈́YC̞ &ɵvlg<1Բ .ɥJl,bNB~jYɉ#=ÇFm;I;v8S܃`0YE)wb.s]~jzY_}d5^YÃUCܸ?_P1xr  #], (}8T@ вN8I"ewxzh'FI n?MxA%]DaC3]6WŽl!qʓm:WA .v%V ٸBj!xemyԩFt wBw'_J\$ ѥZUE7TЍ_}tam; |BB KϤ3`$`t& Sq _& wQh]t. NV a<_T,/; =_|@ί\t| suÊD#4K:b-w0^1} vc@'M=MRVLNv;ґtT^G&cs-qt>㤠L^.Fjh(WΠVNN2@-6ڄcx¯~z+zt$)8MOLx~]1QA#N@9Xz xXlCuΜl=.uȼ*9k,29Hzcḳ̌P/1pȴfA2M [pR㟡wSؠ)f/'0XW)s U޼Bq)El?7u S}3d8<8'<]:7p0emSziQuK ܞ{Jc RsYfZ׸b)L)P~[$ҶuͥyɺѠϤLJ<ꭽum Xnɼ LudF "ڗ2D=pY_$UqRoO>{OmᲶ YZ