libsigc-3_0-0-2.99.10-lp151.3.2 >  A [#/=„pn z] uQk>1k 5Y#lm f.!#IQuK@@iYɿ۱ʴzZABQx\A]½Wl@i.iP"+.V{9gP ƏwՆbϠ-J~M Ǘb&/#"㺮E}zT H&>˗-Ʃf;]R.dc9abc384ca2d44583eb8b4ea98f5782161d1d4252702fd67f73f5c4d90527d922985610f162d6d3e1ee3c430b625bbc70fc2217v[#/=„=JJVfk^o}B5Q ec~Ƶ 认]G=j NzRR*y%&J,Lȳ].tvDg'X͓l1,ﯣr/wO Cr w "3r?*NqL" ν-$pg*WթCyQ1"qZMAϊGEg.jL`Ro9pC?pd " D ,=]cl     #Fl(8 9$ :& >@BFG0HLIhXpYZ[\]^.bc[defluvwxy z $*lClibsigc-3_0-02.99.10lp151.3.2Typesafe Signal Framework for C++This library implements a full callback system for use in widget libraries, abstract interfaces, and general programming. It is the most complete library of its kind with the ability to connect an abstract callback to a class method, function, or function object. It contains adaptor classes for connection of dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries.[ build31openSUSE Leap 15.1openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttp://libsigc.sourceforge.net/linuxx86_648h`{A큤A큤[[[ ZV Y[ Y5e6dc19f337491dae02c90149b6b3ca6bae3fd12e453a73d51c6f40854a2816cd23d6cc290367739542e35f9c10921065b05e35042ee19f96eaa708c639a36b42ce371c75532e51f90742c3ba6d9e1d0de16e6576f58e110f99e3528ff55fa2e97628afebc60f026f5c2b25d7491c46a5c4ee61f693e7cfa07fbd2c03605979blibsigc-3.0.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootlibsigc++3-2.99.10-lp151.3.2.src.rpmlibsigc++3libsigc-3.0.so.0()(64bit)libsigc-3_0-0libsigc-3_0-0(x86-64)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ZZWQYV@X@XEVWq@W+5W$@W@W@VV@V@dimstar@opensuse.orgluc14n0@linuxmail.orgzaitor@opensuse.orgzaitor@opensuse.orgjengelh@inai.dezaitor@opensuse.orgjengelh@inai.dezaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.org- Modernize spec-file by calling spec-cleaner- Update to version 2.99.10: + slot_base::set_parent(): Create a dummy slot_rep if necessary (bgo#167714). - Adopt the use of %make_build macro rather than raw make command, following the best practices.- Update to version 2.99.9: + signal_impl::clear(): Don't clear the slot list during signal emission, to prevent a segfault. And add a test for this (bgo#784550). + Remove signal_base::erase() and signal_impl::erase() (bgo#784550). + Various minor code cleanups. + Windows: Update the MS Visual Studio build. - Move AUTHORS, ChangeLog, NEWS, README to devel package, mainly developers would care for those files, silence a rpmlint warning.- Update to version 2.99.8: + signal_impl: - Use std::weak_ptr in connected slots, to avoid a memory leak (bgo#775871). - clear(): Really avoid erasing the slots prematurely. + slot_rep: Make destructor, destroy, and clone() virtual, instead of using function pointers that do the same thing (bgo#777618). + Build: - Visual Studio builds: Require Visual Studio 2017. - Add tests/memleakcheck.sh, to run the tests under valgrind (bgo#775871). + Make --disable-benchmark work (bgo#774732). + Make silent builds really silent (bgo#768797).- RPM group reassignment- Update to version 2.99.7: + connection, slot_base: Use an internal::weak_raw_ptr<> to simplify the code. + signal_base: Do not derive from trackable. + slot_rep: Pass a slot_rep*, not notifiable*, to destroy(). + signal_impl: Do not derive from notifiable.- Remove pointless --with-pic because shared libs are always built with it anyway- Update to version 2.99.6: + signal: - Remove slots() and the container that it returns, and the iterator for that container. - connect(): Return a connection, instead of an iterator that can be implicitly converted to a connection. + Use std::shared_ptr<> for signal_impl reference-counting. Instead of manual reference-counting (bgo#764935). + slot: Use unique_ptr<> to avoid direct call of destructor (bgo#764935). + Add optional benchmark code, using boost::timer. + Make some single-item constructors explicit. + Make some member variables and methods private. + Remove _ and __ prefixes on variables and parameters. + Header guards: Remove leading underscores (and trailing underscores). + limit_derived_target: Rename to limit_trackable_target<> and visit_each_type() to visit_each_trackable() to make their purpose more obvious.- Update to version 2.99.5: + Functors (mem_functor, ptr_functor) no longer need to derive from a common functor_base base class, and functors no longer need to have a result_type typedef or alias. + Emitters and accumulators no longer need to have a result_type typedef or alias. + Remove now-unnecessary adaptor_type type aliases. + Remove some more unused and unnecessary public type aliases.- Update to version 2.99.4: + Minor documentation improvements. + Make some constructors explicit. + Some more minor uses of C++11 syntax. + Remove unused SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE. + Reformat code with clang-format.- Update to version 2.99.3: + bgo#763616: Correct the license of some header files from GPL to LGPL. - Change License to LGPL-3.0+ following upstreams changes.- Update to version 2.99.2: + slots and signal: These should now be declared with the sigc::slot and sigc::signal syntax, like std::function<>. Version 2.9/2.10 of libsigc++-2.0 supports both the old and new syntax. + sigc::men_fun(): Take the instance by reference only.- Initial packaging of libsigc++3 based on libsigc++2./sbin/ldconfig/sbin/ldconfiglibsigc++3build31 15399631482.99.102.99.10-lp151.3.22.99.10-lp151.3.22.99.10libsigc-3.0.so.0libsigc-3.0.so.0.0.0libsigc-3_0-0NEWSREADMElibsigc-3_0-0COPYING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libsigc-3_0-0//usr/share/licenses//usr/share/licenses/libsigc-3_0-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.opensuse.org/openSUSE:Leap:15.1/standard/9ed2b4eb4c6a500e2ffd25113aec776f-libsigc++3cpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ea1f475cb70971f47314807e58fdf7ea7e86182b, strippeddirectoryUTF-8 Unicode textASCII text PRRRRR R R RRRlCX%z?^utf-872fbab1bb950d786c810285480085451ac0e28e3ca3dcbcddadddfa005e4d589?7zXZ !t/V] cr$x#?z1wkYŬGSWT2l/,pLݦ=|Zu츖հENW@"jbUU ga=vF9p -\O|.؞CqkgIsgbF:r+CGx<< |ka I@L(l7Π7:'EI//2$nl$+z& +dsj?((ZS $'k(z]y;iN gT(73urbpXQ:؏^}k4mSvj\>Ed% ;|8IrUUqgA.sO eӐm=ް.I+(34O,$ߝh6movw,7 "^${s[|io=}O[f\^%{Ͱ !*bA%7 (M_1A)2%†e%f$j|a7Ao 5gc\릞 Eˡ?k/@H V$Mr0@Bh*lsbK]OwJڭ@ ؞ϗJ}a+'ɚep\9Mr<[%2!!Tƪ,0TlH~]ڬ֣Y&Ws/9;!IcOaT.$nTa)Aevp-/b, WX S9JЉFDQHe=#>UT70XK_x uB1;QJ?rPhC="yN$'P C$nO~qv }V]ƾoc2YͥD=[%9bq"2w9~>4oNxyB4eߋ=Kޏ0(ZݶW_X [VF s}oYt^X33z]B(3K), cafHbK#Z.24L^?n_:0Y OC =vΛ w{{sAjq4v!rrN?Ō{{&Y=,Ș[y04-ZhcWG2i>~{l#]5d'`)-řyԐKYf=0w5>/QoM9p~.Ӵ47Ab@H}ϦbTeOaFuqФlV;d[5ֺݍ7Ω](NCDS&5ҳ2~>heuLWV=p9_.mGr45(d^e{,l4<:.0`z gDlΑ /A$y Jn\إrLD0&ގqh3-IoIcoOl׳ۭ@^G>gJ[+.۵ow" uŚvBI>f<)\r =?hE?Ka1L50ɉ>zI#i+زySꏙC?U ~rNhW\8mqjxàk,ӯ,c=z"Hj W `|#6Ep d̡+ԹA?/!pA.E4eD]3*(BH7Iu\i='h>w$Ms5t":-Ks݃j4;PD6+Qt'_Ge=+4#eFc?S d U0 `1;f(.+E's6*اz -zp8 sZmqt+Hd_F#YRĎ%Qp{,㧧3C1U ]3u}4}ڟ%W츋Ԥ_7TQz~Sbyځqm}<6 :]#q]O19Ŕ,K(efzL9{D9qjj"&(۞ swN9(H]- N SzۑY$Z3N(~ '?H`eԖP /^. s`GVqYPm.!y#k\8F1(7},oT8\7?z YNBg 5huUF5B0m{woV{9ubfP%7TtN1Z+.7VQzHpu `AWe>g5 1s;Z%KUgQKSrp*ʅ#u/y\km; ΡvĦ7;ЮC-s0hj˺hNs ɜV @$΍EHǧBӦ""G 2>'ihJ >$,V%(BUe9$~ u>6,v/d-k]&+"1 ŷQn̙sIvQn7GH+B<Ϧ햏7QnaW :R@2qC|?R0c2}@ژRlLI&䐱r$9l\@Sq { ;3)!|^@ātu聦j IڡxJè?KU|j.r8\HU>  K$4M.ٷ+k|0WtFvaw-\Wa1}18.N9RhZ:*|&h]+'| 1%£Lw@9-{)j)zreUHD/DP WZA)e%~7V/l=R/--EXOP=ÿ06$_YhJh3FD8ڏ.hF#勤!Q)A6bfdAћϣaGt 6{XCTn(.n Tޑ|2t\*,D+0δh{TrdXeܞz7Cs%c{z=xKWO:hc-X<"0qugroѸКG{Pb0 1t Xɐbu۪={Nw~N;!ޮb&jB5X y\SuN!reH7^?V B*81Byb8w$MD VׂRD Jc֍2-:Qjn2K^iCnJ`q^3ͻ g۠le]Gԍ^LPdFY0"%(1|DYmA21vo2P%8ȇ-3␱%/EX6a'SNW(Ѡ}rUx!fƇdjHU$|4 TA"#/6Z&4X\'ҖfV9r e/[qmSŸ\pi`AKjꩨ&N"RƐÓ/SCTnq]+훴r5Y ^&J#s1]:{B9 Ti`Pc+e7MI=Җ9v}- Ft0n7 tˑe`'Z,GRp`"euv= UIMoݡoTLWxIjdUͯO^S$ٌd ~? E7c+`\wfyZh&X 5Nݿ: iE]+'ᣣRoT{:N'n̍s 0Df9]): +ՐpzVt~ UBaߗxac{HV2B=AX8.H*'Ls&β ,b>ɡiv.-oFd0~8 0Lḃ hJ@Z5Ҕb;Qy kG3:3>bRrɐ2UIGLa4!sUؚ{YK$8Ya'`ްRu)Ҭ,Zn&+$pmX@ &}B- O_8[]_nkMi' 3.7iF]<(UFoD񹙗 ;6MmOVnEH1+b>z#`R(\ܷ{0;CxT|6>UN*%Ѝn{&r,C3Oq{rw:H ꥰkHUO#!|}ߛY$II⇟ T5ްVp'}{ Rr1<+9,%lGD{atnCk 8 hJ3c!q%i-B,A|ј}$jeqM+oZs"3˓ sƫ\ 4\=6$V9ڕt](NƊ (2JuMGRt=r{}EiPsmhT٦:0G;v0-bF)K`XeTY ,7ނL^O _h`WWQwȗM!Y_8#5Wv|Rx}45D`˓O[H{Д̵0KǜH_ґe+3_c$D M3}bw@\O:*q/E8mi˨ g2uV{Fo0^iXvѓ`D_{ A2 g3!Gh"K.ςVַgn5-czD3psP0LJ:n3'.&K̠Э_N}aPk(AJ}>z,1߁2[FM6ޤѓۄ̾@ Rc%Qo`+Dh~:R/ {M*=1Y׊*_R||I8föhtg=Jٳ\8$B )2>1Nz p, EzV˜ 漽XR{cG>!a 4xe"غ;ulKh>C畸xȐ KЍqױK)`p 6 +ub:v?-:Uo+uNҙPvf Hbv&ϴ)  9L[rܯK)A1?CΘ%`"^\g L'qo*F|̊6YRSv0A\cu2;ccb #lJzb*ܒ1.{_҈x6舊q'4F O;PӉ1[4)||.r. j>[!Dzko$FߏiFa=?u7tk zE-G]W";XZ?P񰛆WqGuAYq9k l-Ƭk'K}\HPq|)4|UڼbG$ n˚SQVc;y@?#/ >xуT)5(Kh@1 ol4YX|=u C*ifCяtRH%35!5]E6qYX_p-8s("d?9c˵q-Ƽ1G ̋R[-l;AC >A6D+홡^ c2# _!!]e~ ^ؔY%,Е c~A//)x׍ pkC:x@6O= ^bB( ҋm F_.CdT|jM*: ۢ u>N/].縫j*y90wFSdx&]򾅉1ׁưo)Xq.{!gL\3 2ѾpXqm=P2CS%Rhb<񥏺 {Pw>0Նv9eFyކ\U]%H9UP;l '?#HQ&+2A^7m3 D AS!vT6Ts4V_EN[-T>uogא}pKt¤ QTБb3`a? XMg'nwA5*&܃OcWp5,@'j17iFyMEbi]w1 1r NbڕJOgfϺ”lx;j/g'o;JcX_Ba E[?7kFŃ6 . [\8w>O~ry[`K搯RҠUitֹ7&[vwSkk"G\TXeL4#eAD}l'խ#eZ^RL7tDdg֊+#jЄ@%qcseћ Z$ 5ޫP]ZqC=/^5L:#-T;f?l *EuۀЧ{ylb?njMbғż'JrWxi(FSsj3["6L37@]!idE1{fti>}8+7?Q1oBoh6Y[Td2ޟ4͒INjޚ) 8X  S=]=unb34!cyR8l!l]]kXԅ3] B0أ4 [ܤ\VIeGv,ug0h4FquWAą25Ԯ&P,VoŞXe}QAp㍿/HGsCO h <)WI ch|)Y5[+UQ M{E·8dݷއM~nxhq850.@VѼtP7V<BOʺ.3Iz+ lfWZ$-@ 7vXKP]\<_z.7M辏ԅ(x<H7^sw*{\< l[Q|WN4-c:|^S«V+ˈn{~Jc{^aOn$gU~Pj=ud6J$QB9q| c$T@t[R0JZ#Gՙcu rښAPw -ȘiJ2+!oeUM| b':w o8%wOoM'ErT`I-%psM*z϶9*%ʋ.vkPOy9&1dZ Gs+}ߪ+"R B XO-I9~PnLL"ѱK7_Egw{.QSKb(D0+f3O܁OzV)\jUֈާ -'J7tۨ%M =!qmLYJ-hƒ(v+׭t0Vb6>gGKÉ%SWҼ ή ;2=K 8Uoz )Xr#\c7%k>tοlX܏(Xڒ$%-"7?F?${]=c<9Gޏ$?\EtQԙrg ק#Cg~F+Q{91­YvLbl+.+tF=g?m5vv0SA"ٵ(e'8XnHw\@tW-c:l b (>+Tt~U Ne]8 (3֓Ns4Qs,$nlO]_LmiIꋱGX)r ѿǔñ$-F1/?$A{ EM$Uվ:zbO F9}d,Mc<^G,Dz-6Q(Fg$ʃ4QD}O\nIP|;\H87Pӌü ve~\مPTiojX<{eCgJM$i!XBTTyzR{VEp$|ZZTS}WL|gc3u„ .P)s;<Gb> td$_HU`|`VY&mƿCy[g͢2$(ϥ@.|՗!ga(\J耆98nI>,w[Riz7RDgQa1 p3{Xo[kQzN4`t\5i0,H[$BZxGALJ2E$$f 1e9`9{B-߲YخFNtM iO;OS8͆w+u Ja\@ րxթgMRlq1m5=S/(,%=v=.cr`>Gױ q# `k]p#flR=Z :ʆ9!aԠ`n^ĐǕ0K%.(/\Ճ]Mj5x^B;TL0RTc tp](m̭" P1WsIz>L6D.%U0b^yܞ^u m m7o !kF|[=xN:>_ N6۰pmvC3HXbW@fo^!PZ&QCԹ^U f{$zRNI2B|×5{*ITW='=}MA!ASBƒʜwE:,!i7⬄l(JЭ@fo5wp-:-]sD "LP{_>'gʿ'FHyƅUE4$f'WJ^<};Y屲co2M ϗl7Nq/x/rzݬC/-!H6=LLʶXo\i~?8cs%E',UDTA~uT)mtMuywU,Us$HP)Vfxٌo+y( 52ޙWPmV*G%9#2A<ڠx2٘GM|(Rcᝁƪ"9Wʻ[p`"yXo*>C1[*-?7/?uv}j6A9s1qcAU>z1R^Ѯ:TDdRP6@3*Hc;UlW]x|w#r//j}nxb1#|,cwZnZJoS[5bCdRCu/Sg?:h#PVGQ6%k]S#ypTu*nHJv&RUc9ͺ{*NFs51ªTFuuh$fjQ&_U/B|`Vbme*v!)go {2w0m>B:>է@.슓O@5v"a0o;A(ӫmpY8@vpH2]&- 'lȒ~ץ8w  . c`9^bW<83[Cq<}_%sNXhL> 81N u2P/,#,Q=FrJcdc@_,򖊎fYrϡ.f 0~`|_ ryfn֓CQi|\t+'kws[౏zg* sZ-g.> Ke#Fkjغ:]~h"L T@FjoQ^%:v)>{2⺂ffoXxqfj)كmyg$pu_Eq6烁G" ZJ䡞V"lJ\Z5u_&,"MĴ籦-/K*<^zËpa2뙇e<4MR؊{Wņak WW^Qi/k*B>OʛRܪ]U1>i.?MGh0;赟,w\@t %ѳĆ}1?on:咻@Ù hoW C>StPv'EǥS|nǎ6tc/"e@`%wq8D[x<nP:hƶ37M2\:bwU|BՎh"wKA1Ѳζ?2Fob4cg<:cIJjoHEZO>`t[ucO>z!o,.;._WeFYH7 ^JgGggn6Ц3 #poLov33rp *} ,Ā9`d{v(|6!~p^rCp@~X=F_2H%C˼Ύ˃T`L+LkR[ uh$QVbO \2zj+F~Xw7="8ЃfpOF>WelJ]d?%3}4) c4=ONFmz5܊[C钜oIg\ |b8XV?Lo0ƙxfq6?~>Lm6 6V&fdxi+x{Y~.Rfn\Op $DV7fLoI(*XZ|#GXwiEW֤6*q&[8(<A07*;Þ%<*p)~RFR}v\Hͭ+qپxrF!B%U5C3|`toވ㤩sfq:鍸IPg|WCؚq%!nF" Ե>urYZ&ksyJ]mR~f kG}k:aqxC^9vA^" 9(݊;(o(6.)#meRl_5L t{.[F -ͥ-4OFZZ`,XC&0WCLB:,n>m;12Ko ,tr}灋EH~$iڞڡ Ǖa+ZA&6ኢs%*JϚbi{rϓ*$l y'>D ;Cv)00\Y ċ1~v4afq i/nyRCB#)/*? Exwe`s o4=/BNFT۝EI_FAES:x$@ݖ5Ntš[ư*3{&x ȳxeY;ǬWB ƭXdFD"[4s1ۜSkH,щ@Вv&[Z8 #d9/ug7#!`(w F_-ͻfʤl畬 0!;%fJ3 CƜj Dz͔d9%q~ % 64VR', 2ԟC/rimX'a@V9)i1YXBn<%P;jcc;:|4"taP>uĪDgxKI7*Xcaev)9Q<J/G(eg"0ޟ^k 5*B!FiFy2ϣÆ˲4!1(4_6K F욺ݟ_[7d~3>(q3u*(sq6.]ԙ46")O@Ŵ7x=<3MSw`;UaLfoGZ9,"n1?` !~:K>-$pcpJ=m)zhRk` u{'wܝ_6Uy°䬞ֵ҇T\ݍ]s>hDv ֏k=!1ڡ˛+h/ s\V@륮s~Qʌ}snv%*# R ύh?k?kqL8NY,P>s3]wΦfm3A imv-i͌ nD:z76>(#$s漛&M]ݯʼnkV';Ud+c`D_8/vĬu /}6&˘dGC0GE3 /V^C*HFÜn 5dy$*O>+K|Dl,OO6y ig{"5DM?Oբ S05v<ѽ;+9$ Ě%!C{{/81 `;˧ɟJJ8uB4 ٭mvC|2Ī~6Q^҂ո 5RZeG=th^Wcz/ЍNTNPyVp<#r2.>aIy"+YmO7wYA98$.L^Hh9\z.7'WTFh]|K*E;wėx!ުn&LKHqV6Aᨆ")xB,Y͗`8kh~Xi:PW ,c U_9G7'Е8[z7<gD[uctz%||q1 @!1L!|obtBEr[b+Ћry=Yg9>HH"K6)璲g0>pfYIK5} yrOISqXN/,jOr 2C{'=Ř@_E!0PŊH$镮4L'VlbnPw Vsgl_@ /1kɞ5Fqa g1#m7QO;!!_)~¸{f^RғҜ/4S־N<4 e @,I#H?Ž؋ CZftP=zyTI?~K{.F_t+^GѦ]DslDʷ4suG'mqfv=64%^l0nMRC7SoJ)35}Щ];ZYf֜&L (}m4zM?$FH&=)xy󌧇/7S۵N !=`C*[1 yh#)T~k!O"VNx&sι|G-?yj_N ,^jw eckA=aT4/{^Eo+8r@L>$4)"JᑱktUqZY nHj_ 5TyV;b:t{yk$Yo%Gd6ZE=a6qxgmgIwLL06vrO_rsP)Cw?̆~i g}QTvL7 ŵ;-6T*Z۷1'> Ru@+y)):ďAڞ*c\QV{?W={e2Jo}\5 ZgnXCDl,eExmL랰VHۣvE&Й+$ 'qZ;֚ʒ>8RΟg>:*ZSkYkܰ3Ub.oM|o`[F5bT?J$D)3E/^boo1CpwKJ"Y>7ug&/&r5q9{y1EfBoWIb\RD(vD֫+#Y DZq 5!bϞ*y6L d#Ej,<+76 aX{ )C4Ϋ÷ж"tll#~Cv-\#4#(rOnw 9e|\(=Q/Q zӠSɢ~{?4ʤY]Z@ kƓPl`r%$dh DX@@Tc[92(n'8lM+sk~Nq= $,]xnC1~'cPU d.*qu1BWZؗ2fՍR#%zq&B2+)8p%g ņKVٰTgW yތ2X3hInFw:8H:|O9`Hծ[9/hu3 Sщ%pRĥ/Rk2J]no7gY_0!n$Ktڵ/iL,n W9\JsF#ZDnf@R4`W$'\1/j85-G?BwEvw!EK"=WߕT-JPO ?p$.().lCG=USHYܮмlҷ1`*9cDw-OuKn6PCyHõ4 `)f4񹿎:prhI xڇv6f13iѽrp:R-H[^(rL!i]\YT˪01H8ڲ\ixG]vJAyA<"(JH훝j 5Pؓ!P_9Qg"Vg}61#cdWTmC@ˉ( RHn_d6l@şg }:CK_?2Duƒ$MkyV 8ZNJ?EWҙ1EYiY7ټp.uNْGxSEK{-aQۓqF%-7 Ly̩{=?=B~ _Q,u؛"[fcRC!㔶]= *uvml+C0jybz/vCːҁygH&c F‘zsw䞟y|HhXMcu,WIطhzg0'nk:R";W*Aߖeo}\8*zuxI"ꁽk|*j;A7HC濠9j ?%CM5.7Dnu\۟9bu^xq[\bIwi$2~ņWyZ]5g- q6ݑqHrUTI˺4I͵ qrۧJγo q!h`/^1&_+r8{,zㇸ{ \ {nZ6&=-K"z -GQ#41KĂl⎺U?+,<)~7DG8>n$\B#asFq"$ +`ܘ/m,]cKf-|~g99wj䂦d?9>O>LĽJB&DqSZ"l3 XJDg*@[Sgຢ_kº_{-{9!fD-@D3>NsbiHβY3bt0J'9gÆ܏&\Ƞ95vM~ TZC`#0ڴޱ mW<`{\ߥF͚z_ji'ɌG4Qƍjs3> v99SZCKhjϜZإ,J&]}|C) P ysO- !_r ٓf#VLP:H  PB.ewIsB䯽ǻNQtqӁg3Н/m=}q)DYp({+ݖ8IMmG #6 <ס(-y|`onS&ARY<&UrqG9˗OWXHI4b %0گX.OGn|EA %A#@?9-@/CqLlh$iezJ黸x}vC,NJ\.hdk  RRd"P"ba{cؿ~-r8$ =?ujo<ֳ =='dVMbOvQ@R@sXp0lK+ScѴ ߆A||{z[>YgXU#!4)WlctԶ YZ