typelib-1_0-Mbim-1_0-1.26.4-150500.1.2 >  A cp9|b#~Ge+AӕQѼҟAkX&lw1̀+..cM,w[]"D`]YOd9xl}('ᔣ'X=ٓgZ A#=jXTR嵣4]̌ƐQJh Vng_Wy2e[* yGV G'*7 5tKTs@VQщOz^+CU]u-2b46f0b58d66e7474fc80f50f9652dbf6ed068080c2c762e76a16b5ea1ead92b6a9e7281c21e2aac9f4cf17cf3d8c4f1ed9c8218̉cp9|BiQ[G@lK.^^; WzPو> @4R\^ |-tC\RL QOwY߼P[%2N™fqhLi(1/Ah ~vc_qE@]pE2T%|سAZ~Z`hߒ$-b*(1!=M + nXVzHɾbUY3JoZU |AeYORAƤ-1BQ.>p>>?>d ) L (,Ef     A DHMRtx(89 :F<G<H<I<X<Y<\<]<^= b=&c=d>(e>-f>0l>2u>Dv>Hw>Lx>Py>Tz>h>x>|>>Ctypelib-1_0-Mbim-1_01.26.4150500.1.2Introspection bindings for libmbimlibmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Broadband Interface Model (MBIM) protocol. This package provides the GObject Introspection bindings for libmbim.cðgoat18SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND LGPL-2.0-or-laterhttps://www.suse.com/System/Librarieshttps://www.freedesktop.org/wiki/Software/libmbim/linuxx86_64cì6ae1bfe9745255ff5736e1b8263e77fa9eaff83f1a604a0ae3cdd6ffa73625e2rootrootlibmbim-1.26.4-150500.1.2.src.rpmtypelib(Mbim)typelib-1_0-Mbim-1_0typelib-1_0-Mbim-1_0(x86-64)@    @@@libmbim-glib.so.4()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)typelib(GLib)typelib(GObject)typelib(Gio)3.0.4-14.6.0-14.0-15.2-12.02.02.04.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.goat18 16695141601.01.26.4-150500.1.21.26.4-150500.1.2Mbim-1.0.typelib/usr/lib64/girepository-1.0/-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-libmbimcpioxz5x86_64-suse-linuxPRRRR4BZd}63kyq&*+p TU"]-JFQtXе*uCDXbvY4 bΓ?se,L9:$1N*OB-"$ I# .rMh:+2$3'1OR`~{&e'Mɮ+&n. sѸaN `V'Cdv_`.n 1 i_1=#j]f!.7C$'@P4UD oӒpSaDqa#EM>Li.UH]DŽAH'vLˇ]'z(6j/'P H Z$eNAuG18ِ̱&4NJD'cjL&*M5'ֽ13%P!r1kO?6M~+GZ])nҍ$R,A؈)R]o5ICKDFIE]/ p !51vN/t9P̾|- i"Χ*I6:x6xx x ~[m,UvO@_>x(]JV}Sues̈WEY6H4 l~?ˡ{HiXcؓ3,BpZcrBӮs1c^,U3oϯn*u[{!hRih/%k_'0@Ł rkJeL7őC0HcșU)S x>≴+%!hw<~հH-26HOFP Q>))E(n.|'P'_.9{ZoΒr޺O"@qDЇRkBېOȩ(w1 )5??R8\ͮJھ_SgYɇy}fkb!դR,G& ͍ B-5ɸ`n ȌK+fuR1`vgA?{~y1HGʨg]+ q6|w& QySx*|"ª-r\sqBx,4Lb;a:ߩ)R'1=A%[_}c[$6,pT;L&d@2vi Kz<")7m}l6 $ӝ*Y#2(fQy"Y;T:B% !0 c ˀ 5Զ5%_aҎUVXm H3=kLmJj\μ¼<rJ,=B6v`*p nv{pd"#DX6 Z R~n[LzCGE^Y񠣧HRU2HHq%Œ<8cRCo`uz`nݍ {#]9r Et~OrT o(IG- Ӕ>ДLH"{cLU:CxZ;QENt* <31+; RW&ѵ/屿gCQz~kH$vMDh9;Lgy*H#(۩]:#T%4N'fr^c`'g|(wK] wB#׌ ))ag@㲼Qr{F2HF'vZ==qɾ dhkh Djwh2Jʢen0Q$+uYvPPC|Lnk }'9P b#c7 ϫiy `nAm9B>(!{1vvjol\ȜX Bk2yXDIZEi="P!)9zN5!8Iۈ&hZTMHh5idz2MتS[ȣW]MXU)%\Dtqf x ~A+]}x49F j4Zv-| [="1A)T$ù"bt-bIܥ6Ƣ[I6[ntTȗ}顶 ak}`F,~c/D)lc;6oA'cR6y-=K:\qP*v}Ғ_'bqZ@}!~;B `2qhrGYeB|T u2tӳALzgbȘ HWϻ w&g\ ^BsK iv8RUy}=8IXNQ+٪Uv,Mr.^\b]c~vJ?-Cyaw$Ԟ-taV^ >57ʐoz2ti8p0cc{_u,?F5ܬ8iuя[Ww1 dy01Ќ5 N L'I)ď#m49Y u "|BQ\:^+3ʹZ5)(}h2b\4oNbFnz/R4dd֥Cmڢ',w)bk3A1-)fEy+xh>;^w6!%hI4|yNN1j}c=mW!W5UU ViHIw͢: --Nʕ#"A_ggzl ]k~NTdD:p1%vYrW5_m?3}]aT4 +oۘ1 ϫv=FH4AJ&ٙU~")[x `QK—%53G>]vH!dC*8-Y1$>|xcTD=ih ~մ .P8\O1P#>8$5KOu$}jfMJ}&o+MwS9xx L?vyvdk V!QOςSV{n I[U_Ւ-|~"Q2׍PܷVTZi\N4ˬs2?YPqł!v99ɺx: i zHRg] 칡\nĽOh;@k~--a bUm* 3&SO)HHyߑW-5 Q_{gߡҹ*Yv2HƖ,kb=g (ZgBFKQ Ac/,LL(q~].c{gة]}6n_-gK}1Gx:AqGAw:xgYv$)|!VZa¥뿇) ރ,0Me} ؽ]}j~vCT}q@T]H14CFUKL?gIUrg|TIT[:bHCm3eԔMک1ZFT|Si I=8 ,Rmgx/q q| ncES,oQS\=`n# ZCv4ESBS_v^=sL$ah|X bz{S0i(_ Y<`:D̊2[fZvAM:Wat (&GnR ܽH\|b}D{d;'g.E3ˀ+qS uPBle3ӌZE^!I /jhƎ6WOlԑp_ `nP %~GN3^ClnRG)aX|~hzmϕB 4WϯoFXӌUn=F6آD)xJtު#H/!Ğp|>⦗oe1|R $/Ad[[hJ1MIoy@Iи,6u+V'OgRJ MבKA9UAp.c*"^B:G&mFj7pS/7fm/裡 8j=؉lX3~RlN4^ߔUnB?6e`A$, * Kdk=ٝm.Շ][BrD  a]3٤ןيfpWybS6ԛa z饑Ik Kw0UFdX3хfruS5vc!hLdO#Fqչ2Wo@lZҶg)gN>Uy9oFw.*82z%0&#a|0!#f(Z:WF Kq]|KCsAx-3Ov)R~9p7t2̄h\$5p-ʫG>Kw*%Gs*t 'HOgIC{'85;TKP46W4V È9,1.K1@d6M׀c5!TàoTH9;J\cߪW'ԘPW*jLe6w)u^ܨCCf+"}gZ?[dt58oU &`|scSӮ_ r؜D qxԕa_W!4[p*`:$`6}bQon. &eE!_0u#ѰzqPM`)a7vZŪ"pT֚-8PKi'͌M`t꿪I*3`YprMa)—]V9CJX笓)J$MGe3'\PP ]sZuB۠P>{~KJݕm !ƟT1H<]dd! 0EuNyKI^*Lͬ˃滯/_D3B Ƅ&tD/a@ ?[RσVhBn:!:͇:HmQ:EW1sX+Bj9j| ScSMwwp$$ۺZhSTV/ ~vڞ2UsنsArLG{1xR C[qaS̫hǣuy@*$G˟_g' K9k휨zqg[iˏZU(FZ>gk6•E!ً-x9W/!a}~֙L&k㣂zf@u|7Ch&>l%i[fǗ=nTp!:urXxYqN~(* "׸4YݟK7Gh)zV#V ׷'[#[2`?:_,1$L~9=W(ƫ--;|vKdx{K ̭=|^;COu}v[XUhBQ/֌U/ |1` n1TV& ƖNg[fY}XKݨ h6cƉ `(NY;[/XrrGmc_V$9[4j++]EB9V7Dl7=󞵉ocL2xPloe:"Hnq/˘P@ (|B:`;s?cn)//ߡ`-iHd'XuB($qjR(v a`~S5iܓva]:e#' ȸ/N,1|KRm6Yٰ`kh%R_{0D ϗ 5$Z͠kMsKѭ: 0E^ ?;&Y!;U2jd'dH}Nv%r2xk2lF0Es|d>.Ew|34Mg)0 aN/Lt+uȏkE)}ȒԝEq _ZMaLn(\4N_ʂ$?,;ی vhȱƞO eUt wˍޫm72X^T 1 ?)3@1X9/)3.ͬV2$5Z&]-NFI>8L7 Ҵ/IKXx;Kp5U"&+cl1zzB "++Kzhc($tΗKݮ®ƵNk:B1CW!]P5.$p\*k CC١xc"2JJ8.=m>_aGʾ^ypL3T/l[뗵mipQ:`ԩ\Lw&!|z^e;߈s1hdv]`G1 /-+>fYЂ9LMn j8-&jTB5~UWAhW- Shب&.\F| %`J^#wGC )-GTi-F1U-Ѳ0ilHli` ?̽׉%[4Sv'08Ca}OL$e t hd> &j(#s<2WkMhKw`A(5Źt'RJ$_IeQX`( o 6 J\G1)KNQxnX>!@qCe J %VJo[Iy0| c6ER|JpB*I qQ m.Ï撰/sRyzCm])Q7 uK?mL[H10QЁ}Y9Ʃ)wU!oi{qk_+sJX7~VU)'b4#1+uVD!wUpNBBX3ߦaDM2͜Ď۞Sw)rƻ ]>8W}{I -(f10;ۭI1mlt+Mv.8.DVIodx'Fmʁ'(`-7H#PᗉmǦvOpb9a1NM(>4 )dr0ϰ70~Kw02SEpِEۡ4܍Ct!4b|;2WvX)괢(,녟Ry`AsVϟRxJ\UсV* ^w]98 SM)4ݲ@`[`#n!RZ:X>=6 1JMٶIGp*fG\9\Jׁu"GH!wl$aagc ?˜oiLmUN7tBeE48%5lh>!wf)PR C;9$1l^H6Òo!t;>>sU) 4y) yL_yg7S"GUq xgb%{vSLm,QﵘoO Їfk]ZUȣX;N{}t&N =^!@m~UÉ(+*VBB_!p%$fH5TYɹ7=gmVo_QG7lKBAbLYǮ,q 9Ԇ8χ L+:%-xR."7 iЮP5*IV8 ;7cI{A_;A mк% t!25)mRTk6sx=ئj) 5Mßm pjc3ɿۂӏK~. iV.NXk%H3㱇8j?lA3婰N(#EQՅe.T/qʾx;sӭ6;'.S25?A@x9!u |{+s.r)2"Izdk˩QjuX:MW{+3~F,MKu.cs"f7Jzk.}se%iG\$6*MwZ7-*bf^9=B:V1_sm&‘/vi@1$2S FY|m4Ml0+i~)O;UPx`@k5'hMß_َ'Zw3SYLo,_3{xpr/ [ b:] 8!e&kQ4viIMA1>N.ӆ׶L 96vxUz(i=x@QThrDɆ, Uݱں^,Ӯ?PKw*9o/ĮfFV r_,u0K!aH$$Ra \-/fM#Q(jY- 'H(/h\S];W ˕51@2tN ̲r *3T|~fq|޳/|9r!cAn= p{z^ǩ$ T (0B`4Y>Yձ>YO6>R74<87/YOdGMQ@Pښ8FoGgn_M[Q|$[z׎o(A5IA-.CwW)\ynDֈlrT=k jjkmx^nTܵ΁zKT,U 4qDynUӍs07!+Ac1'!@s.. C+䜖] G-+ac~:ql`xeϽ~p}M?fumӚea Ar{*wk,iהX{}RmtiLxڏޯ6NH/7*ͺJWK'>JHb t*8&HA=,>U~wX šh+PtIQi/TY=냺#l0P혵X#5P{;Z )PK&N =1\&ψcm]tHOs)o1䓂d w #U IQ7b5+˟G[k40 IG,f:݊icc ̯N?aτ 0M^Ԕ5S UQXJ|BSq7{9pWwC-FF\jްYYqtTvi5ӾNv6іbD=?-bjMfg]Vaab|v:9'"<ӴQĥ(o艩Ś@Btl`4NՍQ,XQ)RЪ4eߑ/t.'WHr:r@JZPXLVLp :3b?cH'kpt~Քٜ?}}RK-q#UK1\斩B+Uu3rFg2Htă¹'J ?42pt9EhG_R{K; Ԝ#Wsj4%Pa F! 12Q7(X-H0-ޱl*a%YL_`Ҫc ީ51stz꧇\ 0.0@^JyHؿ~F^o[4o`*pwQE9Ѱ \rw/MYS)}ؒJ=='#mF /-nɡ^y7̍C8PgBGgz@X-hLhYg 2wFS%56 z:V#X;r~đ@̖Q2YZi1idܚ^P׽m U{NyĚ<>lgs:~Fx 1}na%ʒUԀhKk =gcֿ 841]hmEڪm:2euIZTCgUu"Xr:! }fh92@c la;1j}j*|ƪ}onleuE?|Z?qr2JA3#wvUr1jKO!c #lJ>*u2gG<-X'̔ښshLE I>{-yf 06bg|B2m}--,M է]HJVd)A~ %>u3WZ?蟮ǪQHF%#6?նڪ͍'9)&~1Q,~ Wrx| fykZfo7M9.s RׯޢhifJp /67 얬1S|NF\I+(}O{j(.N .W!ZuÝjbn@b}g (Z+X 4灨s;oYG8Kg&1H R2_3Ds4tB#mOk=!WR"v;eo3ǫr3:')OˆkN*¼(rH%vFK sh``KVX DY0 Αn;aKzN|eF*5^q]ċBQuћE R**^nOAjU2u4=WVYJmd0LnLo:ۓ!}IebVh>;X4=vHn+UR}!ﭸ-&BA RjĂR66E)M+a9f\n?V)P va"V*cML(d7H4ղiȯ]m a*q>/e:#sSX]ĕucSNW P'EQql843BҦcQȂXQaMDm%1O3QD+jQ_?;ܐ<T1O~wfA&e@㒖.HpjKGw&FpPڷ>"<Vɔqa |Ven{b}VU;wz]3cڛ/`MU/&Z= 9RLUl-󍍻h*#LOO#"DG iY#Բ/ 70z?! N n %cɨQ)WT; D 5 فIZֿKeYWl $ TO̹k=7?*[⧈ܟogqFM@_`k}hX=U CBwuÏy[p|)VQf`YYhaoetz[+!]ǒN ~y=?oeQ6=Fl4ɋЫ@)x?PH){¯tXwk?@sBx0rvt5}6k3if WDG-sRQgϷ=$_iȠ{i61W?sMKDH9!)ݶ&8WlK8AnXLqeE_)%29ԨLGURZY};H`U+TͰEVV$ z)͉rJ/'^Z*.CoIAgka *1K}"_bpNIɰ PK g'-shυstpHHEXniT]1C:3Jotva_ܶ|p+(SϨrh9֙Sll7+>J4**# :b4Z!8[u7 za dLqѢ…%OQqX"T'HV/0'sdlj+~1!Ar{-WGggdשĦ g"Ӊ`q$ i^[6o㤥nI7·Ug {)8/͒[L9f%-w@WDyH{ECv<o A0 fwE$AF4(v?дr9uokq*zr$p]u[°&,jPKC!9q;|rAMAdC2YY) ~U 6ET(:p M[iQȟʗhq +L_RPlX0Ѕ{"m/|ߦz4QgAZʹ$~u= vqkK.;K?4Y1ʌS<я0}ǜSeNI_i<"=y葟gާJ@TWp!z3*i#Cs#mW5kN` 3NdӍ7ִ8 .nBüvB_]dRX5>@Дj/@k6bH~mպ9 aTR</;/mFrlrei[F<ɯƅݳ5",·:+'O Lb:;K&Zw>į)K>'Uߢzc2y3ֱĥ‰sSP=:kR(0=H)A%|&s53KkM|>q0#>K8eFYm)\Dj(Jw5Ӣ麛݋>FbD@af3 q"b@:TCj_: $nmͻ`D_FTGAɩw]C]L6s%O%'sk33yD$|0's&Gб`p{yt~R o cۿny4lƄ6 m7QJ>w&86_ڒIFbӌ*Sy5AhCT&4'5D6=/hò-N|Z?JV//k 㩕9OrEf ^qJcI8cAJ.aJ[WoGr?Cݹ6.FAZ@iM5rTXrOS:`üXlea:_K#Fz(623/~ 8(X(-[bp+WŹY1  6A>yb5:LMdQu)jo;dmC&tlm0|@qZufZ2n"L v,u1K6PѬ5C'3anM~1n ;_[ R'Z <LVU?JY2؏tB/j$`X+u_>ac|0@٬ 9_ߑ 8bA>GD\>~K5٬uabk8%귪q0S:Xqk(rA|Xx1zxm?s~Fɞ3$nU#O`eBJrI?!TG:^(:VKBL}xkq{nQrT(5Kn&7\%myGc>MXߞ(gzնBpH]n?RyʯQ?: +yE|ە.a LyǝHƗMhAˎ$̤X^ T'βbc|~B^*J=R@G31cqD9`lOIܬ F*3 !M-}$p·2m f-N? ðBGƓ1;q>EuW2ZK5'"eZn 1N)Z-AYtjwG j ~xB%g̐OAq*˧aSu.%ܚTl݉'х́i z &JE(36 ?~oc"“֟eU'u^^}|SoeHan"'1/ZYԭ ĭ|z ɠx4(f]5-CNT )@$dΓ2GZC bKW)3|ԣ DHIӉg8~TQ|l>v䴜)!K1,[#SdqKMzd{cĚECOլʯ%ϴOEC6JW-?oq5Qb)E<MfO#;IfJ]i*Z4j6J&P-*X+rxXjJwKr3r\ We+[r㍫쟒NoխnSҔWC e ҝ"((^n' {f 0$SˮR Lf/&ό0%8OEղU j_/9Q*U雋Be$u>*c,T2<'%á [s4y}gI׸7:ִz[7*߅G(!S#sh̓Φ7kv[cdoyi&ު_\ٳ'"W02ulScwq4dD,pgyn / : j]Ʌc\K̮@]r0DK4;R.K w Ε;e^lK5r3yB5SEq{OΤyEncyZ.YouO) Œ#m;4BԺ'=}sZ6`oلCiKns1|IT֐Q(jTqo߬~F:}z1h̋er#_Emf=qH͢J#V)>9^b”of+)< Rhk|KW}.#e{@OrF<kL#GK$:Λ|#!~_ :W`!I{I~o$~6х߯,"y/J|{> wBj3~4`GfJ^.h(ctLĠ]RV$z('\n0gC4:գn\_5tβQwش.m8nb(u "dXU}Pfh)x^5"u.NtU[7G.Tu[<7MP+qkU ;69L<(\_ΙO^>|N=C!ͅTqPO){]=> g\z.{kэ,xN0Ekw:Mn=Zb]Ӱ- Ewri>lt[6K_=.:XcLfD[gu.'@˅g.Aׁ& E"tU4ܟm~Ubwr8T%]>%5_ӛb&% - tc+(a4U1Ozj VEԧ>Nw "_ EH́b~Q 5446˕Im?9f KQbh8sΠU`Hy'W\Mg }k ^Xه1( .ޥlWD0&D8b[=9KrE.yP>YeҀzkpQDv6~Vle(S8[9*SV L PL>2BDZiO#(d = /›af6GFXz谙dՠn[P,0N৿GRt?HoF zs>I\ Nƪs| `Պ ;c~Q`ӓдؠh|#Aa/ [4,qv^:)e#g{BsꇀWQaHfɆqc wbj#O[W-n03}`|.$*;|̗Jg\=azb^I בܐ0хTFP86~xn*K{jQR9~}DF0V=)3+5S7_U5/rݮHJWlBN0o9+7Kkaat9|- 2 j5EƓ{`Hpɭ2g09䲺$yCb7ԙv)*8 E&쫈pHV𡨗EJxh p-<5eQo}hAxI8Y0x]VؒtF uqK#blÛ;<9q"qHEkYI P]\]e|ȱ0A+iB-1[Qacj/!h9`񏑹B'P%: M IH$ř=!|cXU“xq R&'HMJ2GϪ'(;wv,:= ErDxqwj^> PFk*fFSަvM&MaDs_r{o"'Kbm9TOYwEO %%gt7RNb&h%-IZuZb_`}̴R6a~i$Sk- ?&<$iK˒p[_v*|BWDm!u[˨@􇦂E)խ> = YZ