libwx_qtu_propgrid-suse5_0_0-3.1.5-150400.3.10.1<>,kԉh4@xp9|M8l5Y1ʼnF8^߭OaV&hU`Z  +B73x Ņl,$Kk)0xQg,yi.yqxb^fA_ܞ,jG%:`x.*5TU2f6 #pArEGetW/8Fb"@.?.d% 3 Y5 K\w}      (K8T 9 : >+o@+~F+G+H+I+X+Y+\+]+^,b,c,d-Qe-Vf-Yl-[u-lv-pw.x.y.z.`.p.t.z.Clibwx_qtu_propgrid-suse5_0_03.1.5150400.3.10.1wxWidgets property grid class librarywxPropertyGrid is a specialized grid for editing properties, in other words, name=value pairs.h4@xs390zp34tSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-later WITH WxWindows-exception-3.1https://www.suse.com/System/Librarieshttps://www.wxwidgets.org/linuxs390xth4?eb3f9bcdefa4f7275fdc734d4751649951287728b5853f6b52edb8b64a0358b0rootrootwxQt-3_2-3.1.5-150400.3.10.1.src.rpmlibwx_qtu_propgrid-suse.so.5.0.0()(64bit)libwx_qtu_propgrid-suse.so.5.0.0(WXU_3.1)(64bit)libwx_qtu_propgrid-suse5_0_0libwx_qtu_propgrid-suse5_0_0(s390-64)@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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)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.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_qtu_core-suse.so.5.0.0()(64bit)libwx_qtu_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/ldconfigs390zp34 17482548403.1.5-150400.3.10.13.1.5-150400.3.10.1libwx_qtu_propgrid-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_Update:Qtdrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7a40612af3e18f655f3d5c0ed1473a4e7661f981, strippedPPR RRRRR R R RRRRRRRRRR RR Tjrutf-8ecc9f4a36c81a2dc21d66ee817b6dfc9da68777fdbeaf01db162b11062df2a1b?7zXZ !t/k8]"k%v Ǡx;|^P_$,_ox|O-ab& .Ha6DĜgvRBUenO!US+O1MQݙ"PJvNDZj&e8>RF]xD5S~P^,moH<^IcM_]_&` d|` BĖ&^?/Q,mopJh Yw'kJ9ˍ9`ƾx|ZRWZ1\ r`W,S+#E#tILNVQ'GxiɓS&_}՘;LuDܱ+M#ǵ_K [ƿX'kp߰<aSNB  ,'ⵈsnGS4Mˁ> >-Y^[a׏l2}=Kɕ!wV$0Y1'?x؄ZYq4U9*i9X4{L ֩9͡[Q>BX1&i74 @&jvH`֤-;Y2AD8)}ĜQ) !y[ 1;5,oЩ *(l㼒e'>uʦ7T8% J)`$&8R2[F Owݞ.kk7M$R^2n_{ kՊԎ2?\*??cejqgbR+dt^v^U$5Ѱ_Iz&8Bi"o泪,OU9>;%`b_ #w* )/nBE4"['%HDXuP:@zF1^O@P$Ei=/PJ&XY$g|%㶵 MW_3(Ιdzx@N{#UGJ8q7s!#rwRO#5A ǀNt0=4CYtlڽ^4=߁&srI1F rVF;Ղب*Vӽ! IY}D"{`I`䱆+ Q~Gs3)Y.*R''~ ﭝ2ݷ [7ЅF>R< 1tƻG ݎjL ,rrSwo;uR".Z.~'y;]6w(LMk8Bù>Zm\X@,(*0ʎyCcSH.(b<* l:sI[NJm=)*x5MPT^M,Rь:FF:'1^S #i>ӥ@]G(ac-SKMW]` 6k4H3+>Abm;v2L~<:-I{g㿥|vg.ZpU *F5=M}: .(\iR)/RY~W] pqc|vC{7CfA{e)Ҥs971 P_PM_ڻBHʕ j|!G!WZyc||UЍ5Tlݪ 3ڽ%O OxxlڂV*ICCiH]M |!Iw!{X{(X/VDD$yeτ篁,!8^(^Hg%hx`>lܤmY$ŎWI5x] VXPf,ɉ\B\R22Lq4Y$𯼋;Yܡ;A%b62!35jYb]=flB"Zvرk̟=o.; }=ru/,Bt:|aa"\">JbhQ:1v&)U8Oz~ lf/m1V!%Y+;isf B.p-mSVIv>G 5Q;?FyJ"?eͅ3\?R$wmDX雾y/t 1S/LF8f,-+Ϗ=:#05񡤚^})MFxcv}1(xz:z 7j AxU=` (uvK_M 8HS `*/k/DZn<灦DƆknp@M̩.1FmP$eVu:]KJgupw´S&[߲{@BK00h ݽN#GLg2N V@ZGEw-`Dߐ ;On$o#sk"mƄGZݷP.gZk԰/cY QMs.z-s~EclLAS N={ YD&`fz* .Q+1QFol,;ns AeLKZR"|v2`d/XY+%"&Dr1Z7w8L$,yW\-B` b'F?գ `ORKȡ HRK6|lMpNvDXgENy{AiߩESQlÙkwd3u>G]9 ;13(h2EnA>GdpԿ1S%>yT 4%P[C8"v M4Sr.GQi5c҅,f3kj@7.^,rҨO[5eu~R8A*<.C_Dsq-c4+IЅzsa-)~>{ʼ<13R3|*FLT %ɦcɷTZ?M7H`gt%esQ#?5U ;e ȋ$ʗ̗l+P9HpACa1` R +lQmJzַFnjAqY@b邙ވ3tGW$ "<4o;?Eu36 D.eWRC>/<ݍ@/pW6@.m2sg(3Ks]ǠM O3B]B,D˯7zJev,ۑKpOoC!7n&D{9@kF- ]8,Psxq)4Z8h,dϟ.`u7)F¬Xl&vz,D.Q*Y1*dm2u/Nf #/KV:1yKˑXxC$Y#J;3."W!zѓYoa5}^,ՙ19%8J=7F sn?P6Pk5#˿*h#OV(+w9{ȎfP gq=Yڍ4p/<3݊:]XE^d n9Qs{a P#c$ʾ3qf$dbq!`$k\tONI+)b0ECs*OZ"ﱁ=MK[ _bM(Q-OG`~=4qz_МQ}ASZ[j8UEzti|D5oIb~x[,q xBFإl`8xtVIE!Ϙ&f+^ ɑYvsὋv b9)[&qK?-֡0Up8-R0 YVY= rb9uѩ~ o*Lj$ x_ 5iNMyÓ9/**u6Xdž@!N!@pe =^Cz4PCi^<:cMjHSȫs\Gw@F2m6i-JWnOjNޖ+כxwsMBl5a޽/˵!yWV#@3z@cSӅqmb/Ț㮙d K᥎$AvgO0kq.ڛHC-'{_#7 8`?g(N򯀨JA@ӻ(iab#.^8\eotx~av-l $|ݶ'۠mUɣ@E*e-=ۓ!sUd5λZy?R`(w@;j.QB~ތ̖Y0%q;4: .I<5Ak#n"3brӡt/_iKhb3TKN3:^6/ZTGof-L[H#Up}mq;LEbKl:J3͇? e S#3I7YNBѾ*eD@8x;\uJfu{]kp&޴21 |{k&D'z|XO:>Nqv#o\=j]97G}Vx% \xW}Tu}A>bG/c paE2q.9xZL5Pp Lӊ{xrB@S"8elKg\{U!v2ߓTn[q/=E{r@:(k b(C8yX B]]:kϰAX6Ʀ_>4KaԻ.FugLCz\,̎~_TDiNFNw\mKRm9i= kam݈M[4Ȇ&" wvfM>ћo!Љ <܇~/ʱІF2bs,plÔ'sS7#YeՈTݍ;^1 0WcM&>!H5 - &bRb fKg:}vo^{Bj璼,*߄X+K(J"rA.<B43&T IMmKnJ[ 3S5znl1OJd,o4E( YD Z/P_+Pe>]8 WtveYxqnU]<}~pNyITUQӛx)hR. ~Ds2(}qmURޑ 6S裱)o^60/U[WGƯ;"d@JHd5tRΓE-M4Y/G"2 }yO\JV )"c}~B=voѥ7{Vr1G@'ĥ BxɊTRuTL?/@\:g/. i/FP쁦\dDHDZCkZѰavt/;}0ml O[ SѬwT<YV.%H}pͩRWbG+z䮨Ų 4xP6,J_[˒{87u6o$ofv%C_x.TIբ;DҞնrd#g oQ/\/iZ2efG#ɂ5qJriљ"0ޠd!AN=ljZ+ZrhpZzEz˰xٽ3htR`H I@⤣GB>~B[':<7jhFQ3npv"eT% 3rm0)aHwIoLXdU6EmqĔ3+B5X6˘aVP躏\'f+pWB3i? 9 -'] NoNeGc&Va;98-lAf#ivb8nT|{z4u$mv$U㐎#(@a:򫫙U_+Q sfW NNf‘MǹGub^zWr-t 1p|cd"pz{5 u \/t唐9}1Dt ZB v-l86m+,6]6O+k~}IPí, CUf/ʃI i #E-3IG^3dO%Ԩa2ԧfC/UT $szRb*N\9/=24⮇4N^Nd~x97`7 Fl4ٗѰ/EcOAU 3X `y|8XjCHs~f ًV*}cr` ]?a[RR)|GsfWfF3ah 1:+IM-[ e*tj"wJ Plybٵ;\HznL|2oNgg2A3ʢ&d]zڧ>/C>|4iFifݺ'xcST ɛ2}! ՘'r=_([WbrɑY9X3aSuQ/ʀ[Y̮pH SDZR#opsr׌Bë=:uN.Q o7Țp#Pdu/z-7&K+#T&x~\P|#|9Oo (+S:'aXuyWa`L=zu{ N18y~Dӱk^}[P2w|Ցk"֓LqZUgVB6X5͝AF\Fc,A%t,{]H pߟX ]GU$Yy(eB1S$1vx^m (/bg+N͎P١wϊd)q}Ld .| ^d_-h.DxM3 p \rLy#_ZV%Ǻ &<V\r\u{Hg8S2"]]6nt#'%p7$m[h^o^j07d|_ѹ U(rZs^O|,vUEO@*mwJ"2'(~1KͺqOByh\]FOg\»uga.F.Nh\^2 g&i^\l*撦j K7W%[cٕX.AwW=f2停癗7;ͷsd!nȍʐ(-<|+)`څ燎M3E#sηj%S0dPAݐXG 13AhHVP{RR/Ё%XJhoH8i(\~J2{C( $zCӦ<_X1 Gi'C1ףю{h,O A,M_8(o>Xhw79z7m"a`_Zj"Kދh-`kCeD5f/;tQ3C˔@j!$|21xjՓnF9*'T2{)!P6U5S70Ouh\z$-nn ]q:ފ[c3+B oBBCPI\lQc/~ C%sPcڭ0u0a뱝{[ݿe ; *)yi$#_^-Blj[>a؂[{xZ0j&&VIVσB^8\^PӲ O4,!Cʩ{b:os0c"|Q4TbٜAT껴Ny+GsU{AG(}ht;Dv)`A)$%Cy83 T#DХ`G eWOoXEjw r[[D{96YENVYdewVU'ndCoځ@+-Y[ d^Y,Z$a!=)JxA".րc0|zA+*m;1f=L{]A"k`̄1xYYIH'XZs8U |(>_ltPQ~NŏW/rðs4D$FQH|+!Rpy[u9"o7ߥ4spec?+q=F^:(}v OMSiGe '"jγh lKm{og@yjQ 4'}7'pKMCa dO`nE;]$+Y|Wr"ù[l9ptV{~N7ZZbph[JӲOyƭ5e߅{XݨrEfrUKQC3'rXڬ7}cn{DI;@n04c n YTO':? 5#(·J5m hߩRx?~.5`${^~YVZάwf"0iʦ3)%6~)Z *QtviM 4 gR fJ>7+$3ҷH`кA2+;ґWH"{P_\p\"PIKW9Xx-8b|S7I,-`~Ȧӭa+Ț CSXg Ϣ)%bŹdWvy*2_n^Ft'RyVEui=|N;+?$X4^ oO})q"ZUo?~$Dn>Џcr͑[E%лOy157L=<$ Gӕ|d=9Gʽ0_O9bqm|uj)Cy&r*j~ܖ7׳ !0IH8N}ɬz $qLYjCalܽf7G#]& BϘqEpn`@;Zนc-V_jXOVg3<%WQr Bo隚! `8ӽ /&RFx->1ӲJZ"Ą@n:?D? vC8?"3F:aW|}e'pBzOk v/_>;V*F'8'kR @dwRO 5[qN#iGr/>K~rOmƐL:*+@֪ C3HmxۢOKp0l }lDNI]lɂt`"/SXfH mRʵXT,m;G1:_PL|O-4kT! *5g/ں[=e-tQ}߉Wm']UG3% amk|{~E_š*v B#]Lˑ~['塩sD .PG\O-t}󿘏cؕQgۤS\\focTLD9@2c)9'[M瘆o_ZܐVdҦBɷ|"LQki!ԙe.+e]<+ Drg]2U1$%>\f:ًD}T`--M"fGvZU3w 4ckog?平ګޚ6lݓ&GpzAlv&X&"\tWh.uYѱN0?c;p>ʴ%{#I g׺!]Qu"} :͏a7K8ұāx'>SFΞyr%[!7 >aE o~~z}.*ȍJ̍ZZudۈ㪌ܶ{tCD |XXzɯt{:t.!KL{B ^iO}f-= 2Gďe_,p6q4_7O^!.ɡ|N S(/;`Dy6khv1ԍԚr*S K_8 "Tzg;U㊕[ ~B: l:w^xkqU_ YZ