libsigc-3_0-0-3.0.2-1.25 >  A ^kp9|ũCJ+Ӈh#Y"sy/Qfo7:Ml%ЛWJ - ^t5]o F,f%\XUIARMHၽ1-'ܴqaIkHt9k:I N!/& qPk!sHE 4DBZ!T+ԅR{L{ۘTHH!ױ'5<cr-!ΔuE[vV-HsT:e2c6744b29a0ca3635081a46ae4fc3a5180ab3300f14ac8e3e8b2414d997946830347ab3ca4b3ebeabe82e40011ed4c20bd66f82^kp9|,X~-؊2[je4 8*ljP!Ė9':l̋gTvFMFetR21Y1coU2w\zS7 }*hM5ST+:b*27e&wKpT_„4*l]= 6ꂯ 6N"E Qz0iXC䥫 h82Cp^KKE&vöAlo.{g{R/7Վ=7>pC#?#d  =, BSsy     7Zx (89@:>@.B=FHG\HxIXYZ[\]^ Mb c!zd!e!f!l!u!v"w"x"y# z#0#@#D#J#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.^s390zp312SUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/System/Librarieshttp://libsigc.sourceforge.net/linuxs390xsA큤A큤^^^^ \7 ^Z88a832a83e08e933292b6fc9c3e674390378d4fba08268aaaa98a1bff3eea92cdaf5d0f77ec00690c0135813fb9cb43cb68391f331ad8adc96d0180e83e154b0b4612f9956d47112a98cbf9630d21c20b810cd56599e1f944be52359c962dd0897628afebc60f026f5c2b25d7491c46a5c4ee61f693e7cfa07fbd2c03605979blibsigc-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(s390-64)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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++3s390zp31 15914076213.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++3cpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2fc5eae23e9e7066ad06440692b8601eb5b56b98, strippeddirectoryUTF-8 Unicode textASCII text PRRRR R RR RRRzӧžWutf-83831220faa739b87d2a0f751f6289fbda78f7e4f588d8a3dcdd4fb9d2d5fde07?7zXZ !t/7W] cr$x#+9ݺuv]NJ̿T+u1g}AIƵ/z \SƝD;GQQC$Z-7[ ɚP `,'q{:Jo4!@真sYC#tF0WO~|/5G'-&J@d%,EgX'.Yq!Հj@GE.FE'k5Ce?N4 H%s'r /X{;\ A"lAfDt=V-L;ZQ |羍[H55)h~y.tT8,m9]EFQ&Q*Ok׭#'D瓦;r^tDN7=7* K/߭W↻RPMwu4֘ ]X͢ ̹p$2A R+ģ$fKeZ!8Y~hsᔋ18$q܍K UtyoB*Y機qgCGN͞TճZ@rk%D2!Զ/SRޘiDFZ9KTK8֯Rj`J;&(80ɰ&ظYcm߰BEBY吲dCf``r.F66,ϥRR{0`oQ2@1*g!;l|  5v^yRäpnl YHX)#w2t]d@I9hs6w6X<8ۃWލoY@Q T ^&$x,$[/0 !v+g`-`Vӽ:ph2rx..!lV[.2h-@k~ hWS)٢F1F!gF܀Շn-Ji[ݔ&N~'>[wE>e!UDN}?s7$[XOϣ 9S!R>+\[WV"8Վjge[ZϰYG,'?WY|[gKoct #7(È#8j(CpεA^ӅMLv#wm3}iojAS 7nR ¯ ?aT0/Gٮ]K!4I=yLr\=F. 1#5Kry+nw>׫ j;D Ț&߭W8%GY`.tE/s]&5T۾c-PH%#)anIUb7l 1/l1Ž D A5x$BirZ؅>P| UTdPHiO$J?IcޟmC=DHŞ:U-#˥e@Wm)=v%by;㞓q1i12vR.􃭲ߖl4.mMzVTdzvՀ =pGIr&2!ona@x9Y^ǎ +"Vςj;$o-ieq&o><- q[3@M Jnn5w SC"8;;^ Ħ7kU=F5r'3Sķa2nLV9헐)>wWA!HWiC˩ulcoxAKnc\> \D^$KMFP4͵T-A?XVx#%t4i H5 `>j x9hszW7p1WI$NFsm @ࢠa7.?{K@r:u2cv7 ;lVF-ĉ*66((Z9cgV7i3}WtIY,sPU\5YNZd7SHfgRfX#0(hk:*fn/6^M] FnA)\hEɧ_k12:Cg(8п Kh08)^|B7,2[Y ͑#bzO'֏ꬎ+q[1vSKo,i9yM1 E5F r2 -yJ {y+ى 裾x aЙ/=ύz+'3Kp2?p]lSdPZ&l2g3 s?a( [}\2j#WFVU|5lH)?Ձi[b%gh@Od TWuN.溤7 ms25; e^ u izyg8xZ V1+`]!bXI#N/ ɺ~UMaGyw~F.nqڈ< aINj PQ E Yz7u*Bj.9dI,xڰsӑt-[g0ET [ !Z>4&D㿺3|+N#3ԞnwmZy5qR/=hIc/"P M\/b` hy:_^H+F1 YZ%ć*6Q䚑Rsn2Wp?7o{f$ f!28&"'odc1F5t0mx)?!ǜ+vzy;-ѻ +62r!$'i\إX/)o?WEfZ :gn#@}^@*.46d\0k8qޝ~T?2ެ+hAy=j#6עRkhK LdRFYDKXi=&F̻ HC-]W2A֋^dP%ˠ~I@'zʠQF#(ߟIg߷=tfZR-GcXlf+: DyH8-& !h iuW,. ڞ>^H=SkP:3 lPM'[lD4 ~ Cvp,XIq$5p ŭЮ@< :_h=G_iHw&(l;RQrCG a1釺EGU^SAc[1A{0 &%/#EIkjV*7(-ILJwv8z|[,w!y f d*'z1-)=~PyҠuEH#&m 8>BeWz ڀƓe CbVend.A:r%eB3~8qIk$G'Ɯɇ)Ry A:'3tEWZ%s;HCt 4ֻ$5$Dz'Ee/cP[t܇ FC`aw>Spa[.Zh @~Iê xɟlhG,Έ#Ǒ' *y3ɷ1{W#D^M!<%TpfuM$ݿrXx?Mq0Ō,_ѥ;B?7sLhqGeɜ<7xy95a I<#i8AZ/Kdq)%[Xm.2`:ք!JT͠8fη$Q0Ѥ+}9ِjFJh;!KTSu}f 78/kvL`:;hGZ8y]0e~X}xZ`5 EϽ NQWFs2v݅_*)NP9՟`6nزtgg9-z+I h],f0VC1fT̕~J߶&ղ'LXz-P(hOn) ;_4JTPt*Y> 0&J{C[w y:ǩ{Y[eTF,xSQJg!WLFmr/4x,lɬ?Dܫ'} d0%Fb $OXDLo[(E' CC@ar1 f@$l&X`I| p@S}L`(69c6`Z}N_k#Q;zv[; _lTKPy׵qЦ>7kb +awgt51idfu1ޝ$6Њk,E>B1cB'猪.k`͡n*tZ#O5X&ɌWC!(W'J2EFM& R|CyWL 寮R4r=MolA"eTrS_ёnJ.>&}Ds"d0S ];`%hH3^D0xFR!r(01C׸`si ؐY/bxs s,P+. O1E7}J ecJͅ;&T n-啻i:M5+ȼs2?/&~D87}7;!WUǵP?Q%C"\ih?(wFuXzˎN~J)_# %}aHxj7N8<^9a{$r4&XzM[5F;wN:LRw7} R vaݎEٮ BE6`dEnWv f?#C~H]pP֒Z;5g̣V &9J0(9 wShۋ#l2 4M|f8OifK( O}gu~{h-E3)ǰ+uI]BQՇ)5xR|$ގޢ{qCf,xTgh~00bJA|34,.NR[3pΘ1<k͵kIڼ%lU(_ΖU = PRӡ<°;-fpdg<PC]Ț J?!^ߞ0SӏGPxJ(7Opb1<20%+WK#>N,LGd OsPB, ^mz:.^~'yZޕ^XMX鐬_BRrbop BpL 6f:6^EAq>UbV0' ꥤ3Я)lЁ4eg٨ڱPݱG`J,4.{aJg![QK AF2 PSj-*=z2)B̖;UCyJ`rvszі25H?E mN~ cEXSFja;"lH`wav+΂S[W7Tס\BFA1\bY at!*JġNBH<vXrGa?A|: BR1ldQ`:1ώn9p;=I7.B뛨R^Gi'Ys'wm )`07gg3-M3^}XmE()(w9*1-?5uG #ѝ`Kzc{}J@D* 7}m9s\|g?m+0AD6ٞD9#/&ڊŅʹO'*QOw#?VUɭi4‡b(a ē 'iEH=(6lK_2#r~̀-TeIcƾxb] kD UIi cmsWg9xBN7սqB)>c4*LV-6[gέ2opTf/)Cx)l|Io8ꇅ[]!2ұ(`ޕ@U<#18~Hگ&fqq>–j.Y<x yھ* dl"39Gatvk)-Gُ6mA@=ZX_@&Jx P&d= yu#ppH"K7\( [ucp W Lv43Jx'+nOXOXF~T,Uzipȣې;0\ 5Pe>V]3ѷ8 Š`\ْ@\db]a,P /J" 5,!mSjY0TS )˽Ł^6ݥ`(K3Cpˌ?Hq;f\_a"mjiѤ:sjЧP-@ߔ0}JkRYV3)DοQ}Nwn }#c9~#l23.<-MFmѻVcr'ٔ\o~-cs,bӄ-*ȥYfPpU"t 'x]N\m뺭퓣"o \7`5H{T%p!V"^>ܶ[Ta@>_x@B8ʛ1 ݘ:6W֛+3;Xx_*(P_}ņ"?&@xȘAӮ9SKhB\f[O:t@~CC7}p~K63@b@FK)|&bCo\G>B"&D& >1](^4w+N<<"Y|r;uKR}%nbt_)}F#c7JHF$=Q@%=/\-wn~\eVcOŶ!,BإJpYDW,j-<-d\ݵ?n;Hw?K)Y-9BjLۂ`5HCsOmj .siy7&o8֭~h#׶qEx&4BU% (4ƴ$F:wt,ypٽ|j6I-ד<\dS؆1q;"EKQ|tMaa xj'?ki{$(ʺFF 1Ĭ^=pE[7(l,2^`ϷnzN تw*ޘ-sK $֤A`9O e%qnfVDk0cȪ/],Z3l-|M%߿nǺ(Œ? 0!>JwWBy4㳠DR֥ < ҅=CT3{ )p>}}r|CI2!R/w!O=Їdwb@'$ ~v&.!ȟy3vO󝌚d*" {Yi w1L= WvbwQn2Rh@jDžDe+T;>c%;/B,Q\r8v4C [8^eTIg. dʻ拃,6_*|8vLz&ՓO? FPTҬN< a mO#[@r~m䊺:B$g88V0o;8+vC >u> C.I׌#q|x|w8 g ڱE)xEJIIpΌa>!O/G As06.ܗRش">'ԔY?"kUڮ)ʾe=ӱ2F#pye-b<th6Y—z"׈\ pA 3X٘KD yCGz=3l<*D? q  F%Jr8Gy獰 5r ȔN,ۑ`JNIm52ē.y8_dh, &`f~zf>R19U.[)# ɖ: <%/q@F75ptD0xV}FI .2yp׺c]tm/rEDcʴ30ڸܗՐqoЅڨu6/r18bU Nj/|rhR/ۋapp Oo&Lp8(`_⌰Fb {m:`E_w >oB#ZɌ:4noih8~=M]^s+~n`="3V}LE9Orij˟Q̆1`q܋LP?dPm+F`NB1IF y)fn y|CRLMFFmhA&^-'RJҜ̟v-ME~]<6,Cu'Jhp}௞)57pl KHK1;oآ+!j9D!yq+Wt >m))§kkN~!DϊFvoba/u*1 ?+]xYŁʁl;˺HM';@U_,:vvv@cKfg 5]"T7 ĸ#nX!X0 SMrJ|_2=>Fh;fc}} M Lߠ|@BiEJm5-[vV fnd"/3V&PּV7rz G{rE`J&SZ|RTI-FH(G1ȨtTdL!7 ܄G gw^2flymcVzP?.i}8{i -Ցqkz2bV~SV@G2엺$r]`z/ 7UTD!cmB3@4ϡªYHgqlM7Fe5$ez7 q+I2JE?!bnm$,t^/cȨ:( by UJU6a PBnkYJ}JG!8>$V4{L`U ~iln>ע[aݸ%sM+ vб{1zF';17kb}zVChmm$3Il |Q cCaf69͸MP"j |u|0+by  ]L^$9ueIL%vŸq0U:߯[! :836%hޜqСˠ & j&|m0+Y'$?4Kf[ǝ8.R{ 2;}ْPԧRxւ]ܬxˏ>'"—9pݧY5O\nw MصB+޹Iz@6J^F_f(&tpks\ Zb㱈!PCcU{lBͫvɀJU-Y 9@鮅K3F`l˯\ߦu]v?%c6&`[L+zYRDd _IpO]XlbG׿BĖ2:M%!3)}K?Gj'Q]ѷ ||T ц9W1>[H~K9o(eNrS@i7ݡJZ2T5\9@{@ΰ:c,w2nCD&ygv҂K/ / ;Qd!G)Elq)ulņ> C6,c|U(ۮrhRaoYRu"/0̽-؆xv)pj]9E衬tI ,?3bn-rC1jWT$]IHk0!=n71&#J7ALQ 񭀤9L)$8^WiMy~X XG3e8boggP1Fm eW¥1l_٬NV`Ljq,VOFZtHoU/˄IPM?8iUȕ}9d##BVXc}0Wy<[Τ@u01)X_?#mX{LJ$svl6Zfqfs5P)L>T`oSL?muІux V$26W;uo0<@ YԬnұ'; OH_ñE0*u^rW^X8w_; 瀖w'Ry](f88pbpʞB-?ÅH.{l-ܗrù\nLً.Su~d3s`?sHOpr;Cǚ#i1`YPs 4NwJ)x/3jaü A!yTϦҶ8 [h?0ICBvk3=n =tXbHMt|ʧAnPokb@+YwdjgjV>b}!Rum^*j`qCa^TtFAʍ1w#]$9Az.fU=< TŤ;\bko9ˡ!dz \Lw|gvOtCF0%{rg{LwuH/:c" 5}Xg-4lZcs|pl%B'~Ҽvg;[ \KՂTAk:?*T8ڧz} |,/./I-H6G(妔,ϹyirxڤkEE[hƳS_ fVUm69V'+Mbn~^댜<6 #M"`? wȯ5Vk툚u,7Uchx\wqsW'>VuIqXt `Seh,?NKϵMmܠ?lfY({g-s7Ogؐnat[O^`Bj U6Pc~)`"c*3ŎzT>XpX5Y:; zE /w a!ƭ PqT\pF=WrNiPxe[o-! $.Ev-̝@汭a!P^_NGJO'{4Ս 3Z-Q۾,PaJ*zQ4ŎplI:MT0tB矇Q@C(* pP63E)r Հz2G#巂xHM 8-D_|ȕI,h40PQ>bS#;* Fi|zRH*$60%oclEtѭd}hVòz"3C1=茶4 T}_n4zu,70:v-$s9h*~I~7O>F%oȝB{=EؘpdSI]/ZFn3xObƤ_8H8m|BrxNHe- vQ`%|6Cɇ{BzBk**Us3}(a%_&RQ:ٟH,d&>d%:8cPL1H'u:*+# z2Mؖ%yiCn ocW6qVwe} 5ٕ`(MrZN);Eऺj!l=%vt.!Sp'BѪb jfꈱI &c%.w}>;S2 ]hɁB=őVZnI=dݫb9JJ{~Q{O ̜LS`c+<>x`SP\Q٤/0Zz#{YQJ 70 2% HOׯTit2.0F.yo[/F.ar*/ 0 brկY:Re̛.ӫU7vrmԾ?JszW'yfu +L rgbodjQ-5}eF{N~Gν~ aSzT,!1B/oҐ'wb^n-ʏLb⒅ '9MDvRKyZ},:eσq Sj<$OJ}&Gx(P>JTcp`N"`6)3%7 {ri6 aş1Ne {&BJH^ːMХSdpAbʍgg Wg9H}N]䨊S%򐈹+]īPd6 Zt؝l#J MpfOuo 8y:.!wOe9Ùe2-ʋ0h5'%Lg3|7C9M21/`FX6/V"FhK>ۡV瀓(؛<,ly)թncRq_de sJy[ǦEe瓟qM"";@٪% MӮPthSY1-*FI}Բ F.HMEQI>\lzQ^1@o?4n)e D5iL9a52J12⏛ߴlR)Hjs4ctC3t /[߄д;1f¡!. ȷ0U^9rOҟaA:S~ZUb &rÃD+^>S n/"] m]0w= M{>Q`}QuT@~)e .>/ 'fml|rb!/wv'7qp^:Q))"p+I08{+ml}_4W;t.|*wN -rSMBF8_q1*< ;;R/eܫr|0Gּk _& yaxƙy UU2 Gh $mUrر}U`o+k(XyJotr+?}Y*mJ,9lՊ!I'Vp\P|iQfpe6xPz[ΦK"RsqkQl6yRQպX(ջj&g)l)eQТC%^"txd+Lgb ؛ %9fu= ڈ_@Rֹ g '@>BE1t-ɦ՗iŮE!=:AY 6 }'@Cno4Mvϣ%ܸ"9y'n"jMF-Z]i!jHtA;hve[x=zi_l(Et(6IOy=(ܑI-|p H0)x)Jϼ,WMU<S9lNFs,>(ByB8kAF1eşFS=>?<(eR4MlO85(EJp .OB(H<T,P ̪ H*R '<& J@<ȃ߃eEY*ߕc>@;(>roZ]('t=qzoCcqo5/ 1Z![*=3{evLa{[: ȗ-hRQf:z[@ <튏&Y0O2A&E /-Pd 2ObrK-sZ:OGwg` knhd0_tFBUhʳN$J_5"Xe9_vg1Sv#<ך+UaO|\%er soh%x#3/нlא`qvm9[᠄mo7JSYT? fvQtS-40+p5< ½}Y2#bTionSLϐ:j]GW8;ƴ~< dAvLVfH}X2CQ*\!A` M^2Jîٴ ǡe]H‘ ^TeDŽ`1bT`033'cnH8bf "X+mt1R.}ldڠѴw(" - T'@EI(F:64Z"}g=s;)R;Gugm(pԢeWK&B;Y7Ok_țD # dNpBZ1KDhx,Iޮ.c H>CEd;cB~c|[- TDn /ojw[sbjj<+`SF9G=wCZ'^˭: \MSGɊguSfRX9NL Mzʈu0>r8#hj;K3Ր!-2띆sFIiA: -c\^6@2ݧ|%B5-O VIkl7?:`;GO S'B.ŃX_PzzR%R4Dž$T(Y 9!V߶aWb}!HW#1{кbcX^cCXCc*`fPF %c'7lo}SphF{%uв)PW_4<ع9OU0üPHDK׿X>~[Y휝p@c;])&_"FXG}x<4nMCʿ= 7\~J$/D\7>xS^@uCO'` ы2stw@s s? (yz?Z'֡u2 L+OĞyPΙКXHu9,5JGDkdᒸ$l؟)(^ ~‰R;qpl{E΅)O}2x<'It\xי3Ԩ D=eb~NAgp^KoIr{AD(Z'69޽yPgظ@=qf /ɏlhwHX큔_wU\À>?;H * uљ`5xzpU#/;:N Bb]3=`JgMp?M= ?ȝ<.vi+!) d)xy#0c]݋ ܢFw" t*P?{{tY:֛K} g966 BjLԀnKɬ. a(I]r!F*ɱ*436ՒPXF$<;U,:b@j՛x+z ,`'䉓_#Kls7-fJ*9d&mPT"sͶ=MNtH.{1 i}f~bdD&:jM[_ϸ̼ާigCͱ5L]#j_фg{?!I{dC کfw~{6K\:Bl'bpS1ŋMH#֎ɏ>r_l;D} w{ͪvWΛs_'CUk?J:|ч+BO'),oY(_ނ%MN{m4>c*q1pFoyB2r)&2/:$mhU/x7 Fy\p\5WqFS XfGPQ<"-Us= c>YVfd_NMgтk^n.ϺN|Ab3tI!64Jڊv-L׸- r E_τm x4 d~R 4L3P ~xHEV vb 3lݴ#GAWa2۹9q4mx~_0OofqӋylKx9R+ld=POFihS'`4*+\mׅ~Q22B‚d"8^f|qJX d`O`T{ꊜ :GIp/M`K W+ٱ{ަgM e+QIW˯6k+ oJ>2ܽPһ+ C 8TkuJ=b'la-O;6u`sc S?eO g]Q%6j94j