libwx_gtk2u_stc-suse5_0_0-3.1.5-150400.3.10.1<>,h4@rp9|(/X @jNu¡*TSEJ$~poL5b}pqdܭϟE [dƽ$CQy ^b=xfULELH-5Oxc-Գ#YK('Qxt x:_b|fpN* >.7Lk;;2Ε+VĹwi YF k#M.;3*ݘ"VLV1;PB +#X>@/P?/@d" 0 T 3D_elp r t x  (8 9H :  >+@+F,G,H,I, X,$Y,4\,`],d^,b,c-7d-e-f-l-u-v-w.px.ty.xz..../<Clibwx_gtk2u_stc-suse5_0_03.1.5150400.3.10.1wxWidgets styled text class libraryA wxWidgets implementation of the Scintilla source code editing component.h4@rs390zp33.'SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-later WITH WxWindows-exception-3.1https://www.suse.com/System/Librarieshttps://www.wxwidgets.org/linuxs390x.'h4?7110339fdcb01138a15a1bc70a05e2072fe895953c1f2093ce150257434056d2rootrootwxWidgets-3_2-3.1.5-150400.3.10.1.src.rpmlibwx_gtk2u_stc-suse.so.5.0.0()(64bit)libwx_gtk2u_stc-suse.so.5.0.0(WXU_3.1)(64bit)libwx_gtk2u_stc-suse5_0_0libwx_gtk2u_stc-suse5_0_0(s390-64)@@@@@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libgdk-x11-2.0.so.0()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.8)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.18)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libwx_baseu-suse.so.5.0.0()(64bit)libwx_baseu-suse.so.5.0.0(WXU_3.1)(64bit)libwx_gtk2u_core-suse.so.5.0.0()(64bit)libwx_gtk2u_core-suse.so.5.0.0(WXU_3.1)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3gJ@e̫@ec@bUia `@`_i_P_P_ts@_=@_p@_^@^y^^@^ϧ\r@\8@ZZ@Z@Zhu@Z3@Y6YMW T\@T[bTZ@antonio.teixeira@suse.commeissner@suse.comqzhao@suse.comqzhao@suse.combadshah400@gmail.comantoine.belvire@opensuse.organtoine.belvire@opensuse.orgjengelh@inai.dejengelh@inai.destefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.dedavejplater@gmail.comdavejplater@gmail.comstefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.dejengelh@inai.demartin.koegler@chello.atjengelh@inai.dejengelh@inai.demartin.koegler@chello.atjengelh@inai.dejengelh@inai.demartin.koegler@chello.atkamikazow@opensuse.orgmailaender@opensuse.orgjengelh@inai.dejengelh@inai.dejengelh@inai.de- Add wxWidgets-3_2-wxWebRequestCURL-crash-fix.patch * Fix wxWebRequestCURL crash when connection is refused (bsc#1239902, CVE-2024-58249)- wxWidgets-fix-redundant-decls.patch: disable for now to make it build- Add wxWidgets-3_2-fix-building-fault-S390.patch: Fix wxWidgets-3_2 building check fault on S390 platform: /sys/power/state doesn't exist in SLE S390 platform and certain types of containers, so check the file exist before run the test case. (bsc#1217026)- Add wxWidgets-3_2-Create-our-own-socket-file-for-socket-file-test.patch: Backporting f172f53a from upstream to fix building check fault: Create our own socket file for socket file test, /dev/log doesn't exist in certain types of containers. (bsc#1217026)- Disable building with EGL support: glew is not ready for EGL yet and this causes wxWidgets based OpenGL apps (e.g. hugin) to crash. See boo#1188519, boo#1189524.- Add wxWidgets-3.1.5-fix-wxIcon-wxDVC-columns.patch: Fix poedit crashes when opening wxWidgets-3_2 files. (boo#1187712)- Update to version 3.1.5: * New wxWebRequest and related classes provide a simple way to use HTTPS and HTTP/2 from wxWidgets applications using native libraries or libcurl. * Support EGL in wxGLCanvas and Wayland in wxMediaCtrl under Linux. * Many appearance and other fixes for macOS 11. * More improvements to wxGrid UI, API and performance. * wxImage improvements: add alpha support in Paste() and clipboard support. * API additions: wxPersistentComboBox, wxFileName::ResolveLink(), wxFileHistory::SetMenuPathStyle(), wxString::utf8_string(), wxEVT_FULLSCREEN. * Improvements: wxConfig now supports 64-bit integers, wxLog uses millisecond resolution in timestamps, XRC files can be loaded from URLs. * Yet more bug fixes, fixes for API inconsistencies and optimizations, notably in wxDataViewCtrl, wxListCtrl, wxPropertyGrid. - Remove patches fixed upstream: * 0001-Don-t-use-wxASCII_STR-inside-wxART_MAKE_XXX_ID-macro.patch. * 0002-Fix-documented-type-of-wxART_XXX-constants.patch.- Fix an rpmlint warning by moving libwx_base symlinks to their own -devel subpackage which is then required by (wxWidgets-devel, wxGTK3-devel).- Change wxGTK2 flavor to be the main (unnamed) flavor.- Fix unquoted bareword comparisons for RPM 4.16 compatibility- Fix wxPython compatibility issue: Add 0001-Don-t-use-wxASCII_STR-inside-wxART_MAKE_XXX_ID-macro.patch Add 0002-Fix-documented-type-of-wxART_XXX-constants.patch- Use _multibuild to avoid changes and spec files of the variants getting out of sync.- Do not disable debugging completely, only recommended for constrained environments and breaks wxPython tests - Correct base_packages flag for nostl variant, it can not use the base libraries of the regular variant - Build base libraries from wxGTK3 build, wxWidgets (GTK2) is no longer used by any Factory package.- Update to new upstream release 3.1.4: * Incompatible to 3.1.3: CMake library targets were renamed and now start with 'wx'. In addition, aliases for the libraries have been added using the 'wx::' namespace. For example, the core library is now named wxcore and has alias wx::core. * Add natural sort functions. * Add wxTempFFile class (Dummy). * Fix bug with multiple leading ".." in wxFileName::Normalize(). * Improve brush transparency support in wxSVGFileDC. * Optionally forbid implicit wxString/char* conversions. * Add support for wxGenericAnimationCtrl to XRC. * Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags. * Add wxWebView::SetZoomFactor(float). * Add wxWindow::DisableFocusFromKeyboard(). * Allow overriding wxDataViewModal::HasValue(). * Call wxAuiManager::UnInit() automatically now. * Fix crash and layout problem in wxGenericDirCtrl * wxQt: Fix build with Qt 5.15 * GTK backend: * Add native wxSearchCtrl implementation. * Implement wxBU_EXACTFIT support in wxButton. * Fix a regression with crashes when using wxBufferedPaintDC. * Fix drawing bitmaps with masks using wxGraphicsContext under GTK2. * Fix position of popup menus on non-primary display. * Make wxUIActionSimulator much more reliable * Fix caret colour in wxTextCtrl with custom colours. - Drop obsolete patches: * 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch * 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch- Build nostl package against gtk3, audacity crashes with gtk2- Add nostl package for audacity- Fix wxQt build with Qt 5.15, add 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch - Make liblzma build dependency explicit, to have the same feature set on all flavors. - Fix wrong function signature causing build failures in python-wxPython, add: 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch- Add explicit libXtst build dependency, required for Leap 15.1 (already implicit on Leap 15.2 and TW).- Update to new upstream release 3.1.3 For a detailed changelog, see https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.3/docs/changes.txt * Support for per-monitor DPI and dynamic DPI changes under MSW. * More generally, many fixes for various controls appearance in high DPI. * Long requested support for freezing rows and/or columns in wxGrid. * New XRC handlers for wxDataViewCtrl, wxInfoBar. * It is now possible to use gradients when creating wxGraphicsPen. * Extended compiler (MSVS 2019) and platforms (macOS 10.14+) support. * Significant improvements to the (still experimental) wxQt port. * Important bug fixes for focus handling in wxOSX port. - Cleanup spec file - Enable reproducible-build option - Use SDL2 instead of SDL1 (only used by sound plugin)- Update to new snapshot 3.1.3~g673 (6cc1d63d) * Graphics context methods for the Qt platform - Enabled webkit2 backend for wxWebView (wxGTK3 only) [boo#1107337]- Update to new upstream release 3.1.2 * Support for non-integer font sizes and arbitrary font weights. * New wxLZMA{Input,Output}Stream classes. * Add wxDataViewToggleRenderer::ShowAsRadio(), wxDisplay::GetPPI(), wxGrid::SetCornerLabelValue(), wxHtmlEasyPrinting::SetPromptMode(), wxJoystickEvent::GetButtonOrdinal(), wxToolbook::EnablePage(). - Remove wxqt-compile.diff (no longer needed)- Update soversion.diff to use the package version, not some incremental integer.- Update to new upstream release 3.1.1 * wxRibbonButtonBar::DeleteButton() now deletes and not just removes the button. * Using invalid flags with wxBoxSizer or wxGridSizer items now triggers asserts * wxWS_EX_VALIDATE_RECURSIVELY is now the default behaviour. * wxListCtrl::HasCheckboxes() and EnableCheckboxes(), which were added in 3.1.0, have been renamed to HasCheckBoxes and EnableCheckBoxes respectively for consistency with wxCheckBox naming. * wxZipOutputStream will now automatically convert filenames to UTF-8, if the wxMBConv used when calling the constructor supports UTF-8 encoding.- Update to 3.1.1-rc (3.1.1~2807)- Rework provides/conflicts between -devel variants. - Update to new development snapshot 3.1.1~2640 * Support for multi-touch gestures * Implement persistence for wxDataViewListCtrl * Rename all objects to "DataViewCtrl" and "DVC" instead of "DataViewListCtrl" and "DVLC" to reflect the change of implementation at the base class.- Add a recommends from the wx base library to the language package.- Unify packaging - Drop webkit as in wx3.0 packages - Fix Qt build errors- Disable WebView for TW and upcoming Leap 15.- Update to new upstream development release 3.1.0 * Many improvements for high DPI monitors support, notably XRC now interprets all pixel values as being in resolution-independent pixels. * wxQt branch implementing Qt5-based port of wxWidgets API was merged into the trunk (Mariano Reingart, Google Summer of Code project). * Added wxNativeWindow allowing to embed native widgets in wxWidgets programs. * Improve wxGLCanvas to be more type safe and better support modern OpenGL.- Update to new upstream release 3.0.2 * Fix silent data loss in wx[F]File::Write(wxString) if conversion fails. * Make wxString::FromCDouble() work when the global C++ locale is not the C one. * Fix mouse handling in wxNotebook containing wxListCtrl. - Bump SONAME due to changed ABI, add soversion.diff. - Don't let wxGTK3-3_0.spec build the SDL plugin (already done by wxWidgets-3_0.spec)- Restore libwx_base*.so devel symlinks [boo#904098]- Replace broad Requires: Mesa-devel by pkgconfig(gl) [Mesa-libGL-devel]/sbin/ldconfig/sbin/ldconfigs390zp33 17482548343.1.5-150400.3.10.13.1.5-150400.3.10.1libwx_gtk2u_stc-suse.so.5.0.0/usr/lib64/-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:Maintenance:38853/SUSE_SLE-15-SP4_Update/5b5595da64020649058b75a21e8f123f-wxWidgets-3_2.SUSE_SLE-15-SP4_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=85bf14fc2b330ac8bb8ad69694cb9a748e6f1ecf, strippedPPR R RRRRRRRRRRRRRRRR RRR R RRj#59'utf-8b1920b1229cc3ac31ea2a31a5e016634db471d1ceaec824add5a2ed781e0a326?7zXZ !t/s]"k%+Ǡx;=~pߏ>zwuyPIhxqnآ˺ef&$ \ {LzRWzrPu<4׏O}]` 2Ҁ B΁`Z~ĞЈBiY Y mJU%6lP.F7]5[QK1C܆'T;0BI ԹV!"p}S X6a=gX1wVmk.0(#HȤx*ђ`B,r\Z*ë eH6T8mrhU poTw`Ϋ-u[.ҼY#^)8>nx+;:2n]ڐ<;ԟ^A3,A4[rJ@=Aީ4dI<W;z)F#T= ZI }B JJ67ٱx*$iǕC "1`Jr,֐x$s-ujh (yU N +gl@ $q[d9'i2uUx).>XoƟ4eܧ@!ad/j:`(2zI:@Y^ xu#vrx6YOBgFkο`hE@??ުu]=0 Q.֍HБgן,}?Q&^([! rUi9 "GߓS}%)n8doflo\ 笅6ySV׍ 8)e^لdEM eo+'eJjObyO}_fB}>ZP{HMhQ Aj{L+:R ;uEMEͲsoiQ#"ۛ~=1YF ;)fKgip=􎻡Q9yAٶϓ:>3@1ߞȚ/1<^ 2Bf)< u"YRgvfA@F8@ ?P4xS\'I_Bo;KҞ!?QǢ!Hz`:@5ؠb|lpZRȏ&+OL}kGZՆƛe&p՜[0unbj3oDVMm֛d*tK%Usf(4FΟ666l8|0MkU C1cEWp߰ i}{D8Sr#eOʎoBB٨^v8FpGϮ ^`ߪ!`VnZ4}åXYVr]t$A|9^*t"- <-ܫe9fNxrJ?U6 'qQM+ Iց"F?A8$Pi3kbyOPȉOQF"գQjq,I zS~tPS~hBw?! шIjTeshwM2ɇ=<&j5]Hd͖qמ8ǽk7fsȐxtXT< .wXh|xsb1a7_O#ov ~7PG> ]GRʆvoV5n H(RyEgzA vH#!ͽީ_G-r"@{T\`=^zFJzu D#ҥ2sk+b{v|L ɚ~Fi8;qEÅZȩCqVkGD%bٻ66^J}P'ِ7gar*B) (I_nHq0ʓp^Og;ٱc V !ר.N >0i2;p@L㲽]=06t.t#_ և(B=17.8~ io/\_+i"5K4ed U@ɱ6wK|;K׼& ip}n ޼%sR #@Z:pul$0 O,N ( /c20`x#@^ WpP1v9i5CK7qDT)`j?2+ ?yR;ʝ3߰ױşٻ$/P;7xź^7se;Mȏp+EdX&.vbژZ'y[7`-*-\Y*~dEowdB`2w>MEХCwuQ?!,p R2~ibzCGk-5sYc%RB!jKWl( jJ(X"8Nd5 S@!ft&Y {{H9pEPTuof"uO-p _0,uND {nS( G>Ɏ` :GOU4dun}ڽ^]o{v%5 ;);'Xwԅ2P%3%_zpNea<vYh-|>19'>$P:lZ7}w!wb /hg\W8! (3*W\"Xwû%$N> \ Qy!A]ТH"،(Hd4#*&Vs}6O' ~ioop7HI3Kn8r}6aq:T[ 8gPCj̺YĊJ!:Tؓ;C?"gaBܽ;4y f~l `?j(څf)gR_kg6Q3*+hmJ}=kg!H?f nTHb\=Kj}T,VqZ nt?3VQ &t bNL|.i%{7@%{X\ e\lŧQE|ZYLsSݴae#'Wp>-볍<%‚xz%\m<2^Kl_Z0oz/eOO~3,[Kyoz LFkHjz 8`PeUZQ~Tb)sIܻe_~?v]C=VUx6oIvYX<55 v"{js <N⌗PfT+#pSf[.L-R^Cj ԫCJj<#ٖ#V zv؟B3]?G~,̤qxS5MJV:?=%Yc+¿NjgiA1ጁɾ.s¦W0H Q$h48cѷ`5+^RY_OxyYzT/kYgcc65sM:'lC3hCQ_W?KV0#*DA \ oµ/,y:~,2"N+&d✻{|[/#yS<S^;ڑ=,}ō$4m]|O}Iu排CϼR39,dk͙)TNa=s \Z#MO{:Z%1#oS'f y@r,}7~u(D4> wv ȁ;q~r6%l4N=;84{].ŧU}eA@{R AeUaQ%o Cɖx-X0kaȚg'LUWJx:OzOaҢo.hAPm5pjB}kS}$,!I yƄXz(06U:>o#?l /@1(By WWbcCqj2y >bhY!ZW>Sv<$oa_ʼnK($\v`7ISj6!(Qi)$O2-ön#&'6zJ@0+!b*L`*PD`Wf5."KόQxpKs(|*:|ZY*h5XͰ#7r[˃#1LKA瓩ZE+IZvT Y.DIAz5R6\3@a_kwþ R;ۙ,^2F~/qY 7)Dl u6({V6d7uP95oQ/k#9fYM]u=±8}.c.T{JĮscd3g 5ES s.z6rLGHBi_mr aTrmKrck3'gLP,Q|j]ꔬ4qX́wtaFNӁ f%ԝ#h)@W%$Rʧaɛ^tT_&> P֜ych6`v(_-֖0рixXHGhb]K気|}$~Kjm,QNړ {V0锔ٕP 4%`{)xHٌ1ܫtcvzv˚}=('G2N8:1l:& %t< $ĒFn@KjӺ*''sAK+js):sF%Z l3TWRчIkjגv`v/(ꜱx^LgBc>HPcquf]Cn)!-`o:[:<&h9P Gb瓫]{߳rNԳmDR!0ʺwN?Nw,\Rh7} HYEv[EAZ aq֦v=i'^8Z21J`y?~<;Kݔ<+%LD"^t8 =/sw%2a;<̖^BK)*V NWz4!U T@Z79*WskRm~az_;C&^ͦ]z` _샂9U0r>sbG_6>Qd4%?:08|>gĎ):o`c=iDA { $"\퉈Kl 6wd3q'QU]!sE{mNvaٽ-P_ 6$PplT$s ;j1#bGA(ѩcwb,Xh#=*q:S::B^t'+KظkYp$#T3II.U׭Ǚ <L\ugmy_3@\ovKCgFR݅)``o'=L!|ণA|d{SB]Tw-ut0j}:'?q좽i TH <0E%cc^t#\iBRn*(1M\d%:ǫ_yg oy2CqȮ-jTcHS^>a"qzY{ENTL@ @£l>9{u“i@_ޡV>6iİ>^3(PٲgDDS+s&DZ?Uz0#9Wh4?7Mb\ёFӛ5l-[ٯ6UWKx_ KS$l0I=v]wi03Ԩvj 7N9?Xܦ?ih!^6\"N㱰c +}D#˂`?9+ \J~F>M2,7> &Wmǔ3:i79&e>3#/ iI9/OjX( ]8舒gPbMԽ%͊io!(흫-PC8fv#1Jxvz` 1bi~>]/͍1-L5l~MB@B|bKS1.ot'"t?^[#AW&byp3a[(jUȶ{wOQZPvR4kOSTYn1 秵2N*|Vm`wFYՉ๣!OT_=ROSqI;F)֊ftFplS?{s)5c9đeV΂W#m=l{\ @txʦfctLG?P2>7WTEfvF!XZ @)aB/&}h}꽔HfS%]k#) Q*bI:Z2[HJSeĊӕ”B$% v6Lz~ pB +Jtڂ#(V;m)즥"Xpvo0H{e-9I;#L'䌗G,h߶ ?%.; hnx$/I=o3ձȲ?[ ۷\lgmq!]lqiSxM rp+¡)QqQ}0lg@dA:LMaVsJqJx@4(¤;o/"DUѷL8]v@?`|#mAa}N9kj40!{2 ""ĖˀƁilY)a;UUy/xG'=oGNz@ţ8E-"<}'w#ML_VPEѤr0{q8Q 7n_Xo@HBk )AwHL+ZIV4Nx -HtJ$2u] ܔJ^@Օ]BSVN*3K67{* Xw4Kn.1 [yC8ՆkuB=B74 3ǁ?apv}T]Hkx|΋ֺ_]-M6TjyACtKfQf%rifT~-q^O%6^(A%9@ zod Q;^sD-$ .6+A &L5LAkE ֔H`Lml7ǽCxCzm9ZKI -W}iHI(HCZcʦ=,ZR߄Mo_4!.ɖ J!drA^&)Ą ~$i6'K-~}AYWv8$Td3JRe$V }? 5Qy .=>xBʷu,mq-/6~!hŲ#d!Z+HROPr5iUV/h^iQHB-ۖZo[i}@[ّgό{ւOݪm#죙RȒy^,Ԥ"d^T@M}-:#7c:OZŴ)k(Оeyf%|<޹Dx/ub8JyOQ_(I^N/6GN`۫V.E %Hqe ?J_%8zaf3ig^v׈nW$+M !8[ǨoZ6&P=az2Q}?e>c ohK/8Pұ=#l鋧N­LyxڑxgT%A^_C S5~uaF5*ӼU :dSoDHye=6ą'L)u_קv"s볢Nʙ\,0㵓ܳRཔvGT˯V-zcFfBCxLRm#&0= Ұk!@>jD~VˉQOIH$BNb-0c![S ̨M>3RoTYD/"?̺ŰĬ[$OsnYToF^k"4eN(],_ch zy 8̬}. 9fZTc\PR-+s{PHb-/$UyiMvo{@N̑ / &9-vEP)z~ ٵF`ݵ w=[) 7G(zhtuc){nx&;3D6~ݤ:> bPQ}dgCs/2"j$86s5̛Y jU|J!f] e|}1&57<_ÆŔACE5{B  T 0hJӻ 8l^(4Qw Q(WP4f/7: 61w4.?\2]tFj6[(L.%7&h_@pLtFYa y/?݉\(}-v_0Reiuc*-ILcȗ J c\QsUY-I. 㥜7J8~(X`HSr*W}6ɤ# 8q^*MBf]D\h[^ک!y}cenx'[+G[!;[5[16 o9Ȍ}鮷Rc[ |3 (GL8LƵyZu)AȾxKC>qd$ 骹)<6}pͶ[zM^'ʹR8\Ӻ2/~11JƆKڋDt^gӫ>+_P.(2HpWjwI+pK8X7-83)LQ01eu]Sb#~lP,ט0wa#C6 bC"p CnXo6ER4(ݜK%:cfTI_$_)+?ҊoV wd59v ɘq͢gTf}ě֪ͮY; v.5ܶL؊'Vǜ7$$N?|XԼ #!y­ɃB8RaPN`?%խyJTthB5JX„歛vM_4CƆSC>8M]zk6LiCn~B}GD=i<}2 Q$i Ù=f;L]kp&*J%Wn1 0ZZڳq I[Kz}kPfYH"T9 :Ru7p2oEIiup^XO{ @;_728yЇgm_h!xRvQ6e,-Uثαy߈Yc. T$ڻ妬3$w]BAx!`5LSy˨g>ѝyݱCQFHK:X kſrF=M+dBjϷOWN}˜PnW=ce&æC;y ZH!]LӁPfKO$vH#*_=j7:P.$d <`wp+9뙃*lkvV=&d b$Wffvh.TtOfyے]wrCM _t]D)l0ePZO@GFM9Nh-$g\_H:--^v5 :#ѐdB]΀UcsČ_R[Tuy"SK5LU;r|n DV<2\y%[bCd 7#?<|aTY'P|K8СE;iga7؞~ߟZs 2.aj?cI]!ӂ1AS.FgH68VA_v=%Ep8~$ 6e7?E4 Zr\CS>ЮkdeĒZS؂3A,)I;NՃ^ɭ&h»&\p0Qj[TVݑiD_>\2U@B:P%Oun-jWU[ǽDLO2o.r1,E}?v!DM -E g{Dрx!R RC}Hȣ {4_BF.(=5fX\7v#5 ؼrP.hyhu6A0;wtr#]ЦN:λr!>o>!bH"3Qy: VֳS̟>_4Z|P]FqЭv/U4<'@5u&~OC05J> k_î/2z=DŽOqosjK))% c0 é*&!Æ|KUpQf3ˈ5X%.BsƗ\ZC kcn'cdcݑpYBH!] C,T;TP.oŠRRxDka ӶxtX\mvKC; &xJ j;8xJ;zMZu+u^xbseD^J$4g̟?J{u(&uҚ [#9ܩ f r^B4. ̊K؟Oޤ@RVK4'=/i,)QQ<d_"T}!?H]v/9)]7߯)=b LDQZ;<-i!krTb@FNm;jZd }i64xtjkr]tm. h@Z wO@I}H (3[ɖ9q727*bq{ZapL)&,~KDֳτ6q#tTTQ>"U{jz%Tǂ2ϲۋ:?D PpB{OҜт2oVa3`H"@>Q<ހaf lKPSgKf?v \uY:Jױ)bqe5po'9nna[D,dcK3A˦&%éVFIaQOE0|Fu@&w?DN]EP;Ѧ*%RU%UGʽ<(K8>!pgs}ޟsz[<)qBL꾛h)i~Ye_0W;_s}Xm}Z騇ħt4I95Nih#{˟FǘCY5o Y@gܸN9ˉyn ^~a]B^Tt/%Rum]d$w-k,j݈'4Rv]53:?8V+40$S MT[WCʅ+S.IAq9E'<VQ;c͔Êǟ%0[jq}OGNnТ 07N_^] kƓԻuRTrZo7ZjH'P1ɍH̐Jna|G4`/3υUo!:-"OZ!΀^M嶲Z'~ D]RIFCW3-CD?S_A;xB 'ItTWGlHIMXu&J%`V~>%?wA)hőw쮺ҝK5|48-&,\u:: &45ۿ=#+! 8tX4a'Ƈ:2YxEvt@h?y SQ,I)Sb,QJ$zVex=+}#G>tAs]# o՞"Νߡf ALynV'-,?gaP14j+FӒ@lk9qKW^*tĀi*4xKc KˉG xME1NlC&NFN yUit.n' q5.WAF|[ʌ9 ih(ȩ>1ο]+N~FHM:CR():;Sp! s-fM+g$wvڮD6oi`͑T$UѽЀܯPmR̚/?ONJd71yXTٸG'0STߊnq0fȚPD-u5 Uu;Lzt J:YhtlzH"\akA蛋iKy ; fV.o! Zq2iT1%ҡ#~^noSy$!dKe2p:!^KMYlj&xb~oij4lZ8>xCLOkeA,QyMamZQrclJ_pxBsY]Ha' xhD2ZXׇ :]q1@V}{Us֚X|ၭ4͸)g%“2 Hblg lB |3eKw钉مU0F͖vl;mc~Cs?uۑC&.šBe@SXcW!H^8O*\l Ą=x_@yBj[rZ rXk@ 8i>h=/k`kgQqjUyO;'\>AI|dF %|X]0w Z[&{ (ӀP( ^B,zG֗]b+4w.!)qgoRR9fcі1GZ W 8fF? A?iӿLd2)"#cxʠCl2Z 7&uY}Qlb] |1f'ծ=l&̯!ɞq;˻$3Lϱ٭XzRĥ9卌Ėeє5w^3+Ui:Qf43v׏|#M*Pݒj$4$OQ(gۚS|O26QxOmczLJ";0'8Ezq*4-&7Ͻ(+dEaSlPdVô5( mTcp.95,Gjz- !&['3!D#R&t.͏ 噆R gVQe8W3>KDWT|nq!l֮m8,Zv EVQhlK,] ޲ZaLsKG:,E 00\cGfe!r.5R|zKZ ]@$G7o<&8vI"HtYD?#"@ѧ|Y.4G$:{%UJ>"vV ZD$ B]g(s-bGE‚Ҿng\]Z^Yz3膺yIHqӯ'xGTJ;2y~9wPߎw'ކ<+;yuPT79M_` 1R\9&"\{ԚF^d"/ڏ4<,K{b>P:A*yv%OirGM@8I7b56{tx ZL)F$ʥ(Gڗ#? jj^a"-v}7Y҄/eaL5#')Ϡ+jo1\ध:y Y~TTҬrh?h9K{2gI.ǖ}eTN+cش)Y"Rgp[h JSl yEUJLQ kp"=w85/&m FSH#xjK/Gs58.m{Hڌy7igy340È3IV:؇o5g)35,af+OucDኻ?of@QŴ;YV/ 5H%kglc煹!얰E@F˲MEI\[a!?"n,xP\W_f 8E7pn:6]aRGZ?zTΧοgUYoFxg 'M,u-<]qY7ֹeB<OJFDQa*D-3%g'^L>`׽xȵGϤu+E~I7u6_1Ouũ4bYŊ8$@Lنt_s`ußIc~QFSu$HYz2HsW{i{f"|*ZYa|Uve5LI%K(HRӦAEj!1s)8̰ 0!Ӊ?$* lOAq6ؼp|6# ~g"+"V^_B}Yp uCP'Xc&`Gp)K LV!=wONyvʸh~Xq@ÖK )AIپS `$#ղ͸ڼVXxٯ HDmNA|'@u'ĸw폱RT@ 9d;=C'mmqTC"/XQLVVړuK+p _-`BWH$!M_"l sXGhຩgczUz`FYOL>tv Pe< b2/IM~)?>W-@IXŝQ+NuW&oNS %Z$Yh?\îlѺR Gͩ~챀'{ &q -mr!+c ԎsFfdo^'dal};x,z u>"X|C3`X' <2`n0`}9n=*p_i3m0j?hG^\4nJVKnl0Vgx`" !Y^K4A~RYWҊ)5\d|{F__ g1GzQg9l-ݽtE9<ꏼ}1⯏K`xN鷶O b6x㰎oaAoپfL)YW3owzˈJ2 *Y,x\i#&%+D>se/nG^ ts&+a 8c]ֆgK 9#&j3`жQLLS"0y%?G6G A~;f[g 4'[!N-`1WЧW,~ ?r.w͗їdUE2n"o1'3!yZ0uM6f6 Zo LB +J8?ɲL&d6LyctF@h3`~?&w/mbhgVP^=8wWڐIi"+B tK ND۷k7T: DE4mDfNa|ShN@gTpRh?Oۨr?Ĥ-Z'`zh^ԐUf<V+t`a%ákmoY]Y 8(!#fA2qR7=`2y”dE=+YiP3¨ ޿L땲xx`-VRMN NSl'r1*!#a{*'o4[Tu1I]됚Pl02󚅸,PƠ8_YKXjFu NMsZ8lZG ?oQ5^E3"֛ ^M$ v{SxK֧DyE3;;97bAc b͇E;x2eAr"Ob4 - )GOIR)R> \0Kt0՛ \/ͧDm%.F \v 6o{׀2HZ+te)bO}(Iҳ6بw1lʄ\^}>Kf"`"H$> 83d/AxDͲNy01(.f?iśJ/?{a|PQёQ~'в>gRP k=am+ iϐnZlz_Hhݛ@c?fG1]^E,M-opq膱FMju38 %KўZCy=&'EO*Qb)v<)>5`/-P IEzswmZiCԃHsBC.*7DX!09E)) 781c< ; [C6K`UuQhd7̗'2M \ i܁oP )D]Ostc9F{(b!CK$dI)xkMf kC,QZ6H x8n*?„=4(6d=^OAU]V2[85#fyy=kcQJ((mvW2+<-e|:nlZ.gpE:NE^|_Z04H9:+8ҟ߃5(_>v/x5Y0~_ Lڂ2%kָ3R5;w3KqTh_g5;ZJ@J8Mfe`oqrkk3ϼE/Xd!7dm0)CvwUŨXN]($*-yzߤ56#J\6߸Ŭ_G`n8J :7\Vif$}=Ěz#Ÿ2( W/F?[ϨJG.ݙjbKRWpbaI]h=B;ṖyOI ά|40KՂ`G77".ԍ?YԕJ@бRQHW4m0C?4E4*qyLB٨B*R Oc]N95@.ё˷Wsuȩy)4c.E)-ICѕS_/ƸɊ5\"zB:RH1 W Eſ63Ua9|(AlgS ?P%;IK [VCNj2TBSʮV"\26W!c[j G&5wat:DgR]߲Xa6L2rɌ;f_ RʈMj̖7, ilV`6IR'|8qO,.@(WRG?2$j 9e!"n/umaH p׺9PǼir  R͟gqaC3[BO /Oiҽc{a>}PC"23G-=A r-ɛف[CT~;j׊ ڴ6ۊu9K+k8ģJ*;g@O`b@KdSz``dEUݽRY *9 Yȏj&gUCeM{Rئܫɏ_bC,VkTD7wԘ3[O 6Yo_a$Khm/)6u^VRp? ;4!Fblx1Ros0 >a+Y+}`䰄 ['17jZXz -A# ivȡ*Xf'6ױg ITAɖaosqG(pܟB7ӿA7Sr5J'_z| 켠}%E"&r93sT-=t86Þim@{?S0_3T;.5oLUm8Q}$l ؟#Q }z36Q"񜕀θMETne%cZd9PH;H2֬hg'G^zeP#HXaEvOʚy5'21&u u$j?LU&^j (,q2iьbHCY}ZDXD_^H?x'K>]"1Xb%v% a_/H˭;i([g k( xJf!}F}э \IbB599웙)4޻LaŶr6@{{H]a8l6i{OL0~zaMx-=V#7;(VL,FF!(OcNzGwC6u:;BZ r28\$ğTRWҏqn2ķ$\'qna;M*fx'N5P"Pq9v_y \ò)4d87zߺ}b4GE&{?S= G-d>̖@֎vB Χ.w'hvh)ֶD jOJ#}抿)nYPyљѥ SZ:?$b@EQ *z,w*zBi)0X.XAvuKJ,<-BNY@yb>4iGnNeo&x>L-2\&`''*VxGDfU9hܣƊؤfd |ưC+XQT3!!֫LW!sFej Z3BnYG=iGB(:Y$%V5`(Nyl=>1εQC԰׮ |W +o *Bp ~V>ڢ3ƙ Cmۍz@xcu,2d]*L8k#G-%^"U12=RrË7_>(T4?1~*m*N^8gRůP$wn刋3M2YpM6/7} آT+Hc3x# ps.Q2ǘ/yn7|1|y`cpd"˖,P8CȦ8 0˳;7Ɋ Z²@m9tQ sJuz'%QybrjHZPDDG%x/ta^9 t -Ѓ 5cJ&kL h(AUTɰb#8!:ɍ{d߼1d@}5@܃wH(bi39Ql]WXyt z1z3KivQ:z pE_g|걚M.t$ZsIPHjFqK6NOVu+_TZޘۦm!%"h5k$rK2JFYWb2_23AD336#0{97F41G>&;ჼH#O6&Ҁ-s|#RS\JVYTe5}@\KckݧXܷ50壦Ő]TؖtQtDc"= g5ɾ*`n|GNB9~d^NL爦7!u.m;Y,9H96*G9Z\]o9&r[.pgCYlDMK#U S;N OR`̍a#ˊJ9\yVX,|alצg+:Rs(OJ)W&ׯw<URPMc-%_y^ )9X-P?"]bxU(V(st%MY|,ltHoJJ~VH;AVpyhy#˂@P[#+pDTݓDdx|i8zGX|P,SuNwWD{M^ܬ46c/FJ#5-FO\ q<{2!.،\ӹhj QDӈ?[,zg/c0wn?QXgXP󢬮= YZ