libsigc-3_0-0-3.0.2-1.25 >  A ^bp9|FM(0FELy@;#PcnٷxSׅ`+[- ъ/ֈ<ʌB:L~'@LAvP+o JBʓ05?  ZwT_D4?߈}LgXE0+Ѻfl#ɓvfH LPr|ī$q*Ftҭr-M;Bz۟=)a3aM$c`U 8Ծey100b0882b7cfc77c01a19ae69fd1a5e3d998dd9326e92033cd5f79cc89548176c39c9d9ce828cbec02f3c6fb8f54ad2cfacab4f8^bp9|\Pmt;R xP'E08򽸀a,T,E? a5b1)>~)ߞz$digV_%Qfvm/hʲKoV$bZOŢ_< ؋Ţ2`#& $ ~RD)9HIՀ<]/HN I A3ON4إ% Al0Ҵ>8}NΜvZ+®?0~jQ3 e`*-vΧ.nBOaLcr>pC#?#d  =, BSsy     ;^|((&809x:>W@fBuFGHIXYZ [ \ ] 0^ b! c!d"e"f"l"u"0v"Lw#x#$y#@ z#p####Clibsigc-3_0-03.0.21.25Typesafe 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.^,ibs-arm-1SUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/System/Librarieshttp://libsigc.sourceforge.net/linuxaarch64 sA큤A큤^^^)^ \7 ^)Za87b3e01e334797c2370be0203aec857f1fc06204374311339a417dd2b20e4f6daf5d0f77ec00690c0135813fb9cb43cb68391f331ad8adc96d0180e83e154b0b4612f9956d47112a98cbf9630d21c20b810cd56599e1f944be52359c962dd0897628afebc60f026f5c2b25d7491c46a5c4ee61f693e7cfa07fbd2c03605979blibsigc-3.0.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootlibsigc++3-3.0.2-1.25.src.rpmlibsigc++3libsigc-3.0.so.0()(64bit)libsigc-3_0-0libsigc-3_0-0(aarch-64)@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.1^ ]s]fl\Z̧@ZZWQYV@X@XEVWq@W+5W$@W@W@VV@V@bjorn.lie@gmail.combjorn.lie@gmail.comyfjiang@suse.combjorn.lie@gmail.combjorn.lie@gmail.comdimstar@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- Update to version 3.0.2: + Build: Meson build improvements. - Changes from version 3.0.1: + Build: - Add meson build, alongside the existing autotools and CMake builds. - CMake: Fix the MSVC build, enable warnings, and disable unnecessary warnings, with MVSC. + connection: Allow copying of empty connections. + sigc++/adaptors/bind.h: Make bind_functor::bound_ public. + test_limit_reference: Avoid virtual-move-assign warning. + signal: slot_iterator_buf: Remove unused T_result default type. + tests: Slight cleanups. + Remove unused #ifdefed code.- Update to version 3.0.0: + Fix tuple_transform_each() for libc++. + Documentation: Remove some obsolete documentation. + Tests: - Make test_track_obj.cc compile with clang++. - Don't call static method via instance.- Update to version 2.99.13: + Replace the deprecated std::result_of with std::invoke_result. + Build: CMake: Supply SIGC_BUILD and use CMAKE_CXX_STANDARD. + Documentation: - Remove some obsolete documentation. - Rename README to README.md and update it. - Reference docs generated by Doxygen 1.8.11. Hopefully it will show up at https://developer.gnome.org/libsigc++/unstable/ + Tests: Add some necessary #include directives.- Update to version 2.99.12: + Avoid compiler warnings from function pointer conversions. + Build: - Replace the Visual Studio project files with MSVC NMake project files. - Add MSVC_NMake/README.txt for Visual Studio builds. - cmake: Require C++17 support. + Documentation: - Update links in README, configure.ac, libsigcplusplus.doap. - README: Update compiler requirement.- Update to version 2.99.11: + libsigc++-3.0 now requires C++17. Use of C++17: - Use std::apply to simplify implementation. - Use std::invoke to make implementation more generic. - Use constexpr if to simplify implementation. + Build: Require mm-common 0.9.12. - Add mm-common BuildRequires: New dependency.- 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++3ibs-arm-1 15914076603.0.23.0.2-1.253.0.2-1.253.0.2libsigc-3.0.so.0libsigc-3.0.so.0.0.0libsigc-3_0-0NEWSREADME.mdlibsigc-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.suse.de/SUSE:SLE-15-SP2:GA/standard/cd218372b0a56664de411c14a7790be5-libsigc++3cpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=09050408b793c87d375acd04ed13a422cf7a02e6, strippeddirectoryUTF-8 Unicode textASCII text PRRRR R R R RRRRYLi=Ԩ5* %=GS\Y_x#WFH7N]0Aps!+V˯cZY:JQ-R4̪}_)Qs߆˪vX`ZY!}80s.Qu\Zi-m-;1"zD!ϊya 4I񩤦JGL!JB-DȬ%Ar&SstlCW#+(Iɵo|͡;:#fVÊ=u]vUɠ2s,Sv#'g[?'XfJPuu@F^eej͡-X=kŒ?3Ô| a|m2v#YvαBZ=N7Cf< P}ٕ{,6ىbKQ3ލfaggi]QɅ|}_K V9us3',~{K6K5HhG|!M,Rd+[`,jrnUY4O_*lNM1ӛ?r^NVW)Cˀj[ g_?Y_|i* XgdJ?ٱ*eBSY@wuwTyiS:ƺr}? xCAx)d=jnc=pWdnlԣˀbNX.mS|Rh63s'gk[er}#*Yzf(7^C x{#40l]rnvMl(eh6mҕPMtl{I \Sp([{!yj "6qp%Ue[`Ir Ėՙ}$G e DR$vu&&B*<š jSΒ hF&+Qe#4:+~)zsMY< =j;j^sLiYcy} 9ȗ{1?+,>ʀ )>6tϼY+pqlrpB^ JJ= yg|{K{3}m@=WVv>i0dwW^ikC.8^"%6kb{%gMx8^1%n mK9 -iAwo˝FژQ<*%JtUŚD[HĂ{TKW Y~gɔ㪌7] 5OlרQo&8lch(BU*_j>IsOq߳w$d kz Ym~d|Rw2*`jh׽F٣ZI"R ChLRA>`Ѕ/*'ԧ-W)]ǥ%&b"%:\çu'U\41;cq 7`ߓI9a>wXkAjhf -Xr7)z a L7׈Fˠ@.anw}cPI9SWe"l=7([ }' !O;@ M I7ЗtvcZ0MLFm7:#b4sMJqr!QvL@82oB?NKc`zmۏDLBd8$ĥO0QSkKBU^Z]lWqBvu/cTfOh{%v[ԱK}B_V \Hڧ?[I9H4v42z5OWIzr6X8*3yyk*s}TZ3G{cZ_JS>UMB!0!'Ɵ=#L! n'&!h?zY򉆱hbg/{왟 8`ۨdF^^}yTbl5]J=fI0rdG)ecsb#"ؼkNOG No0 H$wʓe} F2Y(-9arә# clȇȇ @ n}hUZ0t_,ZU\ A6W2P=m*_pլ#pԟI_V"=[ܽP.{؂z 0E>T` eKoY)t(h rS%KtT'" F_P{_jyً)wu}EX :|vYx֋H$K웺 .gDҤ ,?(IL1{VDᴘED )?*=p((R+hEYx7)y>me[yATҡmbT'],X@ٱv}gϯwHgo7cRX4鼀q-o7HnulJ'ApH[Ѐ,v#}zAR^AѣK2 Y: me@BVRKr [ɥ 'd5˅Shh5Q M5 \|Ի9_D q4"L&v,7Hi{M^(|d/|NYo*;z{wl2ʦ Nb(+4.iNq[= hg]qa]C' U~G鯎0_^SlLn 1Ȱ;XP8ʹ$yreqz=Ԅz  #c.V"yFU•d#">pfp K"N+OC욣"p.&x-|"8ooĮeaŲ|lYm۳Pj|';Vg<]2z=H탌)^$ؘ:NVI]oܐ򡘬Rit .܎j|D'.IUQw~Z''A\2_! nm6L^;jQB}iV2oYOAlܛϧ|Xе̄|^D$ v/B#w_q ؏7on~!Pgle;1=ubtb@lͧ\UJ<[jaߪ a99!\>4+<q DiA.\T]JpZ)=. aXoOA;0'R1~V9D8@H>PVW\̕VŀF0%4Mo 60߅oe~W>E21\>$Ҿx޸#rvz#$ݝny8iɇ*v-hj ^ϋ8f $sM-ƨ8K>*^ "DFY^slU۟4\=`7u?".3쟳9gٷ| 0M*xx  flDqQ3)tlf2ޖ2izY]2@nTX܌O4S[9W4_'/BncG/^ܝvyFlku_~W1ካ_Kf(h|q=]~n?3D-3;!#SjrbLw@\f1B>NF=Z"װĕM X S$ỶR3`O)核ПA0Edzϭ;k,(7EAJl]VD@ca(E$  ţgJ/IGS95nffI3 r2_aw0<Q+f=| b}퓗pI>AWϠG>x"iFsﱁA =RBb#-^ @[u>`i^o+?T e5 T+4e qև?E%V:_rpX(b6qsThS\&B9ڲO>5td䚜VO!Wn;Ld=cGNuPPt^4O?cddҟVI'@<=X1껅[N@{H'-E#oMDWcI2;K eY*4/ǚzTF1'p#tҠ. r;&ӍNE򗖈e 685W|wp\ iEu!0Dg/3[=&ьRvĀDWLmݣFC34ݖŶG9Ki&P^ *>qg-:nMslJ` ,sB&#>a-歼fȚl6D,d/aw Yp域Vj,1D xd-Nqx °Gi@[H6`$\W}eR`̀7_ i-26-k-7l3]m%gԺ߳\]0UTˢqBNUz104vkKuY8B+.7={L0fOBpvFGɑٰ~g * ǽzOdߌ~eIvbe1˨nrzݎe]8kDQk3 2rxo^)FI黖^k?ֳJZ(M=JՐ .v+_)[L{&ZL,ۥyWɇ@$SX7;SŁ B'1%%󴽎l?X,eNs<ؔ8G+- چ{9HPd_ RB>rPeEWoW$6B`L@N_)>?!P%BՁQō=Vuqؕ`۸YO6(g8@k1m*AKo9Qc^eܫTrAsE}_CP B# ?Vh~/.kK)SBqBǝ3{C|h. .z<̤i !Kemc(n[viuJԱ?AW[Ee iڑf㭒^=1xZ*M=6PY{Arc<|~p)4X*6Oo&FIxbDREOcsWStI%u=ڋ&h6qW[`2,x$ݮ4a09@ləY~ӗt5b/UJPWtїڳS俏|/(cwQfٳҹq1WWmHuvA[T褓&ؑ$u1W8yS-tl>{n+bԉ_]T0ۦ A9Xa"gpx,#"3]uJ6q']L^R܁X ySw ̢ B,4ȱ:v#@ 61(z/M{y )רGב,D1c_Qrzŧeq!1Ā=@~6s<ۺ7cqd \7LGPTBEVt1b@*漋Yd %Z+Ypq/-ƊH)ͣH_ %h.{LsuH-EzZi}suE"xѾ%'^nEꚰxDdnyUXV`b,)b/.PGbȶ°OǙ?r#Z:H /,x_V_(O&Yu½%kLÕC30J,иS Rt#7Gc-ЅOݐ9BNF&&R"2{ZtjُsLfcVSPg챏 e.긷a.nv ڡDi(EH-l(Z/Mr fpցmmmx_D$93f ieG[B'Lvw详`V$Dzmh,1eZF拘R"ZݚCTtАW49!}*<0ŔVUhTx!HӑR^EDiVثi#jvr\ߚ_ǏRG.*nWʲ9J+v!rp$d wL7IkxMmFC1Y<_yTN#^}m`񯸓㹼e<IDSvPt\,ۚ#W7 Eus?Q @XU#k2>Ng5?og 1ߚD  `N?8Dg.d&]@~W\\Rc.*U5NMV=Z%oxXe9Uxg5cuQJ^ ر=&LnQ${}JnHnKX>;Q͟]ڛSr&΢=LT,HT}GvljVZ0KJ] H <>AyQ4-3tx9CNf1 8Nl_J(葖v$@j EX"gVUM lHhZPٚ}˞,g%nv9.'QE(\N[b**eg;ңb|7twU[bΗr'z<5 VH鈁Cs彮wV]D׶de5[ 1Hal8嗂4j@S{ev?u\@7 2Ȩ)_Vt-X)B8U?Ȩ2)^ L*Y1mIDp-eSX ƋV1.t%) \@358 ~5&8. #R=ş8 (% 5תMY:XbxL+yB3}7ݥ(?dMD;nΰ#!;`nKw6Sɏh_x(tf.mbݨbٲO0DCqAvnkۓPWvARU~],8`&sA86j'NSȫlLB6m6L44sZr߳j¹^uAйC0 4)nH^vX6N&3=PRb^Qb 3G*dy) u Pń IӈncFON$XyF_z<@u ~,^㸔ObzARxZC V&D-s9柆.<ū"U2)uP UUe+KBR+eP  xb_JRͭ5y4WKI0nݚf3hez5(=eu*OaOMODt ]^kn[O` 0^X^b㈣r}6( 4bߚ ġA{YWw{4#:w*?`yqp޼${ E;6"Un4јhڻVW0HCEz}@<-hXb1jp@'y8lF@YPc3ٌj`WaW\dkSF䲿)qh> ]vYwOg3tNp-ÃYC7L;$iu=+ıC|G"ytx o3)\PGD) Q\HKc*1Xa_(]blcOwnuW))Y,m[y^hȁa([Nw\;syo/ovwCSf~5>"vX,X ч_ b%1,HP|Pڶ>lTP"hO\GU1dz3CRNy C:[5/TTl#7! N+̫)/kͨBTSȁ}<WR ,U$HPN~aI^Bpg~eA 6*kRyP/z~?[aYңMw@>4giVaX6SEgCYJv( a[;\əQJf0{̖vh.>I{ne/$a=iTykNuv 8wZX4 <0[MM@$BC*J,Ps[޻̃C/d7IY慸S1 6yc`]۾lbҤ"Ԃ_ . "7E3qM/խ՞p}tL?mg` -Q|@j,~"uCz4B%"?E0DEvܜ Lz&ނ8Zܐ2ؒ޵bH;Ϝ+wTDٿAo#0g]9y"繬XVT"+l )6҉,d}+ߪ}uZN SB^ZtF2!S)1awjjc0[1Uy+-$ vQJi,8d~7hۥք`ASԪ2A >c /pHawns{R|jh/ct&L}a*Fq>A9Jk6NW9mӉJz<䕯#J:}^/?V#{[ ( 3wR{&ly@`Re*-AWCC`hf,a2iij1z ߤzߍ?ԃMvP%҅Y|o.b.|.Q9ݻdލ, Oc.8`kQX•BEaFT 7RE\+=d8z,59VG=Tg#f.@,:/䌋S#g:·3xBs_z2d@趤~I۞Xh!Ӽ/P v9SjQWb(\|*߆}[okM{;_ BV}yd\NX ̕> 7@#5r"B; H?Zd+B:z۔z? ĺ3ZZwX'Hcٛ޸aVnZ?ZŇ74z,)§X~sI !b@}S׬a1bǙݡgqG{FÚ3`uzE'ąӄ],[V{lj] 450/xj83[MoާLrw <j}wz״s\Ӛ' R0AnmK +xi}&+8dc5GhlVᷧNaa ) ?\ hB}i/8"1t[^V;'/g4ZB5&o4WS@+h੝+RgڻT`tǕ2N;k{ yhD$Ni]K~YEx|Hqa ao5'-Λg4Z6cLi,~a:{g^x5š*Kg%o4_q =v~˛-_`Kukנ&dNo+tyAeN;Y-9÷dkWB+k!_"þ;VƣbJGgMm *hЎw~AB‹&FրK8vٛ%S"<: ܥ¯xz4%FZK9r?*<^n71Nvp #"BDԩ|́|;E0:2|P$9fDLhir%zJ5ߌp% b_GFF]47T8a<Pcᙵ|éqm"P ɶHj4UR ]^\_c1DFvXiIĸ{v]'u(~!Б鱽$/^#epuj ʽX 6on‰M{(FGBa~OjB s'6 XIrHn EO܏d(yb|Dm<{O3'VWtL*ԘæB<h#a| i,fŘr‰S8AI-ORK̛PbJ9S~j9lp%dA3]wwTgu:ʦ$F@;-)Q[ 1ɜAh}4%DB"Y jV*6D o }BM0Q?9MRdmP݃9fP-EayhQ eo^9>XP07|)zYfz&a0K!r$CL> I1:`NZb<Ĺ]|z!Pô 77h%SjIՓu.)՝XኯOboj@+CɌJ g3/eKڌ=P RV)LcB 7=䮵mOG~EPP?oLN ' .a\?nsٵO{1:Ջwĺ!Ӏu%]ڶ*NeFcƬX0r_&X+kb/OrKު>gSg89ft;ODp}]3Q׈%,i@fqӬWB<4A- T<$n'F)Gx:3/o0AdDhW ;K+鬣W o̽؆yŭYDq$+ 7"cRH;meP`8sqc, pSJ>pm0[UB+[3"?][2S $/א%(ThPƏ!wV^f,|NO Ljx8x6c %FR $yJiw`"=ҿ|HP441 \E4S%C1A`S wj|Zlۛ|zk%:i֧@!$`ROn۔vjv1 pU>,FZP tro;Î4 {֨[w;2` H O! [HlQn6Tj377uG."RXd;.׮4)`^5V}=o.!we\sw7B !===ozD9K" sTM@Uf EX ] # Эvt߳ꀻo 19L t 8z%Ɍj00'vEd?be\*Z!fӞ w 㤜?r{`8.:5b9qMbADFOxuG\|i$R6wij~`ZHt@|zօc1ףدKbJ|}C0[#!X{{.3&8vtW~R tq)`%zR;2Ha]Q`,<Ĵ&yr%*=˺o2 bOW9ބۜb+v^6Bה*~R2l*vpx8uk`jO4XU6b%Eݕ0TڬDL4 {G(rG@dn/=fL[KCQQ6vEj*=GRKa!vP>R{Rr*쀪`;*0 HFPȬbK̀CG}Gu9 YJtrn_CEB))P?OV>NBK%$%ŌG3`Ǿg i!C|ZXߗHRlNN}4js_E9H7VI@ dl8Ⱥ҇)QZE"unة7sxEYEwxVlz{ZTYOz`Q6saE+b[UC ՞=62P#˾hfe =UCd'sFr:zvO!v:XQ] BahP*u{o>Gfm}ps)Ү] Y+M#cKȾZ8kUKZww{Lmyex4٪' "#)t %/%<"'dDRK0ԌV U!oWj|x? m Qqm×%ߙi '1~0R ]>5鴻N1XiPX:#+^~:\\}xA%X fMfwuWz_&]DX1*&x$,hvP nbGY}#E @XqYH{\P v0_%W_Ogf@ՠZD  ] V5aߺ\Q2ıػQ)=%&J.?' )oj5e~S=poJUqg#B%^G?5D"lqU"H[OXzplt棬+7u`'*p5d$qYHT ?LBgqfm*!V)/oY B-j)4(]d jZrYNuCj!-ROg ;2`f\FxCC̺Ė[Y#0[cׁ #mhQ%+4264`G䐨j`v~RFj U9|%_P&-Dq~38Yύr:Z)lhO^u|#2GYt^$ۧG諾Ii1 5#2%6>p oF/C],Įj)mSe F 4godֳz؋&M_H5zQ٫br8,Ea,ϗMn2h$Ez03gVg#>ZiYd w=.Q^Uŗuڈ&QlVG#:5*t(?7#e>-soپp7FZAB1$H|j#DŽ}Uɽ{17FBeCc+"Z=OQΎJ:B$"7i/$D]KVE1XoׁvR|58TL$$PkOWU,?9(u#ϼQŏV)`"*̤ `nn[*˾g^䁔L>A4M_)ǁ#B{o%;*5OeaT2E4Ę>vw*Mq }45G# D|# *<P@HrQjp;R.ijv+s N(y8PP(P8@N[I l :Ov{1Ih|iz, -`32+0!EEP풩U,5HH'"o2:@}8Ÿx;XBM9ʮLSW,Y^tP 2Ga DŨ?zh[)g;"U5 XgB4!zf^3վ)Rz( ΑeHtUBQaIf 4ݡX:ͩrԇE~R s6}om U͹U̅\礔Z+9Om{:ܐ|RbtɍX C =|:Wo9=: LO+qiKf`*>1c| &Cߘ{_tOHqP)(H0d+Fw.B( `.9t#M~h是d̕* y{ w25AMn^]@v*)'#e#iSDB5%_.8Գ} VүẌ́z%?uT(K=o+g&Z?]Qw~!%E DVP.-8\ XO`#/^'jn |ЃmJ wޖ/C1JyNW>LY pJ [4Th~|w*׮e?0zX\g I/k-ci8_HÙ&["Y@qФ/=[,Y;1Qχ /9نQqǟOgb.; H֥5" >Jsv-xukt%3Fp yǾ+r$m]=_ǏEߍ+_/|yt$ϊ+#3>19-^EQK$\jUۂ?7Lg{?6K! "}(z@7ݥS#ܼѿ<@(l`ޔuea:M<4yT6$Ts6 Q-N/mGa\3Xٮ[`?MQSBu33uA3X(c^ JjPJHMF A<{ۮߛ2;2ߪGSN4j}UN Q=n:dr"vqV8l.QWA/] eEgCb$30d89Cgr{.^:dj=,i 5SgThpgWN+$s8PͶl5$aydFHMў@`5d@͊˴E*Dg'~>/qĨ0FDﺡ &Sq"? l+ ?.p JX SEXgьC*6qG|kA t19L'trn_?;|XZ|HI8eiHx4 v7yVgv~TsTmblM Hk>:mDwM:tGxH@afl_0W7}Jkpi-=%RfD8r J G|J ̇iYŴg_|p:m(r-#^,āz'c6'I3:B0.*9Oe9@tP䆅{h=}|qsKŹSb.-yx_EP;=߉H)a2WSϲWW_y.'ʂ/Pn-dY.`?\aR?\a EC.K?ۙW 7kFD12M >ʣQpU}HRr$يGa|(NNy)B=2Dcxc(eG8^KBW?c‰P(DteL4x]/$3ǁ@FdA/oW"3\l~:].b?GNN7I)D/Ku{nk@[uX؛~#8ͺ,Q X2# {nr9Ͽ!BL+֠hSśj_[Z<} U=U}F.x5>O0V\b E?2TnM/Q(bz]kG}7J2L ЙSfW12b`Ζto$`%96 T'~AhzP+>tҺ 9 YZ