libplplotfortran0-5.15.0-bp154.3.84 >  A b|!M@eeeI~tHEyUC{٧lpXtSjcVGy>@*#CiiBv/d$ Ez\C!bKXnf7%sۂbHݒts;$`G96܉mN ^'d2ZNy~DܜPrJuXJlʟP`DJ?YdS+&=?d\6tB.=ƥSm67^^c _t1df 3( Iwt]-!\l>p@D?Dpd & U )2D ^o     &0T\   (8(:9:: 1:>A[@AjFAyGAHAIAXAYA\A]A^BbBcBdC-eC2fC5lC7uCHvCPwCxCyCzDD D$D*DlClibplplotfortran05.15.0bp154.3.84Shared libraries for PLplot's Fortran bindingsPLplot is a library of functions that are useful for making scientific plots. This package provides the shared libraries necessary for using PLplot with Fortran.b|ws390zp24SUSE Linux Enterprise 15 SP4openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttp://plplot.sourceforge.net/linuxs390x簡b|sb|08e9eafc88abcfc26a1c4b04232adeb3476c2ec7236228d7c4da4e781c5515a5libplplotfortran.so.0.2.0rootrootrootrootplplot-5.15.0-bp154.3.84.src.rpmlibplplotfortran.so.0()(64bit)libplplotfortran0libplplotfortran0(s390-64)@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgfortran.so.4()(64bit)libgfortran.so.4(GFORTRAN_7)(64bit)libplplot.so.17()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3b@a}`E``[`i@`'@___;__@_ @^S^S^9\]}@]+]@\\\J@\&@[`O@[{@Z@Z?Z@ZZZZ!D@Z!D@Z@Z@Y@YbYC@XXX*XgXJXW]@Wt@W@W@W @VVUU@ŬUUv@U+Ut@TMax Lin Atri Bhattacharya Steve Kowalik Atri Bhattacharya Atri Bhattacharya Stefan Brüns Atri Bhattacharya Atri Bhattacharya Dominique Leuenberger Atri Bhattacharya Atri Bhattacharya Michel Normand Atri Bhattacharya Atri Bhattacharya olaf@aepfle.deDominique Leuenberger Atri Bhattacharya Atri Bhattacharya olaf@aepfle.deLuigi Baldoni Atri Bhattacharya badshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.comguillaume.gardet@opensuse.orgbadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.comdimstar@opensuse.orgbadshah400@gmail.combadshah400@gmail.comfstrba@suse.combadshah400@gmail.comalarrosa@suse.comjengelh@inai.debadshah400@gmail.combadshah400@gmail.combwiedemann@suse.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.comnormand@linux.vnet.ibm.combadshah400@gmail.comp.drouand@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.comjengelh@inai.desfalken@opensuse.org- BuildRequires python3-sip4 for Leap 15.4- Enforce CMAKE_INSTALL_LIBDIR=%{_libdir} to ensure pkgconfig file substitutions for libdir are correct; this became an issue after we switched to using the cmake macro for configuring (boo#1195074).- Change shebangs for Python examples to be Python 3. - Add patch support-python3-pythondemos.patch so pythondemos.py will run under Python 3.- Enable building octave bindings for openSUSE >= 1550 (TW) where swig has been patched to support octave 6+.- Enforce std=c++14 to avoid build failures with GCC 11 that defaults to c++17.- Reenable qhull support, link against reentrant libqhull_r: 0001-Use-reentrant-libqhull_r-instead-of-deprecated-libqh.patch - Some minor specfile cleanups- Add plplot-drop-FindLua-cmake-module.patch to drop in-house FindLua.cmake module, which is severely dated, to use cmake's own module and fix building for lua >= 5.4; patch taken from upstream.- Disable octave bindings until compilation against octave 6 is fixed (fix should happen mostly in swig, see gh#swig/swig#1893).- Fix dependency of -devel package when built without qhull support: libcsironn0 does not exist in this case.- Disable csironn library since it does not build against recent qhull (libqhull_r). - Disable ada bindings: does not build with fPIC. - BuildRequires: python3-sip4-devel for openSUSE >= 1550 to enable pyqt5 bindings. - Pass `-DCMAKE_SKIP_RPATH:BOOL=OFF - DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON` to cmake to fix build issues caused by Leap 15.2's incorrect cmake macros (doesn't hurt for other distros anyway).- Disable octave bindings for openSUSE < 1550 where they fail to build.- Add _constraints for PowerPC avoid "no space left on device" build error- Add plplot-include-QPainterPath.patch: Include QPainterPath header when building Qt modules, needed for Qt >= 5.15.0; patch from upstream. - Re-enable octave bindings (issue with swig and octave seems to be fixed now). - Reorganise the distribution of cmake files so that each cmake file belongs in the right package.- Re-enable csironn bindings for openSUSE >= 1550 as they build again (due to fixes to qhull package).- add conditional for OCaml bindings, they depend on camlidl - actually fix the OCaml bindings with plplot-ocaml.patch - use autosetup, build verbose- Do not require libcsironn0 from the -devel package on suse_version>=1550, where this is no longer built.- plplotqt-devel no longer Requires libqt4-devel, instead the appropriate Qt5 headers.- Disable libcsironn on openSUSE >= 1550 to prevent build failures. - Fix shapelib dependency: BuildRequires: pkgconfig(shapelib) instead of BuildRequires: shapelib; install additional shapelib files as part of plplot-common.- Add ExclusiveArch, based on build_ada in gcc.spec- Update to version 5.15.0 * Bug fixes * Update PLplot to be consistent with modern free software * Rewrite the configuration of the INSTALL_RPATH target property * Rewrite the rpath configuration of traditionally built examples * Factor the PLplot export files * Introduce symbolic constants in our color-map routines * New implementation of the range checks for the validity of cmap0 and cmap1 user input * New implementation of the -bg command-line option * Implement ctest for the build system of the installed examples- Disable octave bindings until compilation against octave 5.1.x is supported.- Update to version 5.14.0: * Update control of Python version * Rewrite the build-system logic for determining PYQT_SIP_DIR and PYQT_SIP_FLAGS * Implement plStatic2dGrid * Difference report default device changed from psc to svg * Resolve the remaining difference report issues * Improve command-line parsing * Cleanup of plmap * wxwidgets development status * First step toward using best CMake-3 practices for our build system * Update PLplot to be consistent with modern free software * Rewrite documentation of PLplot testing * Configure the ps and psttf device drivers just like all other device drivers * Bug fixes - Drop plplot-fix-pkgconfig-checks.patch: upstreamed. - Update shlib package names in keeping with upstream so versions. - Enable octave bindings: compilation against 4.4.x has been fixed upstream.- Add plplot-fix-pkgconfig-checks.patch: Fix pkg-config based checks for installed dependencies; patch taken from upstream git.- Re-enable libcsirocsa and libscironn for i586: these are now building (go figure!)- Disable octave bindings until compilation against octave 4.4 is sorted out; remove conditionals for setting octave_enabled as plplot is unresolvable against openSUSE < 1320 anyway.- plplot-devel should not depend on shared libs which are not built: %{csirocsa_shlib} and %{csironn_shlib} on certain archs.- Handle aarch64, ppc64 and ppc64le, not only x86_64 for libs- Fix building for i586 by packaging x86_64-only libraries only for the latter arch.- Remove python3-base from Requires for %{name}-tcltk; it is unneeded in light of python(abi) getting pulled in automatically.- Replace even more python2 Requires with python3 ones; this finally fixes build failures on openSUSE:Leap:15.0.- Swap leftover python2 Requires for explicitly python3 ones, rename python package to python3-plplot.- Switch to using explicit python3 BuildRequires (plplot is "unresolvable" for openSUSE <= 1320 anyway); adapt file lists accordingly. - Drop conditionals referring to old openSUSE versions <= 1320.- Drop legacy dependencies: pkgconfig(gnome-python-2.0) and pkgconfig(pygtk-2.0) are not in use.- Fix License tag in specfile for plplot-octave subpackage: While everything else is licensed as LGPL-2.1+, the Octave bindings are licensed as GPL-2.0+.- Drop BuildRequires on libgnomui and libgnomeprintui, as they are not really required any more (boo#1067727). - Change hashbangs for python based examples so that they refer directly to the python binary instead of doing so via env.- Remove the stale gcc-java dependency, since gcc-java is bound to go soon and it is really not needed for building here- Update to version 5.13.0: * Bug fixes. * The Python binding and examples now work for both Python 2 and 3. * Change the Fortran naming convention. * Fix many "space in prefix" issues. * Complete rewrite of IPC between -dev wxwidgets and wxPLViewer. * Implement a new Windows GDI (wingdi) device driver. * Implement new Python extension module to support pytkdemo. * Fix OCaml inconsistencies for example 8. * Improve the implementation of the OCaml binding. - Add shapelib BuildRequires for added features. - Rename fortran shared lib and devel package in keeping with corresponding shared object naming changes. - Use ctest for the check section. This allows the disabling of tests that either fail because of issues with the test codes themselves (octave), or because of lack of a full Xserver (Qt tests).- Add LDFLAGS=-fPIC to fix the ada compiler test to link successfully and enable the generation of ada bindings in Factory.- Remove Requires(post) since there is not even a %post section. - Trim descriptions for size, fix wrong summaries.- Switch to building with Qt5 instead of Qt4. - Add BuildRequires on qhull, this generates a new shared lib now packaged as %{csironn_shlib}. - Drop unused cmake variables. - Rename devel pkgs to follow their corresponding shared library nomenclature. - Split out wxPLViewer into its own subpackage, which is now called %{name}-wxwidgets (the shared lib which was using this name previously has been renamed in keeping with shlib policy). - Drop %{name}-rpmlintrc file, as it is no longer needed. - Since version 5.12.0 plplot's fortran bindings depend on gcc-fortran >= 6.0.- Update to version 5.12.0: * Bug fixes. * Rewrite the CMake Ada language support. * Rewrite the Fortran binding. * Supply old Fortran binding and examples option. * Backwards incompatibilities introduced by the new Fortran binding. * Examples reworked for the -DPL_DOUBLE=OFF case. * Changes to our Ada bindings and examples. * Changes to our tclmatrix library. * Backwards-incompatible changes to our Tcl/Tk bindings and examples. * Substantial rewrite of the DocBook documentation. * Default page size consistency. * Updated D language support. * Modernized build-system support for Qt4 and Qt5. * Implemented support for pyqt5. * Addressed -DPL_DOUBLE=OFF issues. * Replaced "Lena" with "Chloe". * Removed trailing blanks on most text files in our source tree. * Make our wxwidgets find module consistent with the official version for CMake-3.7.1. * Introduction of two new generic pointer types to help protect against a planned future C API breakage. * Introduction of additional self-describing names for the types of arguments used in our C API. * Implement submission of dashboards to the cdash server. * Substantial update and rename of the Python examples. * Linux efficiency improvements for the wxwidgets device driver. - Drop plplot-cmake36-pkg_check_pkgconfig_macro.patch: upstreamed. - Rebase plplot-5.9.9-ada-pic.patch for updated version. - Fix timestamp on previous changelog entry. - Back to installing plplot.pc by default instead of plplot-c.pc. - Rename plplot-fortran to libplplotf95-%{sover} as it now contains a single shared lib. - Apply shared library packaging guidelines wherever appropriate; remove corresponding %{name}-rpmlintrc snippet. Shared lib naming not applied to %{name}-tcltk-libs as all the SO in this package are always required together and have their SO numbers bumped in lock-step with each other. - Rename %{name}-tcltk to %{name}-tcltk-libs. - Except for the most basic drivers, package individual drivers in their own subpackages. Users need to individually install drivers they need, only mem and null drivers will be installed by default [with any of the devel pkgs, for example]. - Split out a %{name}-common package with the most basic drivers and common example files included; require it from all driver subpackage, and -devel packages.- build-fix: kill our Xvfb after use- plplot.pc installs as plplot-c.pc with cmake >= 3.7.1 (now in openSUSE:Factory). Manually install a symlink plplot.pc to plplot-c.pc for consistency.- Temporarily disable octave bindings as a workaround to build failures caused by octave's upgrade to version 4.2.0 in Factory.- Enable tk bindings for all openSUSE versions; problem with Xvfb segfaulting that prevent building tk bindings for Leap:42.2 and > 13.2 are worked around by passing the -noreset option to Xvfb (see boo#992429).- Define macro "octave_enabled" to consistently check when octave bindings are disabled (only for openSUSE:Leap:42.1). - Disable tk bindings also for openSUSE:Leap:42.2 -- it does not build because of Xvfb crash (boo#992429).- Enable octave bindings for openSUSE >= 13.2; builds just fine now.- Add plplot-cmake36-pkg_check_pkgconfig_macro.patch to fix plplot's defined pkg_check_pkgconfig macro to work with cmake >= 3.6; patch sent upstream.- disable Tk bindings in Factory need more change in spec to avoid ppc64 build error.- Disable octave bindings for openSUSE > 13.2 temporarily until related build failures are sorted out. - Tk in Factory is not compatible with plplot apparently, turn off tk bindings until fix found. - Bump required cmake version to 3.0.2, has been required since v5.11.1. - Some rpmlint warning cleanups from using macros in comments.- Remove pkgconfig(libagg) requirement; the package doesn't build against it anyway- Disable octave bindings for openSUSE:42 as it doesn't have a recent enough swig (>= 3.0) to support this.- Update to version 5.11.1: + Bug fixes. + Improve traditional build linking for nondynamic device drivers case. + Comply with a NEW value for the CMake CMP0022, CMP0023 and CMP0026 policies. + Plot labels as date / time are now available for 3D plots. + Comprehensive testing script improvements. + Build system and file cleanup concerning retired devices. + Many improvements and bug fixes for the new wxwidgets device. + Substantially improved results for comprehensive testing of PLplot on the Cygwin platform. + Initial success of comprehensive testing of PLplot on the MSYS2 platform. - Drop plplot-swig-3.0.6.patch: incorporated upstream (use - DTRY_OCTAVE4=ON option to build against octave 4.0 if available). - Disable plmeta driver: fails to build. - Disable building tests: we can't seem to get make check working anyway.- Add plplot-swig-3.0.6.patch to fix builds against swig 3.0.6; patch taken from Fedora and accepted upstream. - Enable octave bindings back, patch against swig to fix its octave4 bindings has already entered develprojects and Factory. - Define %{lua_version} to be 5.3 for openSUSE > 13.2 (Factory has lua 5.3.x now). - Drop conditionals for EOL openSUSE versions.- Disable octave bindings for now, since build fails with octave >= 4.0 (now in science and TW).- Update to version 5.11.0: + Long list of changes, incl. backward incompatible changes over version 5.10.0; see /usr/share/doc/packages/plplot/README.release for a full list. - Adapt file-list to dropping of the 'd' suffix for shared libs. - Drop 0001-fix_for_cmake_3.1.patch: incorporated upstream. - Enable plmeta driver, it is now actively maintained by upstream again. - Add new binaries and man files installed by upstream.- Remove redundant ldconfig requires - Build with wxWidgets 3- Added 0001-fix_for_cmake_3.1.patch to fix building on cmake>3.0 http://sourceforge.net/p/plplot/plplot/ci/772223c638ecf5dc740c9f3dd7a6883c6d2c83d2//sbin/ldconfig/sbin/ldconfigs390zp24 16523385515.15.0-bp154.3.845.15.0-bp154.3.84libplplotfortran.so.0libplplotfortran.so.0.2.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.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/1e02ef9e76b6483efc6a0eb6ac4d591a-plplotcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=793c0f07ad00dbc3f32773481c995a0f61914cf6, strippedPRRRRRRxAIn outf-82f257a880332455b201987c0f4c54b5102be6bffa85a6db298ab244df6b54a2a?7zXZ !t/k] cr$x#FA#X=j1yI~ޘXEEEۣ_vόJ[(c-Js>ύz,E=w,ڡ ˔L[s&#$2nÕcE>ʼvz5Μ4aB@]X&dLh1S.յyߏ܁wyb\-+[#&Zޏ- \Ba*Vw\SyM޳'Xӯߚ5%N!Y݌L[R'tGŸ^B"_EQ>VǕm6hq%h'Xeil~ Q-bw^q3"lk+fo>꠺؈ME*HKҚ6&JHs8FkU!~:&;[*ϗFG nM[?=S:̀PH,("IXNB+&qz̺A N*?ʍͫX$"q8P|?k.)[){2bΖL?9=G?P6ڵȧ?fpAfH x|LRl=͸N~$yb Qu=CDd:!iS܆F:<ˈ@ p 䱮{2 7R+ ;?͝۷ߛS !f[uwf#k456+#aٖkCs6A> T/S2hbm+YMT̄4JKICVQ̭Y\2U4\z,~I'fcU(zLTpݣBBЬ!^9"Y-*xRRC3ݼMHUnXx?ca5yBW$M{.h[C~}67- } к`FTay`Nb%3a|$ϗ)]ݼq`;cDto+mFYs;rO"&a~΅e(t| kϳ8Jge sYɢ\#|·H3k<K ZXo )<0X'LzMSc;LOϽC NWwmpY~F{sI~y?jI$O`+ܘ.NyCbYÌetMWZk4|-˖cTs(NST.L14M:ySϹ,av_I'n{lfu$\= 3Ĵ尭6q JhTE:9t-ƺ4BgYZFl_d<U;P S JE f1ͩw/]sC,j=.[0)c4ۋp8^9Du˟"x9NU@w|>ͬ6>y8!ؚP;DsX Ұ<'p>sFEɭĦTlJjzl aq6䥩צՕо*Y05+VBҩX3#HҰ.)k2D҅ ?#<1>J(J%Nd}y?]ۨ3= :gp9R{ըDR4F'âJRیTE}l)[hA8D|@u/W9_A.,OY5*..lŸ[e UN?Dd"v퀞F\L %" pBVf ^>ݲEg᫵OPmZI,9} Qж}m{S:hҰ 2zLi(?lK׶K!xo%7 i r*O'x@tR`@[Hhv;>=R ⥣ۈ}aJb >$N&vց߶z:9hn}䢩KU%!SlHnf=x;z)"efq;!r7cO.3GeA@WI ΜrӪ_w2 ) ;~y*ڈpVsZOиfwXO,)%En-|}YJQPOPv{5pqExl(:U6|~]gkf/~}$-IX!Cx`Փ!xCd՜̻9VeuP`pyp_y.z;m҂ ӿ2&=YVPs9NNOgWaV0fؙ}_n) Ơ獘]64rDNk#K@hK3nodA=ta'<Ш$@~Nqy &~B#pRQ f~O'KyWYCo!J³{B_GJ?pni_<>Y'co6 p0jGOhdw.GA-XyD"iÈOB pI `Jγ߬D$A^ rI5d.l5ǫ\M,h-BUӅ8e~<ϿrT2%mɔrL,NhMU0r9gZl>bڊۍ׏Ȉ 7'[_.bҒo!N: @i$t'+²XȎ/;v-L!I ;>\|!Wlt5{.S>vI0wuXo{Jms*Ӊڠko<W{};w9;_rrA|AxҴlNkb4S5>]i>bpr(G,C`mSgai+ٙ/Hjy hF&Eanjxe0cf~Yzo18<JRt\Эd0˸ 7m H='׌JF4cD4}{Ur '=hҦle6^x}ߋ7|ºf48{=( ԏa'zXpeA"}n%28[> TyWrn}:B񣐳o!>g3( 1gd?]2HUꗩ؉}n1crq6Uu%9IȡVJ!?BQ~X ޳(O2c_.?_8fؔ0lZ δAMa3rj?G8y5.L|;( ?٘)^jVjYIvDZ Z g.(Ҧ'":Ӓ SE.9~£4{l7W("s& 6FR6x@i:'^,&K]Mp̝&^SlI{ւ1)3a&ݗYՃR.O$&|p^' zQ:p`wVP۞Z>PXMz2Qrmdk ':b҂*ge-=Yc xlj=^ka,Vx\&g( g[_̕?y8u߫Xju$c{V NhF MKS}"K$rsü'tWvgC.SBֹv  Ȃ2/^,ƙ: OȲK; 7Ό8y1cqE5a[G8_lMu%wWAnQB9ՌDš0H\!~ _ )9}\cOipOIPz5 "ڑ̵F[럒paNvjqooi(e lS8!>ijC^:k:r>R$ hHRɫTԮ٪O繣Ҝ;NgbP96Y8P&8޽q|[:i 7K#%a)F8Cdz癫p/@̨T߶X/QAVC!ρT_@Q-PJI˒yR 3=_~'Oh Xq նD1. 6WcrRv{߶]U2 @Q]18ߗgg ǘUeevgx ,E2^LZd`{aؙQ>ӔVVqQ+yCў ~Bcʉ\Q@9Ǹ榮iuV40& Cϐ1vbys%qa#Yy/Pݛ=.?@yN7p*Aw5F]O#tyQWU0%r֬߼\bv݁/k=8ˠl?4%HQ!_vr&c'ŢidGbǖ\||*'s)χβY㠃Ju`"~U뼳)+)0n}2h!;0_0~^0_〤 X¼Ћ(1e7۹[wKO<揸%^)3q#xՈ{[UBN%!uty/ qn֠ab:C?RLoiDngƥ0ةN\L_|`jl(ٌ$Yt흤cKpckfF;vrE3x}o~;\p+|r'f+Rf$oFo"Q/"b7N hܩEjn"M/]-"$NHpJl#v+2 ! ݻmt)y|T;p,JVDxB4~G|jUaߪ=CdBA $n6ɉY!z9-p?t29+aV2'T f=I7}3lװgA$}t6Q5q HjCwYB0=*Gֈ,=^F: ˬ !VF]bBi;k o(+F}p r3c3sBQZRa56ArA >GgW/ e(Q Doف6NR/. ,= pRǠKlSJAtDxSWϓMQP 2 aGLl.G֠n$12, F mA[` v0iD%WT)˷0VN qݕOn؋\;/.O!f@)'A  &#S➳v>@ȺHx]W~=9h>*#FFp6' 6j%,/[Is=u++f-pa$it+нGłfΛ!٢tֈ08%n>M5$}ZW@U"f?kq>[eV_SZt%A+/dv(e^$-=lk0ذU2J7Y.ԵE4h`p, @DК{ҙqr/e *B膉cX:XcP}#r؅إ=#t/rT9 5*(Ib|5ǵC&;/w ,hk Ůw ʼ(om_!$~O635\!wзQ s6N0uPo}tY\I, Kd~HUC٨B]NC6\;u' tT "k,[}ԺgZu$^ݓxy *2a_ɝo$:EoD{VI+w[u}L {@o^!85Yf,'1x2@x|1H y˃ Cе NoDSB*j 0F8W#6tUmm͑?fW4ZanXd'oe. %mb;;"_K +S#>U\p#mdBJMHIh{wנ3kg@a_:҅Iȵp Bd`p}xzH:f"r?ﱌ^me$VkĚT8kb?;Ԯ8_YVCyZ 7(46Dz7m!A  P~gϻJ@@$#+¹ȮRLJWt "VxBF!q~ 8T cq&B/g-IgMjž#ϾC9L_Jcæ#M!x$J0 4HM_ vxmvZxEdXx_X7p&s _2@}'z лeD59TKJ[a3ж!Yo<; @CNmƏ"jWgɫerVJ_»h ;Rry$3dEVfdsicC@rF1tIZ |n>B%(JZ~Jr9Bf p3*կ4!vI*[YxJ+H5T,$"qXMj2zU!adfMh\YAPc;$;A˰ '/c7vb17a*{XK$ת .g)rX/+pns7)zj)EAAa (a9aR?[ i{l!ú,@V݀ b-7Ϊ|<]kt;gT<#) `F#qT]M^FP!糝9ژL{CS @)H.Y3?z;FX!h6P\WroL36@KB`s>H >mu:24Qo5p{. l" `&U($Θw ،Y_wOG zX)گz+enUwb%=Sy8^l)L_8B|rтag ߪWZ+QOJRѷeUp,,&HL8U7)aLao{䁈ǔ਩[>)G`]߈*eFOqfQ׊=EH/4K3s㞪}H-q^I<Dh HXd[n#7^>lI5af< G[PĮ\bLB &џlSkQT.!\F<+v(}H0LT˛̐,Tei}Jr|uq-yRD֢AM+sWa-Y9ɬ$ J`}6|TR(ՇS!.+eg+#.na4t pMNS^@%_ }H=a K9EU=Ҿ?^` Ცl%;nnE@0QӚ1_ʿdtH@o,S=@IX"xU,bL&`YUmxx!Wi/tRU2hDէiBAgq-:Ӫ'u] lO.}`OmS=6H:I1Hs̯kzin7a#A9-,'lLرOMv^:J6qOnm# &rP^W]¬Q ~ìo+E>|YF9k=;[^y\ ̱YjȲVLӉ~FazA`5`ĠXvlaYJ؎dBW;|ڜ=NƽYv qP/NsH;v*$2ٍ5FUݴim ڔ6`\/]c BQӵ! l =S_L2a7Y>l#(tv?y@ExϾϥ &,MCKrVHn:0, eH(w,A3TDSJKƂi@hى LYB #EF=`P>o+&ܚ,N# \W,-ʒVF7i3 oobc` GEIs ΀ӐWLWZ(NBV! 3^Uц*[S֥["؛s`lT]!;#fb%3hI E\ Eҁx}&-W0V' Md1>8OLJlZ.vv7 CiuDPcc aFl̘c}|0xQr6 5_Sw08-BJb{ ֞w *b"GGJŽYf 1M{p;^N^gdi٩M+$kbٞnBIqf__G- E+ǜQC4'Mœ[m!5=yy)#*/QzNA6eW!&rf_d4on6b_mTnGl|pG,rdH?$]IAUwWJk iԙ, NR\[+b.=$uɝPx`sߢ,EsuwL\v%9D$2 :ddٝ)JڟO~|S@㜢0{k hB1#iI]TZF:WaZoi= (?ѣ+_$cZLyh2=s/ $F?fqy/=Gj7!z\C:Ui`#ᨩM^*S8D)ΕxP3W!aV1Y`{J2zcҞZ~4_ g]Ϣ Pä@cd{QL_6?. =qƤI;P(:6gxtEO 0=!a.960MV B[AxZWj~(CqG.`dΔq݆Iv*l/n=(JK( E0b Pc>f/_D0\[mS-z^5\G*pKwMk8夋Ѵro]mҺ+HmygLԅ*7mUE4̾v6>)y"K;uato趐ٴryiW.vȞLo+_vԹ`+cJd lcb)CWF!f?A53$Orͨed Wc1 Om#,U6w|CQ<5[Rya<y s,`޴xW]9 r+n!V}G-C1UiKǁ-U%:f.ԬAT Q}rXZiJRh/SUeX#l/ؤ?+i↾tx~w='Oy.:'sv R!w)fү@)i6m|\Uޝӣ/~@Dr9ͷŽjO;uzz_ .GtB>Tͅ,ʼ}uv˩/ٲ3~ȋukM9jtC+|^=P[~+|G/vγӸVŬ@"wR7䂷؊%;v.I[}o?7P 0_k ,riMSXJP5x2nCol݂_]U}Kg27Bjl/UqpѿU f} .8\9^(5`z{g61kPUw5c\=pRhQ`2L,WM蠮+y%Vf\5 PpDžC=(Jב,B &F,[G}J@qy!@YNR!Sݍ.`g>AT7֪X(¥չȶkk+)+ ME?EٽW tN p4|w[Fe: 7`tmʪt0Ω! O?w2z0WJ~~ȗ$ P䥩n|9*k Jέ^*{~EmgQ9Pēvj&TBn"OCR!! *L5d%H݅O&B~XUg)3nHA"l7ZW|_(iYIND0q#˰о@c#qт @ W5.B(:CKIF; 1J1AadV&NVbpX碋D0#;9 6=*I]_ }]$;d44 㝛M OCBհ?ǹ!lh..@XտRʗ~TA{>j^߯|sDdH@E %:ROJ@wt4ZF1p ,,59g;vpA{ORۑԪ$銾QJ10 .dwѼƙeT;]̀2c+l- A+T}2̊H$;)3:I0Sf@PHWBf=f1[qbKo(l{Jd>5dr#ߥ<'sc!Oҝ 59 $kT&Z_K che\[S7e #c2󰿔>Q4k=:&kJ`ܫnb ;*!:x(m8^wa FBHWq^`I'{d5  |IĪ4%Lpf%}J^S!=EƄWس[vo)׫_XgBZHr6>[ԮhҦI%yוVp! D 7jGbeຜ̯hH׊^v wAH}ʲS/*o,3H 3w~8"Uզb޷@곘PkU|#|?sC@q^ݿٚn5Iy }ky_*HkI.KlLE.& HOl8Z4^1NQo&YM!x\͋8XŞb#_y5hANf!uIW._IPu@NfXD=Vq@?ṛiy9w!́AšXY{>_h8;B$ۺ:=)W{#4 %Z<~2Ǟ>j6YKrcߠ8$C#z%$N"ײqo| \CSPl5O%鄟Ztc)v/]7(h]FPY36n#(|L b>Zp8cIҵߺRj `g+*N=nuyuNAWaȯe~ߍ$lyAl 3ڑʷRŞ>8QRD.ʘ>BTC6;ROUlgOwv4;P4/g]|q3'WV/~h: M.븫3-+=(]bY!ޠuIJŌmG08=&~顇fXU)&,Ly3ŏ$jK,(܋Jf[ZMD&Yqnة u un6BL^ޡܺRQVPgL*vaAbpMծ\]ִkfΠL>O\g#]tj5bb 7:_ܔYξ ]jY+Bm..B]F[|upGEϽ*h7D^1Z'opg {/DXr}җK8R<hy!0Gm:v '/OtU%h56Vf8,1YpO_o0AIcs-)Bȓfтu=A~VluARhG]Q0%!__9W5d.2'{z[uUsEʅ>F tG\MSEZyy.g׿xģZ'=܍q pBU<tX Xv0*;'Kǵ(``Oӿ(W(C؇BuM.Q,VE.?sHUz3|wbI;t/ؒЁIg;2TRp.J#sжbמ>KuY{}0ױxɿݚHwaR3==o_Xu$K_VA 'sZMŁ!`6x-H~SB M>Uh*~Sm1IA91W7 dj_ߖ +~L'fi0UPk:/15GcjTg{xfKa3s 3YP#Y2`(K{)01MD5^4e_@#5{hh/bX$G8pl3J{|Qu8˥рeAs{?jK:І eƨ%}[AawX{J{kgCwy%6Eܞ,{ċ|1HoS sRⰈUC"Q,\gXf70p!s$5} K MoAܩ8uP0̓ę1&ڜD['~@&sSgՈۖ-$}goaCo/ +5ȴ(i9 "?@5 9o)AS 0*~Ђ' e"0-jT`P;| wiDF=C4Z-N1=d ߒ f2~HSQAh;|+&޷Mb0q,'&k|$9_3Wt(K.LP%*xWa Jn,"y>p3|Rk<;Jວ&bnl~YmWGT.zg :'U˒)Bjg/棹ITKUS:?[Kn"&3cqaA.M<lxXUvQ? B0N97%L%Ny)'V4cKO"hK>UNtoZCoTx&|CZ8<&'݊ILNyRIuWߌ6%ԕfO ,1'Ն.R9÷ߪ"@d7Jyldu馡$-Yy J`*4b ̾%֔'< ]"i'.j'/8@cG3l3)%TvDF܈ʛY@L^Vvy~&_Jz8v= ԉO^?RU݉v+b]Ȧ;+YPQo4.%_S U{5֫g[e18uW?x—T|Fc#ƍ32hY >.˟+xT/@n y <w?QaE>lp5++)pt +Ȓ:F4m0s$8( |wh^ؠ>=bQf˛sM k~){ tl4o(Vǯ }mo4Aߡ[qBh0xd@5NRgdަhn #p!?4]Wb5,F"#fqyφ#K葁ҩ_1b|bx6)=L+|խ~]N O >H (д~3].-9{Kǣk&u nS NZOU r8;!<'Fr>ixE8AEk̕Y`u\~k_(D[vk!Unzs۬l/|.x*eR@=~צyzG',e|W0D(}`_T?'頀JyKrX]%SN{ AxpJ!^Y0յ trR2`ul,N^G=J5kyXIu4PicDsEN0'~D~q9BI:9>0*X<^o=J&AN'TrSioTF:ϱoԆ>b0M]Ҳ3Η"DIG@̯G<@&A}ݟ.$i?CL!Qh]?p2h^"쇁&UOfHF.B%utW, r!ԥg22ط >enbN4&=k;H!\`t^ώc#xsP6aPLuirb|hۖ~vcYy9:%;ıaC4Xh׾u\H:L! QTJAI깋ؽ2 XGTo#I[]آ3ɖ"o5f,o>F >a*zÔG5E7meZ|URo[%p3ab)SIEZER#;~Lr,Y-{H·[V6rͤ`᰽w-)ˤ7YNf-\:rbxHO 3|~Qi NB0mŀkZ  u)>cШܜɹ@f3rDWϋ̇3zUE IJ2T mń^'}7Z:!ُ@UaUۤ@.inZ/"%s[z$3"s+1 OJ8$ /!*u%NҀn¶dM |+#8 1IeX(y=UQۗE=zd; k(=[augsWw[I5*QElԿfKF D ,ybBV#_q"ʸ8PR,냮QFN@$Å EzNo74x3LlDGWC}%  P Fb1(PGqճq؇z+^9} +Icq5mȶ7 ޖ=`9`R{C )L2{C "%Ƕ2u'%o8GǦx+NW=j`v&rzC fm GC5?\C>$ş$)7l~-LS茝g!J"7MsFgAIx>sR}2c: ޹ 0W֙ (n 3 :iuML;G%@&|]DֱORF}4KG )dm$'Odd$#--戀ɚ{4,îwrKۧaf6ԪG 񂫇B}DFN*UB o[ gB01]Zc-jo6+-.v, / 1wy0F^d+qߞM11ڴљ`-~Ukd:HZT򊎞ɾ_(H3_>}}=v FK%ZaENߚjyU+H]%dQ?ArTvSr+%#f_Θ>__<ĮkұqBus85J.{sBZ t꜄d~;3xeY,K.5uzEm#S|W+мݮ_d7vʪKm6D{.\?_Ѽ_A8`Z]dj9HjE(.Z*)φlͦLRq}Ө#lU O~'#[S8,_fؗFb Lcu@6\|s ߒpWkرFZeNOT|A,~Nv9oI{6JZZk^[n ZRɕZ=~]̸ס8עPiQLB6Ft4Նtׇ@ÚBMejEiu}cԻsVYnwi~[Y~)] rGxꎮkHAqg4zG{N>\RH0}ͨx1*ex&3o%/)bEry] d"^@?wqرUċ.oHޟ}$3!ߵ^uݚXd`Zh6+5+9~\liH i ԖǫRB6 )1/@/8%F]/f#\r LIU*< B2[pya#SSRw 'kT 2mؑ}lҲ\)‚T̎$/=-30S|0Ǚkfg0SDNUs {rJ$Uc{bjTeVJ;}X/? RSΡ8RejCg)Йl>/On*ٴpQJił7$3syY% *q_w[*iteX(t$7&}fu5|c4oGZgڒmtL}mLGb/8TC4E]枕aG}ԙ0n"!HCvUm`#]ehac{֫j ,nAY=:OXg?;B, :XbތbU8PJXS-֒􋄛SUhOf KkeDfb ̏u5^-H8%G;c-pBxuf9N_̬d E2nrMu&'5~\ԏS{] 91,tvhu#ߙ*>]  *v&ApfѨ_ mi~jC"m ck aMɺ+NRG<he,Air!tAj$YA7 )'ܐ GXV:Fe53ÑἻ&d)H=e H8+y]M` ] oyI!nk=\BPRtUTi*SNGØZUQۆA1X8FnlBOd S,s?% ,)r2c`emk_^y WF|azGKe6O/ҰoS h" !/F"|JxEtiA$i?\#*|v{"JuEx:L]ugҬT@. 0JT bhʼXEvdM!TYM0γOXdr J<ʪf5?Dİp}vi.ְȖ-~XM$5&n'W-/NN]Gʿ.@ %FMk`.[]8H5 *9  Ed&{q?OCQMjb-Km̀1ieq8`gFX j}>](e !M'K5 H2B=1뺗Ǒ'6~D41IM@dC)bSU9fsn {؎[$51Ԙg acl_O6fS4xxL,袖ٴ0*Z/KȾ"ڠU[1>)xv*ѲNěKONMg}sL"eȯ:;48ffU.YuL8B)ΉpEk66uз;@.75m-c0 yB_g -ޑݳ;:'=/v=n,6Os!.{K~^qcģGPܹ|6$ "=nw}dJi7n.KlV ;t`9c p;u2&nPN=øZ&Jj*.0AJSd> ATZvFZ8$)akRʍݨZJ+~W&$b(,u-r9~h'/oo8hMf~VO8ZZ/ǛalQF)"fUX\$WdpY~`ЋC i@:] vO`R/gm6<$!1Xչ9Jz %w3ov !oRMfHw\'#XTh[j:  _z?ryPRcn '!=muBw1X;Yo6pk|UiU-p) ?}%m7Ϟl;+,b1;^= [`,:S~ñUP@) [RGѸi K ߯`'UA!y戴 +TE|8*Ty'>w(@6΂Hc.#~jtE}|CLw ԯWweFb/,5 \aAid'H D./ށKs8`I+4\{t7B'oSh˲ g(fHe@3ڌuo?n8q  !żL'(e.s'e_f:NHI>,r*㈅" &wV V8=?}G !M)먰!?לx 4PsU.8on閜rpIa[eTB6;W^O[@;L*!,1cD& (_uNaA6A)'/RCPY!8;J39uh sm bM{\ 0.G~kj[֖R18);kI*C}8Kݪw)3q&b 4G 'nu-Ju}Ujj51A=uv$)(!adm|NGlZbK*rd嫡%TZy6RzAp|"c-!PLpiʆhjɩ/S0okVQZ8 b#] Mgh[s.oOR<? @vf9Wvf59{q$ gm6Q|A;4ߐH6SMs-KLq&F Y]DMKlצTHfDNM4$Oj\%X/Ъj:@Kβسc0,K&~ |vV".)8,XA̜btQ;/軍v?*90hpJھN$tºKٴ$`;lgHhlh]R@\nU$Jo)"MjdiًWBN=  t.Ĭr禉~kx^ק%&{DœN1t˼44s){C jD_o)tdnK=̮=vX2;::_u*74%yF6É!?Ja~dTN!I%MDžTq/ۚ쫌[s&K1|җ{mUV &YF6PO E >d|,|D+yٜ#)?¿wr=Z)䨯O.YX\bW,'tWi6F牶b\' K*Q?za+K?\72%^0pH2JeӅl+ ٩eqC BqC> 3[9}Y;~a/q d/VҪmRMD6= QFjx= 7l'ܫ.dV(]ܲ~R9UӪBS7R7Hq)Rs6 3/mp.FUO&HiD4Dm3tl'wZd0֨ڼftpR!gN`AV6P}hvWlWuw(S`LԮ-=0/*1]`S %Lߛʔl_LKde-(uU̓ej2$4]{z|c|5{ ^;r7jn2n~_*Umȱ{^# 6hYZpMID ' ͰiGϒx5;n?4;@ᔉ$3FD)` &R* -1Y(HC\x|qn~ 7ċnLx`~ld ӛ; kM+bblq,Ks 4Cm+MHG)]'귚vkCjo dtG5d~cu)ËJjoF" Y42>Xѿm Fl&IN:6l&3 ߼,<@3]]cE=?ӊe'+N-9"SYUv[Nl6x CFp6D7YgwQb/Y,pUczb-!PSZЄ;7^RvP^-RZO' UyOE1hqaƾBEdjfXJAE(nb_\8x -AzKndlLvOG7 mG< w%`HsH3{p1q!{,HƓ` &7jA۽-1IOoamhN<meY#Y4D;Jܫry0/ w]N5dk gd3>qv:S^.np60y3gaAr(ƲcO<&*gZ 4 3uå Wgb"C)XUf 9Tࠍ99K圬q)";VTGibq_@~ D ~)](>.tK 7;'4H<-Vxd>Cݮ~ۙLt': {VZ?F60:k1 [zR{il+bRj;oeR;S /JTQނUR7Xa^I z*D'm/0xTߊ E#Vυ0Az LL4X8{IRec(`rŔ߽E-;^(~`Ϣh2%$gDѓ901SޟM"[H*u6~$WlV[tuƃ Ehf-f|B)1K:#'A(dڝ]iJC^pPp>gt~}¸8D{>w r[-\OVDz{]ЕMm,m V{W憰5hzxFKbH^ؼh&G1M{amsI]#yOzA5a]9"w18tXƻ^l=d/e5 ՄIguw`Ɛ_~(ZJuEs3=ڟY~TI$}R1^}/>{|;3hT3(q=2ߎ{c`ImC)Ѓ@z4竪eJGVw-Sih^D̥z#g*A'`֦9WPXQODVfj O7g>9#@:ME w?:mc5#eÚ'PA*)r[6D]!pfAYO™Oly7 ޵ m#yVYSyx1i[Iv XHSgXQ̢N'4Q՜CCvcKe7PB/V)lC^IWwEic+ jA'u+=ah"2EEnAZp_d=YGjBx]X|On{ Вu>% YƩ ?)L/x0oF9ʆyծXs>cgSnwyapbGK`7u~ӧ%"uTM^|!I0Dl\8 /ţ6ƣܐf]ܢıP{)Pu wC 1&jM]ʥ!ƟhtV|i͐$24cly7ۖa*48Nˣ6o 1ԴhK.Bp A{p"6D~A;+Nt.TVB2olcĪأpxnkJFx~/GŔ"ʓa{ oIWo[2#LCB@)X-vhuMU@'\) ܔf:0t ¬8eu&h58Nw_ 10?˲WOsCfu0.f6g^ O-x#+ =F*7a;.7vW*lC9@N ƕ[۷'# nL25BaUźA{cĤ_sF8S38>Vz1) LxO ]PM* x7,mĻzude?4_d-?:ɏ[$,C JZU>#2 ghcIs4gU7=!7"ϤpqN^0aUźl{vAzyYr;#[c1G.3h'xU,U.6FeJpJew*.yvkl+;0Z*g Cy>vT_=9q R wtnVWWZP +MU_|F8nP&k!3VÜ&\[2ݕI^:3oIQM?QOʗcE >|){V^:2,9_ ;5S+b 2}e`gVYI{n p%,݁4gX%&ɘ5a~nqɰA?!G9) T=z$tq!_72@$Z)]c=T s8{o`pED8$AEpl~y|FeXH7`g:.VLEj)96Z?]0P XW;*0>xBxtl8.IP]?yhFLzk~;ݽ9F`ZEE|@TE !$Pf0Q]`-<_UmX&k^~~z2/*ɴ[eeKb).#]PpA$?E}J 8.p=9qԫK߄߳:.r^.px?^Bfiɳ4V)+w3X%ڱ:!=oEeAFEKFYoV7FAX;<1+"A&; 7?Xm,\xri`$:e9kz-CFybv8`Ýc0rE:z>Zc'rަֿ¹//{vM ;>H >t* e;jrkli*qHv{T#gBct\jKPmK?۔$x$#אD@ &X (!i( J~Hf/DWH'3)M7+%XrFp'-b42W]OL~Aݰ!rMlP=KtXHoMFmOb\ic<6g&tcFÎ@ 64Qu^DqhGz~rCQ6Tdɖ0`oo2V;ēQsͷ8y~0@guhw(ƃE[]0], =Rۊj%8H"vSUBZ+.0}ʚWvF93v+}Ņ&C҄GEe/|ÌnX6p{C=M>^ gi=m=Ts02yRӕ0= Ѩ$6l]Cy8Ƶ2]Pַ7`pUb>h$%1PaOIu:U Lj_2'࣠n.,`vӼWAeS;t H",u $"<M;Y w0(Dsej@t>9LAc9`>ILEŭ,c喳~@F,1}a(@unJdH6At)F>%vgc-\7-,LTooY<+RЇgH.>Lp5 ˱ǬWЪ [Q Urk$_ Wȱ",oh,w|}Y7=~ۺdK"`as cqϲKІg\XTnL!V{hxLk%mBzsޔ;\V,#oso@Y_@g7on`O⍱>l/uD$ eDk$ճKh&$O7}  &0nWGj*"\_BU,q,qDleUT2W\cMP#J8m'`cE]}o 2Ʋ0@s2TNB [c;] 8;Ln3pE8+*=3qh_P)Ro$2$!=jLHbEIV΢e"gj""}]u K5{g].`S{IVK ,C7EnY0uw4 5DG}|rx9CX1m+CQxD3QCjk/kWC! H!U;cQ:UhH.PS˵5S*4|6@c]d:MޖJM}v@NK pJ+&9zDfz{cO枌 K l!Nj@A؂WDFli1KIW!mRHfbӠCs0I\8s(|&## )DR5z~1M>A;{u ໲Ccvu.rG.qWNhaE2~C'x~`zG^JE%|zt0^u Jrޮbl%1c+0@+O<+OL;nȸ9ht 5R\sܭO6zey'ۥs?qiÄCQA453k (R7sn ƃ70S_ $7X 7Qĭ5ƴ)PYFYv\tzF @x 83旷0~1fd(XM@J ).E Zz aZR x wAr~o`f6O*yYƎnD"4a7tHq!H6 ެY 2n@(LH^ՓDוOU`wd\D94 ]щQV񓂥C<)՛ϐk]0uΥͫ !-yܜ"m4ri47l/(s.c- Ҽ &7GЪAcUddB?Zb: P%ukE=8}6/*uPԏw͗Ok:%Nݤs~8]I-*ceq|Po?Ҷ\Ml5L➊ YtCVk]ӊ"Eή_G(]^]ymmmB%$4ܨȌ[ٯ +"X6:j*Apsۙ/bOߴ";m:ðḠG 4-Ui!HHQ=g"!%*b 74HZ,PSDWǚ? ٶ,r ?yeGUL1L솯Otj;]Xћdib^bPO3)٢J_[13lrCG&텎J7lj#GpC<ۃ Qr;PeX;(yu>v{Ibm׭$`yx%@xHS}c9ұIv%i;a`s,d]hCZZnc{Ja Su!'bC3(U[X#":!BJ$df> U%Zs9+ҖPn:iaBZD-,ҘN~X{@ 6XShxmõ$0deu* E'v&'}̱#IX$En䔈bqܺYE?erWopJa4[P턽c2*q>jJ˳UC*yϣR6~:v#{SCptT*3PV aaɺϥ!+=+( vэ^FھE%Kއx()uRm}#ntmJk?x@h^ scHe A5( /IwCa,"aPsǖ#?Zaa|VztZE׸_|kGLHEVMy1eTL=(w%7b"}#VF27Km 4X0Mea^%P#|ʻ凭z r'cx-b^3(Ht*&ś(ECoL!uq)^Y %muwXƥO)<FG*g|u#**.k[ػێwep=Mnc4^-qNjdՔ`ϼ6¤`=EJp zLyHYg )¼G-jI'0p:n<7/Bh9f>X4dsnOo'q qy}о݄0Հl0KP `C?tp97}ѵtOPU1xXoZ*n<$ պqOl=IZi;7~ &sS(xlıWQ)^GJ1}~`%^g1lw-s3 ef2s:i7̘A A#;oj囎g/9h@۽uF{xn?~Ӵo:v^־p~=)}#YԚp/'_%DsRRhP+D9v0sGCά)lF+{9 ȵ!,(dz(a2ko@{ v٣?Dͺ doH2i/U-S@eutɉ1pP:A>?Lmҏ"1lC5vZ{ۺv.WulX/x0]T)2+OGyb\U|*M+ Bՠ~_.,:RAs\ӡj3C5+x\n^庄~k/IA잭X44F:e= ;tX@6 {"O1*Hj%lhL̆SL}c*S i7Dݯb.lZ۹? JM# 1|#93!(6Ȩ&H{3)P2H3,0̟Ѐiip]nfINc]< +P 䑏j`P VJR ;_rD0ߙHvOdz?bUDţpd"]҅D<1Z2X> EUdŹU`$SV=`$_tu7_wY>X}9! 4A~ ܰ>)^afȇ+ݡF3 s6[`1f/u^~s%!T8@eQIО(:9! !DRm#1=LUDR̍T"z3 97(do؄ʵr:VIѧ ߳qKt{2R6f̆c`;Ԩ2 0;Hb'/Y~ 98Ay .bB-Hwv8 /S՛_!v WV.Qֳ۟jinst;uUoMD&s`ĦQ0P<:l] F.rjOEMTRt o,IG'twFi#H7*nJ  ϔm>_U(t5+X絅2VҌl9?x[M- }"7 Μ֮FrXL:rJ,w VCqH_HmP|pOjDkiA/>^$HB+T8q~s=>6cA} r>J}|h?ls,fq`UdBMHu~}̦Y7/T~T V] ߬Tt!7 -'`zb¶c^0t- 2&X2%_n¶Z#=d yIɻڃe1kiQ(L$ [ Ad!jG9YvWa1;odݸWtu\PG;'Oj 2Gl Q;(%Oq,ZMx} UyHBen4h< U{%pIX m.Uk:tRC<'h@t)H{S68^F hHwrjV<>+O&z' :*ݎ_h*k.X-iJ9ͫ],hX~6%+G? r!R//EE S;:3f(mګ62hJҎFpawG, c!3 *9lIehI7;L $"G s窲gceO.|>4] ^.zxþ}0!1?mݒ&y ?+p5cT6ϙP߂VNEU5N" .#O>_4|Em;B+ `6hksqi3Kjʎ;]X)C57Fz+mB+}dܒVLegb@kĚ6S>+miG-(%VޅvbtXM/ĚUf w9Q7j&~;sU.LO54 ^`Rdc 9޼ZĥA9I[ʹ^JE?Ě'6sĿс!B2Ao !EGZ)x>V?q8뚑C0?+YO!6c|PG}u󼀌thc =Oyקм5dioFL吜QX0kXl?,6J,Ļd`mF2}>S| Vgob $ZTk%ƛ9qq(ARlꦞ~ ]H`#{:m7-^s=sDs-ӤYz"~#Cw@( 0ↄ\R*/E1 l?N7z\KLmjCc||Fi2L8|1鄪a.l"ƕ$`7cjmgQn "iEYūFJfNGWUPa@dyLJ/Vw@w"UUV)%Ox=-RgWQ&eo\+CiGE=@ch OzjYr 2$uaEwi_SuJ2$hNUɥ# >,0qVqpٹ| 6ÕkBHc.)gY I Hãx5Ei]'T9tD^gws{~~@H1G_N % s{}휔WIN]g\gUzԚ%/AN>{X!*D,`8k(OM0-`*e>ǩ#N9I mm<ۼ9DmlQz2rzԶV|4d0Bx*hkXr' jq½ܱi3+Ǔ_C{#[2 m|#lʆ땊f~84VY$_%P.$eX!vV$U9u8Q3wA L/ sreaG(6D#ޖ\=ݔޠⱚOg~'BK\/HNM]V80w:O[** q1|w}JKɜw]L!U x5W9Kek])9%Vl{gBd!@&dٮҺIKp<@GnҥB^Mh%Dv'~X}kx;Z-svoI޿'rP}!cRUB!Ʒ-L5@_{gj _f񯖟:88wW%e :UK xt7kjTdc@doDL 0!ʙugs4]{ܪ!4PT+E'SZ^9ߖP&gUN1Z8 aA)[ʖp0cPuzd0%Ϲ GC>zoeþ܇srN7̇Uūuuv GbL^sw>ʭ{K`@v ^k׬is/<;"cN2}̩&مٕz,ƶB@V2R4porOjM GUeɨG\q(*jvܶN@J)7\LtF|/\GnUaK# \}RLĈ8T>D$nHEdԿgn&ÍQ#A~\ހS -uQyb~AFjM =Df"SǩukMThKt'wؘ:{5NG"b[>WS?=M6n{t,^gī3_[(򄺋jFy-?gf_y8Xfo VĬjqi5 RG?NBQ@%q: +4 }{KWM? MHlG-#e(E~+^f^ ~(  {tC+db9$KxHjs&HAqsfvxLvU$97)ؿ]^zm3u4V ̄E L Z.S[%z?UP~ =s5-^]vYU2`2l|=E si8˘Tu^,˨brAW [ګC"xν[~CI(A^*8Q $B40 ~9h.7W@4o dSyO/~$ka$(okEVsks~oMJB_H}f ld1[5Se&@?|&ĖKg,~0|Lr '0/\_*~l_Aʬ|8QbB}L+ h_Ens#!ܜQ͋Li5a˵r2]R2KGZ?v{.17 hQO4PǺiu5}"sN0AI7u_qDŧF`IMMՂԿ*8@nGM~pd6x~1I*း$e^L'}8rrJJsb\ r  ߀lA~>pnAET@,V@Hަ?(B._/1{o]"xcAJ؞,(ꮹD1U}l{"|i{t֢T=֘И(uW (^=DXg(ƭ\ @9sVqō1, 8l1mWPQ~\+;'728b\UTY-ŏow _w@{PC_|"3LrZ9P~tl}r *guݶ6b>`&fBݵIclENΫMW) >bo<'/px.ԑzY*_}d.jgCzJ-2#~ghegbevf}g*1*ˤYq4sޥ#le#r $ALɺYOzp}'4'"%ۘhc1ƒj.ғ4N}a[-OE"O8N-pgBVݶAܯPXjL Z[8uH9x#xYeR_&ј~!>DanXY)ͯiR)4P&S_l|+LV2+Ӟ b?J/kY :] ^\ci<*O'Cīܨ9_zCuT_ ƓFy c\ 4s/Pه$d),.NVgwn2[N1N2oQmxŻ0UQf<#uBV.- #E创_jS1һ>)+id1"U/Ա;HI YcBfQGgmƊZV^6/۝؎jڴ5osk1k Q]0e:@-/U,v ^;`Q&IRm(ͼH\Jx [$!`1k95NqT~#>_֌j]@َ_˖/R8ʽ}YGkOA;G:$R>|Pl W{W(vQ.oh!g\!rxuw iQ!fŝGU* ;s o[y!|{+UQ])U_-ңˢd|ZGͅҖtH޳ĭ}MD䭚z3$ GmoA*O;ŢQ6$i&lod!jk|ښcAK1dQԑg#C~!L58דїhгq$q$)(< k-$(%h}Nh QlY0luL[R01 vYPÔ=;|&NCy,#"!znO`DEEk\P4i؄M/W'4l:擈!i+n  tepi*v IЍ #Kng=bbq2̵V A8D[#f\0WAKFdMiT+{[%X=yMe(ڙ6T5 q:sBˊzdF[k.qC@PKU"Rc G; ʙuZR :8|?b4aq6N/7KzMOv ZE$z^fᙊe.S[G3_ a(.  dv'Yz DL,>Q=+ t;-z (ExʻRd@A LWI%KtL.DCw.LB6yS_(DV=Xه5OZmJoO#]8y "r)YWX83]OPh -m t~f 9^C\|TEљ<(kNK9%@#G/%h7Jp'ozNY@[=[uVX%%>_&!iO KG9Ey >/ahj7|釿\w֞[s>?U$~J.ʇъ,FyǤniΦT7XTkTN^#1ίe$I# _-p&fϗܿz{rzt95𡼽$mSPPl<[ I. qMÚ!#Dn_=N.қ .OSTKp@$~g!NJk^ya@TT2U6n={sWAlUs:ƫY L DzT넬[C~Z`<_M+lo,Ӿ|^ ;l?ɳ3|{Y Yx)D7}lL,!r&*j,NW_"P]UuV42va}B6hQ,vLސmп_TV6z8S!!K SF~hh'8D9KG= CLMe7_>dӺ@o"B(}o#fo\Ոzz&Ol{҂/1'1m"u}oi"uN ϭ_1QhE);D/@l"N Syot9а&!\۫d|řzYG!Z8&۳[S0\xYJs NH9ĕ"apk@' %\ή5OXf@(Ls[s}tR$3 1߰_qކ'Aj #F W5` QdV0Tk9W)w]5|? õ<6.#>U0`[C\?P,7X >h~s8T&OcOGk@2#;bQĕ4&XL;dYP`T*񚽋y-ln_oc?^o}lt Rů >BSBD&K!ɘHrHrvp3K^f@!ŞT>aʿ74ގ&jVUsb4EP$*NYT&i!D&NzM%$_dfHLyjk<&/BP6EH١}Y6ajWM$j]DL^f;vCtgH{!i6NN\+9Brgq7BŚR f,u 7*[(03ޒ};<89]sQ}aKBB,Q5T t-Ǧ/]jx&űf#ۖe]NkItzw)+_:cѥyߵYUMm՗i+P\价C^ &/w$Wiۊ:nčݰB C ] XYL4bX+{$ʒmL-*m(^\jnJEvI|&m#d^05»eഐ7Y$O<ۣW3Iܼ#8P93`Þ7C$[  D3h򇡗'u7hR{q>~&_ulj퇄!/Lm }}' oiKIkZ7r4@˹4]\vŽ}-6;2baDqK= 24N@ g>L>W:b|3mtԣ%Qs8!5a{ۨHMo(b9cq/ t>m1E@Wd`ܭ;`W%_`4K;ah ~)xEh TuB)U3JCmOO|vڙa Eղ'ekĀr%%ړ@F7fZN ˉ9ö9V-?-LS҄ O5'4Kł(2ЗXBvi\8TE\97 |as6~4#X0qJ 8|ί1;#<b --$A0攚jdajo.))"+LVUƫԴ ]tH 'bt-9j| `<ZݣÞp{10hK=Vz]M$.J:ʒl`kf ˛7S4p%*נ] &eq;oz؄/eYԶF&$.^ZݩQ5?k.6T[vl>e,!T7F k}bMW^`js1sn} ?y00R$08dН64wJ왶Ezգ*b^cw D.i%]!::N5Oe~1>֡[0Gq(u1" B6O!Vp4OYÂ[Hn5Q2-r=ӥCVMR!Biy͆Ҙme>2gI;sA}gN{b:̵ h4X8]hk)jMfs@z5(! fd?Uis[_`:3?c}V%5 nM2;ؾ tЕNZkHH2(`&%ڰ?X20 R.snս7oG&)HK>d5 .c*tPNx/f{V6''T%^z>R&ཌྷL8 2 LStj0a'a7Xt sF^Dvm߸5b0׭iZ(9h6r6d_[l<N7?'bxVB=V } hj սt./+eDɛLfw=ll3c;'d|KP?2EP J!KX$"[sD>avhmiٙm5JyO9X:~s,5bx&9U$wk^j[% _r7YGvB|:/(HcKP%LB+Hէv*2 ۔hAYh1\99fv+q: fΞS 'x Z\rnC1sT[+h.j-Ծ|t5YD%N_f g.3zta6هj:=u2yh2:VIbL14Q+ f~=& xi. "$(e74ś~]KwǸow-x], q$<%ŻUWJz6t="NC NN1#x[\ 4cAKf@}ݵ9/J83@~ syj2"F%=rx4L]N`$b7~+2Ux7ӎqVEӝyЋv!b1g*dH .'`8#F(Sz6uCW ^S"[ZX8؋W p`.nfz~<"A`rK[ ,ΟwۊpГhnٷf 0K&L'Cl[/T85j%1U6 b68@iRobryltPۮ_A'p*\hl'~B|/q47ItZSk2ٹ+-S]^ F ?3,(CC-P< UxY{G?[YLYlTh@Cx)LZ='r_ HsN6soy^PvAUÉ '(q&I/:N߷>Fh4/Y3,`Hguϡ8Gƺ Ε测qd"EJuc]Gջi_9,kr9L)+  X̮Pqit9>"_c,2,)MxPфoZ뷛o⩧\ۏ1hަwKU$LT@@*q _^7WyN -FTXQ䝝q h>C#f7 w#!Z00ut5,측l K}X`ٴë@fgG} Aa‘?ws&I6n*9[V}PRgbd.կ$:c6@02J\7}~(!VsQUPLiyca>ºb5GMG[$HDXZ@ ?B6go>iM/[;,Z 5CwdD\*1v3-DiU@|L1Y]u \qayf"X$ V|+`O"x_ݹ@K~خ$+ԄΓOvx xm2-tQ>6C՛?uN#4hHh.iGX\85]t~t@g~t"X̔ t,ƍBO߂2}5W=^"E{KwP>R;8]J kFgұB6ZdP.H$ƣmRiۄ 1)ՔOCf};Y鑺qfNCL7-*^~ӊ?JY f^uIӢ 8 ڭ9_츉B?u"yEn7`"2L-M`aSIz?TU4p*{{ǀT$4볓2H:ԫ| Sw}qx 3d3<$s%yj}々ORJ'dRzs} 5(=$G%;xh䴯W&yZb,]7˾63?-J3Eoqx0\\td44̪Rn[XD"yP<;E.fBVPO6 0{y12왬Iarkbo4AAt\AƟz 6V'F>"<%uCT Q2_v^=Vi)AIS*?-Qf( nDˏҾR\4/̤7a^]JUgO}{]gC-MSGa@5F#h#v3jcb6KezR,E& )[Ŕq"Ӿpbw>qbA$:o"ݬ%5M>N_ݢͨ2$a{}.`#]5!$ U.v N xTb(L S#SD6A[ȼRveʽז̹) Q7AEz *T8;\[R O`IYZX*yv?{QPMDwwFAi{pY3+|HV4~^ԁOo6-5b&b4Plb`g;OfvOnhM%LB`^(.`3J]Ì6#R VTFu@>A^HrAj+٤,Lـ>?e:8v_t4H7nA]u1w"mR:Vr <A[Fk*,feA>X GY㈴p#+6!tAV5X/$m߿lAԁ(rwNY5(Ca'ʕ`c?IPmφVĚ|I=h*),Nc.4QE>+ڣwtZ"ؔ{ 2)(i1*jMKoX`<諭J*u ģ}b*$e1_~SI܈)rK׫/Y7{ ZN% y?"V'|8X^@BNvBB4` {ކ֢ J1jjwz_=NI,kFE5fbW<=Yh YZ