libstoragemgmt-1.8.1-lp152.2.3.1 4>$  Ap_L/=„ňw ;Jv4;AEć)vڭ=083r/:Զ?$[?KnSg ;gGD,~&wbeݞQZ.ciAaQ8?7}H/UMW>,_MjB_FȚ-%d8`%< fb[2tE磸l{n[c]Fd\[bؔUB#|YlP4+)DC9ae7a08086650c615b86f241c48082c41095267be3a92e03b3cb926910c430ec285b5d939efaff1ddbccd564b3b8cfca2c2854392_L/=„DofWσ5ӿA5,mɀhyиR HtϟJx` 6-?F YrL\9̲͢N&&" zar@|οNZ2dQs "5իQ:V-א91ϯ 7c̯|W4ՃdҗjT|S隃 >!Eʰ<:ם,[|W]uyl\")eo=}B&/J5ǴN_77G@ ,ky>pFL@?L0d # D 8ekp    P   8xD<=(8 9 : : =Dt>D|?D@DFDGDHDIE(XE8YED\E|]E^Fv bG+cGdHeHfHlHuHvHwKxK@yKzKKKKL,Clibstoragemgmt1.8.1lp152.2.3.1Storage array management libraryThe libStorageMgmt library will provide a vendor agnostic open source storage application programming interface (API) that will allow management of storage arrays. The library includes a command line interface for interactive use and scripting (command lsmcli). The library also has a daemon that is used for executing plug-ins in a separate process (lsmd)._Klamb18oopenSUSE Leap 15.2openSUSELGPL-2.1-or-later AND GPL-2.0-or-laterhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/libstorage/libstoragemgmtlinuxi586if [ $1 -eq 1 ]; then # New install getent group libstoragemgmt >/dev/null || groupadd -r libstoragemgmt getent passwd libstoragemgmt >/dev/null || \ useradd -r -g libstoragemgmt -d /var/run/lsm -s /sbin/nologin \ -c "daemon account for libstoragemgmt" libstoragemgmt fi test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in libstoragemgmt.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in libstoragemgmt.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-libstoragemgmt-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-libstoragemgmt-update-$service-new-in-upgrade" fi done for service in libstoragemgmt.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset libstoragemgmt.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in libstoragemgmt.service ; do if [ ! -e "/run/rpm-libstoragemgmt-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-libstoragemgmt-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in libstoragemgmt.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi # Create tmp socket file on package new install. if [ $1 -eq 1 -a -x /usr/bin/systemd-tmpfiles ]; then [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/libstoragemgmt.conf || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable libstoragemgmt.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop libstoragemgmt.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in libstoragemgmt.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart libstoragemgmt.service ) || : fi fi$UXJ+-mvetter@suse.comJan Engelhardt nwang@suse.comdimstar@opensuse.orgnwang@suse.comnwang@suse.commpluskal@suse.comnwang@suse.commliska@suse.czmpluskal@suse.comalarrosa@suse.comalarrosa@suse.commpluskal@suse.comjengelh@inai.dempluskal@suse.comfge@redhat.comnwang@suse.comfge@redhat.comfge@redhat.comfge@redhat.commpluskal@suse.comfge@redhat.commpluskal@suse.comfge@redhat.comnwang@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comnwang@suse.com- bsc#1176448, Add clibs requirement to python-libstoragemgmt.- Update to 1.8.1: * Fix bug https://bugzilla.redhat.com/show_bug.cgi?id=1585169 - Changes from 1.8.0: Bug fixes: * Invalid vpd 0x83 value, #376 * Fix duplicate files in debian packaging * Add simple test integration script * Unable to control some slot LEDs via SES #383 * Numerous corrections for arcconf plugin * Correct deprecated python & perl usage Enhancements: * arcconf pool member info * arcconf volume raid info * arcconf volume LED (on/off) * arcconf volume enable - Changes from 1.7.3: Bug fixes: * https://bugzilla.redhat.com/show_bug.cgi?id=1670077 * https://bugzilla.redhat.com/show_bug.cgi?id=1667096 * https://bugzilla.redhat.com/show_bug.cgi?id=1667992 - Changes from 1.7.2: Bug fixes: * https://bugzilla.redhat.com/show_bug.cgi?id=1572137 * https://bugzilla.redhat.com/show_bug.cgi?id=1583741 * https://bugzilla.redhat.com/show_bug.cgi?id=1585169 * https://bugzilla.redhat.com/show_bug.cgi?id=1624398 * https://bugzilla.redhat.com/show_bug.cgi?id=1596731 * https://bugzilla.redhat.com/show_bug.cgi?id=1583763 * https://bugzilla.redhat.com/show_bug.cgi?id=1583681 * https://bugzilla.redhat.com/show_bug.cgi?id=1584243 * https://bugzilla.redhat.com/show_bug.cgi?id=1564151 * https://bugzilla.redhat.com/show_bug.cgi?id=1583768 * https://bugzilla.redhat.com/show_bug.cgi?id=1583765 * https://bugzilla.redhat.com/show_bug.cgi?id=1591282 * https://bugzilla.redhat.com/show_bug.cgi?id=1591282 * https://bugzilla.redhat.com/show_bug.cgi?id=1571894 * https://bugzilla.redhat.com/show_bug.cgi?id=1657407 - Changes from 1.7.1: * Fix up/add documentation and correct packaging lint errors- Fix RPM groups.- Update to new upstream release 1.7.0 * Replace yajl with nlohmann/json for JSON handling. * Fix the file path of lsmd.conf manpage. * HPSA plugin: Support ssacli version 3.25+. * scan-scsi-target: Fix compiling on gcc 8.2. * Fix lsmcli on python 3.7. * Handle 'Warning:' message in hpsa plugin * SmartArray plugin: Remove the pyudev codes. * lsmd: Fix crash when plugin named as _lsmplugin. * Fix GCC 8 compiling warnings. * MegaRAID plugin: Fix cache information query. * Fix regression on SMI-S plugin. - Remove patch compat-gcc8.patch: in upstream - Polish the spec file by spec-cleaner- Explicitly call autoreconf: patch compat-gcc8.patch touches the build system and thus we need to rebootstrap.- bsc#1084630, compat to gcc8 Enlarge the err_msg to avoid [-Werror=format-truncation=] '-Wno-cast-function-type' for python c building Add automake to build requires in spec file. - Add patch compat-gcc8.patch- bsc#1073088, change requirements to python3 for SLE15.- Update to version 1.6.0: * New error number for deleting volume/fs with child dependency: + C: LSM_ERR_HAS_CHILD_DEPENDENCY + Python: lsm.ErrorNumber.HAS_CHILD_DEPENDENCY * Fix incorrect SCSI VPD query for 0x89 and 0xb1. * Fix regression on using libstoragemgmt with pywbem 0.7.0. * Updates on manpage and help message of lsmcli. - Changes for version 1.5.0: * New plugin -- LibstorageMgmt NFS server plugin(nfs://). * New plugin -- LibstorageMgmt Local Pseudo plugin(local://). * New plugin -- LibstorageMgmt Microsemi storage plugin(arcconf://). * Removed support of lmiwbem due to missing self-signed CA verification and inactive upstream of lmiwbem. * Support SES actions on kernel bsg module(old code was using sg kernel module). * Add manpages for every C API using kernel-doc. * New URI parameter ca_cert_file for ONTAP, SMI-S, targetd plugin. * Bug fixes: + Fix the ONTAP SSL connection. + Sim plugin: Fix sqlite3 transaction of fs_child_dependency_rm(). + MegaRAID: Handle when both perccli and storcli are installed. + MegaRAID plugin: Support pool status for rebuild and check. + Fixed C++ code compile warnings. * Library adds: + Query health status of local disk: + lsm_local_disk_health_status_get()/lsm.LocalDisk.health_status_get() - Drop no longer needed patches: * 0001-Fix-gcc-warning-on-non-x86-platform.patch * 0001-Simc-plugin-Fix-gcc-warning-on-fallthrough-switch.patch * 0002-C-library-Bug-fix-for-incorrect-use-of-sizeof.patch- To unify the package in SLE and Leap. - bsc#931426, bsc#980651 and bsc#988547 also fixed in this package- Add 0001-Simc-plugin-Fix-gcc-warning-on-fallthrough-switch.patch to fix build with GCC 7.- Sync patches with fedora: * 0002-C-library-Bug-fix-for-incorrect-use-of-sizeof.patch- Add 0001-Fix-gcc-warning-on-non-x86-platform.patch to fix build in ppc64le/s390x.- Remove dependency for python-M2Crypto which is no longer needed - Add python-six dependency- Update to version 1.4.0: * Add Python3 support. * Add support of lmiwbem. * Allow plugin test to be run concurrently. * Bug fixes: + Fix megaraid plugin for dell PERC. + Fix local disk rotation speed query on NVMe disk. + Fix lsmcli incorrect try-expect on local disk query. + Fix all the gcc compile warnings. + Fix the obsolete usage of AC_OUTPUT in configure.ac. * Library adds: + Query serial of local disk: lsm_local_disk_serial_num_get()/lsm.LocalDisk.serial_num_get() + Query LED status of local disk: lsm_local_disk_led_status_get()/lsm.LocalDisk.led_status_get() + Query link speed of local disk: lsm_local_disk_link_speed_get()/lsm.LocalDisk.link_speed_get() - Changes for version 1.3.5: * Bug fixes: + Fix anon_uid/anon_gid handling. + Fix HPSA plugin on capabilities, system status, system mode. + Fix running lsmcli on python 2.6. + Fix missing vpd83 optional property in C library. * Enhancements: + Rewrite C simulator plugin to support state saving.- Adjust rpm group categories to match what is used in other packages. - Avoid suppressing error outputs in scriptlets. If it happens, we want to know about it.- Update to version 1.3.4: * hpsa: Update cacheless variable- Update to version 1.3.3: * Bug fix release, check this link for detail: https://github.com/libstorage/libstoragemgmt/releases/tag/1.3.3- bsc#988547, add require of python-libstoragemgmt-clibs.- Update to version 1.3.2 (boo#980653): * Fix local disk VPD83 searching in fakeroot(change root) when '/dev' is not mounted. * New configure option to skip memory leak check test. * Fix regression introduced by 1.3.1 when run as non-root user. * New configure option '--without-test' to skip all test cases and their build requirements.- Upgrade to version 1.3.1 (boo#980041): * Fix local disk querying in fakeroot(change root) when '/dev' is not mounted.- Upgrade to version 1.3.0: * Change the raid card cache split (%read, %write) * Retrieve/update cache information of both the card and physical disks (enable/disable caching etc.) * Turn on/off identify and fault LEDs * Retrieve information on batteries * Retrieve a physical disk RPM, link type and location string for a disk * Retrieve the vpd 0x83 for directly attached disk(s) * Given a vpd 0x83 return list of local disk paths * Given a disk path return the vpd 0x83 value * Retrieve list of local disks - Removed package: * libstoragemgmt-rest -- droped by upstream.- Make building more verbose - Small spec file cleanups- Upgrade to version 1.2.3: * Bug fixes: * lsmcli bash completion: Fix syntax error. * lsmcli bash completion: Fix volume-delete. * lsmcli bash completion: Add missing completions. * Fix: selinux dac_override * Manpage: Update hpsa and megaraid plugin manpages. * HP Smart Array Plugin: Fix pool querying on P410i. * MegaRAID Plugin: Fix bug when no volume configured.- Cleanup changelog formatting - Update dependencies- Upgrade to version 1.2.1. - New sub-pacakges: * libstoragemgmt-megaraid-plugin New plugin in 1.2.0 release. * libstoragemgmt-hpsa-plugin New plugin in 1.2.0 release. * libstoragemgmt-udev The udev file has nothing to do with the libraray. It just scan the SCSI target when got REPORTED_LUNS_DATA_HAS_CHANGED in udev. - New rpmbuild switch: '--without test' Use to skip 'make check' test to save debug time. - Fix incorrect post scripts for plugin packages. User case: The libstoragemgmt daemon need to be restarted on new plugin install or plugin uninstall, so that the daemon could create new or stop existing plugin connection. But old macros: * The %service_del_postun only try-restart daemon on upgrade which is not required here. * The %service_del_postun only 'daemon-reload' on uninstall which is not required here. * The %service_add_post does not restart daemon. So we have to use hardcoded systemd commands. - Add bash-completion script for lsmcli. - Use systemd-tmpfiles to create socket file in /run folder. - Add %ghost ownership for socket file and folder in /run folder.- Add conditions for libyajl and macro tmpfiles_create to support build against SLE12.- Rename python package to match python packaging guidelines- Disable checks as they seem to fail on OBS- Use pkgconfig() dependencies - Enable checks- More cleanups- Cleanup package- Initial package version 1.1.0 for Fate#314409./bin/sh/bin/sh/bin/sh/bin/shlamb18 1603750905 1.8.1-lp152.2.3.11.8.1-lp152.2.3.11.8.1-lp152.2.3.1 lsmlsmd.confpluginconf.dlsmipclsmclilsmdsimc_lsmpluginlibstoragemgmt.servicelibstoragemgmt.confrclibstoragemgmtlsmclilsmcli.1.gzlsmd.1.gzsimc_lsmplugin.1.gzlsmd.conf.5.gz/etc//etc/lsm//run//run/lsm//usr/bin//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/sbin//usr/share/bash-completion/completions//usr/share/man/man1//usr/share/man/man5/-fomit-frame-pointer -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:Maintenance:14746/openSUSE_Leap_15.2_Update/afc17d91116da12361be2407307da49f-libstoragemgmt.openSUSE_Leap_15.2_Updatecpioxz5i586-suse-linuxdirectoryASCII textPython script, ASCII text executableELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=9829931fd3ca4bf75235efc255a3c649d082403b, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=28e493a439921616d9fc7286d3bfb1e5d6b568a2, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)  RRR R R R RR RRRR R R RRRRRRٷES:W`:Vҥutf-800d8786dd89b569aa1c00ac9cdedbd45903d53c6d40650a346a4564d9502beb5?7zXZ !t/⺻] crt:bLL j]5z!s@lc34N#i@;%/4zS[!Nw'.5ѢyyBȄO* ZϺB- wR Mf}Y2GePHrfDzoSoK{wmB>_ӛ$rܳ ZWV8Ke:P~Esͦ$g F#mѰaL&X8p&E4B=€9{ߋ^Eŷ&o{>3FZ?J<@D@jwEapt-? DtAUy`Sow?r{e\ͥI$ }؏c*i{O "1^m_ wҧXDs o D+P pOT'SC>$䒉7+C6t+x>W ɮ Xep(4U"DNC߳VTOg$_T-ci>bo7m vSmimbQ+Бw1Іd'籽EƗ4zps.čp޴NǿiGyTJ gY̔o!|㽑 )-aAfB D:a]oKK8[4hf1P#?UYY1C }d֧qNN"Ĕ 'WPZ;wNL54/B~n x]#mA!(h~UZm6}&V4ȤgG&%A.Z2zZtZ$i)$P3x]FKml< =!d|Cqn'ZMV? Tx_\Aͩbx]3+S *#c?MT#u͝lQlD:e,KO;t5Սrl>l,^uE,;WC؎;-ąVCsylcphECNڨmXovem7W$Fnk܁ԚOE}+#mHHwJ 6GAՠ-ٳ9a*e(p iC)QmL{(:]KS{,#Wd©mv{XC^cYxQe3J%"WfDAga[r 5) yޤ5 `4Z;Nd"#F&S@U*A]4|w-Tز9zIvDEv|\1&솓״2^Weu)H` ɯٴ XOyw9oePwbKR#3Xhnǯ#( 1A ضG "}l ɋ/ nǟ-6O{3R_S.br;w4 ~ .B_&(τJ,}j1X̆4wұI:5CC#򅝑{mJbȭ rlo98o 4N:Hf?Bٖeֿ;֒j8ToiI^_MirrO2 "RF\~Y`<ֳ&P z Z1ƄRo8!Y6fV C{O[/k̓iBLR~vcPV]F@ e@uPK@]BEp'K F/,0[yaBFN㳬V 5d %y\]T11X Xqhcf+S1;2BjpT m=aI uE(3VgYXM"js* 1o htCs@L-S4y85\q 6)AR0ER1VViz'>Ѭ(olJS&n&MWV@9 PW~/,HѦDHZ@//dl~<2+Rz!瞯)4zmɢLˁX G|Ju`X 5d%"f^Dj2&9 W ڐjQ%kBޑ\$?e i-Mrp*llm@#0vGΚkf<ޡЊICxCrh0Kn;kR 3WvVY߆w{;BJර:/DM{ئ ?pe˞Qr}ۭ.>ĵl@̪.e w1W5zCW`6Es7_^ vBK&_jr ~O~,~tQ礢2>+4/ lT7ķ9 =s0Jp>7%npt~s IP!*aЌ+yܡy,Gkw7wAc"Xu>dM-?B4^g:RpƲ`h+YՊ8M fGc7o7Ʊ+f#PBtg|ke**03r;byn`1ӉYs>Jw<4.^rxt{KP2$3]yg}S 67΁.'jV6}!w̜e d2, $m̀H`"4+Go#e֢w)<|͹P0&qύ<0?6MO{DWtZp$+Edt46puJ\8V%6Z\"^/!e@ dy@S.PQxL(˱]Q!P3U*0 P~/,zɛqeRl?PrtRDrs} p2+l䧥"9qiCϕZTgd؂x)G)dEdO2Yd?4"D87]4|")zg{ \A>@(d')n9Yf- hو2EM[8yY* fc4Co}6(KW6ko5:aUhGSTt\Ƽv9uzq9J$1kT M/0ߴθEJl#-O}9PilٚnWk$ qov9($ ־̎T@w8 " %$kSv"iM5AkE natKM>Q(>N&LY73C;! M} D'M9"ų| jy-W@X9kbLTTHE! -e!7^ ?ۘ.ULUӏ'CEl _1$.`#&b6jF'{sߒ*`"^1'6OlEcXf2?x]=A넍rld'oɧ?>`.J9Ƃd44'Սh5w "ko&WX?@q73"6NE  61_XǔQ=C-D䟰e&k76Ʋ:D. l~ۈEؓ\@]x9%[(EKC7-,H;ްJ1-N;o, h d)$z;1UQJl?n`obʜ{oV:a뉰C_f˵bnc݆핒d{ޥ_dr_*ʦe"l0g!C@;xM֊Bsd#>՗H>x0Or2AfcW*@gsQ#T+)N)]}"1'x!f=`uYdQD7}ki؀Q 0;4I-4W zsEGIoF\ZfǏHmarˏ`DR$u([ŤOՠ"G= 9'0hN=P [ζ!H7e vA(9idfu2s'm)_Cm;!t\#yE:MwQ_a'>u!,<'l ɷrz( تq^Yv&IB%K_K821lzs&7ᨶiJf*a%3Zf?Ft7s@m'cbד V>[6g|J⫦_~LjOXa[&ϝ3gFq39B-?= edw3`ƹ ~J$DՊT; GdK yU[ TZp5˲FY[̆kOiLUq wg]7GDn셈%it*406[Ҹ#vAF rz=z%hr-6;Yc&*)s3IB9*[=S8@pGr"nlFH-0Rj"gDlvWpLu[Zwx(an?dD[ &82 50gşD-⠠o p L9 Ī&$hY'\M=9=Qm)PL05 EӨa"C)MQj6YU|ē8<+[ZrѲ`s><*CYPw4\')&8@q '4EZLťb.\(̺Կ.5LƃY-9$Z6.!猢l.S5 CZ1],KbcqNN5Lo *TaNIM7Q@q rӱaQOjY"X偸pNKm&Ci)} /}μ-*SHr\K}/v!+U !4׺<fј%p,yWT}qcק_ ZH؅^bg#(sȡc;4itrL8'Uܧz' \%^@Rpw6dzF-gೕn}OO$ʺk]nm#Q|' mfUx9__`+ g[r@;/o ߒV0I?&KenmhjӒ;s gڬ;N[oĚ$-fȭ!#4ʠ#q|^~\#FMS˜`A"p%q(9RsrU?Cot<,gԉL:#j(0 Ԟ7G=V V0 ?< I"&tlido#uX:{SN@velNk"!6<zX XN$ ʉ Us1<J8'j ۧAo]2UtPUuFIe&>mK#kux,JMd6:o@vGyC2d[- (rUeIЋP:>;sY_8rjK;fD{"4$ߎP#bTwP1M8c?EvhQ s@)? F`0L|Z)I\uʤ0i;A_J_a^<љ8Jb( _2j%𸵜؃uU$; qQ@76}QnK}*UChv0L4j>hjl J>!rZe] mp=["TXi1wLݸH{"FL> N>6R ,T^TC ^D2Nm3w:"FJHr:"™jbG"?bȠq4()*s"|{ѓjcܑQ`36֛BHbU 16pNLLSJiN \_AObڱi>l-矆] j.V!Oǃk/}$j=[N)\w^}7X1e.-2jZ 'y;r^@M!{9_-QJ3Lș\d )1k$9(ߛ<3s4WQ/Mk]a.&MMtvbٹ7 ɕwBJU7.9ښp4;ziT}!{Hk̊1m/*e3*ތ lCQ$_`€埦0g '9]`a#~Sɻۢ7~ blw|f%Oq!cl6$ &WJ^W%/fvbɏLp>9Ы.ĕ Eɬ P7B|̂~'qtrcЮƁc$t+dt/+i L,)'" ߧ !Jɞj_ ?yX<8Q,6v p:%˯Pfj (y  UA(>3#?nen'0> ||Hh-J8 NS)!-#m`m%Ǭ?0 /3$,6"يߪr"vt=>ᝯKP+- i߮Re*VRKqWScݿǞ}`٨.huT2PI5fks]sʐ \٠`lKZ6f>NIOjH;^2;E|uQ u߶nVX#GJ%3q9il|&ZT55c*gޒI_WSIge,:0PL~e`~qX ';٢KhI4dO| ͧ)4˵y_&N$Y?]F`vR ߑBG̦" IQp}oy?"Zthyu]m];̆KlKDm ZpjÚk a)l_RoOroN3ʐ `;BnT.X ? F }l Z:fs)`(7/X'l< 1 p&msh14&bĻ9S+%6PA, j-V xcϽ-[iy-'B$Z+?^ihjɠHI7&~JDXIM3 )d0?{6R9CZOz zO㥂)ߕ=4۵P MFfT%'5À*/Qd@zZ~+ ntƓ+S)(-[d.,h&^1ٷݹ%(^N&@1{i%H1\-!a\(X[*'}ek!~2fG x!yDX؀X])^ڰPG bBr&NU( >j(,TXϏl<" ==^L vś z2<@?Z$XxEX!oAmI)[! <ؾm1ӎ4-4R hPMEW#g9M¤ij+rW64{5+HX\/<Ŭt0jrm'UnQz+G2H`%%r뿬i«*\e;2xU ITC,./ɵ0->`D\u&,Ze7USq]}C8X?geH>0N dAq:}VnO)q._O)SXޙIre;Əu:qom1sГ2t-A"OSW2(Ql(9M'@Db=D@!hX~m3f|o§ޅ[/eɔ;0&Ir#8[vcUKbXdܷ~3`K׮ m%~.,f̋UsHk!3T;o~6qo~36RS:ĥxįNF>~|l Fv|`A4))I[)aз>s)^,H"xgw.| FBkėRu)XY^Ǭ89hdwDZx׍PX(O墂;d~[!Si$pz_aS(rn$' 3Ҥ.X6.ȥg% . MJa&|o~yY WO1!u |gW1PRå9#Fe.6Q,;Ae}uGl Ĥ}CJqh1iJYB;+P ~k HHI^"'%ZDuO#삈1kU>*WR/VmiMH~o)M}o*Fo>0qGCtq/l2}̺ Nol} q lżzO1rtfƮӾ&q,\J=W+ױ(eЗ^KCY_v,;Te[K`i&KVzk{  3j>J0#VW'Flܡ!+ iŜoeyjs> 6-Ԁ+_//1j`킞NP\v-v󂣌q|2kʃΝog-ċ2_|%( S 1_Mcb> NTh.z4ף@>:gXa{TeMJRYs*r $?V2ɬ_/FpٲRVRAsj\EFm/t&(F( M@Z!wVѬ qbF|YXD'q3v{2ysm{ @% s(%Y,Hcm7݁ g72@)z2vn&@[8Z5u%( ] H0Mt ^VS6!) +mrEAd}N `ێ9ãJ5;6vY!Kbc" 78($t׮}<\ƈۉ* ϶s}hS-9x33I+x;Veds .*!ge*457_ohDz" <@eviTĜt Eɯ7[#DºAikdVܧA?ÜYQ˨}ƃ8wY~VkAĝ^;Onv4/2Ŀ#(. M:sDҧWԼoFC;Jiw?U4:?ܖ^bFG<F>94T @/w~nm5 ?#XJA_saiYThFG܊L ja,R</f{ `~7¥:!n,"HR~' zlvBړ!Nc 8SkⰍ$DF-cvY@ 0$6b]4}bo Uƿ{2Ng(@%66Q/%Kj2"uM4rZU^I&=!k Tm+jXfa%_c+DN@e"fkZxuÊ(D@IΦAm{W 1J WvH Q]MW,*I!^  ]@;e.=x(5<1c:.{"M"Y$OLy Y cTb*Hȑ齐 -{AF D'@43* +35fھf𜇙K+C.TR}xDuiZ7Hiq T}:3 v$[@:_{GͬO%N% qKp֧x'LQkD#PXό^!Uk#:N^M5A;(},Eh@cym3sZ:aUHw~+@rU^G1r|MY)B03জ c8 *>zUvqC3MKjо#H~ȦJXB{@!b#QӘ3$I0X]nӲL!X2 -er(yer9Qت}x!y8H>Am`Fx0a}^q[^(eZj>wgLX|< Iհ>#:kVQ6}b*'\.v,uͮaGSQ h9WCm1쇅!7VbT_^F VRBl. ~c^53@p QA9(HY@zMiΟ@A:@#"w}IhTIt 0 %Pyʎ0X!3|+%4!O W~m?B/+6|kOf&h(6Ĩ6 &m%S 7䱈\{ZC3lIEcEH( 1"4}) =XTYNe}J}[I*Emx10 b P&x" k| m0<ɧF-ْ2|g_oMJ񼞃r`XoG&%Ua8ۃ_mcU|+G{U˸,&/AM/MC9v I. D/.}W8֠Zd1ZF@e>OW?̦zmiiI>iA@iz$9YtY% ww.0bc/%j%߇q,h'csJW~fɭ#NU k@MiZqBqEQln詥#T}!Fl&i~Ahins^zXX.ygs;un(>~^s-5̀D_bvRV ;G%O.8/Pn|z[jWy=6" 9 :8\19cǞb(]-ﺗi9[5doa<.^+7̯;8Yؔqx\컹TCkɜlBelCm}UN4Asκ<*f#si: Ko༓-'M ]Ғm^rJھۖZyiٯ(7ܫ}BXG/w3"=,/aMc3[ UnP[.7ܾ?ː </1̮b ZITh&n?ftʥoB2P~ִuzLMyK8#c'dQw*M]t(̳8)J́ѧuVu݅ic&ެ6nKFB3@ j&\<򺷄6֖`PlgV[{3JZ/ks8m"aJ,kQfA5.d8}$R\ާFʨ(.Ydi2ΎFs(12DѪ o8brK|iCGNa2>J9:ͬV.802[Ңg 6Z{JWuTn_;~!ney* yax`6ȱdOlgdv!e?wbûe:zqKmH ̥amGϧ%R۪\qǷ"#f|*Qe "zn*"$ÃhLN-^_n>%ӟz w*Qvg)RHIT88i:uJ|t$3<ϙ{?^MS[N[cP8h*5+#-d9,!'s!@z:'oɎXI0_+F.+-YͰg9 :cϏO?qXYTqgz>hL{p ;W-+1I'9 u%e>7A1_䒳 76xK465a_ޫѲ/NmۊڟDxngi'gi33r}lY\_-R"LpgyU-=C(2HfL)~b|{AIJ9FP娍zk"39!h~]5Ebf`cM \fpBd{i")_ psCc,$Ra{sZ 8}Jh]wDG(~rf2xIZ[t'^hD '?=svz@KqE jׅ Bٔt!ݧ `:};e#N&>SwCĕU_6dXeN, SwWc+<>62ZmDZjUE^uNtq}>VEӓ\ W7@+wH Sdљq=i]*ZmX^ ,XvbM/ 6aJ)nv=A䐩8}W&Im>ߤ NĶMWWm>zVtRȶ.S~Ùlycwg7g+2q$KD=Dv{Ϋ$z~2<=WDCp yJ"q$s8}ȝ]1P*ЌU)县ʒMt4+SΓP;H"vBV8I;aqد#^7N_.ۅҦˑ~̘QR+H"ӮF8*FUv}H$l9&i В$JԲ& $Vht P|S?â l:c١7Jh3Z5f=q ISXNadԃHrz%\}'ΫмSd=z ^ e؁Zٞ)gnL$yIKΤYn~Xn%mO2!_1jrsI'<_ހCwbFacp ]s$qer46p Fj($Rw'jщw>]ZsZ0>bm<\LlpKGoRyHc@,lzDʏ6wyq&ki -vſ4_$j:-k $w?0lzF{|4ֆѤY'?s)miAZY^7ВjG*űUįb&ѲP5]H{1Wqh[A#}u"g]2풨Uio Dw*̆)n~6gm&=S`y"?Nfݴ:,~_'A]{L`K ?]QfɃ8֎BPrTgA`2ϻT9J}}cDjej$oZŤ<~ WȘbycϰ1U$w ay!v+CMm>e0ۑF)r].Uu6u>9l,`vm%6aIOti±)‡8ŃF fU6BÀɣ=omiyd9Ds4 )nl m6Պ ªvYN;XxlNKI23hPu(sqetu(g<#f-CiljcHoxvkY?W:ސs>t_n$8F Y{;_Rq/tԇȧ [8T+iJwߞvA/+NW|o~y`?ZəB#v ]˸:e8xbHh|+m>т u@nywcgˣ8XhW,oj /a+3" sS/W̚U U~R˞I_ԭW IĪq,FI|usV9EvTnT jD^>`&sdSa{wwT|/YXye0*c}wIzRHei@N)U-N=3uHؓ4 68zgryMBxSSoZp(zO xZap;AỲ7JeTAiDZ8`Ф9!si(cF>>M3L|qO?v`!E>/I ~-޶P72]3v}^vìf5Nש5{5p-egwU-Qr$V8o2KI'?QJN ,W@yX6Z~'yX@i9Ä)>,Z  taŐ/fXP;c>B"jH8$opJulzHYۤ$Hg6vKώ S3!#?;SۦL놨սSJ=}!%."^_~ 9飧aDķIVT_0e4@* B::tpS,h>[D)&r7ate+bL`~Y|lPtPfXx$+TXq8Bz gi2'O}ʡvfK{AB]D+*u1sX',Z+|عk3 p[[reRAy{3?=GKkιs߄'8?K~s jnb&E R=7zvɰ黍jz#Oo q$+ܭ`9\'1ԣcdoyOKWؔ.!.,|P^HDOOA=Y59]Q~N {5 L#a5 u`/c V3@slIrJKV݁՜W-N^sf Ht%JQ:d ˥F?swᝒiQle'<LRo%w4C::˱L( {Vj~w'ozĻ:Ot[CqO(+26vѸzSfcE8GSQ q }܅|jS,G n./A([v^GȻw>g$"Gz@7zG~g6QU)*%|UD_<~vUǜ(/'%enE(ˀ4yOR3#\Z[%%n2_A XPKſ/;dqOwjt1;!%ݏuZi3a0oMc`6hKV9{,]sC&/dк(]0~׭J['[-G7Hπ[9r+E\0L7?t^ɀ | ߦ] NiL[x6c6dxP4'soL7w~rې,q{kgiBtvuzpN=r!xi[VWy4p椥 3#tVU`I5DLuU31;3:GO{Fb&%IkzH~5mb#M,w!r2xkJۇ =x]6KS9=b}wX?5p_A%:liaaQX0FBѡ"f8Mȷo^KrϚ;Àk%!{ R*r.t8NY@H|hQNivY<[pώ9D)ᤞ.}Zqf/GXZvuB(aon 72_u64")6NNi6XIc/gQ@$g7[k:g[@-ُeWۭ 7Ϭpw7l%N+p6jY( l8"5jG!(F?f%d:֦p0W=.䥧*گ&"rٙ/C-]n$Qfz%3I^tfֲUPݞ&rK !!9h#ӣv в 7ARi@h/ݚc)_Ӊwh\d(X}hjPH\w7_΁$.Q wk zcL0Z z@ w->EJjp 'BJs[{'攭`E>QՐE" ]8\f,15!Tb#!|yFweTc^]=?ㆉ J*@EN@;\ Rt^*DM:#ZDV냸/2uӇϹ*1Rq:MVrv7:$sv1i*1J?ڶ1:e{hrF3ُ"eq#Aw:"~-@y6nQM(*t%+$6}Ҟ)l2HTmu15)429 {*6:Buu$h3v ,*>xꦠ6*,,A3;]Y`s}hؐ/ 2zC7B*K P!18h[t"JĔj$g;If0dp NdSNK2Du*n2#bv|kN "nYKᙋu!Mag&/V}<\́Z|bs201J^E"^ D&X۲8Ec(/D.X'HlEkhJ'9:o}""S%KqR+6f 06Av+ 0̧ s/h JJb_T%N]+ID^*$UdJ~ fE +xr.L&4x] &Z ce[:_k\e=xȡP+;n ;d}* 8%"tڌ@;ObU۷G韟"sud9"N5l.;Vr HHP^\p81I48O64kxq%ܣxV%*< kJMRlq) 8Y ۀ bM +ݲk)L5 !xJ$X)+Fu\c5Z㠓 fԞO6J6i $D$3?Nŏ1jӼ3ZVo*_8xC0:Z3٦6m!n78 xM`0Lcu4%?ZU)H=zxFnB⍂/n#89J+/5>_~g۳o}w{ǵ/= BZn62i-2QХ%[h!7l$;hW_ȑbx ~mUmY,Uubw-G/N0m.&y4 q#}#flČdŻ=D9G%-9uӍ&!;_Uf{S&0 m" "Nz xJ,1^Y'Sf19Bn16`^7Зu]1P5IM & ʝv:Ӂ>am)ڗ܋z5{5/jW/bgZh c4} Αޫ8F 3$TLm2! {s9 QD6VvH ߎxӮH/NY݁]#|x5%7) h0e܈I&,s{ ьc#1h6&7nAV̈́/Flrd2)Vgf}U[dVVuoqA7̟8D)4760U`N vہWfrg>q[^]tӱ2TZyY;bQmZ/o,I9G$!}mGίvLp*WDY߯t56太]lˬoķ 8C ^LO`1R)^~xfr`*\ૠ\a,L1b*$dZBkoS ]ӣɞ ѼWdfB݂wk'qa.SηMo|OQ+wZǐ!$&ͤ3ṉg6<.\*oAx'Ee"Q4[%63yAz $%Nt;qK6q/a ­bT)vZ{NZ0=y^A&"BtśമKwo^pg&%8SqEW*IΪ_$ã!rWݠ+0kb~WRׄ/+CڱnIt[)Ï6-Y#=cTx?b|;nRdU -`J^J:Av&_YaWAJ 4G$e;m:e%w8s,^ot| >T,ˇ=`k-# ._XOh`,ю\RM*9ayhD^?#" XAڽGVhĒK㎖KY'VHzp*svgߕmˤ5wlll;\rq .~Ӛ`w<9#M책Sih)Q N"XX8c~Py!lUP$M 3,rъaA| TB]}hO&Iv.12-^Fq{\if DeoPPX`Y-Ơ ܸ$7)8pP3=XAh"ۀJ ź.|4^6H"@ nS`ͳN C[ 7Du俣^wQUoH,[9bBjI?eT;E!BcPrUL>?PĈ gdbCA{| Wk 7.;[oK]xn3q&%C;7Ҋ_w/q˞i1'B/sCńAGǕhB(7]_t;GTX_ĒU7(z8e(S0B*V#Stv z=D$)}ԭztF}&) [;ζȵۻ0"YT-U8҃ 2 ($$GMb8eRWbǿ:ʒC8XsGfܪh{~l'+UlU(ި.Uk3q_Iv."EN/sv EONqbw<2xh:R8gYdwpV1TXxdgAKxOWȯV .{~O]3xxW4beVW=fձk0 j]Ekʿ \]˘8 (&ZyK,Ī}de`Դ+G=S;2ˣ εLYƷ-4220=ݒ%+bJ:B!,AeQ? 4DD"߄aA`+շ]-]͹J8$be #+W;\VA=l Çn!h2Ʌh10"e>D^D[~֫OE +[KV ]S)| ٪6o 0͈xl޹M!p`[Q%7K^nz|vzsEwe uڥ!GFOb[r41W;̇"_|>e40k`yo3u+y*܍!P;C!t$9CJ֜9Ǎ dA'Ĕ)[85 m xi-(>{|)1X$&9z$㔂vKS3oc}, MܡOwnfnD5K;hb֢!1m5vGENIH],3{nYX5Kg`f0=XO=WFc -DƣXX6 Z_3vo-}by:AK5J8Z<>/;NU}0G uGBǑ.e=/ i Z0 m}F,ە5gE} >t,и5X8}MeHmzq@Y$U`pV"wn{$i }}V%LquK)h#8݂MȞG]lE '}k%Lb ox&u` өCB==Ze 8\S(ᬝsW|B e [1R#lCCGY;O|&OrrXmFy1$\j71 aܬWl1hu(ⓖ3"eFһouUBSqc -=` Ԋkq!Q~Rwm7|q(&:XިCGKщKLI(4W;FmN}ᘾܴH}-Gj,!VȮ#tbٲ:p8&Կ !E=,uU@3HI@8GD;{~AUnsJٛ 쎬J4{5f$0C/t{(Ֆw%"$mmuvo{mQSSÃ;ց9xc ھG LWmUĈdcW@*N2$%;+!KkfObdC*B4ڢ:Tfa5|E]61,5}d@3O_*D`=^[d#"޽&ĵ+WWzg+MTlJLO¹dpRԙOy#9fHɚiB:IQam:n_بFyu<&@[>a)H&sG [ӠJNWjPx@޷6{5k[d\-A;?2X",ס"{2i zB[8Ɛռ,@jJ%g>^Ioʍ(koV5*t,{lh>@ܺw# i珸2/ڗ;qc)WǰKR(f,ZDx:_#ơ Ïi[&34NfݧAƛQR1L*'[," a4{ c4M9.?9j/Z? |?N:g^ErM6 r^$CNuj3ds,.)= .0X-/h(Z?HB jժxARhZPB/TYo@L|j}%6fLJ&3 2  ;Ԉ!J}[\,ATYz9ls X}gUJ3wxʤޣ6 N41g^-]Ox/z%ٻT)689w&q͖ݱa 0%t7%Z vIUYWdtbH̤[m;^jԅ\nBߝbKhG-)tq`z̴?T'8J v^"oj_~C^'d^n?)g(CݦFu)7 09CEj6{6A\B1-ߤby 쇦b,# w21ӕy'MB%}ML4gl T.X!7q6詏Zs)H{ʧv:Uݮ!bI@WTRƯ*Ww.?ZO=;WdcE-R$Ehw;k)-i1Sx(#@wiAVuE[Qo[/Ycⵋ ;2r1~'@ @]d e #K&5Ax;?JnƷWTǜW66oT#IPٓ Yreмy]ElL?jD|JPw @lz";5bE6I8n9 te]+ mkk9>n1r ր8wmV,m|?-7[X̍sPHk?Ke-N۝FbpxJGC|898GԃZLd|2Q`BW p͙2^j }宖()?s+11~ >$LK*7`UYLdX&ǦB!NZ0'iG2Y-̗ iO8ǫU0f)sdDT8R!Le(aV<Q]dɐAT)D0}qu(vm.u yPg$bL>j"/XO5$#_'tIkM@\u+%<)E.BݙǎP?Iy h.N ,h~l- |IbK7n.yUb ;(D0 S2^*Ѐ`xb8,NX59쮑Et:|gݘT1PwSJb][[C劒dr=u( qnm?y`l0i-ziȬ+hoCb1bf'-ceW g;LL9$_qTe_A>b-8ioˣ2N<ǩwcKbhp /Ju] ѩ@-{ഺG̬a@ -Q[̜Y| ;t!]%aA qCǍk՞| pxsWz2ƾׂבCKkǼ>40 j U]q{ԷnV2X8F.DN;881EE="(&w?o7V(owS3_9vOmQ哅If81-{Oʃ$5ԸH;HKcpdu^YhsՠBiMka p VHeXa.yH!y.2B)̰P,>ӵS@P:-T] ( -O[+#ę A- |BBk؜uBTa,ԙ RLS4QWcݹOh-xLTN$Y@qx}FJ-KDT A5gF9$͌1ι+y?$|%."s 0Ȼ^VEsQ/fqGħ`o;!w;h~|$$PV 1MedѪxB%5gbi!Lq%fS.K5hqQ@'g~pJmFYZOL$(tI. tmfτk O$BcC};XkEzID]2-dw`(KQ}/)=uv. (ᶯb#<Ԣ{YW"5!sp>2DkmQINk|oI([Nk1 |jVЭG<1QΚI\[CPnSEyG2 ģR[hsPt,Be'.D/./7sXZ\g<ιͿk&izl' 63Q*-!{>]vk|=-c~F6xKV(R~">QgH8`ҲУp޶CDb\î0i0bv(=6oh|#99sJN 2* ^5WJNVge&"z<39M]ckTSnE\}k:<RV =k0K ӦGf>t3^_KvpVk,2b8GVb\\͛*3v:}Bq:~6| ២᳿㑹B?cک3A(CU0Ӵ7͊d- '?[ U[^ >;9NUbaqD0xSd|ߖ,bFEgI`C&A6A잘=N3&wOZs횽K| P!UP\Y(t\+HrIEs#9Yg5YyX3Vij'xk5[*kiԴ@bT3 q\8^Z##0*ILZ=ۥT64# ̛ 'S=C(P" VӚ] ͒Y;|LGpWbooOy{j+F%b'%ݫ%A$ӧIɎIM 33bAmTjSn7ƹ"qH^|%<0.n7 4#rx)u5g貺3e I6$7#qpѕm">PUҿf[}Jt^L0kж&HDm.1o a>0gi+ بC<ӵm!d)Ь^VPۋVܱiYMˀ*aGS= `6DR(fWXD%rZ[.t&jv3D+;Mdu7#'N1j|y͆"\0[ژ@5G7c0|3#q+[-~ gtIL6 ճeLuc |$uӁ'~v.4ŻwK\:|M4*C'tiI~K;wl7u~Xu,#䨟b l 1s뎩ɺ;ׇ+v5=+V:W.vUgamC꨾/v[c8br9t_`|,%Dp{O".E"bxXf ./f.+kf_쵀*|xn$ؗcŽUO 'Ajw2L$v|0n*J%b:85AHQ a i;d yru+W@JW&m]]Mڸ7ƥBʉ3;%B~DhviRt(+"%cɻ89oxS[ ;fǭ[wVI+Bp8?؊ft_MTޡ?SQC ySc:~R+Oy^.;OΟvuAt sqa&$ȲܐQC}}n1*.$,?#USu 9>7~:?FiGov62BӘɥ&ڵ o[4r*To_d1H YSE&ƴw?thsC|?&^>˨st MΪ^#!qˠtZى2;[9x ! "KP4"Bm_BHq'af(AJv+CmvS8H_ORSJ:3\NNn AsuVq*i nB ”ΟM3#sjG9X{*ϋ^MYC0;G'EMၛ.%aSFImY+w"mϙb!_8ՅY l>eC2o~9}흫Bz/Ivulj#QPhi]c?0z^gnQ]X}aN%KDͫ*cuLq`J&CXh$p?U{g}Ul WyFE j U%EpUM8*mHil&ZFKA;C(Yzw`)kDbPsby00ZQ$ـd#8P2et`N1p]0{?\/ Hl*,j#A 4Ui\GbRb$NKc( SwCVU-fԐ˥;r]{raLI02Nqm4Q]}x>l8R"ݫIG~b:VV>-$L)N;%_5ʽv@LPu[~2Js!pQ<#+UצEp\{,4ջguۆ 3] ~ѝ:|bxS)-xZ@]ܶ<l$|gPAܶ=Nv6k|p &z{xD(Pӭ/VfWā+p1s@x4i- )[>4f2k,pZ =v2˗]@2=K5{/P1dy$RT2mi0ˢ4WT&>}'j(ݶжMTwqxth ۡZa` ّ+1cAw S5Mʔ /=ܩnk:nWoES~Up'eBN\m3NORIefk{.K-m.0 [Hl7qfe7E e `I9րƱF.Lɢ}>0l! d#yOɹRfl{M8QK*;Kjb.ꋥ٭*Y<ޖȊNO9fea ǬjL谮P|W9t:1}NĽ pn`?W_|eYWG݁XYHY{W1pҢWu@U/=)Mo5T'ߡX.o.FȮ ;n%IÇx}m H ~`Tˎ-r2cS H@Q*AEefETz*7!ܱUAOq`q͊º[ДXO0ʾ)xEK/'v.t h#5"*!SL'HJTNsOO,p+ᙑ2|ϸK #@r,ozekeb_!㉢ d_yJ&%N0`ނ:vCqUz$惘20C5 KL.v%P[ĝ]`ɱ/d+Jn5[HYg'BBX8X^=wK):Fٙ3S6e;_d?V/BŶyp{$n톫AS9Վ5ߠ[x$&U l=|$C|u?3FBgR,CW)I0M#}8=NZyGTuͮVYgx'$<~4ݿ?z$ uN3w<|BT3 (CX->+_jͤԔT .Ms3![gjB 4rv.&fӖ|o+MŠ_K*v褞{V:=c9wZvN`\_E_Ӯr{~:bCOV6b^l{e#27?T/o n,7d.G_X`c}HUES J +Ifr԰KX45 /*LBkQ<m*=,142oHI}-?yiDI'CFF\)&_E֤J xTr79FF2 pqh}PQgk셼/WoICnOB~uX-AvSQ9#4c`ao)@L=-Ncl3 l}}|Fxp=ZSZ2bc p ȥ #_.REX1`|'gv]D''OHА^t#vVp_꾗G6;#qp{|:*0Z\%YmĂ/Wc")SsE.њ TZM4|ϓ[W^ /:v;ovՅy˝If$,37?C_у ܉0 3DJȢQԓpl+dB\GGD9t)^Ν%>]$D;.Yծdf JS/9j ſRHH}w[7"Q$A<>@lwounW4Jɒ O~ *۽8/pE\@T9]Vn"61WcSl8*4=AŪ\n߽*()}K7nAX9^>4jm18 &)B>m*CbiP,Dku\͍`m{:]Ú0[ANh!p[3>L0@3.P0mnH=3W\m| j}\;|71S2,Z.Zf,٥-٦ѩrpzp=]`!pE,Ƣ@YCrޏE'xm4ГіЗZRv{ĉ}wêRO7Ô1*FKFu|M1`, .\F39,]UcԘ pB[BptWH$xdٓ1 }M M0hlx(̊@o/G";ҦvC%dZ:Hb?b  \(L7M;6y9Ovd[; sVDLDζٵ^ . ɸA} '1?Ox?ԧ B.ҔC+l8Kv;exEVބ@#? CIDIZbx%77]T3Dⷁ[#dgZO'X&ss~(f:I]BW?rF5fE>yr?lϞu8Z-sm>ەϪ쭁i}`e&|M`|#aGAvrsnQ6Sm @Y ]/G*Ê?ICv-Dh(WW"Sp^|?ڰEIBZ%]ՄcGz'%C2&(Bxb!$G+٩4L=4 :8Sb`To'aр+] c0<2*.>Tm!/ĭC?2bO*XJJp$OK5] pkJ-%jHD g(0SvکmNi9)'X S@0_Я_f({ W#QivX$;%byĈXE,0D9EyD=UXoJ&8] mR纝_k W\MzV6f`_Q]H'̙3^-^ئ#R.Q2Ѧ#NQD*x&s8p>[XG3bhhsI#=3bγx)I8#h&"&C`}pdyt#G5š42=NhnL8 : --ʄJ`qXًQOg6v;B)C02#L`NMtҷ&w `h~i"xN-.[Sqv'P (un8}z x4:uH\ADm>;7 Žo\Ŷp)g_j:4+fG&]=$1SȤDkp䢳D¢KCu܍FVj k%^BpYeځ1uFCM4u(Q4%q\B":TI=ڑp1F7N#BV죀#3 |t~R%༛tc7F+>ڒ"%ߙ> t43]AnZ] "ɑAliE>irYKJeHHP"ʟ`"Qa]hc4l# QpYpyp>A֩<^WOzs֣`s1iPETrZFaGF\:z䂁=M2AnfwZ˅{4jEDSVǰm24־pxKET :ˈ:Yb n3M]x6ne.5VI|ɭg+5ɥG6nLAj*Ld4;@uig(?=o, hL*z7H rV8s,KT5Lˁb8dwDt8<- 1]QԗFy54 zV_*vD #9J8Oi/PXW͟F>\s˜\׳0^{LT 4 7AV.:,[;N?͞)x},ώ =n0mRdYI .*DD+t`H_:У_h{-~LQ 5X6ʆ&Hw[m}^5]`Uj΢HUd5ãl?ZŁchT*g9% / pNSEe!6p* 'MJ?mS~g|[paxkg".R'(!2NDU2.2CRG{b_9FҦ*-Sޒ1#YdmAX6jN؝3p=Hj =36ν׽sNԛ^C3bCZEA'gWNt b*2 O@Rt\Czz5e%u#y!t\7D [#t閗su{X}{ RsX৛w(z >{U>:?'0Dyk=4w'wi-֗^1~cD^HwV2$ o+wp,Ӑ[ƿo}Mh/m\r]ha$Uè z АX#[1Py{YeWoJ'x2^zw`h%܉O|!U&UeS{w*kV8m]M (ލ5LgGEe=_⩏oVwzԨšdYi>˅f9=0=@DfT ؛osy>rY@ &eۆ\d?ڻә~lT`J1 p;6X?T wSVޮ]2zHqgbtU+b8z.=;s8$_-̼!\&DM:$k~@e^ :>(>D <<'M1-Y %+Z[St lz̙'[.h];Q0-!ϔ-^mJ:$Oȸ٠DZs'fS'lMҾԋ؋Tyַu8eHc%@HBڨ;{E!ڰѝh5ݰެ+ٴ?]9V^K >ZN{1'Kͳ/hY`?`Oo 8g<]3ݏ~ ftJZ1$jT]y9N`R'7v)˙QqcGLwFI};@ف^gEȳ{<I͚sFȐD3o ޼ō jY$CnӅ^fWvՍ1ǡN8"o/KF?y~S9q6Pæt~^Nln,$J]TroLW(Ĕ-q\|)*ka$/\Ȍ"f\];'҇ d %K4C 4Da2ʐR?E{ٗ$o*o*Z+4M,׫_9 qU&,O˪grIF*LJ*޴5tf yTY_"kfLYOcJ&]}cDו1IRT5Q=Vi;+qV.7cdPDΉUi%I,p.YV[jx 9\=~YТ6Wvm!%  tΘOm<3b(- hRɭ!n!2D%UVЦ,V '-NpԷkt+]9z8QzƎPbxڶ9UV#vm#ouЂp:ej>R?c?|qA!i%ZD)BjEou/Pgeݪ}ˁr{BTj8~u)!x9FW2⑶${W=󨱷"7' ۪$lRi1L}e HAGg*Gqfs, S,nu O+rY e05j/GB+0VQh+~xSp܉TB2ٰyHQ %~{ruy(xBNmmgAu_{P8箚 0ZTP} ǸX *8Bs_ǽ)aR4FnNGÒ v!iwJ͜?iʽ>T̜.-[!y|f*8~1kvG cQG|f i(FԔ+]Sska.KJmWv|wL16}:,FP-&xf xr99䈂!:=*rT360=@B NP & / !}kf xiyyI(F'I"ou_qoyr>D9`o(c36OG b}<&y 6АXLL?yqGȫX]mXV鼫u6j]®)3kctB*#T)2y!#JD⬣f34XNb98RHpEyޓ3/d8[&(ڍ Rӵo4?*0 &eUhC )T(qD~xb4\E>j>_Pnɛ8cP}=4߄͑cE$v|0ŭ pBk-:͌wSNMJ]{~5f<˼` (j" 5nV-r,1=/f;J&z|&h=+~Zfb.y c\ +>KbL~*fqD"oW3=51 1\礮c#:qY<:SaL&,>3G,CFm-o+J%Z9r d|7OW =U Cnym /W TPCq[c"ԒC$۲K$K۲ ~;ah:ǔ5T!'{坪+SuxvąA]T-rIj (x18Kfnџ=Ϝ+ 1F=4`>먷[uL@.g -i)ȮZ *eڅ5e+ G'F(J̽i"=` $ HC2,E?I&n$?'x$[r 9N;e9S2^;v46ZY`A,;&BwxX+HcO|#hl~ɣ@+o{*ڿIh}wYG@)G/XPĞiXH!~O'O8\ig5Dq Mu5͖TP`cR",'x$Yv3{8:1lj)𙪾2J99}U~zN@ j(68]2y7AwfcVPߥR=cWF#3#ͦĕ({,ֳu퐌2=uF Iɕ(I=.$9wdYdTF~a&" /h4 XJz!f6nOxlkH) vBSɘ1kEʚo]snLY 8v(h\͘UׅQkꈀƣMw&d=A/Ͼ3tnUHe/HkwmEu Kckb6莙7VE.G" (&n># &rU?pOA$?j5g({2]y0責A^D:L{~'O9$#yrGG/=j+\D2dgM!JHUʮLzk@)XB4ł!ͼ8--˶`FPɠe7^s XƝP:c<.5O챧@a?BRP*߆ Rr6E e uH@ KCij좋^t"*!:w+?!"q$1Hg;J~e2~<{j*sRh^0CI{pn}>մ -og, ' h vb_:lܚ^ŮV&qBd#c۶Y\/|PVU_usqnT>N/|U`~44/ y^^FNDdnRuPRPxE#ٹt6`9$2X5.,hAk#!JA?]g><2(O/?4Gf8wC4WpXC}Twu;GbB .]<'!h|KBo]ӆ-sZX>6QFxZR[Mkە2bu߭}E_)srv8ijˑ+Rǜw HQm MfnЗofZ8(R11z-f|_90="!Ǻ0{amDZ7+cnsoV[WЯkKZ}M1k'@٪&oo=E9o"Mhg),4tX[>\cj;Ǔ:*zg:紘a@>9& NK R+7 fܨŽ5eVxwR?C2p , @ԋnoa@TͭWS>cӵNA?*,UHx:L(yI*`d*n}A+ZlL de8I >i_`:t*;x,U:Z7YYOݒ;;q6q^t F%9ЦnlнO5~%3?NcOUR'ӞcYVPv,wC,Q~mWN•nb,7l{.P8@˪_w?O?V4]RuDwY.`o%_75jq=@i^ ,ҐPz?Y?E%_(CмePmfN՟OYB뼣Y%BiUWfX.óo:[VgV$]trScx.A%5qEWH}x*PG#{Wp[|b +4r@@R[[/=ݼZQDt⟈\_ѕ-@Ɋ|0bWtR7@<,upɐ&+8*ܩ/['qʌ_3}sjc˫=ӃϚw&H;еh칛ԘUx켏't{+)|ñ 0s¬9ӎ6&Ʀb۲mwiAcJL\ep%isxPYԣ\«aWm5F㡼G/6J:&c\S8GWKI0|=s&$ЀJ/d}cC`MQ`9|=AaѤؒJZX U)-Lj )V'ʭ_$ljWVPީ%cޖH_M3dQgm~uks;#pb֛r<š1O_{Nǡx-z\"dx'5h#M׃&9#߲7}Fl,!lPO&]%^Y "Jڲ(eC.m72~#0}_W#/[( h9)>tB&nH8\[KH,5n3n9 ţ„Hd. Z\?x9| GrSz,K.6CzZfL0xVchu9f&-