libwx_gtk3u_xrc-suse5_0_0-3.1.5-150400.3.10.1<>,oh4=p9|/hˎ*Og}A "`G}`s?ciE%Q wMA+\!]:zz " Æ?<;onye2Qg=:W֪)}ֵn'+h@/?/d" 0 V $04Mn     9 <@EJtx #(X8` 9 : >,{@,F,G,H,I,X,Y,\,],^-b-&c-d.\e.af.dl.fu.xv.|w/ x/y/z/x////Clibwx_gtk3u_xrc-suse5_0_03.1.5150400.3.10.1wxWidgets's XML-based resource systemThe XML-based resource system of wxWidgets, known as XRC, allows user interface elements such as dialogs, menu bars and toolbars, to be stored in text files and loaded into the application at run-time.h4=h01-ch4a8SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-later WITH WxWindows-exception-3.1https://www.suse.com/System/Librarieshttps://www.wxwidgets.org/linuxx86_648h4=8120ba6dcfd5d852f952be38e72678759f67b45fbe6da447f58b6c4e8423d617rootrootwxGTK3-3_2-3.1.5-150400.3.10.1.src.rpmlibwx_gtk3u_xrc-suse.so.5.0.0()(64bit)libwx_gtk3u_xrc-suse.so.5.0.0(WXU_3.1)(64bit)libwx_gtk3u_xrc-suse5_0_0libwx_gtk3u_xrc-suse5_0_0(x86-64)@@@@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(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)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.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_baseu_xml-suse.so.5.0.0()(64bit)libwx_baseu_xml-suse.so.5.0.0(WXU_3.1)(64bit)libwx_gtk3u_core-suse.so.5.0.0()(64bit)libwx_gtk3u_core-suse.so.5.0.0(WXU_3.1)(64bit)libwx_gtk3u_html-suse.so.5.0.0()(64bit)libwx_gtk3u_html-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/ldconfigh01-ch4a 17482541763.1.5-150400.3.10.13.1.5-150400.3.10.1libwx_gtk3u_xrc-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:GTK3drpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ee6341eab815e29d5cf341e44768c308245f1bb6, strippedPPRRR RRR R R RRRRRRRRRRRRR RR0Rn+9,3bMutf-83ce96c5aabf081bba5dedf7f43bd053d3d5a6a94865a96fc597a2bcdd5b2a325?7zXZ !t/Q;K]"k%Ǡx;=`1W5ʮc[a!F U:wD/L ڮV`|gFddəP׵盩ho 7Zڽ5&h%[.x{d oR5҄/#|+trIc.{~1$ tV5]nrD˻#tֹ 1tЏnl3t)Eӫ:(FH!)7']׆3 .#Mw_oWԆyLkۉ ?L"δ D{5 ].xvMmf1XvpWnE9iK-C_ci@ vVSA2Jo0`w68WDRH8!vF6G|?] ޾Tm"!\ *]4o)ԍvR[?< Pe|6nFP./`o@%]xxh_b{҂;.@<#r7ǡ vȺ콇g lpҥ8/C\O!!nK*([^Qq 3YBW7WjIEU3;,& Maf)?v&G}ϋ;+:o5G"eSxBlÿ*Q "@ǗX6&c)59G`A;ݒ5 C ;f∍gC:u p'= 0ӗX۳%A{c -SCv^r7+W ΍wP\_X)нL1 1Ĩ\ 徙j=:"9GD-C檠]^>eQrG}FF 5wKBkOa GdeEM&u:Ɂ3,{\Nh PC ik;B/'u^x2+7ehRRPXVA`m~1kaG` XXD`1D3y͖k@J3NĦ/9,\wy_v%_hm@ybp- Y͙pz<s// s3bgsl|f#JZ PYw7/&ꅘ]BQzǿF@Jh2z""9uo~Y\M#abR$(}nPfwPgWEKX+F@z ,Mt4+>6Yğ`u?*U1 5mp4ik&&OٗSP2u\ [dQYHB2g΁pLT8t)b<<9GG|p K.17IBs2H$?O\O bפ4lز„`̽\ XUu7}>V7իˮo̺C.qu(Xm"OU6P0ktM3.D / _mQ[I6h!_ C((5R4HBAPe)'5a@v2O!;vķ״{Fcjro^K{2䱃pR"SgvSr[Aiih`NI(+`zN~ĶQcdZnޥC^CȠ(hjdEVt> +P*]Tɬ{\LipeǿEͅ8xώxqӄveRO؝RQ|H6'/NXJΨS0y|UKedzpNjtbω94[_HހF4r_dSe]y逯LJ0yMY+-;^ e 7B@)z(JD?x in~Z}Kش,Ғ` %V}`+ :ѥlr [xAŵdWM|Y"BjT{A SBBo`, V7J0Srz@@ 3zm ],b|`N*3LW͊6R.wo`mcsLpS ZҘԑS 7G11;0h}(NtNfqBV (\ݷ2`@?*fdwIܮAۇ*ԏ*=tR@cje4D D;sߙaɲ>U&:<9L & rC7p3fMe6sE$V]GqX 38W\#Mn%nҔVzBH/O#FDh7e UE䣱%ꌉC K% tw 4$_0G`N'E - R£xB@X>z[]DMDv~yGs{54ZY(=0X,F׾?A7>Z ǓM |S4)MX4bZlEDU%K ^_B+Z~2zȤځ!/37N/as ^(Ӥl@._B'5d8 77%4EC{CiR.GYcV93قRZ aB,;0'K2Sm+oeRP+_ߵA8V_-@춷GVi7-HJ nX՝xJ2ay:3"Lpڽ( w q9W贔Kuܕz۳$P7c1u<"(6x*AjCZPeԮl-gz]'t5PIվ-V2[juvs70off~Q رd>suˉ8 +ИPKMlpLN8I<3dW.N"%YgABa*2:ZD5P%"hAoK޳_Գ=| vFCMq0#@4_F$` D{Bq4Xz[tkg~( 2E0+g]f,n\_6/A@h*M-]L$#v6"QszŖLZ\b,Ӭc>GCK*yMҸxͯT# H֢aC0=| Ԯ4O`iˈ"ل~4mH;FOh9JH-Rt"e6ut }+c|nGV pϳ$~:-S  lS|eటq] ~u9NYMy-%^\2RodL&mfA6YfJYqX y+ysV8%i,w1$`&Ϻ{j< L9WK'S#Ao$,dg? fc27N?ͬm9:!^{0|eܚ8a#s4A)z:K2I꿩2!CŻu?~9vT|Ds ض͈9f#v}Шhh AݡOͺ\G؛!àE?2l,J:&NBcY`W[˅lK2BbR3mʭbK',35U^qkClHuRT,\r̙I"&`POQK^>t:[Jvţ:KIZ+NoCnQ&G]5DX""s-s>)H~D7|𖎙?1^ݝ@{/bcDҮ_!sߕ]\2dClr ui8BL/$:=.eVԬE]lǚ n'U>07 wL3F*>MR&R`Rxؠ'IhGY@!긥٢R.dey5l"wIzt~?"JWtPb|bCLRe:"r(w.x٦w3ڎÔ5iɬH) !k7Ѫr~Rk&yԓ ےtM>GMY+=_*&U`}_8$5oS*ΒbڑOa> o]ֈ?uCtIo4VlsPj%=`FӸ*(l8q#5Z{ A%jo̞20L:ygJL)?%myт.$ Pr{]}~>@OxIc㣴6XLcjQ8\z4يO*mĕck/"Ďhƌȃ@=Q@v d X:#XH髛4^WeX 3z2%l~]# O+n{(djAav't4D5g.x&.f6h]W}z1xi ?xЎͶ!+_R>Ջ[r1_Zq?je% n2?!r"9AuG]\dc$Pl2_hg8xE@?i] $y=VB(&x"8E%\5?rUZ_l=>t_0*9$(oާ@My \ Tm d&*}YW$73ǽ|͸\8<ʱNwãLOݣqrUMݭQ}!!x-sZݧB* ﴱL0*jɲY |1V\} 3`/h꟤?J\*Y]NPT˶0k]'uI]lNê_ܗ~םw/{b4`xBQ~UD4,t(JZ-5!4LZ΀Ծ^fut\wBt#? E Ca!fA|.P)z"f,mKG(& ( qm\A7sɚuw?8 ^Y$kdmi"|PXGt-cؓy|xN:f&k!-I6nRFMWaW+A } ް11z*beq0!( kj4ل'n/#`Ҩ}S1{wBh-u te+۶w!3.x q{M^C4$[ܫ^\㱝"!֊rVݙl1{p'whHyy%V X3'p5_QpY` ~`U4`.Ѻt^D^ K]4֡cR,Ԣ(4&Nk3K:r̭%sa5'Ԗ'KVk7F`I>)$~s eXj00y\Bˤv䢬z/ߪ1QY]Z҉R4;V %ěp#{M-ܘ6eVZ ^+֖Ƭ`s?mkz$R_'YNAμfv fZ ZT8APMN U GYlƷ}~_('Tf2먘ֳ)69%K89J ZL`fP 3XC϶OiNߵ_^f+E jɮ AdPXf?JK YE"hYplL g^xNP8+ LcF;49,w$UjR6WR Phs|"Q/O ؘVĊ㢒TBV൓Lּms \ <ن~:3t4Eڷ/]9T]AE/u|zUydpl?I%X7, %+_Ñ"e$MGu /nIɳe^s>-?Бp%Cq ];KAE!0a5mQjkр5GO-\Q\\DIV'C4IGmkGD55+薥ղ0WAR5vΗf嵠ޟA~ju-$^%bK'.R [X達xj,(<g5 V su_vSµ`>äS??U[@8=ݥ$r'KMm ie%VoS*p|2)8+‹ߖj-hio961"4QZpqYӂF%Hڰ]cE{蓉,E4vs NU]ܠǴ F[;Hďdfe@a~41D4;߽J삪ibj@QSф 3j%άacPE&@"i ~Յg<>hSHܪOBSy~_{IC,Mۡ>(#\f XPrDngJ2*?62zџE'MC+HG,/Q-RҿQ5@{[77:4=s.t Ѽ.igCm!d4 DcQ`T#vI9zԋX/2RlS SƵfgULaG,p=X)zSzhawmZFX3W ;޵IS5's.g5`EGNҲ"3͇la$NQWQZ*24SO I|ze@y5ܐZ@L_1Q:mӞ8$S'8Qޮ8a MkIU(_=U(l]n FGnbԶH(m鵎s&aR>.?~g81ہ$: եT-uo9 E:@QAιas➹i9%5nU9?4T)Hz= B/ntpr^f((t'p}1n<۩Pw&@nőʖ2!d^$x!/=EWx)_'g܄JFͦ#*ġFa K 6a2ave)Ih4ɬvEѺP,LQ _ͱ\ tPo@/AR`t-оGրEOsDp bC q 5'Iʐ=].Y~!kr 4<ՑUZ('gZ(SG 6/m4c됑n< A8Fk\,}A\l{O$;- "$jV/0ŦSá猙8=OhnLJi10 oI#39oF7G75"d/4]uӬcy \KdFG)9hG./m'Xrr3f?l5,HZ5i Oލg)`?.j9w[*ʱƖ@?iwHtĢ4yŞ6F=p4"LlY0[E {pGYegFڡqz7W&*L.FD!֢rJ;Myɤxe4X jMMzG5K-ۑ+<nCW)L:8 "X۟,7(؍ts d]* QXjzhSS5j$vA&$_H"~3g=Gwַhޗs10RVp<8'f3*z­VFꤝ*vZFWY!v)*zY%#S5⼘@ mX=DOΫ5;xeB9mSncrd]AhErYioKЍvS)1XSn QrDR{ |_#R:@wfV%NEF7)`<S4x~0-=ANy|&11ݿӑj^^k <%&VP.ۮ|5ޔ_Z G{7/e%݋$e ~~[bnH/4Jl⇲-trh$p(`U^ù h+]"%w||dw \y%JKN:'ٍ-L6f@_Vd'Mơ\Km{ş!>4߬ pRVVWuOuΠŶ4![E^Et1eۏ@ز7Zo]%]i3b|RGgyfkk6Mg[<0eX7cZSRfz0=n!tzU)Dv틮,5'yKk%0ƕu 7 !8]z6#ߐ1Ϙ|` $&Y6~lD%-:^dCrf8C ԊI+`V/rd 9ֵ1֮C4>/zh lԷ\pek(vjj*̞@ieVx~Em.^Je7[J+MK#z?s5%N{XPh| <͹eM(_iN1DܩjrN)N=UnCA^ghA~jtK CD^ b>Orr(UorD&*jfJۈ+ԝ>&h8 !B;uZc1~z(4ts|q- wH#C{/⧇͂ZS]C۲tfvre}p/jspfw$ }粢۹cpDj'݇Rsd15ې`)!GSαWL3ə=ÄG¾Nv¹buiW6[*Z zW!|h-3Gl⌇p0EV{(G.Xoe c MuMU23,8[H=0Zȗ菪~9Z)AFT?Ӽ)* !C7o&Jn,uz,*ql9?9/T' F 5{Dx7%SL53Ec_ >$JHӄ gLqh"nՒob:3ƙ6,%} ؆LIю45=ـעb:-_4TcF>[FiLS3tOl*wUAԳ 0!H,uh61UڢvƗ2; ~ 2R2z֯7[NB pk}" M)NJSƚ *u ~ TќĺI;u7*YDiWYۀ ^,V1TC ^vdJfq_;f @Y]HX|(4'j)mh]piY48, jsڷt:4S9\Χ#x0">d=`4/γPCCkd[?V*ciJHkˢk9Cy/h̻U !8/raˆ* Ǣ,X!R@T s1ܮm˥5c9A5KHDxDkr#|+@Pq͔/jVe7g]G Aqx𺽇뭓3$ۊA%([t{a\mEBc~kc[9jM*eNy䂙͊1W ,,$ s܆Pa4u\[f_U(mB>n7|~$E$_FvzI8#BHsa])Ļ)ӥ5Qpj7AC PH|(<uko2 8g﾿Xw|%0L&&.UN~ý}_T$օ6Y:'Aׇ`Q:rOgZkoƦeP/!:ey||vVcym3E FZr; @)P6u'o 'qYX"]b z~^bCZo;q utCm˦P*V.ebxRFct{mQ H?cf8.IP uOpO8(UCSF2wI3jRQ}GߴaI0nѼK[՗ȼ|t$Gx#7A.wW/ӋA48Cs2o^=tlH=uFU(ﺯ#T/ x/<.d۔+)to5f?)rTE7_%=*1`Ct* MΏ"3^4=)Gж.h%al4Q{=Rqpy7f39_{=h!V uSs%bRDLTdcG^G6|x;m"4s8޶@( dpFhU`)Bg=NQˉHU`䅘oy\=H,h&LvV }D*աR~Q(8yd.7MћJ|Q/4C^HkK"B&`/![!tF=dw"3!D_gX;D rDD8 /dIb3>}2.c)= }ы]aoںD Hi3grSQϝ䃀N^TN5pqK/AzvģW j YZ