libsigc-3_0-0-3.0.2-1.25 >  A ^,p9|xͩg%d\EBѸ#a'`hW.i jI4Ap#HQԔv[Mq/ۛte'_ ES| "snv0gԺ% -Tp4Z)ZҎ,tI5h1GOnK͆`*Xe.d5q?$j2VoAPfo(>W,3\l#a'_uX,h6lYy2.y]406d87407926144a156ab1448785878137ae51c9450d366c459644101f6fb005b754f0b52e319d646ba5ca56d8bd24469b47ad012^,p9|~W_J #l[t)>xJ;R1|5)yh,)] =#{ԱH3^s}#%uןf '@k{~yoOad}{GV G*܏g)P5E&.~adeE*G^Ș*[$iӒD]M(>pC#?#d  =( >Oou|     3Vt(89@:>@.B=FHG\HxIXYZ[\]^ Mb c!zd!e!f!l!u!v"w"x"y# z#,#<#@#F#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.^goat12#NSUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/System/Librarieshttp://libsigc.sourceforge.net/linuxx86_648sA큤A큤^^^^ \7 ^Z4069086d008f22782f5d84c05c06a3410e48d5c69c73500ca392908a1b4b89a5daf5d0f77ec00690c0135813fb9cb43cb68391f331ad8adc96d0180e83e154b0b4612f9956d47112a98cbf9630d21c20b810cd56599e1f944be52359c962dd0897628afebc60f026f5c2b25d7491c46a5c4ee61f693e7cfa07fbd2c03605979blibsigc-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(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.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++3goat12 15914063373.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++3cpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7dced423c34b4c5cdd8ab678d2d9bfed64a0e138, strippeddirectoryUTF-8 Unicode textASCII text PRRRR R RR RRRdH\,gutf-86c6efb259621dfd7016deb4196e0b01bcd2b1cfbcdf233ec89f03ebcfa10f3ff?7zXZ !t/'Y] cr$x#+9C{D +(+x./RHTBx`&vq W]V=?!l xXH!C9)0S׻_?e$0ՌO3 $cN\ r$¯aI^^kم<ǁ~b{ t\QA~Vф>q+/Pӭ&5^-U\pF[t!ZUiA>ZщI JNGgNAO\7Js,BYHh\߅=$mGO1f@hD[% ;z@ItꏋlȊ90DqYChg|NpBǂUg,S+in'e-Zg2ZzR:nzOzzџNĪKk_N٠Z8uu@ڹ%HrH-zdb;wj˕( NzJ^RKODUAbs(/l̒)^?0m1+F%VOK8n=z~v_BԾ-۷X#8Ǭ?Vp]ٍbd$0sτT&H18ɔ[Ɲw`{'unuNvdJ];a0;ȵ5C6/@~T\>ǥĮ!Áɨ9d-\Q$&:Mb>x{r`V m˚Q6%t@=/ yY( {J>)Sn]}?n{'e".(4V6RUl (jΡgg~Oܾx| 7^H[{0آ$:G-;fߔAOrlVZ-[RF@@U+ wLD0-Cˎ"|oyC;bE!CډePuQT,9G P[Sk;砋L)N0MBI ijtnk2Y:#c --b8Uc;'ێ'aec. fvj։{~8m9@ za!Vh)CDߠ;ߘ}b}3W#y*\آ ŢWОy $;tws:qvě2CJC('ݰdE?Cdm՗=Ԓʈ;5z+Co!$X1|h,{ۧ G{>mK*7QA!ۀD.y.0\D ? Grn*ޮ/*6lV f`6.eT/iDvċ\$;9#\10~w,U 59"i2J6>p-LT jَ!0>كRb u_ro.4{u'A|oA\3w4OvU.[AP+82Fi|d1o I+.JxEIߝYO_sdTe>egpvE #bUxbˈ]&| i r #6oqJÿYc^ņYzw; fua(lX ȐIlSE3t4#c"V*,$%dWvvmc$5򔵮>?^Hp?-m^?r e~hSd,2{ Zap?CjkS/όĐn]ݛɆT#*\N`,EE7L';½_EL9:J/E~aoDIhm a47HJj<$eu~?ĩCYN:nLy)"r1 ;dʙ#PI˅ ?@P&~'shpc}c+ܨ+d[s.I(Z2wJ$Q>9zXǛkb.BpKTYp$gdxy\ߐY,,2^ 9"B^l8&&4A:T] 1Z{⇖:ǁ!,fOQ5%SF&Qױ4^AI=YzfqOu^;sV:'Kưg3CpA:o9Ϧ5 rBPl`ʻDTq:R-*F%!D, TH4tt]'#bq( \HC$=ybZB.p 4Lw"JE<ċŽYS@7hx_a4 y"h)))^oۅ[i[܉ɝ ~0 a֣n 4L  KkXQ~Kz öWQy έ}݃3SQDsbDD H{{X$8@9J&nn+=&,Jߘ}]nB6-]EW54RO0aE􋦬j]_|~3ǍwK:E @ۧ"/ 4]fk'OzvD5߱JL}PГ>(F.E'qKrWZ!]ݗ"Jڋ$;3VG%IltGd>ꧤNmջLcM;$IN/tnUgϷ/+G23Hƿ0!(E~&"SPBM8AcnoF}0ESɺ 9lU(^:2@-Ee :A2T%=X7f K:|ƣB*TJQHQv]]V0?E6.#>fn;_\1|o+m:T_iOD}FHfLC^i$1OQ^aߺ$$O:0ebNz@[ΰcZb~j"pnsL B~QA5/kro@I?0?F_۴Kr|ưtt]}mHdi;,z*AY. Y s~~L.=Yu]$7Ʋ-!hkY<ʥ`>}{#ðPp6RvOgWs|p#-Eo?aڵ\T̑#kpAp %҉) ͌ӹ"v>FĺM:K 䉵{-Enk䬡 Qxe:c_QX2M(ajVUST$NL?~s?~RKCEUx #{P5F|P "Cpt4G7Byl& zS.LKWRӅ{Kr ӜzUUh93DJP&r-@F@s8wF^C׾|BC[~Y5DafŢ7 ,@URrxIa9l_rEAF(O^T822+`m$:GrFܸ$!إHƒ*d3FrKLӲ#93"J)LAj#ύFoev/ o]%tSmX g #E ]:=!#@4#4#0<7{1?f"އ;Lw1I7{蝞uߛ$4PHl$~ъG**֒'B@{n͞J|mܯJ-VN͒ MXs٦5mOQpϥzzVy KT$XG&7dm܀_r@R`D#pjz?e)r^g`ِ>31cl3";fŌnUɋ+`QPE)"5X]_)߳DߣѰ;/\ZrΟwh~,-m#XjH'ʪ8ud֢rM`ڱcDh /طP }4nWmDCG z_I(4la\&Kȹ:|̹7Jǻf.J*djPfz4oU {1QxT̲T+FFbYJ~N2Ée)s6}@o@9عYQ`~AV2{ tTu x:rUdנb԰"m='-}u%`?߯u BDZ>L( aQ`VV"} <:K)!nn{ ghd:S oUm6Cr4IGy$(ʚ&h n4jKktHrՑ$S _b$ {(ւp='!t^LwȔ?FT?ZvI4dlTS)pPISs<2ֿ}WVW#,)Z%,@z>4'ň HnY;So6v@ ϶HAŽC/Wd"52@jO$ ks} "UE=KK9z;_}/m-B~si:[QCq2K qk:x>~z00j 0 kv6ppzP%RKT]0QA:e @3{ wI@W4FDHl14:)~PŠkya'KyUU7ϸ%|w&` i6eX)ono)$Ro"jk}anvc$)qE?#H,qVoMapǁ"T 1;Ԯa †}I""!C6ke Xㆠrm&i ni}MgZjoƾBGfdD\5: IƻmÃDp8}p$،p81֮1 w^KT0hz~!2B߂թ Rq#RSsLnSUxtv{=.eG^0O"ۍg h;-w9I +I;b`lĕԸZ%Λ\b IWHd"CۚE_f+_da_h^UW2)0њM- iEkSg4sv&%Q۾qW\ gMa. .,Y4Ҝm;@D3+5$d;o7m:\6FrUœy{yRȔC{D(@lW2zA2qx:GG\h^J#?]k\ianNygKr:ˌƒ"Vk߾{'8FN3FMbMV &_Y)܆*!GJ"e#^s az<-p6VHjilxB/8 r95i0}Wױ?!sdZ#YVTYɩX[#c05Cl)5sDB3hf*zH6 OAHScZǟ̘O\ҫ 结p{~IfczG9Ⱦd>o:1BBl)LF4Oɍp󭓞 @HzlvNJw)IŸ`(<,2Ii& 6թT^V(߂ckZ*f|" 9aQKRw Z8I+ȴ5};lȜ':;wˊlEٕh#k4ՆO ey Py/Vwb`ų nܤȩpW] >^zE]1%dh/j ʯ{3 F?k!rQv R=؇KOXj*i"d%ѽ~ƹ((= eB/WV5v'CD |+O>LX:sHvpֵC`H,W6)j4x1M8،l :7ٞoϓ?I^ 6bM+S);]j )~"ޟ(W)דTɹn̚;Q.u\B{z资 ͯ 5q䆹sV_xF(HV!33tyR *W’h޼2F|::n$y5Gp}_{R$K|eYg?@Т%%cƟv&5qe5#-xrkySʂe.c($n ( iSqmg"B@[I?OJ|9]oKM}Cie۳cAxnXS\*bSlvJo P. &|;BI=lcM/ܫ2oW$z+}8(R݈ʵlj'+aՇwO~є4&:ZlCFs~M)W%صCH{422U3~gGc<)zF1M;*XZq>|"JM(2wC1+UaԪp:\FQ&ZY1< 3bq~B}[Meݪ&OVÒZ-(*R̀ЅDkbg螼Bk(LR}gȣt*2WTG1q9-Jv\f3oxbXHg]H7K0Lכb u?&ܣkzngZ,(iʂws<>6>k'm"cEq-*xP1֛?N5MP*?/ 3lj%>~h{zIO3 2$' -&]_l4+L`?*('H] 1/ 2q4j`J"y֘ N]ð$"XDrw6#͞Hg00*+T$|:F6-0W&F݀k>hH/8@Ҙ-J;w(+b:ɁKq"S:vna{BK%Q<(疓S8^+@?I吝rRZIk{^ ZtL.mvӲq\W@z&O G֖(K!嗂Ҫz#}JhgclǨx \Y_t/_7T!k2KBs W4CsԬvr^;ŧ]ɣx.Mo|)ߋ퉶#(wj4+gB[]Xa I{FF[j xC tda4;cF=NJl"}VTBwFѸ8b6`GQ՞S\bɃ+~i@;ڋ:ud| f:G*8)F+(SnkusI}):@l;l=0"^h΂f <%v@d͊ʂQ_WKpTz׵ +Ʃ YQI׷ 0ƶ X"#h Iv\wSGx߳+c\d>2_Wت'+c~ҔmG⇯"i?,QJw=i3r_בW(0.Qlcj sn&gCXUrb_!!6T!笗DK/8 zqJfs˼7ht5ӾK'Biu@EA9/Ku%'t\I,\g/]V4lE#a F_!o,,gjTH @g0jlҐy;i~%lf e) oI76%_),huvW%!E㡶5+Y@x?%jtgMfE B&$FN6Z tv*JaM|Y&ԋޠG3 EH/p,4!SqAB kNy߁)̩Ky;=cRUә8v,c!#锭a%GsZJiғس]qyЇkJԂG~PmFv`yUo1crZX2 k5 Fx,3}hp6hͤ{ey䘆e5L`QӸeV74dhWw@}zx_10.ReX}wAdY: 6ѡI{kfW;/'e<LtI~c=/&$U+ua3yTX: (=UM؆~:93 *,plRu&*RQ.oG6~ mZTKSCDSwtu~:خTe+R(##bv B Fz5Tw`c7X%,2DH.c.h N}[bwCP31 '5Azj֐N~"mtGcN!(bm%>a=롽G4 XA<0fL!b:W^Y#Py20uN0 Mkc]AH<0 kbo Y&*`~p7YYEI$ l/ oLquF-C[>f|۹c0dlCKen>?C,T)ŻXf8k ! a6i*|LCH0PwIsȢE\B_)F*w|x-y;LRakt (|wы\C fWaoڒ3~F%jjJuTḏ|:)LOvMԦlɓNsعc>hqţgz̦'GU>pscARl/Qh^R!@ mb`pS=nuS]HW`.: 3)FL=shR1vEd4DQaeow.l'>3Y{Y~F Ba.YylEϻ zAGFU]cc2GXp-wAؒ%5tޡA{v/u}Y6":bW&2N;3SIC*ۮzDfL77_8e2)\6i:l"U@~*Eang- Q_UDļZ ١'WXB 0rp4p+[oѨU]A7m͵auIu ge:wO`QI\j)܋(yCrӘސ;ߍ5?9p&FRWLHSnHJazctt~,Ta ޛ+_ڤ/ hrI n8ก7 WDgy ĉ}CT|k 't:VF_!9ڕ%Ԩ[\G: \|xfÔf]ucpU\O$1Ȍ5jw&`tyc!_jԭb2tE&i84:?ulUKhz+(UA:"|81x8嶗*_eG@!!qh?b _=*wnF0h7Ƌ.ug{x:B.O/D[nl(% N\`h^jPq|UO.~|c+*wXX .-[[]fJ^I<]b4Z`r aƒN!,mb2Aӑ4(J?嶠=T ! yq*3%N#8RA>{ﳣ{( -ޅ\.A=͉V<\mZEA&efJ]}œ@,))u;}KʸunkMٌ!_~%VS7#BNZ!hIj)[\őo4w pw?*IOM,[YY9gkgeϷ̥ItojWH=)oc 3/iNQXnD,OXyVt|*L͜S[jn!zl8o.}oI]w`ΈL ǐ 䎣őU)Rڗ_zP:^Ty6grlyŻ O_lձ(q+FH7f`z$e>_UjRM];(-d'9['D$t_V,<0`sz4㱃_3`T6kVSwW;7p'b:GDY>В TdlZV/.uʃ43B$yL?s?P2BFbn6ˆsŢºk6P=mwd{``~ uMC2Q$;x vYթ,,1? {\ {rG+aaictd #ײYar:[@] }+O;m#1洺,F0D%yJ9$Zb=8Ѵ. UDM0}6 {jI* SݭF;^%/#_U ;hs]R4d@ 2cLK.0 :Eh=9|Yrj_S~56]i^ X3?p_e[$.Զ"V\)xAnI2@ikq}ɣ0 Фscg9 63PmEp} 4xc/ڲu vTFp6p=_KT*fٱ3r6-pƶO,ZwNmzg sj_Z~qE-ë(e%7RFYK0ûg:~58KǬ;'/;bDJ GNŨ*)[QfT\ۑ>ջ-/;Gh~izLI?>Fm8&Dm'S[r.kk4R0yV!q@ bE;?Rtgf')}Bv3~6.k\JZM/KWbtL5_s@.ȭ)(+R@1J>5uyXǷ#6+&01 L8$< [EITyE4DO vU◕d#<γa+YB ӕ[4\V`x6%()yC.,6DkCh3qC*I q=01! R@{%AS={(&,`_.[Ӊ!,9eE~NQmxrs1aี+X &QV:#+ !8%c^F"%%v2)6Cm &0#eB&Q(7gEIՉO9z,~{xQ$buAl"ŕcqԂʣw9x)׳wvn=k`Dغg?TE6j%QV1$-!=kϤpXd@'687^]AWލrtb ڔޔ˹ ױUϴz} zHېADMI. \Wi)ͥVu ^\:C$ʉ5&hdp (;rU%Ȣ gi 3`K,Po֎%'F >i-BQ}(^g3}9%}}%?X=:oM!]d\*d'}ݶDѹ&|֔y3?odn%\mS@DѪzN0.B@cdKf]|!&m뵛Z`R""!RCT&[<.ݩ|E,g__/LP K$z/~p H>V4PE;@ea}Xb'ta(A$vAmX + #[j"΢&~m)K>j.]Qt׸%|FBOdTRM4\, MW.xv9L>D=y!gkd1yL-ià]]fwex3OW;}:qβߩkIPdԲO2JJM >|9‡D;]!ˮ]e5%6iEUi#{r@\+w{:s?za%V܎-#Gv|\9Ş8 Yjb'9r[9TXرٮQ zqkc .)T {"lW/QQH*F$ Ws.*>ИSHkĺ A9x(/N71L΀6<,TՋA',x1RwThrAӌxT&@kռCm0?(L #tK8Z.OR,Gdv Qw$L<5dh޾/zsMZCUUZTY6ecC:fcz܎ONCUֱ2Ǻ+y5@ho;fvb6]1[Ky2A6r e 96:72n"yU .V(G\QY r{$Fއy):)qE|45~[XEcA +eSDQ8Tn^10ҬvEI!`xKHU֍O.H8a4>5RY&n13V:"oEu82Mo"+bfBSͺ3zj*"\X>[va8AJQ_5sOe j-ŏG8/Qe\ + 9eMS)%Nt`粉\gܥ@t@r}\$MD@ $TA-x@C֪Lr&ƌ &J|)hڌ._2,?~=mYO|f@%XI%̘[|`m) zkA+-rn0XEBhMաԵSxݑ?Bm sB'̠60; {X:rp KI$`QP;*UaG|68q Sj&ҿJLSQcC4q&xo 8:"ibu8 00&<ਞ?ȉEOHײ/]rhOt) 0cr^E<(v=ѤBGj?&J ]~F..Yقc`hW,S>V$mƉj$1@v8hP/ʢ_gH3|wYU>%Jή\UgQ)[jAcDQMn|^BmW4PaʓeT0_fE-mӀ5586y|WϹp|޽$3L߲PBGY<Ю@X)P$)J-殭h%ԅ*QA3k+5D?~R.ĺƬ xݟ /3k<! Ǯld s6GP]4C>l׵]֐'L}7x=[ɱ&(;gԲ`̧ZJiƈ2L8g@/mN,7Y~9ӱ_MN0υLneK'F6*;fә*9B潹6֠أq 3Xb`@,gO1h@OHWgM;M1lJV/:ό/9Ig4fAlrmPma v\5g\KB (%C7Z.tr,XSAY4Sw'yuASxś%g(mZ%(AB;{NBPKlr$󗛦ae7k;iݛd_'n̠LEC,q*#4(ߍ5jة( Rsitb#dlm Eim HF+[3ӜD!!'>{ޛH# T1 P@?x/m9-r׺} :N=Zd ]PG_ W,mܛ̣[~ SZY\]ח3@3O(]q"SwTX YUSg\VCA΀뼲@ lѨ-*3oU8Žug(2f̐(fi=ςiiK HP?K9w v;$Q@V5>Hgg_Œy[lThuyɵ^kL#OIXS: %ߖ ;2t<tc;r><Ԗ{iG 3pJ+M8 $=3! YBYk1%xDdh¦[ӽcpvMǒ\ɮD]s, 3pcףoO_w9dS'J!]Q ~w(!wn0mvVI%Sm8^?Ә7r 4_9G#<>] t N_mL OZj5~d*!9QiT~~JqQiqr&+C [2OoFe˴(_.k^=SgV ߿ N ƐilD3J8dȊ9fׄ'߃OȖ2`hX7EK5)Bu{lA)UkhPJ=c3} '3d|Ϥmsӏ #%÷.E;[,ނdzzByog3~ߵ!HzuŘTݓj^w7~~gP;C2z B"=TO]+n4GEO0Z'N%rlzۡW McyL?x1'DXZͺдq":ޡeŃ㘪Z,-/ft絽0v 7j@2+l%:PI5Y-u}\M@~ I";S8x̎Pw6s S]xz4 Wɀ |Z8Ft2WqЁ[NnzhT_%:HMNejUɋ`~@0h{EoEU596mv;٢..?5N[^z.Ϯ|D H 06 )!Y G#pO$GݙeY38zw\_JD`Qz?Qc? mКU"Qw;ߖ [d‹sUI 6@?۷Df`VHab, 6hʧ̢;4>]xijLYoUW)Ǖ9a~[_' {:×nC >7ʹF\4k:Fn=%TCrA8)ߺir'Yh=6CM ł^w̞KEW!Z:히(U`a: E ܏9@|E ]7Z-:=1m$d{uZU% >_rk7Kj/JT:ټ1M?h G{D|S"h\DM:̵F>}$$G;^dʐH0;I:ʑE@sp]A""SB݊HE7~[mo?#!g?#JaL/n-!F*`ҝl+oF_ԮCXIGoWG^?}J 戡!$K ,?KYWe&Qs > 7R@u:CGx i $>| *w)اAMh6t˿t+)gI*h% /#Ը9\o#5.-%- wOZuڛ\8v! |TL|