libavahi-client3-0.7-lp152.2.7 >  A ^츋/=„P?/k4.QVDfr/X5!~Oos n!!/G40'ynr{*"hg,:S_D\qd|ȍ3|vkw99Mwxhmv, BZ'3 6t~u.-I ZweHR1F7anR@'1'w T[q^^\-ɜn 9,t 6i85c1168e6eb21b64e865f1d67f6c56e74d8328f056c1602faf4e939eea9d822dc6e1f98f7a72cce56da5b61a1497140f455d9c65|^츋/=„i^ԉ5lV =,4!Y3q%dX{<"JO{B]'=+{s>d|r*'wbQWܠ\+ZVդ^g بaԚ S9SaZ|;#iE&׆0܍Jxw$ ̱j ǹe?40m1^Q f80[ .z]Et&) n+8>p@'?'d ! H !7=DL P T \  @9(b8l9:m>$@$F$G$H$I$X$Y$\%]%^%Fb%Rc%d&We&\f&_l&au&tv&|w' x'y' z'L'\'`'f'Clibavahi-client30.7lp152.2.7D-BUS Service for Zeroconf and BonjourAvahi is an implementation of the DNS Service Discovery and Multicast DNS specifications for Zeroconf Computing. It uses D-BUS for communication between user applications and a system daemon. The daemon is used to coordinate application efforts in caching replies, necessary to minimize the traffic imposed on networks. The Avahi mDNS responder is now complete with features, implementing all MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs. It passes all tests in the Apple Bonjour conformance test suite. In addition, it supports some nifty things, like correct mDNS reflection across LAN segments.^cloud117 openSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttp://www.avahi.org/linuxx86_64 ^^464082be535fe356de588d3b776057d37bfa99a158410ee4e8da6efb4cd1a1b1libavahi-client.so.3.2.9rootrootrootrootavahi-0.7-lp152.2.7.src.rpmlibavahi-client.so.3()(64bit)libavahi-client3libavahi-client3(x86-64)@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibavahi-common.so.3()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1\3?@\/JZ@ZZZZZ@Z@Z@Y0Y-^XBW@Wk@Wk@W>@W@V@V$@VZUoT@mgorse@suse.commgorse@suse.comyfjiang@suse.comtchvatal@suse.commgorse@suse.comjengelh@inai.dedimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgrbrown@suse.comjengelh@inai.dedimstar@opensuse.orgdimstar@opensuse.orgmgorse@suse.comdimstar@opensuse.orgmgorse@suse.comalarrosa@suse.commgorse@suse.comdimstar@opensuse.orgzaitor@opensuse.orgmgorse@suse.comdimstar@opensuse.orgdimstar@opensuse.org- Drop avahi-daemon-increase-rlimit.patch: rlimits are no longer set by default.- Replace avahi-0.7-python3.patch with avahi-0.7-dbm.patch: use what is upstream (boo#1110668). - Add avahi-0.7-encode-strings-as-utf8.patch: encode strings as UTF-8 (boo#1110668). - Add avahi-0.7-python3-bookmarks.patch: make bookmarks python 3 compatible (boo#1110668). - Add CVE-2018-1000845.patch: drop legacy unicast queries from address not on local link (boo#1120281 CVE-2018-1000845). - Drop avahi-0.6.31-invalid-packet.patch: fixed upstream.- Add avahi-daemon-increase-rlimit.patch: increase rlimit as a conservative way to handle certain crashes referring to upstream commit 71ace71 (bsc#1085255).- Drop the qt3 parts- Add avahi-0.7-python3.patch: Port to python 3 (bsc#1076402). - Build python bindings against python 3, rather than python 2; - Python-avahi is now python3-avahi, and python-avahi-gtk is now python3-avahi-gtk - Obsolete the python 2 packages - Replace python_sitelib with python3_sitelib in %files, and add __pycache__.- Rename %*soname to %*sover to better reflect its use.- Modernize spec file by calling spec-cleaner- Use SPDX3.0 license tags and package COPYING as %license.- Update to version 0.7: + The Avahi 0.7 release brings two new features, binary TXT records in XML service files and the ability to start the gobject client in a custom context. + New Features: - Add support for binary values in TXT records in XML service files by specifying value-format="text|binary-hex|binary-base64". If not specified, defaults to the normal value of "text" (thus backwards compatible). - avahi-gobject: Allow starting the client in a custom GMainContext by passing context to ga_client_start_in_context instead of ga_client_start (avahi-gobject minor version has been incremented). + Notable Changes: - avahi-daemon: Remove all default rlimits from avahi-daemon.conf, as two main problems happened with firstly rlimit-nproc causing avahi to fail when started in a container without user namespaces and secondly because memory rlimits were causing avahi to crash in some cases. Leave it up to the init system to impose any modified limits instead. It is recommend to ship this change in distribution default config files. - avahi-common: Fix watch cleanup issue in watch_free - avahi-discover (python): Updated for Python3 & GTK3 - avahi-autoipd: . Clear previously set address before binding a new one. . Fix dhclient hooks to check for avahi-autoipd before running. - build: Move default rundir from /var/run to /run as per modern system setups. + Other Changes: - build: . Fix the printed value of "Building libavahi-client" in ./configure. . autogen.sh improved to work when called from another directory. . Fix warnings when compiling against musl libc. - avahi-compat-libdns_sd: Fix incorrect URL in warnings. - service-type-database: Add new service Types: _ipps._tcp, _xpra._tcp. - avahi-dnsconfd: Update manpage with the correct action script name. - avahi-gobject: . Use the correct shared library name in AvahiCore-0.6.gir . Fix build failing under some locales. - avahi-common/dbus-watch-glue.c: remove Unneeded semicolon. - Update gentoo init scripts for newer openrc version. + Updated translations. - Drop avahi-empty-share-dir.patch, avahi-gir-fixup.patch, avahi-move-everything-to-run.patch and avahi-outdated-URL.patch: Fixed upstream. - Drop systemd_requires macro: on a machine managed by systemd, we don't have to require it. If the machine/container is not managed by systemd, we don't want to require it. - Add pkgconfig(pygobject-3.0) BuildRequires: New dependency.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Do not suppress errors from avahi-autoipd user creation, but do suppress getent output. - Replace $RPM_* shell vars by macros.- Modify user generation (boo#1010384): + Use getent to check for existing users/groups, only creating them if not found. + Do not hide output of groupadd/useradd. + Do not mask failures: if a user can't be added, we have a problem.- Drop %insserv_cleanup scriptlets: it's been a while that avahi did not install any sysV init scripts anymore. - Simplify avahi_spec-prepare.sh: OBS is well able to handle macros in package names by now. - Drop conditions to only handle systemd services on openSUSE > 12.1; it's been long that we did not ship the sysv scripts anymore and openSUSE 12.1 is long EOL.- Replace avahi-0.6.31-systemd-order.patch with avahi-0.6.32-suppress-resolv-conf-warning.patch: only warn on missing resolv.conf if the options that use it are enabled. https://github.com/lathiat/avahi/pull/63- Update to version 0.6.32: + Don't log warnings about invalid packets, commonly triggered by Windows 10 systems. + Fix issue with bad packet size estimation, causing probes to continuously be sent when hosting large numbers of services. + Fix build on Solaris/SmartOS (filio.h issue). + Fix build on FreeBSD (PCAP_D_IN issue). + Fix debug output with libdaemon >= 0.14. + avahi_server_set_browse_domains now correctly uses the provided list, instead of re-using the list from the configuration file. + Set nl_pid to 0, this will automatically assign the value and prevent conflicts per netlink(7). (Bug #334). + Check for netlink pid=0 (kernel) instead of uid=0, which works correctly with network & user namespaces. + Fix reversed IFA_LOCAL and IFA_ADDRESS checks (Avahi#355). + Don't fail the build on deprecated GTK/GLIB usage. + Gracefully fail if SO_REUSEPORT is not available. + Minor Python 3 update for the python ServiceTypeDatabase test usage of print, should be backwards compatible. + avahi-autoipd: Fix incorrect usage of IFLA_RTA instead of IFA_RTA which could crash on ARM (Closes: gh#lathiat/avahi#42). - Drop upstream fixed patches: + avahi-unicastdomains.patch + avahi-gtk_box_new.patch + avahi-fix-mkdir.diff + avahi-enable-ipv6.patch + avahi-reserve-space-for-record-data-when-size-e.patch - Rebase avahi-0.6.31-invalid-packet.patch.- Add avahi-0.6.31-systemd-order.patch: start after NM/wicked, to ensure resolv.conf is present (bsc#982317, gh#lathiat/avahi#59).- Update to GNOME 3.20.2 (Fate#318572) - Added License field in spec file.- Update to GNOME 3.20 Fate#318572- No longer install sysv services: the systemd services have been installed for a long time already and are masking the sysv scripts; those scripts existance only add confusion (boo#959908).- Temp disable 2 old Conflicts that are breaking staging. These can back in once there is a new release of avahi.- Add avahi-0.6.31-invalid-packet.patch: do not spam logs for invalid packets (boo#947140 bsc#948277).- Sync up the multiple .spec files.- Add avahi-outdated-URL.patch: Do not redirect users to , which no longer exists, but bring them to the more generic blog entry http://0pointer.de/blog/projects/avahi-compat.html (boo#914298)./sbin/ldconfig/sbin/ldconfigcloud117 15930976780.7-lp152.2.70.7-lp152.2.7libavahi-client.so.3libavahi-client.so.3.2.9/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:Leap:15.2/standard/7c2274c30b9cb0ccc0f6a187c73df99f-avahicpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a6f67f068f4579b1502116129936285b6b5a439c, stripped PR R RRRRRRR R Rw J;Ɉ$&W ηjmv1_Dz%2Eu_Q~'1)Ǵr4pz9Y] p  QZ&(&Dp-kh}alJ l F|xȟMZ"$n#"j4ϡ1+wvd3i>7Gdǥ~#OfwJ8v S,R&K_sm[iS֕W)9 ! %v}ծV0.LB1an\AT#HILh?nsI9c˭Hޞ2ݪq^ã:BQ %C|1?XF>Aþ7o 5=.2y!;#o)yZdoM'Jw3X͈J}JTy3 8,P<&M5im IdKCdSyo#yj|RkIPaRAΣdWD X aWݘfh4eݽi2ȐhTfe2b1:pQ9U`s' ]IMRB5V74̸_f0pSq]td9zV ٨J Zi@>"TE3%E,e95f@0$B+RﻍIr욗3\!nAQ21kK$,YE}J Twn2y$4xXU^hg}{\JWԾܢ@a)lD"$ldOX,/KqқSFvA$cb-L׎sS~ :pP+B;/Ijׅu#i㖮S$w3dhkR>i#7\z4JjkQ̵qyn_$뮌9n ?{Z_M=eXQAU~԰{G(bB&WVfa@¦q;4ǩ3th*\ќ|g Y8͵7EA-x`,ܬύܿ$_JDflE8!hat1qmdulvE)4&<^]N q⧠ V}Ή޶bHyƟq47uT~|SkAtG-,|㞞}~+?M"25ɡ(+#JQUI=(8.9`YZ^VATvI|qrnB$+hc@2&G.{$'LvWt1ɍ^F$ zi6\Ư:~""H܍*fYDFOxm(E!W - PY/*2~g[!ݦ}Q ;=.Yem#0$:XD?b$ Wa'Gr|T׵][XX5'_f ]J,9&|M=XKTWBejMi Zt;,lY &w Гj:tĝ"a Sך, rn"W_Kg$TU3dv׶TwV5&J. &TUKai,c"aR?SeDx?|u@̔7R+*㘱#- bZEX CFɍ 2JFd7φ|X^@zֆ=]l1yMoC:U$BSB-۠W .%46]''>}EmqzP݄!@K-g87polE'zX5#?}Ra4\LzۢpY"%^MN>%_ˆĥgoaehƓ]CX#=l {޽GXf[D["mus#qnTwͬc'u8߀Ng -̓q[ۣˊ )?:#Z0P8{E_|̩ë4g]Яy BwPVZ@̼<(P_ck8'N6tJd=88Wi<)36"F3m@:Q#` Oc Df܎?i3I΋ 3|P x]&FX 8Oث慘拕Z˪ #/heV*b8Q{cé'T+_.:\X!-t|͑M?|Z|pRiPnLL(M@(M#2DsdDz,j"A<Ȩ|^a +/Pb׾"B޼A|!,QyIa|mKKx]%}hOz1'x|T'>8zEÎK)ȻXUCǘ'%lUm؞ypB!wp)V fYwjoZRhF2_.gxtyt{MzEJu YsmHnY~ɱ3H ۳)F`4$6H9b.C3~µyXp)VfxrY[lE xU,޴X?¦ϦMY-TI;9:zGޱBC>l 5&MњEjxE=pVqH\mM[ mք1GWno3 wm$\ vHby 7М2ƀAbYGҍk">獦ɂ n>PQ';Zzh:Nn U'sK˓47MQʦً\2Vx 9;U'Xߡ8y<طMEdn!㆛Σ מbdvRLJf7\< Nl0^D_{ksw"d+]Y񜛓&9wL <(ӹ\ LSuYԉ6_LD) Aq\ayts< =M P0WARARg F`M"b-官KBy~óPlec"pa[Ԑ 䯍VՃ_;Z!OQ$J?g>^ﲞEqq!_+/ɓNZҘI@B3I<¨nVejzXΰGK)(!'LC4c mXCchU eNh5"ߵeG::+C"z*Y>BO}YΏ[ޭul qJST ]`̱8օb3W2z/ld՟m6vv[u )*fS"A9SZ޽ ȣ3-.j\^hCo$fUxD#)ә&۹ȃ' cn;meL0m'3R~WC|hL[xx." "v|"fub%W=7G^a1S+;S Ehq{XU*S*fZOac?S@%K[~,kdXŌf)apĝx0PpWCB9ps> \ƨE τ"e"zrcjfB3SRL/Nߵ._qk:-k+Í$UJLn2"؉˛ܒ7/}_NmIg&>ZaxF`c)=ޓ3FF7sCy+GfTzNp φ3,c~`.U{´F,V1} 0-:PEug;O4^o6wr|UGWM*4cD rޘޥ-% @jVΒG3 ^/7eʣ%5'X(#JGEC͊gEm4!loBi8(q_+]0 Vnɐ>J2FVH1՗BP*T, C𷬒P?ŖD\V9Q5K1r]6!&xeC~91+I9{rO+H™i`"0xra`7UYnN9.6u}\GuuYs58c ^7>6E%+|YIr xŞ+39|x7&|(Z|Rٓ\V[p\U?'@@A@d w42MB.:j$ P aM_EDy2?1z`eI58?pMKRrzddJuEU0d_lDtG5 c9(Ѫ{}DߣQD?Κfu>!t2=8h}%1Mo:#pu7n":JBɒ}`Xktv&q{TkcZu>w;ʾqi![y"jv~@,fUꑪocTQnPEG0|F0.0hՕy4mn_c %r_jR2d3hPR:.t*-SUjH{&2Z o^BE_ GWhqnxXV D2;}y; &[2aԿys.U__ [a遹2Z`Gu#KF8ˢTmTʰzks/ W[ Py]TsRg[&V]3.MȽr@D*jY\*>0%VY7;6Ѓ@^`M"xpEcDUPۣU\mUXߒDyDzx6TF{#XSj521e%a& y^u?zZѸn?KE>v撇 ӵ?=C4g)Q|wa 4,M&JN-4^Q iQ{[v6:&\츘l*l]LX.MIe;І07F\@ 8s=? bU{TDaHJ6~R0 l=N(p{QAΏ @)#TnS=,"M}nSu7*6B;HO^@+ Ӎ2i#x"HmuG/[ے9=(,֯=E *ZNLobufy4(Azo(+m^\>.#np~n2&/8ǶI`jA"I4ˇۜmL E]vwADjtlGVN\#؜W@;ݛQКOn3wQWbыv!u,{H{iLnN8pPjCLz.?zԤ|t-P?g-r zIeeq@yGhzķMx%Q+8:De+~ ;J4ɼ &9+t68?,lݔ7? W*LqƺcăEI!ҷ[Ñ=3]kȐx;v}1Ff,KXoەyn#WWlVq;+{x}wpBäfZGr4ɘtW0CYꂱN^ VYFH6m>$mPO}h'0! pYVIQD@h*oߤZv?S..KAC&QFKM^3q">@#ٳ ,~κœ{ >P[%/2`mОh4jP)&.3ںᗉo "Dr`ӈ8.;Cr==%H{ rVRJM&{ּoh3,; $WV\& Bd$`G?KQ̙Hxe -h*,QG*m CAMdi#jyӲ:<бДD~sqYfU^: э +zN3AwOBFEU6-,;6ꃋ f3%m r#)9u?UYuKi]L :h1`(o'8ļr/kyמi1SgqR#U)s,~hIf:FZ#-tcQ)Svj+B~ehD1뿈;.5LZ;d qs.CfQfddDg4u5ڕP2`_kB7SF\4(>i5Uj/hj%M<>3[44*@݈IH=T&TzE^5+^%+lvفvE&ٮ}t$ e=| @,so]Dd;WqnS}1ݨ5Q "%HwXؽ^){xI#d/u Th'/a,ܷMW[Vߝlߪl/HuQm=xCn9TDzyk?ur_v!u~<- 836-EbײyjS8{jc>.&-/ql\2rq}7i vBoτƫlØOw"˩dOS= }+mc Sz8VV+~tYs3@MPRYi'vJ0NDcJZYA+S6Cgׄճj ^y?+.=BUS5g1#sގ#~Wk@A[D)nQ,5MR`DӆlnYA\c7Aԥ&9%w溎b֔{r KЩoOيm//p6QK_h]sxޙ}LkdIK8̄81†,(,a;; LvĻƍjJTm=Cv'f)gУR"%E8};3;A'Ȁax4w@B6Y21}oS@Fm]C*t+mwnlӈu֘&KX86 "9SU3X@1Ec9 @KAQ&RFh '$_IԐrؚA;p`bwehhU9 z(02fFXSWcj :c3g:n8K&uq ,5I+5l-{;U;0C>l# l {<9L0󷙢]Xad351xl5~}/%V0<`# 9H-Pq_[ngv.CD)v86:tRw%[2{}"YE0nk@G~bY\A`.umgs9Sx2~Uh®-ńK="sԅD?UZF^jaTV0':$T׆]>[}s+W电v:.Kh.¶vTLvf HXJh'fñ0f;+0ISMIĿh?^K‡Z X{#{iS!>(*Ib.<9YNZGojt쬉7?gD"M E4JnJ ȮL`S: 0vmUJمϕ!@pl_G ] ߠeXlX$?iTg^pIvJ1HJd]8)PjdfTΉF7y,ξS|1,L%1b*۞ӊMC'^-ff_YpHQa:Q2ذP@Gyy,=1>O2Zx FJUK2J[fI`;'1g ;-j]J`U&8cZ2k߽oTvZ&wD8S_cu)XˆaK֦D+=?׷u<iXC 5^a% wNYpV0A0ui/iT q0)a{6`P>Ui1ht ՕQe(4\ otRhXϿ=_yɼh r"XڳD:| 7 [̨05EV"K8 'Rc)y`6^:dmr*j*މ5F<46ɧ`ٟ.ځRF 3Ua84{l%9#!/UCMܐ#p{ ҷu%^nKc|_ ucGW1s5!nX~>! ̸Sqr=مF)#G}T>ƐYlss2, /%HqB`Ĺ 3j0\[ w8pƼ6YT)vt_] S.}KqxGZ@\TXp%5q|뽘r‛lB* wQ^@;k4x,d:\T`6FP0'+p=aoJ!'!X!;RqC,2-P0+)Pfsmס^_L1 lTS1HOt-׆/4vD1sU!$xR q. Ż`;6E2āpVCb7/~ΔL?dQ^tLY]CAmt,GAԎn׹\YYI.\@rh$x]QW+#_V=/pBE@T7m_^ҵ/ԒwG#Do6]8+jk*vZ(F,XrMHRJw8h  _K&l-{w둿G׊aN(v :$hj5I>o kBYy^vJ?a-CwIv`¤!K4iKUVTD\>+ E] gCFODmL M~\ >%?b%CK1݂fW躅*Ȏ鳕7B$7 O+.醮Cjj-DUSI"~LYъ! 4}*O,cxC޶<27mHNP8UcEXzVxB2 v<įyUh0n@֏n> ӡ`*bh'ڞhhBE|M iR/t/z>~bK Ur<]9wri{386})kW,: J8LA~pvӭRǘ?{6\u#~->ӷ΢*AmTJbOAl;2Gv?&P/O8N% Oi7BQm`UQ'@:U^2VfqI)AXDˁkH0g0FZ)jJDYl7nu.Q;ޯy瘳7z鈐iޓyDǏUilej0&ԳpL5; eŠ-ֵUfBVDQGcraV Jj)sq{ V:DS xZq,7b)EJJD53z띵J&E6=S RD21DB0v+cJc3UĚ禛Y]EyWܨ0)vn֓=4&"7i Eq1e <TN?0Bʲ*σN? 6xfql-JCi5.4Eq1;dT-l~{cLnwQA^,:''u{nHmUx2:POG3 i T(ΩbuHZEј!ׅ$#I1_s +fmvL.c|x`!0sc;OS-8lae& ' c{Xꚵ<"NOS7ýy(AԳ8`^Q~*؀¦]:iMͨ9=.lgT <3{? wі*24 Z)"eL}WS `:Tt_-cNAR.^D@(ɩK O?a9bPyT=m]0EuB}jKe4$r^)&v"]Ջ2ln6 u!>=X׀RAC1!~3 ʢm)n4YF;|HR3:>iYwt{*I#12ܥXBr;'U°WK3Ra59yI7;6";9рdj=rwSي-G;#>G苘Qv1lcw![U`$jqi^ w})v"dܮ;@ha)H>oo]D&WQ]78w&,znGo}/U bn- 4܈ 0r@%GG2d|n1 BE{tnMz|CzR/u+䶟LG-ݘ|'zxasR'YB>`%:aE)O *QK2xgOcWnnum7d~x+QbOE>N'Co7m&ا" K H3),ـ4m7FIWɡO p9=Ri-S#qb׊OR'bŻ9 HLj wƓ6d:qzTL];Kt :v0h-yPHT+Mc̞# ޔl~eOY|O(WUDǧgdsq-tٙNrc(Nc满ޖ胴`Z:^Ǯh</v8* JuBe|kxmwhn Q A G:(gܚCTՈG)5.b4iV#_o(LqTKI`٘ Kd p>x(mϺaXe W'˕eDGkkhJ%elۛ?>+fj8Mg#Vk Nvsfϸj Wu ( CD \!$0Ѐ2h4 u|֯ꝓR4z; kG$n9o'4W֛۟m%6yq4@R.]Af휕NY)7ЅCݽx4Z!-ӫl8BqÌp#!w҈׼:&!]O]]^D*7ήv9b`6M8"a&/ CߜfNQ^ +jX5yIi'c\{w$j\o(aa%pXj[[9| a҃nԷ6mh35?`m,boq߿Sb gGV(>k^ZtZoX )u/RMb3>%B;4BsAPLHt]e_W=S#M'ea^| &z1}ƙx!@8|ۭj߀g!Yq44ZT>m1f\X1&Y˼ι[8x| k䷴=Q]K#<  oӳr?zzI}DƒRU긨S"T# RכLj9xḀ}%ɨ3mZ]nb,E!T;#)Fv@)ݚCj>ar[^ Kl""ѷh{X0 08L>{lЪ W-Mz *sݜS!Ds2K]K,Qs tK%"cl-ڈ;5tb4$)fāx+(tvsvPole/(y_3eoa?covӵ'L^(V+ОP@"3!-8uP|; eܛN| 9H a:qrYLk[LPiL5*2`^yzߒ4;]nJ^H0D  R jNaOxThi\ۄu;5v4E7M֋ȬGJ1>і B0W:rQS>ˉ0m#^̃>LһURg]bum k`<.e^Dgt9 Dcˀlo1G:%̒UO'%ŕ(=Y!1Ev6:L#;3}fYC3}>-F|$]&fOA[ u@hSC(ffrVZWRW.heaEx`8"V"dy: XT MDž!`PYq>mZDubhF 6ՏOYn u{T?Ud+/j~klؒ,a09.Uq lf/C6%w)PFkmQgzJ wֿ ieqJuZ1yilB:SZ* uL2#. R<$IvpVIa.agy[VO]}*(O'Oƫ ?տܝwet{mhap|4)/5q 4$&aH8?&E:VMmV~fS0#'GS^lMthuOC, IV<D@{i_U9^_g*j7%l6VB/c,gY2(+΀l:1Lv ؆@{Qh&<ע&Xȃ>YrS3Hu"/O*(?=dVp.S$Ნ^雦$5`P/]+)e2N8;o<#-=q kYTvJ4T٪6jk3wfO ߏ CABA2&Pim'n5 d;i y;1EwZm+ͤ'ܔAv޴Y)`:ȉoL[ ZK;;}h$,g-3m2<25PW)[bɢJ 42 6P! &cmÞH@9uSzQY!MіjZL1JCdqėCm$&;jgrW̙m0G>/j[&4cQүr>Ċ|@ClI~b94tlS0c"\ˑeqz?s"cMgB_j`jőDIbY&r[Ƿ%(|@h=1 T{"ŵs_ [#IL!fλҫND֝BuYJa<01E+1[x t49G*UtDܸߺs\fŇ\x4Ivkoov. P}5=z# WMTc>Bq__$ߢjE~@+,'8[-1PFR4h:Ӏ\ !(VڶF:wJR(>6.p9DUәWg( Y2b2!q`IVrA.4C-S-gn$hD7JsUKU. pS8$rgTZ pq >ōLڻdTCv4L>d 8XF"3u3\!R˪Ӫ{!}XAnx}9!.س e*b5yNhm.!@/FsԍyeU@%3vE" .C(6;疝E-^P>=ԷQ$F)݂j@YQĢB?xXнbϷa3[g9c^+`bwj{tXlǂWd7R~>GЕXY-fؐ-/]?rv/ADVPw%=XjIom79hvAOX8oҰﺳP*""7ì;#JfbB=VPra(ݭYc )7%!_b1}xt~C3PBY(TneY;|l\ ƱzXI9P(FX;+Nzn~q9\,q\7ϱQGw)z{ەmꧏjHdWNwmk3 ߝ-Cz*x/B&Cd+լxE3-3a>1Sj/ e Kَɿu(G|u Ϩ-d :sMu?TnۥSN)^;(_E?9j'#/ed^qp_LҘNj v\3[F/x@-i.(+!JB6 doS5"HQ|ړe7*$0(yM=@{fa! ̒Eéǿ6,LWs~eN8"ZmbmA=,.ͩfWkQ 0C&SjFl8vh؀S6NqA໇pvtƊ},8Wo;wg"s^5&q刜6io@߷8x50%~/FHw~<@.~qy/0qLWxݳW Rg!q^wۭ7xQ3@o!"W+UX=Dmbtq{}޹y}L-ʆ+=7)rT@ 8x> _Uaz5ɲW߿rTʳ$r1Zt: m5ч'fق{SL} LcXb캖 J]g y81dzڛP&}6a.O80l[!lVOG*Զ%lb*)~i|*`)2He' 7Ih7.v4a;"ޥFp$.k]pDqgi}wʍr$u eLDt@5&DR]]. x-Y3[fX>Ƈen~T ˄ BfkA(ڐ5'l馥dUCM\,vp|ECBxhCm!(iy VC_l_+3WNG8WoS/&ȉjӛw(z^J^ %,Uz?>x/L3G|f%a=;'֭H/V7pm$lDؤ(:e ݘt;GlT*wenqpLG 쯯0W~u<^Izg ; ٍnLt`JTުmUe/B H۹`H8ud8 @a[_ 8r=̢n ꘿˪$/A!0pLn0~p4L^q tm0vϢmLn9FSs5_i{4IWi -n-)׍$NwDZ SN=I ()RڸCQFe.JfV}c YZ