libmbim-1.26.4-150500.1.2 >  A c!p9|'ay-p5N{`HoI&;.ǣȌAڝ!voZ=yfL&4XDAL/,,^:RHt:0a{]Vƈ~=HCs)hJ_Z]AK[xYANeMG&/g=txT3@ADlC<_9❪鲱te81@t:i %mi0)3;Tݽ99c0b0c65836d1eb76175b1c1d0259cc2f616671b0ee5e5ed42734dd43cc69b86949ad5c779448fe1f68b15066986402ca4c46f7 ĉc!p9|PeFS60g:d>Qm ~R`yCj-H_Azb::Σ zvq5YX>p>Et?Edd   M&M c       0     ( U    U (z89:F?rG? H? I? X?Y?\@ ]@, ^@bAcAdBeB$fB'lB)uB< vB`wD| xD yDzEEEEE`Clibmbim1.26.4150500.1.2Mobile Broadband Interface Model (MBIM) protocollibmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Broadband Interface Model (MBIM) protocol.cs390zp39YSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND LGPL-2.0-or-laterhttps://www.suse.com/Productivity/Networking/Systemhttps://www.freedesktop.org/wiki/Software/libmbim/linuxs390x.8LF KA큤A큤ccccbj^icbjW2ccca94812a6f7f4e2feffbd2eb860ae202195a0278ff1e3e6632faef49efa3c1a1aa2a70a551424f28ec95bcd361e8f2236adc91c8637a1b803fc41de823f6bae2ef57f565aa4a7e5d5a87c5d1cedc144d994997d7d742871f0eb8dfb8a5af598ced5f20f2ca166acce63bc1a241d2db0c4c7bcb5616438c49596759aaa83323838177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643aa7309e15ee08b8634427e1675c08d79c994e53b45ad9c8dc8b8cb3275ee4b7b2373068070ab192918f84479fc90c5e82905b8b77950e1306a934c6227536de0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibmbim-1.26.4-150500.1.2.src.rpmlibmbimlibmbim(s390-64)@@@@@@@@@    /bin/shlibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libmbim-glib.so.4()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3b`@ap@` @_w@_=@^^^~@] @]µ]|@]m@\ \4[DZZe@YY4XW@WVT@T@Tw@TD@dmueller@suse.comdmueller@suse.commardnh@gmx.demardnh@gmx.dedimstar@opensuse.orgmardnh@gmx.demardnh@gmx.destefan.bruens@rwth-aachen.demardnh@gmx.demardnh@gmx.debjorn.lie@gmail.combjorn.lie@gmail.commardnh@gmx.demardnh@gmx.demardnh@gmx.dedimstar@opensuse.orgluc14n0@linuxmail.orgmpluskal@suse.comzaitor@opensuse.orgzaitor@opensuse.orgbruno@ioda-net.chhpj@suse.comzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgledest@gmail.comdimstar@opensuse.org- update to 1.26.4: * meson: force building doc on normal builds, not only during install. * meson: fix 'export_packages' in GIR setup. * compat: deprecate the MbimLteAttachStatus type. * net-port-manager: use unaligned netlink attribute length. * include MBIM proxy control service in docs. * codegen: add section doc for each service. * utils: add missing short description in section. * compat: add missing MbimLteAttachStatus doc. * device: add missing mbim_device_list_links() doc. * device: fix MbimDevice 'device-in-session' property doc. * version: add missing MBIM_CHECK_VERSION() documentation. * device: fix wrong reference to QmiDevice * Several other minor improvements and fixes.- Update to version 1.26.2: + The GUdev optional build/runtime requirement is now fully dropped, it's no longer used. + Implemented new link management operations, exclusively for the cdc_mbim driver for now. These new operations allow creating or deleting VLAN network interfaces in order to run multiplexed data sessions over one single physical network interface. + Added support for the Microsoft-defined SAR service, including the following operations: - MBIM_CID_MS_SAR_CONFIG - MBIM_CID_MS_SAR_TRANSMISSION_STATUS + libmbim-glib: - Logic updated to make sure full packets are written at once, instead of writing them in chunks. - Updated the "LTE attach status" APIs in order to avoid creating unneeded struct types in the interface. The older methods have been deprecated and maintained in the library for compatibility purposes only. + Bugfixes. - Drop pkgconfig(gudev-1.0) BuildRequires: no longer used.- Update to version 1.24.6: * libmbim-glib,device: + Fixed a GSource use after free. + Avoid g_file_test() on NULL path. + Don't warn if descriptors file cannot be read. * Several other minor improvements and fixes.- Update to version 1.24.4: * libmbim-glib,device: + Added new mbim_device_get_transaction_id() to retrieve the transaction id currently being used. * libmbim-glib,proxy: + Fixed the transaction id used in fragments of the same request. + Avoid creating device context when it's already being untracked. + Fixed double GError free. * mbimcli: + Fixed missing EOL in error string when closing device.- Upate to version 1.24.2: + libmbim-glib: - Fixed several issues in the logic that merges the service subscribe list. - Improved message reading logic to skip malformed MBIM messages (e.g. AT URCs emitted wrongly in the MBIM port by some Cinterion modules).- Update to version 1.24 * Build now requires GLib/GObject/GIO 2.48. * Added new GObject Introspection support in the library, that can be explicitly requested during configure with - -enable-introspection=yes. With the new introspection support, the libmbim-glib library can now be used directly from e.g. python programs, as in the example included with the release. * Added release version information to all the types and methods of the public library API, and added new per-version indices in the documentation. * Added g_autoptr() support to all public types. * Several other minor improvements and fixes. - Introduce subpackage for Introspection bindings- Update to version 1.22.0 + libmbim-glib: Message parsing logic improved to avoid reading fields out of bounds, e.g. if the messages sent by the modem are malformed or not in line with the specs. + Several other minor improvements and fixes.- Only require python3-base package for building instead of full python3 package.- Update to version 1.20.4: + libmbim-glib: - Fixed memleak when processing responses with multiple fragments. - Fixed memleak when processing failed Open operations. - Removed redundant method declaration in UUID header.- Update to version 1.20.2: + mbim-proxy: - Fixed device control port management when using symlinks. + libmbim-glib: - Fixed handling of fragmented indication messages. + Several other minor improvements and fixes.- Update to version 1.20.0: + Build updated with several fixes: - Explicitly define max allowed GLib version. - Fix issues with -Werror=type-limits. - Made compiler warning options compatible with clang. + mbim-proxy: - Fixed client subscription to service indications using wildcard. - Fixed client subscription update logic when services/cids are being removed. - New '--empty-timeout=[SECS}' option to specify the empty lifetime duration. - New '--no-exit' option to avoid the proxy from exiting. + Several other minor improvements and fixes. - Drop libmbim-fix-build-commits.patch: Fixed upstream. Follwing this, drop libtool BuildRequires and autoreconf call.- Add libmbim-fix-build-commits.patch: Fix build with new glib2. - Follwing the above patch, add libtool BuildRequires and pass autoreconf as the patch touches the buildsystem. - Use modern macros and url's.- Update to version 1.18.2: + mbim-proxy: Increased empty lifetime to 300s. - Fix wording in the package summary.- Update to version 1.18.0 + New Microsoft Basic Connect Extensions service, that includes new commands to manage Protocol Configuration Operations (PCO) as well as LTE attach status and settings. + libmbim-glib: - Added support to fully print all message contents, including all fields, when traces are enabled. - Added support for QMI indications over MBIM. - Added additional cause codes to MbimNwError. - Fixed signal emission in device, so that it's done before completing transaction task. + mbim-proxy: Fixed the management of subscribed events, so that the lists are maintained per-device. + mbimcli: - New '--ms-query-pco' action. - New '--ms-query-lte-attach-configuration' action. - New '--ms-query-lte-attach-status' action. + Several other minor improvements and fixes.- Update to version 1.16.2: + mbimcli: - Fix SNR reporting in --atds-query-signal output. - Longer timeout (60s) in --disconnect. - Add "ip-type" property to --connect. + libmbim-glib: - Fix printing message in Intel Firmware Update service. - Fix error reporting when unknown status.- Modernize spec-file by calling spec-cleaner- Update to version 1.16.0: + All the code base was ported to use the GTask based asynchronous operations support instead of the deprecated GSimpleAsyncResult. + New support for AT&T Device Service and Intel Firmware Update Service. + libmbim-glib: - Added: . MBIM_STATUS_ERROR_CONTEXT_NOT_SUPPORTED to MbimStatusError. . Support to detect already open MBIM channels on the Sierra Wireless EM7345. - Avoid using iconv() directly for the UTF-16BE conversions, which makes it possible to use libmbim on systems with a stub iconv() implementation. - Prefer realpath() to canonicalize_file_name(). - Added MBIM_READY_INFO_FLAG_NONE to MbimReadyInfoFlag. + mbimcli: - New: --query-ip-packet-filters, --query-pin-list action, - -atds-query-signal, --atds-query-location and - -intel-modem-reboot actions. - Add cancellability to the query-ip-configuration action. + mbim-proxy: Avoid receiving signals from the parent process. - Add pkgconfig(gio-unix-2.0) BuildRequires: it was being pulled by another pkgconfig module that live in glib2-devel package and used already.- Enable tests - Do not rely on env for python during build - Run spec-cleaner- Update to version 1.14.2: + libmbim-glib: - Added MBIM_READY_INFO_FLAG_NONE to MbimReadyInfoFlag. - Fixed G_DEPRECATED_FOR annotations. + mbim-proxy: - Fixed segfault when device goes away while being opened. - Avoid receiving signals from the parent process. + mbimcli: - Fix second ctrl+c handling. - Add cancellability to the query-ip-configuration action. + mbim-network: Fix bashisms. + Several other minor improvements and fixes. - Drop libmbim-plug-mem-leak.patch: Fixed upstream.- Add libmbim-plug-mem-leak.patch: libmbim-glib: device: Plug memory leak in open timeout, patch from upstream stable git.- Update to version 1.14.0: + New support for the 'QMI over MBIM' service, so that clients can use libqmi to build messages and libmbim to transport them. + The GUDev library, which we use to read the max message size from the USB descriptor, is now optional. When configuring, it will be used by default only if it's found. It can also be explicitly disabled using the new configure switch '--without-udev' or explicitly enabled using '--with-udev'. If GUDev isn't used, libmbim-glib will rely on sysfs directly. + libmbim-glib updates: Added support for building messages of custom services. + mbim-network updates: - Added support for loading profiles from different paths using the new '--profile' option. This makes it possible to use mbim-network with multiple devices running in the same system. - Added support to allow specifying APN user (APN_USER), password (APN_PASS) and authentication type (APN_AUTH) in the profile. - Added support to allow using the mbim-proxy setup by configuring it in the profile file (PROXY=yes). + Several other minor improvements and fixes. + The following features which were backported to 1.12.x releases are also present in libmbim 1.14.0: - mbimcli updates: . Updated '--connect' arguments to allow specifying "key=value" pairs. The old legacy "[(APN),(PAP|CHAP|MSCHAPV2),(Username),(Password)]" format is kept as valid for backwards compatibility, although it should be assumed deprecated. . Longer timeouts for connect/register operations. . Report IP configuration when connected. . Allow specifying session ids. + libmbim-glib updates: Probing retry interval increased to 5s. - Split out mbimcli-bash-completion package, requiring and supplementing bash-completion. - Pass --with-udev to configure: new config parameter, but keeping the old behavior (it was non-optional before).- Update to GNOME 3.20 -- Fate#318572.- Update to version 1.12.4: + Updated '--connect' arguments to allow specifying "key=value" pairs. The old legacy "[(APN), (PAP|CHAP|MSCHAPV2), (Username), (Password)]" format is kept as valid for backwards compatibility, although it should be assumed deprecated. + mbimcli: - Longer timeouts for connect/register operations. - Report IP configuration when connected. - Allow specifying session ids. + libmbim-glib: probing retry interval increased to 5s. + Some other minor fixes.- Update to version 1.12.2: + Fix assertion triggered by a bug in the removal of unreleased transactions.- Update to version 1.12.0: + New `--enable-mbim-username' option during configure, which allows specifying which will be the user owning the /dev/cdc-wdm character devices of all MBIM modems (udev rules are installed to change file ownership). If this option is used, the mbim-proxy will only allow connections from processes running by the specified user or by the root user. + Function error messages can now be returned by the MbimDevice as responses to `Command', `Open' or `Close' messages. Users of the library should not assume the type of message returned to the previous actions. + The MbimProxy will monitor for 'NotOpened' errors, and when one detected it will directly close the internal MbimDevice. Any subsequent request sent by clients to that specific device will be aborted with a proxy-generated 'NotOpened' error. Clients will need to explicitly reopen the ports in that case. + The API now has a new mbim_message_response_get_result() method which allows getting a GError from a message which may be of a specific type (e.g. a `Command Done' message in response to a `Command' request) or instead the generic `Function Error' message type. Users of the library can use this new method to avoid assuming the type of message returned. + Other bugfixes and minor improvements: - Attach timeout and idle events to the thread-default context. - Fix bashisms in the mbim-network script. - Drop libmbim-1.10.0-fix-bashisms.patch: fixed upstream.- Add libmbim-1.10.0-fix-bashisms.patch: fix bashisms in mbim-network script.- Update to version 1.10.0: + API break: Flag values in 'MbimRegistrationFlag' were updated to match the ones in the MBIM documentation. + Implemented a new 'mbim-proxy', which allows sharing a single MBIM control port among different processes. The usage of the proxy is optional, and can be requested by specifying the MBIM_DEVICE_OPEN_FLAGS_PROXY flag in the new mbim_device_open_full() method. The 'mbimcli' command line tool was also extended with a new '--device-open-proxy,-p' option, to allow requesting the use of the proxy process. + New 'removed' signal added to the MbimDevice, to notify when the underlying connection to the device is lost (e.g. lost connection to the mbim-proxy, or lost access to the MBIM control port). + Added support for registering and using custom services. + Added additional GMM cause codes to MbimNwError. + Transactions are now matched not only by ID but also by type. + Several other minor improvements and fixes. - Changes from version 1.8.0: + Added support for additional MBIM messages: - MBIM_CID_MS_FIRMWARE_ID_GET - MBIM_CID_MS_HOST_SHUTDOWN_NOTIFY + Updated mbimcli with new commands: - --set-radio-state - --ms-query-firmware-id - --ms-notify-host-shutdown - --dss-connect - --dss-disconnect + Several enums and functions were renamed, and marked as deprecated. A small layer is given to provide backwards compatibility. + Several other minor improvements and fixes. - Rename libmbim-glib0 subpackage to libmbim-glib4, following upstreams soname change.s390zp39 1669514697 1.26.4-150500.1.21.26.4-150500.1.2mbim-networkmbimclimbim-proxylibmbimNEWSlibmbimCOPYINGmbim-network.1.gzmbimcli.1.gz/usr/bin//usr/lib//usr/share/doc/packages//usr/share/doc/packages/libmbim//usr/share/licenses//usr/share/licenses/libmbim//usr/share/man/man1/-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:SLE-15-SP5:GA/standard/047c4a3400716d457194acef57c296dc-libmbimcpioxz5s390x-suse-linuxPOSIX shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=311bc44fb0a768f14dd80dcf942a606bcbec431e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ab69ff22375b74407b7d8c2613fcea38b9861a96, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRRRRRRRRRRRRRjWWButf-8994821f725104bd7e8bb92e9a85386805795cc6440a0570f5eeafe7fd8a81ba3? 7zXZ !t/] crv9w kKj: ԏ|FkGB{L1,.tP:b#]h`?%xaWY){$;F]2Yςk!ej]q KUlcNCP"nh# 3qp[?أeFV\OP\ Il7Q1"s!zt.vN4.[U'Ճe($)թ!"T>[rR Urx]2XrNqvvH[ 9C]p붢yqMA^wS*Aaʇ˳: U, d  7lu#չS8[+:Q``AwSaԌQq$ y]O'z;{&y1hqg *>6o+F $~_n@rhsZxgsxjBc?}UzokrҴsYDBؠ gW^m/cuW Z Z.KX{sy5.Qxf" 2?֎W8J7?v5ӫO.K}w323NJP\hgIď%6Dz=[|K' a Y՞ߠ~pD!bJh.j8b{m%9@'ln#]dp:9$QHB^'Cp܍R:8Ta>2F.td1=^bPlf К_1!}BWT~Lw駣&)yYKP (` yz Ǜt+*n7i$"^ K}bV_,n|펀}P|ө]4{Cn Z-W|a6׷zDinۀ%-03\lðGB ˝:`AGy\D*HHC *R @uedye\-,75+rLz*'{$Z(nu;4 UK,4]S [nPzAy),R7LCiVkJ9KEѓY(λlu8DNIu;VOuNnu0:c~кS1BLGpuoF 01j6\oH.?44Ɵ-jSn &V<΍]7D!dLs2(-oZnXXI.Q'U6Ǭ VŦrvhsnFt)z5jWܖC;#5MN֯0f% <]06LM( v>~Ј<л Ր<'l6+Ko`OحY+g ʒF*ʋz={);և74lvG Ur 4_MlQ8ꁏtMѭBWთ@4<$iur6 t![Gf  tcL@x؁gfi|-uD<| M;"ENXS\n2<1eJ<50ucfctN޲ߍ;2}>?7NVS&I$p h4ZT0*wuz}tˊ6y껨3_3 >CfXyG:p|G z'j.,zswZlVDn);sl Ps;Mk3'm 3y#1_שԇhJ!HϾ. FH~Cm_ Pل<#ᅴ^/ȅ)GG'V>)nʉʟnG x FAqt95f0zw][`14j9yT a #Lۻd#hB )=EMM tEd4sbf8e'\WU6qe4|`p Mr3O^Uv{8zu,Js0R1ğ5f2еPS<0|~]dƫ(.8|2g=l?}wDC:﹙X- okcmwPPpw@ tϾRNFy 2@_2MC#>v@)A{<Ƞ+r~ggt]kAL$F=n:V"]_7Kh7)-#&m@~{t.w }#(. 5%"OEQC)FDvazBl1 F~3j:{X?Iv{ 4}<|?DYr\b$hTz©[dJ,. >^0tONZSRvUf.aS &REzL|n ^lQgx  ֺ`["ףiuy܌X_-o5e}\fΐ)QzM_%J>V=*%)yۉ<헂WtЮn#Gl]ފ;%`5Z5Lum?'ڲk23FOiUJjC*rl@j@V)OPsh%nbA/fD&k*`T9Qi9eeieg$ݼJp=hErhlM+xrYz}+v@ϩ5q<[qد27/RX*"#H45J~9v e}Prc8. xyCVrʂ+@ӈS>? R\c j*AUq=3/2; n&iaEwvȔc)JX{^ͦuQr 1Wq||ùS~rf/S}45>5%SdL:#b'Jv4( lX3U(7jI5U?<7- 4X2㩏n̗n7MHSspǞtJ!+I!F4΢46hR J{,S+o>MWD?0ۦ(7QhvOզ٘b=]9 kET&rbS1WHXF\9}!B%Y/Y]6/?(ģ4b+ي=\E7)9}BOUr_uaƣIDZuj`wrA#xs'5Mƻ7u[>Ww=0i7_D>@ (~W\/k]oZwnL,d՝E*`x~'W%fƤ(jyd_E!츂XI$kliFYq ɘ'RXS?V;ml6aC~X ~K?I;d(Z>G1t )YdO^d+Lͅ0?P^mL9(!F\-/4ۄ8'@ؙZ jq{$Rh c|C_o{xv/ Eny;dp/ЉIq"oD+(*؋}(#z AH0־&QhE&izRT`vl8En>Z_;yG ~Z}[S@v^bnp vPWAl';i 7N0(R\4ܯZ痶TEF&M\.P`{t `,!ջ' ^D3^:D72]Þ! ƾ?\'X[xywrWZ~D\ʜBICY#&kOIمshb -V c9+K' =?Ͽ_X0=΀(E8bd9p/H5Xd%XH|5[T=heӬhg /7$;N?H^RPΧ&YT&O]Z?gRG\>uPP) -#YS"Flpj ENV@  d1kݩ ZӞ5#\_Ml%x x\̐"5J`s36\!:rEֳ5iE66;qu,Qb\S9 mUYhs.LJX\Q!dcR&dSׂ?M-K8TV}g5Kh@lU&O*b6i௱fTڗ@;>'} +3SM~ˆNcDNYNy^Zohg S:~I_?j{EX]Y`U{ XB N_H{GG:؃MJle ^35Hv#s26s+ ts`3q]# YP>tȫ/NgJ %lF#,h{2 CXj2u)oږbp:pse RcTOW7+@Q^Pg;;f2t MvǷR)¿Vn{7y)ZZn;ix8>.u_v O}PIԘ5oi4cϺdAݭ(+:\>X;8jiĺ8&rx/~FU!? 施i_भ0}3]yݐ$rǟP{}rRK5n'qh+31gz7ne:'! 8Boԧ R|K@.zwV_IXC+dRߨ"˛da yWN$ N0}7Ho߁%TV xNngf .,tsJ~܍2?kLPЌhX&掏xK=4]tE#PQ tDб$*mlMmQ#ZnijP}-s'obg8xT1eDh IAem]}*wzF,sLZ |Zi:}1(.z`7<'[1dwM&aog˿(wmK\p5a]/smr>)S*"tk|6 f@Qyɇڛ0=$h?je6{6( DazY/)LP *C~. '[,0G%0^#wD4XtM0i6k$pgԮz㽛GxA0\j@KX;#Qt{ t}A yFXh38.ToV{Y5txs\~0ٯx'EkM򇐍ҡfwE* hfυZn*/\>p9J|fG5L&gL$ײ@-oT,{4(P*l m:eK!F7|#`Ecif^ leY:B:k[;F ?$(-nr+QsePעb Ɇ`/TE%:)\VsիUf@n[/Ë4B)>O.koC;tDvFw~N&Ok`uNzp ލ2'|Qu6O=RY'^2~ (%F3ޜ?☍`LTh+%.nT^@wZ\'dDyeH $ZDR.Mդ&, +fRh弮UtBa~0͊Coe2;%K'tel(2W_(xÝ35Kv@ռw"m6^@6|r4O28\_~e): }SAw56 B i[Oj5S 'z.`YH1RᩲaB3vRvtZHݚXm CS}~Ѡ)TX#e&FNLp!E9x혮WB*y (YpҪ"S}d)DqyRۥ9񌓤'śQX*˹29sT`8vI|~%L WdZ+ #G&ȰIw9~e,d,Wݥh#GAeta!5ӆw=~> e}.H%o &q~$e?& TNOJ4qH+ѭq\s3K4D7Wf-i9s17drbt6V R<$84^WE0cbvҤ N"9DQ=İ=xiy =Bh)EfE|ۡ|ytris[׭* ߄T-.gH27ICU^j`Ic>D|AT,3O{auO54R+J#.°k>YΩ5Dw$/IXԺK2";t`x_B{ύ9EV`Dk[OqN6.N#AC7EYsðTe4 t0ZʮNj~][1PQ+#\ Q䋑RIk:S_*t=1.,=EF P[7):Z3ݻFՠfTҽAY8Q꒚vRH#~LѢ9o9euL[y%ط<>QT%br6l OT^yߠyi|-"{::~XdLi9˓4'8ޞ[iLڪ}w0ev!h;6r5 Z.|8D 8R %LP7^y0P 4}\5Hqq#Qȑʉ1At{bfg>o_ZV2l5AmD'Mp U3!}'I# 'Iaܓ-ҘR7~Hpxܣ7G|g~ax\| y=@K&6d4O# -8vymD2gz|*#@F⦚wz\ )*Ǟփ``wGmM';S,q\0Xذke8o8\K:pfYwr+rh!I*T,P&qC ~?USM7Fķ@=. !~ZUZ$f@=[Cq. RUWHWLPG`~+736O Z^_B>xqDR*R ]qo]^YN,|kDžBy1H-7AC(89c^NKw8,|mb*4մ-CRrxuD^p(. LS.+ iMg|W.V+!&#gw%ųܡXYu(MP&v{9сHĬ{5`-6\8Cg v%'"t|֯Ϝ) Փ KB4YZ3OoZ%<|qtDZMd ["d֚JAQ^)I V@NBSUoa U㑐#.?E,eA)Dĩ3T  Ovz,.y(!47ې{NED C;G߮IsmM'/X$6fZ'z.0\,Qhp(`f06VAcsq!%r q 1e0'7T?J7 Y) }ZS̖'D~yw:>xZg< -T^juU=Ȗ<%1a%rY3˜g̡]6 !oΝ>%UR8|v|͐&Y&]簦 s{(>.ݹ3,%q`(p[LQxx!KkYڠe@ұFbSܨMXS5RFUe92HxA[y{3%NW ? ߔ'CR0{k2H4^=E[MURMS4 $[07/Ҍ,@YeJjN!#l!nyy6wޗ%_w#MoDل_ v981za#+,u {8Ε2u]KM D;Z,eSyĽ:*\ ]㧡]*$CF 1.R@P;k^tbxxu"aa]!wS?rq)Fk8E:wYU ǚFj),~yyZgo42W[N!Rļ ^ˠy i5s(@`yW+)Q^)SI0;XPd &WUb%c%ը `a ~LՃ|f/4F&Hé~,npTinBK Er7 ~\ñKpL NͳY\C5}>ÄZ?` SA+eZkUZ^L^{rAk&礀GDŽiN-I)vK;!ٽdQ[|mG[՜,NG-ÆCP3DH?P t2} O!x?1Q{*KlžbzgL #y?2hUw̞y!.faP(VH oAɦ"5o1u/:TX3)~bHW 9햅qP)̟isN}^ˬZ(Ja8jNtŜ\iZbu M/?怷,LD%<}31SFY@OG*A\ k\h=Kضו[d^H_3A:Z`DxSpQGj:%3'%;ASaEC 7r"EЬfX&JyX DxXY'ngLݪ %Gz ubǛ + i(Iڣg`-Jt}Q c3#@> H@a6*e%i 4:%hi>3Lv㔗s)IPN~nv939^\UrSt(Q"{~ƊGݖL07ѾV2Z]B lX`wlX?7 VJ8kZ<5΂%tc6zC&.ynRAGK9a˘CdER -q߃|%weK"{VY4jefmh)(ʵPqWZ qL5>z`4XN){ft0俹nnJ!dwYE*qSVLpčWl,Z_~%2h2js?U!;xu[_2c﵀cE#=w-.$:7Q%H4gG$$f{v\ h_s8mh#[~TMVOtw`zul&m;j,42~fCyI=X5<q}`nAFHq^izN6k5Y UcO3y͚4^-f æ?Eϓy\D9JQnp=u!\` /g˹Ig Rh=O9/؞2.Fopӊϡh_x6b*1?NFTQ_8-|XŃb[T Tn~Sﴈo"P7ǯ3#s3d됸֦">NX~W_noPBlr$>(O *#,>ЈrC~l`τa1ce,7)_C/D$׮fȕ+n'3#zPS"++g^ꪤgU v7X"U#hPCEZw/ٶNkDl*̱ǹ,t"Jqd[h;R Gx=?%]Xy bVJ\aa{V2T!@J A/Vi6>S4KtJm7gV!y/)2UMI`yd3MFjV L=iŴǶ=e4rmF42~dviUqxĤ/ R;@-Xt";=O^YDv0x+ 5 O~7h o| XS0uFW-6n؇[\,<囒.Vݹv-A/vK(E+*vUU1% ?& Ql;צuf:b_ϝnGLn2bK@Q8LOTPE:?1z8ޭvygPJvJV;-4bl='(8Qpٞk '!OCR@jOMቀq>M9ch<ɞ6gAU-c]^,72UJqaJt[N-٧/8Rέp~U~ HD05˧& JcpF~H\ < z?R7krZd.Oȱc]iV`)` p)|"};{DiN y]iLM 2-NEu}γa>6v(;uH>mI^Y ZC!@Tr8.iDܤs0< > *!r_` sR凝Ip$,9oV[M!a Pr䃆%IKIn]w̴66'Ln$ [/l فyS7ŭr#r?{3d̪*sg|uy l)f&HT 'd9I{G9d:؄L\c0bkLE9o,R}cyԢ7"'9|D%;t`)|Rv5dRcX<{ mEry)fia>K+@JUkn^@s;Kl <ǟO%9u6ozudRc%eL"HE.cʒ [v]kׅ}?,^j_C5эY|"1DT/;kRD B5 77 FX ݁@񟑄T_2;iضfLYpՄŕn&A)G'g~".m,ݙB*b&EJe^wP(r$,(99pr{w- a},!3uq6{ ipP Ί}4*%D I r%̨-Ͷ *َ>$/m껓>o[-nɍVdD ,hsRTX2ªvM#V|w+l2ᶸo0I0HZ(Nj+u8鿶Yfc@0@M֋7{I_4PY;ݙBVMES}ba׵Kή*=UWWp6!=npr(cΙG+tqXGxdGFJ¦o@n_e,*BWh~lԿ ,?cEBi`FE&gL f1G#tS-x5>iͯb1N즩)ۇ, NXڣVHCP" /Q&wD4{|غ+EXMn'r.2uŸ7怛}t1{k: \mFV6""  IZdöÃj9ebnxh:;uO5Ω|KF~A}K?OC_9pڃBQnbǫIIT֘# }y--ڟD@]1RfqcIIoOFN:V4 'FtOYk_pѐe '|gi 6D !}"hÌX:00ESB2]'+-{@b:Q5Ĭ{X Qh;Y!LwLhS3څ{ lkqw?FaSds>/-Ϙ5% '҃[c~LYe-RGqR2]Uަ?Ю' pU?4yTAe$}Q4!!qRA5gqD:cJ̯$ۆb$@Z宸~ҹ$ffPDߌzJZ?xW xzd1o|XǿU0T鴖6-đd eO+;I }9֓ԟ BEgE%P>x XONKΏ)bдr#]`,Rډŗ`7fs?W䷴Ʋpr]n/aVFĬI( [t_FA<1IJ  }#b*@AEtmj:_UҰ$ih|iUwp(# , 5"9Xd!i SqDŜŰ>r :"VU79n&" nYxDD>P pBٸ#ȯ&}ŗ1\=S.ȿmZIgnSPsEP8e!Vxfm>)'6{IF|҉(%@RQ.ܩI @--LLvg(oc Od!lbZaz54qT\-YGc9--ER[n)Z*{W@?Œ-]%IyY:i\dYDN2 N#&|BP_α'%Eawc݄-/LFD෽ S#m/AX׭٥zX %F f(UQ|W..b-UZE1>c^}lVFj׆Mls mWG̍PZjtLixdRAXENJ^5u{ܝ J3۷20 Qv$5W "8B? Hk,^ϑ-G}?]l-qXSڴL%w:c~ KIŢghGAO}G*vJrDWݳ*چ2[lc9ڞ{)"QLuMzAh:n8[S!_FZ^QɰYX?/W%Wbaix}…|9kS7܉)}\)G"o`o' qN1j(b0˲q哞55U-5Co, d-5qd6+%K[O7BT`Z/kʋmV4O5 XURcvdR=$cnu^!2d Qd鰩,l Hf5E[M<%s,$-L8hhe# Z,4yeQa❱N)wJ1e x Ltu",^! }(د<[wrVZ/2føL/qtgbЂ=:;QԃaŷCFo66gu{"OWJb+_Ũ{TvޓZݱw/<4vZ(!cާl}ʰoW~"zz:) 6Zid4@ApOۑ\AY\hUKk Q3tʈfEVߩOg8|!E0Q*5:"*B7,ߡܞ'ajہY^-"Yc>wG~UW~͛[s'V wtN]˕WVHRg.Ob{g]1yc{^M~'!h,Z5tR{UiEYcx*pq=lW H ĕf[oP.BPLD@SoXf*~(-HZBՅ64z @?]Tћp[wM_lQ=$ GL9J-)gBНV_.ky7JVaYuԅd{C0V7:d H< v}KL0Ĕ 0X>+*~#B)Xn-9Oce[1ӛar;k=O ]ZOy ~r.?֪Ӽ29)=<&|נ>(syVPR?6d8y.Jz*so_/S&j"P`:wY"-f -MZ M]+ Jz^RMvJ<п#̍N3IWٜlOX_U#;$>|++Ś @ߵ6n"pA.BX;eABQC @η-UQXv3Y/EוX=9\S6@XRS.݆lH/ (͆fXbKKU*o]GRn5CLx!`GaC5Z{&O0l| ,ezw)71;5K,RTϘU`R{|B-O,和7LauU1rS'bg!!Y0;q"!T,4x[0qcegFqQL>]gl/W" \#u0ܴr~&FMIeб1? ᤫVˮXrrS5'uVBPL<=Y$4tٶ}@M 5`?|/atU Ŷ&I&Cٛ&c|=z18Y2M ] ZO%"_oMkndޯ)؝>fEZ1]1ܼ}w*s[yV]肕@0X: QÌqu+N wڧr e.A.N1 xvj˝`F˶.L*̨>wBcZZ\JU9";#{o˜V+&+CA[y et~=^ w;ɇ0l!<}ILkD:l^de M?q-J}oYѿkbl "0WTfМhYLa? Ai)wV yng:P)#Їv]J'UVҁf>NFVTe]I](SDv$E2W&]=z"/j{T|h4]YzHGvo?sp͚͒7!vxo'V? 9Uǎ ;E:wo="zb6J\ze8l aLSwa9WYUb+ Pȱ -{i>ay&$zՄ<,r}0IN֦EIïF@3<\qx뤈w#JqZ-IN Kwa\̧Ȍdڲay=>{UW_=3} εhN?6e8NaH q Hǯf GkA6!|@s"glZ)ކ̭  bYJC\3$9,KGB8cbJ&μtquOPq<Xԅ2C vp ^nKR! ɚ?eByᙹh `Iuرb!j.QҔWfWL죲u=ŤE~!mb7!VB 'bUnM(W3$ᆸI]ы*ҐpͳK` 3́Rgk| ^@|{8iws`qUKn{:ʦ5`Pѕ}u.:mtG ܙHhAfr"oIt v =ߊ?uT(YLSxvm0)01 z;7,=4B5]| b߹ѭ Z[r-?*y2㓣yYh~ؔvLS;V `(Z8ϳ-V*YZ[Kzg- NaX/1NhYDW}>zx;\܀D!xqʢikfongNg 1>^9qCe1RWT8p|Ќyb^y5oQh T*2ѓ?E>#ydC+ =Q5&ePncήcހ{~JaKTTFfIc-ty$5se4t% {KfY1aF 添K͢*,NK Q= C~luKbmU q3^`ź)EJKvY55wrE4n813ؗ`s ʧNUG>s{T-C G;I&r~yYo-$3/ K| WMپrVC-9"\$tTHëjVv1U@ ?]S\-Qf!r3MƩ[ e\ ~n; +mo8wHF`=\@Ml[ӆsf {} pNR0ģKq*zݓĂ제[^'j]c< d$#WХKɸ{$>Le[7iؖ3TmlQUgp7UGtB]gJ2񳿙XPZvru\l5L"Mj:L\y9'ZRܥW# KE;$.7Hwy%9fBd> ׀Х=d'F1qrE,g},2CX)s ? e~Dе,tz|bGW3h 6pWW[LI% 8~ʋ>=f\ďfcLt˨] l"(zgҝ4_ÇID8"HfԳ 2qyX )Y)]( ]n IIG;v9{yF$S]1_`$>Tٖ#i`{`WT!z C;el`&U$Z*ȅ-tEc>t6mOB{HH{3Ozo(qJ< r%(*b/٨Ӱ?,q@ԇ5+ZKq։ GSK 7F.D-Q4qAB×m@q?aL|ZG7`{dy!߼[QXM:Aٰ~j/i$z+Ý))Bwΰ%iC X s326DŽB&rJYAR&V-<@Q‡_%`l66>nPbP=~D[׼b vI&e&+/\~tE.qVUҿ03}~\1IQEzΥ4xʶ, (^54/&'c&g7"­rﶏindu.[E8TJ.i,zℎA'CHDx6HLvVljNffj'U21E>|}ϥ昨_v%[1c)TӢy `1v= 2@:Aiן"[f"]oXDʈdW+},nqߘu}o#ğb@S;`', \9RR}FNi,Όm*GE9ɻ[zMfc-]8^pLEŒEqV(Ƨ 3rӟGd@2{R~Ň"L->b+>q@ P M-Cm5WX  X?6@=/QojX!P[=6KuU]| ڵeUbC,>'}qd4;PG%9zj \}8|>5JPL-e WX ԛt<<;c"gu/(fx1dZBA9I D0Ѳ܈J'Dfo)N .'%Ax=l OM;7BH^aiʢ;!_>E_,ufN*id[{wՉ3xj"`H~Qa7ODOg熠"\rq {vXNE>M[t\>Db~ftz!Kr:qvß3ɖjh_WM i+j+$.[4smW1e:fLziKYpʧO3.wGBCICpDɎGL^U=14X67@a-GxBoV{j sL xy?CE/$!횘[L=?_5c%Ɏχ׈V$oy/(S^|/^h-9o!ƴ 1~nN*rབsy|jdE㊷n13"`Dz\0ވ{+ptf"|ǧkYtɚ![!Z:ŕCǤ#H[Gzf_)'^V$2G*?2 SzU_qLPjPPt~ `w~7?)YCi'Fv`cP:՚BYxBdzg0PJC5+R H.^mRg`ڸ1/FYmZl5A a3J7ҏOCup&TX'ٰk(ـ;lOJ Hq^:OB{JTS荭\M*=uqn 7RyL?6֊EsmY t:[g'*2a@zkn35iEq#lQbD^8]- ,5l—Uu23>fck,(#q7eNm_9qk(Ylް-#^-x!WV*g֏r& yUKO\y3BC~$8?>_J,MӉ5KdES%-d8©ouX,a[s 4*|Pl}B_Gq`^tCSxS4Jq„`)lG3ډeQ_ѫfJZ]\P* ڒ [!}[i4{'JƸ2yx7[&#`ZV٭ߚyɶ¬[b/Fg1r 񣹲./j=bF&>x Ows*Ж6΀Qh8Zw2 Bֿ`*8HbH$JVЌ2s]SN Dr`HC)jp^ihE`n h2 U kO_D82J&GMZمE&$8^Rs49 dS)jS"\((HЌvvy>ə<\@"+0u$1Yd6udV=9{r\{ɑҷwH}oHJ5nI[A#Z U5C3V1`cp{1~%SM>\[H%ZwRХIqXu`|Ǥ* ÅMTOt*We9!qOgЖЭ *~(#-#]vaX_͒6!*A*?#-/#X2x/D==t[Xf5,RC-שq&LaR0p (C~z8ц;לnHk਼('$O^v@)pJs& x1\y82B)ozJap+d<@[ ((Ik ށN%ĺ$qeO:6Һؗ{(_L򯹺 ynmqtB1'uZϫN[{y(x3 W[b^&\eQb>~ܺm䄦 +&.K\&PkK2wzFNch~&n*jFaB&V9YnK`M̫3Jqsiy,.Eǭ; S1Z<Ȅ1@gb>4]XZ `(+Ԫ?0e?hW{ޥI]&#Ik=7o}JR BٝQJТOϬM.ˣ6O8>Z2R*dN 8Mܞrulsз ߍ ҞpE J`ZWN"8^R7 B6A7jL=ACZc+d!gxd#OzD6X0 _&MiOePbV{=w?Bhؔ ǎ/ @`2țHݻחaVF\t  0ԧ`(]w L7q%2|ȞmFpQT+ :Άeb҅ ΠNDi3x{r'aNVG(y4W)-o4U h|MSfN4? ߣR\]IVFΌt5pZ(* {E/{3@Vؒ\UR]Do9NK,.f6"ۼ>l(JnJʰFnqT۫eΔ7iNuY{y_=xͰ>X 4ΘZ=NՋ읾7kؑ+0GQ *޼ puv18ƍ:)?Oe:/mckp|'Vzn ތ܇0KFT7MZ%k ;1Ξ}!38#(YZIV^,3X$4DN1n+'x fa./4 N` &tR\ IJfvyb7oj ׂwZ,e Jp.CfTjLVC`DWc*5ˇ%Rqq1J@EwS#*NkĞmvp@AuJA'j N =H¬TY=龲{5[saNs<.ĥ9,8bjVi-ƊF}%۔QtOٓcG`|. [jʬտˢ^ѩx$?B'6J?PHoLiC0Ō&pu1 5kn3(jˎ.]|i ףtQ>QGmD>{$f*Er1?C6 3Xܢl4N P >=jr^c #+Y^#>etl*V8STSPPk+ ݐB;c*+֒ͳ5+]Qa!Fhq$O7kTDё)H-A9Z_\L z4RH4-HWJ(bxgstx#C ĦEF0'꺿iʿ).*xtd6K>Tx*q =! jE;=pWG9:Ck)ƩzEl-֞׳B[7C A6U\kFy]B܅8FѴ48^i17=?*wv^@Q2!VzOaGLPfcpzYjSdy9i[>׳d7%5(%tfs>mq N+mg Z X+W[4 ΁ݒG%~5Cǻĝl\4Ʊ`b1lec&j}lb퀆lUoHç1ާZ~!$0x aN0`R:ݰ,fvл %}I^&H˲&D:j=P+Bl_;tO}>ӡaV:Es}/1 *X4rú7Xu*L3g}HG4S``x`@Nڳt?'aB8=bWz삇cZ:b4e:f̋۳}}% t6tB71 "b~4c3>IN(<X,I-\D}y|b?#C=@>ohSUN}:Iܹi({@[q!~d ː{E2 kwn)9ّ2)M4G䄟`;?\|x&föRwa KyGB,EDv q6{Q.ץMʧ5~^IU<m*$X/>M|e4-DnHxs suQZX;Ⱦ)3kܱBVy`g \kHDA0֌b * O`Výrת A‰7µLNalБ)_5.@[xcRķ#&#b9C|Uz0ľ5z~ 4M[ԣq繈F!Nj!%l O˝?ȤuRzV/@)5`Q9K]>T .d8Ilt3ӵ̘[!sby$jbnBgJGa uug۶{$gxݮ}kN@o"(ICI{tuqWE0A=A@*RN~gJSU9LM^WԖ!{Zqh]9?e2^Ll*ZN}ګuge-Oj%ǶINXgg:IbIWnid& }v/W#SH(xBk->$!ȘrQxM4>D6D-+ݳɧ{\VƻogkTT֗Lv՗Kz1EgT@ 3?UjhHi[fZƒBv.mQn rt{ʈuP>FCw3;J׋J^Wx8W&JϾʱUB3)Y*ɧAuFKYڛIV_Y9Ȗ~79vlq\;MDi .W-'z ?_Ҿps^JE"S: xyOe8N ;wV'K17O'0Upor9bӮ0\8/%*hNy!X'qǩWL%xu>Dށe./7_d}ᩅdHWi[9r~ܰ7[c/?R6҇:aʼ&}b3tD5[3 dl䫋=~CUC8QD>&VyɄk牄(H戺ah%i$6s~v"xkJn6ahceŅu "K*)e(OόQH|saEJΎүG?j $E o duN0oޥO@MH#K›؅uJdig\ ʭXny7VnW{aeԭvE-'@I|O@Vk0VZl3jg!a3L^۽ sa!X㋝gq<x?~?P<߈}I.z'N9uP<_\_AP˔^PF)MTU㍊@Ie`̟H}r,! @sz] .+L٬@x54ko)TB4߽n?2mpN 蝜@-O!ޫGEQ,_ƈy[B(h tD,%Mƨb޵g'p 5yXAklN2 `_>̀=c4PB٤\YgfIfZ'sG0#Fx/tNf%zf$`^ %1lk vNSH<>ܜGcjb ]s@Ha<74d{n\*[/]l+j_?%faEF-P<'ٿ;X|*U];z, :~NJwE\?ly mKGP0Q^ ohzvLVh6{uj=~iqok{p(ejAh_iΧ+s [{rˡՀc%!.f)-$G^ۈse2To9!PTx(فdS_̈ N9h#:f+uPI-.:*a~icMi,c|kM3}0(͆F3[ z!{{A֞y2w~~?1),Q'gM8ِ |"u#4wck= V6[ɼ4rwNm, :)7xmr aӉW%QE(*}s&~41 |Dؐ>(b$1~g5bT4'Dd??@Tڹz&Nk aSyvVAh-ƑK\?>~o wb0#I_~=6uQb %UmlNlpߥQH;S20* tE1Q B?a=E­ԟNJRr BݤWQB6@w*qJHZ zS0q6ٝF+p>Z!,˪ ҌEyk1rz&[p丄 >?PDc݁7* |"+%w(Ї yLBS^7҄?=:}ܒ<8Y5qYIF,ٝt<.j(RbPXN.aQފ,]0&) ^"/92XЕJB^{,U_!{iF=R B=*)CkG!p}G>-Np%;8"ۈ Of3*Ɲ+n>x7Lv lc6vEj|%pƘRpkq̫Qr5q aqI0L)lBW2yP&* Z?*ޔWWwE0$Y/KW$ʓO1۝nN,Sr3Mt8.z%=E~sB[:N6-Z  ,U [;e Fҫ+( phѹakJGw[*w]Eֽ #4@4 gвCl~f:S}߱r&͆U񁸇a* ^ msԸd뺩-bgHo,bi8hC`lI/çAe$VvgYإYAއ mlM-o2aN']Vlc4Kp[N;sZfZ T-(uvL&3"Tm,= MI,R΂nS9<3WgK= 4s/LlxHGa)c$OyLrQ@Ӡ ϚnpȐNt>Uq3}1Wir3jx76Ի\`qpYAS.g:GOT%#ե?c$̎rHv}Q9J9pDxCt,fj /z!hMl7s_ΓOEBdpOݽ٬*tQs=o^dl2BkK'3&DKPdfW8+I_J(P_tMzӄpǿs 9?VIJ R4Ũ ԣ/\kGmI؛h 9s _v}2^( ` 9NO#'ߵi#X,Is\3Dl_(ɲ&|ޣpܺR&TYYlWG[V7f?M9:.k"|BmC 2 F#j\T &<H$Og^R+׽XSXٮ{SeAzF cBJWݥSj[C-g}C@$|,?SB6(ʪ l_^:h~ݔk&*8q*8^ $C="b"Y'2Ck}G@\[G5Wa LVmS<ٶ=\G.Ȁ){ړɄ@Km4s{$yP)9t>2܆l8:%y]r)T7MMWj ~R!|Q<ףtj|n},[Po>sbN*ON' NIeW;FL"S!Δ0yvc/ E:< zCʰ ^hzmh ^\EvɻfnqmogϐVK#blȊ<7EVzt@kļɳ|| P$,NkFjPnQ&)0ZZann묚 Tqgՙzq6ݪ ٴcag/kX%far"`_kzO |%1%3-m΁]8O(HNWny0a*7^BhtVZߛ BbvRZԐDr3^y9q+E-٭N}U|TCbEZO;~4X:q~ |9ZԵ/qRQ ܛ`8$su.PKՕz` ڌPGMstÉ ~ǯxz h0O2dXKltkAhm${SOVniH8WeL/bq.nT p*CY|r&?` Q -0[:S"ǜf]"q Ռ t1OOmUJE6 276ƖB|fP2Ѥ`f(2Sf3ya4QU; .Bgn6 6$S+w_%Y#UyRdm$(~@W&$>UtBhll10iתKlĵ\u/0fhqq7d8!Խ}B_P)qތq! *EʑKpF7A/bTr}huW!jPFU{jM>&WSk|H[MVVwHg49ʹ&_weWviyW`gq(~,qfKGR76ʰsG&5r T/]851ya@ V&oŦ= UD7> |**(*TPe9h7x'7ױ^Aeo1בN5^\տaKQ z əw`*M&p{S(?*+@r;}{uOuaNA{M u^=˟H]N%X#8'J97UOmbE61(Z[M/)V1S z5'w 6z! Dk?dcT-6QxTlWZ@ly^dA$#.7ՎDoØ>Ä+/ggr՝g^43dBJcֶ$#s}2S ׎ Re]T)J >oB_@L\)Ż <ת-%@٠[g}Kl;wa:ιTrkp1 <7DM⑧Sض&(]rTX궐]h1lbE ueg 3qkymDUr(0wrY鵦=YKնcn2PQ.>nA5>4-=naBBحs1;i:f rjO<~pDл$ [mCbG4v]*1]7 Nh1ٓ=}a~-nR^,mXC'Y/'uop&$*kF1P!ňp2Gaiyt6A`0 +U(W˕q5}+AIBVvKK<1)yB&nh'ffKfVE! u8]35]pZ!מ?iD^E)QH~$;|NMѦ=Ķx64g]%@?Xe|J-3m$XgՀ-fa=>pU ֲ$"|,**TQf})`ȇ/h'L]UhiW:yc,`O,ډ26?7(RC&҂Cplu1T9猼D ˧E`.PWDZz q^ xXS#1 ƙ8<w-HrPηOl\.?'- cp a1ƌ+ma; ax;\FǾ8ԧm;'尲5d87î G>*D#;: (j@Up3PCۆg?v6PA*)LBήLKNbCg NM\im [!S-TB>7x l4"hdw-AxJ.iuۿFR/BTR&*(h Tc63QQƅ/K3r8 X;Atnh y2q)xߡpнZ(\Gu<2 c~hW~Yoc*ZEnɓ!ghKs#T ys&0<܄{ ÑM5 c*}M~Drt,?.w=Ҍo)s,9}[]?cF[HuT[!tڥ,Yh`zZ^GZH4/`Ⱦn@FpOܰv-/ ingGfl?A'8gtľZ'x5|ekkp/ux\<\@d?07f VHk15j=UgopiLTIeqY˄ UQANY?9%堠NFsVL4el6hFiF_6 $5 4kh4a%b$JCJ03_` D6@zqnY㟰ﮀv=KB;Mi.g7׭A$Gipv F"[ .)h8!HI_ d m2%z\! ~%V|ٌYHM (d~ ()acJ]urh]-4UNA ";i${2U-|:P8\#Ӽ4HͥdU~LƉ [)k}-*6uIwE)qHpIX &C7J&R/!iIR9֋7o" IҮ0!F>Y, NZYĮ>;?y+VZp(v~N:Y zToM\Ar5~8>\8 oP]j_ oVe1-z"ur=sa1Go|KIkn“Wjm/{0ŝrc,C}.v\bwgEv| 4(~XDWaD'Ǘ QӍd;.lb9?7n=Jia2NxչGI-yH|4q`SH#fs%Fplij%}0Vo@Nϩ`3ۊlt hD|'qPYfdPŭ}{@n9 V b} 1;otǬ=*RLXP7wbm`v:^O~X !rˡ&xD5f򞘶"bn_`ҟyPidhpm1y M ':iT:ңv֚i"ѥB8]Ȧx7kAnثK3 @_wao~Eq.3Z Rxؠ̴M5Kn$R4j#e$&`uH|@ q.u妞eZluƁnPo&6'Г'4P%N2GSD)OXhebF x<<Nz_'` r"i u0Og脍c|w?7RqnI#F//"if埏NO !߄Zd*CD,sK/>01I+fI 4JI)٪ZXj+_ Z:g4[rmdžW;=okЌ^6;H3x5 }e~0˫` HLq0hW=?j1l&bg*,.Vs{j  n5#{ijG 3y%rɪ|FKvXf vy! (TtK}qgT뻺&Cգczg2Æ C\_s_{ %VWJuhMa|6x-zkDJrivpyP19}XP,Vc$P .ժM#ldn6u2P0>u&*iqZ뱹>UFt=`*+hW3NC>o[[{(vk7C1k ҅[o3:W{8F/UǢ֠5vXYhǞޑT_CG=p* 3uٳZ UfT7yʺq#`oҕ_SRUjX9\elڈH^IqWJLy{-ѨN?Zlpva[528-~D})_A:`ccR dѭ1|L!6&=;ȈcKl=ܝ{"=\+z!U~f?d`pC,Ϊې()X8?6%3s6Ct=ah{?@]TC$)}a>XH_tc̝| svsXz_Hw[ìAv }N T"6ujfb/㡞5 V$zhӏd 7m3gV{ NZ$^H')^! Z YZ