libsigc-3_0-0-3.0.2-lp152.1.3 >  A ^/=„3^nB:Ȥ2E|DxT`]c|@!%l?eN#dAE`nv GT]kh?~~pg%8ZrE6,]f+RO8^$ywQ t%6U*?'4K[s?@ NISe]dD6*mFƶl“_ڮ {;>R@a`Bﳺza3f151cb7d20b852894a3b5d8ca34f4a2e710b2423d2f3b1cd96a5cc2e4ef1647eca7949cd780d244e4ff3f88b2082464ff04167^/=„{لж1"O}C*BYT^]sAE:e%"X\+Cudl)S2H~&zQ)eVpp:z1d cKFֱU_%.r8c!׬tZ7P)F{*L;B bZ}DoH_,LS *tNbS5vvE˺wùOHv) UL 5Es |s \xZߧ_}B[5!(>pC#?#d  B (9Y_h     Bh(894:>-@<BKFVGhHIXYZ[\] ^ ab c!d!e!f!l!u" v"(w"x"y# z#D#T#X#^#Clibsigc-3_0-03.0.2lp152.1.3Typesafe 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.^lamb03#NopenSUSE Leap 15.2openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttp://libsigc.sourceforge.net/linuxx86_648sA큤A큤^^^^ \7 ^Zd72229942cae17be42057f33afb0284ce6d8a51b7e7e15e4b3d013584872d6c0daf5d0f77ec00690c0135813fb9cb43cb68391f331ad8adc96d0180e83e154b0b4612f9956d47112a98cbf9630d21c20b810cd56599e1f944be52359c962dd0897628afebc60f026f5c2b25d7491c46a5c4ee61f693e7cfa07fbd2c03605979blibsigc-3.0.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootlibsigc++3-3.0.2-lp152.1.3.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@Bjørn Lie Bjørn Lie yfjiang@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++3lamb03 15896417323.0.23.0.2-lp152.1.33.0.2-lp152.1.33.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.opensuse.org/openSUSE:Leap:15.2/standard/cd218372b0a56664de411c14a7790be5-libsigc++3cpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=00ccd62b47acb580779a30bef8c10cc2587b11ea, strippeddirectoryUTF-8 Unicode textASCII text PRRRR R RR RRR_ T"l^{[utf-8b71436d6ecc0004abec68215d2a5093510c7338e649ff6790f646e4a07bc9bef?7zXZ !t/'Y] cr$x#+} ec\O'4u8l]Q FyX{:vXf cƝ9ʚb|ZzA3ڗަoC=(J@kʩ8ɓ 9$s;YdacfW}]{U櫰<ˁ|&vHZ+=4@Bv2{EJ[c;O !,ܿ١VJUjfĊV/܃DQ;zpgp#]NE c2*TD>YF{0=w܍"5Ŧc0 J̫EP ie v{+cy TG]MTWu^Aĕ~7pee{zA)=ޝBQ2/tMl$аs0/K+ƔSxu -aTZȏ fq\)"z-^x'{K;H BrJ/b:tig!Y޶l.NX\*ąF,ysǬcVJR#?87mgP4pU1*[@A^h^ 'D`!dl3gަ|E%y_A{Vɍ^$ AtAI[y MbQNHE\?,>ށ̢TZmR6%.%ЎHWQ׋ٕ=EBۓ J"?"0 8%$ے̀!n'6٭@A}<+ }@w}C%H[ѿJ7Z(']7Gr#ue{2v_W@A1s\V+D4#(ǒ΢.<87R@dqL{'2+C6A6K)Vm_^"VۘsCxgOaDHߛWB(W㸇Su%5 ?y Q$2/!c|ԡXc+ w lB[,ii4G3ںvq5wl9=6` C:oLΈ (xl.OVTU$cOS!~vtgGP#ڑ_ࡠm|dd=4r'ZDHXH)$z|ӻ#PZw CdЕUu[2Z}$gYb% Bedn~UXq!w8" b8092QUTBo;'w5UzV3~ɨ=Ā ")e#|,(OPc$GϏ[yijjpg Qh)uyLN$ۼ B^q${|ߛ)#Vt8MSJJ .&`l@rsDƴ|nV;OA템љLh3i 4TB4!Y px =~fxed Ǿ!F(w7.QcIE:j?w0zUٟ[3L% #@D]5SedL24鲼9P6D@EHJB8"Z/뙳?͉l;6*WYHI{JWZB{;̖N ˕J|r} f4rA۶~ J>t ~%F<$=.ArTmw؅Z*lr9D_"ެ"Zx*l$4^_zT!.@j0o?tYEOdhLqnA_fäXfC&3;牥9- $11[\g_OK+"z#ƫ5X+2< UDT iL>Nl*t0RWI g-ntI:)5)" "- 6SC:^^䫖2^:"Pu m]q\r&,P0Y!Ǭ;}jϯ:t [S)!ʚRȂmHSg|m~t6{(S14ɷ Hf#i}o熴 R"$| Y+ͷ=p' 1!U(iE@7`nDH̹"SӍݐmu$h2xOVs3+O|"+fsMnNrȽPRJ !QIf{}ûwKT~bPi/!pXzfE#۸"Ԟkop Lm[]L#&ςTuY ,ޒ6Ml{IIcoMvd #Z/bH&( ]u1|#!MrFߎ3dvd%'݅tx+Q7c87p)Vu]P`O^ ŠCP_ʒ+}`j6*U?t39\h@9C?gu5Z{}o)3-wsZy(H͗l)n;+uٝ'5)~-,%9kr'oY ܨR~p{T= lo3K$sKMbJ"UL?IPPW"Y.Ы̱QiW/[WD_@R!N֫y2kwyiQ^<~'X6ش$e'ٵʮDЉ+M*H҅" byRogM~'e \Gm<9eViFx,/K䢵1L쬋@3}x2=*ܢ t% ==S4K/oU|NJY}(G9ʸEȷח[A#ǐUF`u)~͞MW|"XMA5 d#-f<{g:^ 3S:zՇ)V|'&9}ȃtDŽ6VP^SD=0@QQQ'(SvjL NO% ܹRU"O2Fyp5ŧB@&*x{l>7]9Kȷ}3PCL}䁛aETeQ%1@%9zT&ۂ|05A:,mBropkrhFR rp;D}%۩ngf:aT'!(Fc#oIg1jxVyV%bkk}OJzã%5-VZ`<qQ>6|Wyf KJFgKyLܜ1ۃ~@r^G)J C Y]6]2;yW $0;(Lh+O_-z49e @ۨt \aI!nCKHcKEZ%KC`z(Q]Q!TP\\Ȫ+` xzQF#ɤwc^ЧAT1OAc%C׳^VؖPv_bL\q T˿YEx2RDch"92^uVdʲ//YY :\yРڏ/7!Gc`Lk,E ]e, ;H+qxr,am`ؿ9YnՙK8KʗvlJ"{ZvYgA@[GpZcX7U̝Bflܶ6h |VF[^U^ᝒ/GڹIEɹP?By\4f LUd4}MZ@DA2t?}u/S@`ݖd%DjtVpEP_R@Uma]h3 ,U`K`!.&#> ǹ٫_*UojoOpҎA3*8DyK*~2r3S^ULRȁN_=m |$[tIKDw2u^[{h7 h'Ae&[jXqhͶX2MİB"I]ԅ;mS2HJV>IhygaSECperk[/j/|2'5bX^ 4.];81-w`YφW1uʠI QO*R2uYjd<PKȝ!TJ$;wHX~8{Gpsm-fG;$.o=c`8Ľevz y Q됽b{#6 &]߲FcS;,$_+15O[BFE ='UD>a0anМbTcX ssom;m70MhrU r|>yOݙd$0%1x_cʔ-R XNrg_Ozs2NqnYTW ǸHO Y&I\{t9j-m3uZ$SCs|Kغ w+}10hi|v dPbT]U*N+ۼ@ɕv&dU&?k v< RY1|5)#3Y,{<hm+ܐ%Mb6ȑ7W1^xxjT\Bt^Ps`]H\V톆)a{whMaw(J:m)1Enj/ukېꡳ~JMm==y\ zksVT]=f^]%pWw2K-PfCE ϺLْ+g>C2WVV]W֐GL{IcP[Np_5]w}ؓצB(4 h~}$Ú }>jY#v)*{fx-LZ`"0vVM+-gb~3$6N0& {-ىSzPX?Jֲ,.qQ NNa# 2oi%51pcbd0FaSK\;kk)˷N.cN*Q8^W{y(1VB5פ2aOƿRn| (bBU^|| WPrrK~QCzIdc&t'x0/ɳ.S Dƶ8y77DgF$@N"|3LĠ p;} m:+v"O~">AoSzT+5Rc8bl}OO~NSU&~JurV>^}2fd&Qo`U2mccո\?:90fXUB3>858j*$*z0SX~ t_?IS8 yU q!hBԞVޖ~3)bF6x6Ԯ='XWX h⁧@kD>}CSw)yL:ųk5) U*xz}4 B3a o+P8&b:Q(6G֙[q=kâvYZoĞOv&qܘY\&>K:>2Ѫ$фP |@ZWkWEf= h{<EVK p!DSmh1YunlJVv`XH+mL3WSQ mo q'YnXTMۗ|t6/X/1}F8z㦖h AV\'0{(ؿɼoM Dh"%MYLw"Az {}Ke1n Ӏ1i^C>4@g+m̎W-ejؠ%ȝҾҳ7kRz4F0PvD  J>xPqn`.sfgĿ fD{eoKV=+-%"?9j/f=&XpRplx,C -(3FJM.:""$FVQIV*ۢZ?gs/d  ]/EϹ2KniC*RDti^dj~RvYzSZ &N3v\CM>}_d* mn:Rv3Y Q2:h0$ صBA` =?6Kc̫MnyWV0R95c3{ʽ49H8P#ZlGa:zMxl[{h][Y[T?[“}SIt5MX}IeK{A\ k'C۝ =+nT/1RH6*F6CC6f"Ƈz*58rmTrv0> wf 05h@E>cvnRl{D<Up&7V-Ehfi\(stȌhƢh$Ѷ8*K poXuU餫z":̡nMS{JtqkXnG~ ,n9D}Al݌loW-JAչ缍XLLlJBKaXJxK|b+%RM9vxLpſGof `+z Cy#tWQj'ՙm{4r.:U vV; !y3Oc޳ޡμK?uÌ kEz(h57*އh-J躐1:[wGc( Q$D7{0eHdu߉:u+nX0E;+f 7P$]ǘ M/{첤fAiۀ* K$^zr=rN>$e.uj2y $%$EC9ȘOΣЊdu$~f0!6ճ{]]$1EoE^'V$tIJ.!?Yylޜ{08 U}k]:M'y] a-iis=jTNdGnSo66cьV  {*}SA>Qudicb6͋I'VQ@YS.q\^ͽWA_-)݉ܕoS(+Yd _3f(mX]ahmK%IK[Gܫ4RO,eC Vc0\E{1S=j$ZK4JM;&NM8fJI x],Q8HO z`u[^J;6՞oV+>Ё36EJCLoHn(l%uJy|eҏj16adQHLQNUrg+8'JZ{G>VxAK A]="2DX ڤ\) X=\;½6 ǨV?ovSLiOj=gX/-X?H.EJ1W2)NBW1Om06ֻ k0Ԡ1뙆DX%Z3S0&a2 D&)f ꁰNDoͤA?UYϯB.Gn7NTBE;}̊k&⓬ ;v~𓖠c 6כJНUNa,m L ^7pt~cJ jeRGuX%3+P$K푆5Wt6wXX]>u T }V 2+GӌYo~HyBO:q\ntW_4MqayS/`"oS7uT7 ;SDQځ.=nrOAgLT۸/.]"1 >n@Ei=(C lvf֌mh뗥D;@{/HEp &_~e G ^JSVRL";tݒ'4u?S֢p~ -Y:`ZLP#~a~h/NF&DaJetd{+|<=`sժ u@<G(G z-7@8*G4pӣbxS}Q%.*PdKsQ}YcE04Bs['FЙ[CCXi꩘0奧O_Uӻ[ъŧ|C ⊕;HGE4“0dIÌx yv:` ǫPn]SA&[n_5~59 8=ufL4yGf׾gAk hJį?c6}ִHg|'72f@jrXҍ;}zOU0SNBMZrvv⹰®{p.hFnyݫ!gZg8'<@:X#}N ݲݝg+(/M2=B:ROכx^1~|:t7KܗggoScGPO] +Z^{zg-Iy(S٤f*&v9CDKgOƎkѭώ =1UUOlӎ89.S PbD,9=,yث(,#f7}E*5g}"Jr$%s>v)FZ~? ∥J!V*>fڹP#j;+5>r3t ШL/FM`"}Y?zT|D'prז4Y::5tC uv=*G@H[Y/zq$0胃M/u7֮G. 0WjB|E-lڲ5wr \S:q>A{IWX[88#z2&ҳU*m"Y͓d^5܄ &7^>#2`FS M1ZEjvtVXID˕:k,}pMj$y{*aɈz>hREL"p104|<Ưy:̽A0vo~`,/F1aW:JBOf3oi$1)U#[r΍LOqta>L8eLJ G:%MQNH%T@5FJcRTmJES`)%[Z$2T5]w%j`6p;$eqE4^yΨv$;`RunBp. kJXaĿ8BR8[aA8 jH`Yz y1k#F"A`}$l=vͨj~BVЄ:UXzL[w!]zti3l!NcX\<2A";KstMq 81J= % _~T[m(:PшKܲr׭ @âT)uy.,UcԀIEW7#\ MYHdW `g+}EdZ<DԴ!64[;9vؑ^7gv7@p|R,fsi_4O%؇Lz4u^oWQ}푊- YMnzzut߂@ Ö!NsDd9pI-1 h5WPnq%(ϔxBmHrV.vi!C[O?@>c^EM 5`Y4PY#$|4R~1H"M.k@Țs\خH ):W=Ɖr!XIv-CFW*BkMk1a}NIUgv2uPDMs쎞'jJ4;;=Po؇T:innIThnp\8#G4 @,+bCV}ob'y*pML\ R K?GufsA[[޲gy{$hshT+4UI]}`Ř1S w VKǣlyKU]p8mSpez IB8T𫬁$@@Aqc\n%m<{9!OKZ* {i켚3{ ę|DnS>؎O]pZ|!qޜ)>R;T̨ :ں߳\,~1"Lf0 Bш؏ř"_:^"#:ܹk#(Sq21 |L?&Ջ3O^JPB"Qз|8^1`:5L\ɴZ?f Qvy= ;ІfV8@t dsTg:0^OۦwVQ:e2Udr&G \J Ŧ5]'fRj0dv_m>)!|z~^zbdžiu {~s!|@mHˤI2s k[Y>(F2@ܵ*zSJR2k.9z"ZZn[¸4ƫ~:+OL9_NeEs*XtUscR!ViڤDZx`bʗ;Y{+Co!S f]7s]rm$bI5]v87@HK<(@_WǤM-㗭7(<c6I} :IZ>X׽!RH4C2݇jZ/,bF6ԯ )sY]҈,I[ZEڦK NE(ֳnTIYaSn \ `RV}G8O9J&u3iA C*`}9}'r_9G-Fl73\Y!>d$_ɻ~'Kx/rbK6Q> x6%zɤW><ڹ/@|1-P2n? IK+w^B ='=CK+ uo `8ͷa$P~?xE=d]PM=*ՙcAL+$tgDյ qo8= ?D  ~vg*DO#teqDZ}{pH3o6,ΪunU0X}Z#"Nn#&pV rkJVue6cό)`⊖ӍOas\_CmNIeh)gHѴ(qpbYUšQpQrUBsg9~p*>,ɮLO7JZuž# n\YfLO*S,d=pF0@C3H* sS*El"MIŭM%L^Y-H?Z ] (bɲq,yP sK33XyyϗrD*a2BifÙ(Lv7+i9L% DzH);e)a6(5`1 Sǰҟ9d-\)E=![N;:/H{M.paCc#gaxiʈȃCd8apHPV{WEI2Y <A2K"̸ѷEV QY5+Հ8OY]ɹ.M|KIͤ4y R]e(B=pۘQzvX9ɟ׾M@t2*&EC'@jI[Ir l<)ڂTӷ2%OO[lO_I6%3~!gPcNv<] m)g_Mض"IT(UT .ߪ0h46ss"ϹV*!]Et][=.4TDy)lERTü=\WbPAFu!w4^RйC`8\Gnhne=!gP2|?å9J\î "!Uc98eio<)bՌv*N{z!e?9Մs*ř+~C3I>I+UPJנG uK*J_CVuN}OwWM-]ݕ6˿ 4gHf?8N=g'>8, iM ()%#yn 3`MM*AѹȄ,T ;1킁=@suT7ֈ5]ʍ~T% ;g]!E4 c1T ^82cF!bDqz|T45m+nPP_zHXJ ٳS`a셑0h'GnP j4g-^>w5XvBS^C>. K#gI6FB:?;؅%m} v:,Qg̣и\Ne2*!?$}B!_IvcMj`-h0(S @Cb8#"W ;-ݽd Ʃ;*FFգzK@)1Q!M1EN8-s֊ "rԩ6d} "qZ\YUm|>HAN dWwgF1-XH:fLffZGv=z~gK=e^֜R5LMqS=zFvMMa[9dm~E,|';>/>J3`_]G{WKq!f@tAwc&8m3,Nl$Hsk5 MHKB#{Inz?_ C9]6Aaރi {},Dh7*]$=}s;B"=RMt'*K7w/ 5S{x׷$6j8gKgJksH>>%HFP^tebjd[1o0j4;;i0 ӏg-p"hLqZ;%޷B nj.˂e>a?S(2߱v Wf E*`Hj޶tYsU~7LVQ |Z3i)~U/ u/V8wT#?8D=Ve20/I$t]]f3̊d]mTgX&j0$EbWlSf%v_pSnp!/Y.KPQu&A=$W=><9[~5k1vVM?3fMLo? 2hע}Hn<'jWI>OBMnsQ"x4OR3c~܄XJH 31L|B.P3T~ţ@U @M nnV^U&:ҹu]cR;V ܺZ۪Mꚡv%4ƅVC9_!jwixuuxc\ TUူ[.Kj%S90ʜ1j,IjH=cGçO';|`u@k\ "D#J$CbN;_dE슱|gyA讍|VEP7m>Tq@!tnJ() KaمO$$WF&lldI;]xI_+Xee6K3Tmj tCw3@3}FgMUx5J%c:F#]C7/*D t$03&ϥ {E3%;X[d;ēm0IY`yB0h { '>%&il;M h? "}V9Y_QC ڗ].ejy0NQhj<ޏ&הR?| l!BaqpfRh;yfg#lVȝh?A年GLLFf uu}4][:i*7r B JPaISzrٟ$o+LqHZ?`Dҍ)vz9tc%a9ޝ7Rtt/A|Om*[ ,O4J1}J^_:l4 fK%ҐYKQ%~S' !+kl0bp+"揄|oc/[u+p( tdtlnx琫019;nIG!Djj%Ees[ O @s6pxIlI"p[%6o[dG3N{]WB\.ojJ\rC'1oĭ JƑ@wv5-bY(h?e;K}rBY2cm‰mirn}D-kD>:E]׸r'ɾt_'vdux}o|n0/?i,yzJ AEjjZE;㎴Y.BAtD":?!-iԢ(Wr`e1@.vF|v58{k q`: 3"h!җ @If ;amC2oG1T6fkfNHgt]ދqH13*^uzp$#'^ZZj.0PcmZ=fYEHH;jWqwQtc&5-D3gA`~vX&7 LČ!FD+kE:RjNطY Bcyp~Ͻ4@`\V2`~0$C飀~,Kb(zEf;粽qDL]w̸n)f2* }8Ui2尕&%0EXv^>n- GTRFiOBd |D[ %>{Scr^5 PQ'ŗcxL(ܣ3U˧Nì [)pm0OBZ->rui"ЏguD]}Te5) QLVi}AԧlFLgP`;+k $!y/U[ⵀƮr > "~ʨ=\2\e.=I CQrNN@tQL7(6 8VYk*ׯ|VO!j6T#c K WnsiS<\ue@y);})4ѡزS" H_#4 X Tk:ۅ{ wVvO߃*fshg$1R G82Ley}|wL`å p2]sg&)BD`F GR X i$K%'sw#)-uzm-Ha./'ƚv8$g'.=鶞 # qF>)}ᏍsZj#1LeɧX?"=ce"\ę0Gqe~ǛY e]nX@h*a_BkbO! bƛ6IC\*7utIq-_ȝ7"[wŅd*Ty{~ M$_!N&ͥ%;DT*t)rhI^`v1| Lcc/-T́IXmS=g{P9Gh' Ħ40.B,$e%YA#A$r"*@iX! !'S1D5;`8LTGC9b rs{tI)̪˾($YTiCjv*rQ]fRG75OKc2@GbȂaFIUۉՔHjvt)z7"]9*QWQyIZ&y`Y8BîDiZ3?UqV@־?-+Ps>ΨT^`PZ-ZSضh7 z{{r,j%4󰴂Qge*j|֏?ԑ.&jHP;Q5wz(!'63g(,A'tZ7/æ"# vuJeՕ)dfM [[CG#PZ& EE<12~ YZ