libprotobuf-lite15-3.5.0-5.5.1<>,b.2p9| y^w6so3L{̥ROlM% ů.CDb'YU ^O˪)bizym@Ey.|G4lIL&ZvZL@)Тx Mĭڪ>5x@j7/Sk{Z2Abg [ipr'/8l] .Z5b;h~-$jWSIFsK7!+(AP>@-d?-Td ! U$(Abo     " @HR\|0(89@:>)@*F*G*,H*4I*<X*@Y*L\*h]*p^*b*c+Wd+e+f+l+u+v+w,x,y,z,----PClibprotobuf-lite153.5.05.5.1Protocol Buffers - Google's data interchange formatProtocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.b.2ibs-power9-11SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://github.com/google/protobuf/linuxppc64leb.b."bf953f3d31d78943be6ac116cb57d2a9c081eb573d197d1c132b71c511004244libprotobuf-lite.so.15.0.0rootrootrootrootprotobuf-3.5.0-5.5.1.src.rpmlibprotobuf-lite.so.15()(64bit)libprotobuf-lite15libprotobuf-lite15(ppc-64)@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld64.so.2()(64bit)ld64.so.2(GLIBC_2.22)(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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(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.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.18)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1b+9Z@Ze@Z.s@YC@Y=0XXp@XS@XQ4@XK@VetVD@VD@V<@U@TT\@mlin@suse.commlin@suse.comtchvatal@suse.comjengelh@inai.dempluskal@suse.comalarrosa@suse.comstefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.dempluskal@suse.comstefan.bruens@rwth-aachen.delnussel@suse.dealarrosa@suse.comalarrosa@suse.comedogawa@aon.atdimstar@opensuse.orgmpluskal@suse.commpluskal@suse.com- Fix incorrect parsing of nullchar in the proto symbol, CVE-2021-22570, bsc#1195258 * Add protobuf-CVE-2021-22570.patch- Add adding-Release_CompareAndSwap-64-bit-variant.patch * Fix compile error undefined reference to `google::protobuf::internal::Release_CompareAndSwap(long volatile*, long, long)' on s390x https://github.com/google/protobuf/issues/3937- Conditionalize python2 and python3 in order to be able to build without python2 present in distribution * Use singlespec macros to simplify the logic - Run fdupes on python modules to avoid duplicates - Remove shebangs from import-only code- Update to new upstream release 3.5.0 * Proto3 messages are now preserving unknown fields by default. If you rely on unknowns fields being dropped, use DiscardUnknownFields() explicitly. * Deprecated the unsafe_arena_release_* and unsafe_arena_add_allocated_* methods for string fields. * Added move constructor and move assignment to RepeatedField, RepeatedPtrField and google::protobuf::Any. * Added perfect forwarding in Arena::CreateMessage. * In-progress experimental support for implicit weak fields with lite protos. This feature allows the linker to strip out more unused messages and reduce binary size. - Rename %soname to %sover to better reflect its use.- Install LICENSE- Update to 3.3.0 : * C++: * Fixed map fields serialization of DynamicMessage to correctly serialize both key and value regardless of their presence. * Parser now rejects field number 0 correctly. * New API Message::SpaceUsedLong() that’s equivalent to Message::SpaceUsed() but returns the value in size_t. * JSON support - New flag always_print_enums_as_ints in JsonPrintOptions. - New flag preserve_proto_field_names in JsonPrintOptions. It will instruct the JSON printer to use the original field name declared in the .proto file instead of converting them to lowerCamelCase when printing JSON. - JsonPrintOptions.always_print_primtive_fields now works for oneof message fields. - Fixed a bug that doesn’t allow different fields to set the same json_name value. - Fixed a performance bug that causes excessive memory copy when printing large messages. * Various performance optimizations. * Java: * Map field setters eagerly validate inputs and throw NullPointerExceptions as appropriate. * Added ByteBuffer overloads to the generated parsing methods and the Parser interface. * proto3 enum's getNumber() method now throws on UNRECOGNIZED values. * Output of JsonFormat is now locale independent. * Python: * Added FindServiceByName() in the pure-Python DescriptorPool. This works only for descriptors added with DescriptorPool.Add(). Generated descriptor_pool does not support this yet. * Added a descriptor_pool parameter for parsing Any in text_format.Parse(). * descriptor_pool.FindFileContainingSymbol() now is able to find nested extensions. * Extending empty [] to repeated field now sets parent message presence. - Update to 3.2.0 : * Added protoc version number to protoc plugin protocol. It can be used by protoc plugin to detect which version of protoc is used with the plugin and mitigate known problems in certain version of protoc. * C++: * The default parsing byte size limit has been raised from 64MB to 2GB. * Added rvalue setters for non-arena string fields. * Enabled debug logging for Android. * Fixed a double-free problem when using Reflection::SetAllocatedMessage() with extension fields. * Fixed several deterministic serialization bugs: * MessageLite::SerializeAsString() now respects the global deterministic serialization flag. * Extension fields are serialized deterministically as well. Fixed protocol compiler to correctly report importing-self as an error. * Fixed FileDescriptor::DebugString() to print custom options correctly. * Various performance/codesize optimizations and cleanups. * Java: * The default parsing byte size limit has been raised from 64MB to 2GB. * Added recursion limit when parsing JSON. * Fixed a bug that enumType.getDescriptor().getOptions() doesn't have custom options. * Fixed generated code to support field numbers up to 2^29-1. * Python: * You can now assign NumPy scalars/arrays (np.int32, np.int64) to protobuf fields, and assigning other numeric types has been optimized for performance. * Pure-Python: message types are now garbage-collectable. * Python/C++: a lot of internal cleanup/refactoring. - Increase soname to 13 - Generate python2-protobuf and python3-protobuf packages in Factory - Make the python2-protobuf package provide and obsolete python-protobuf to make the transition smooth in Tumbleweed- Fix an issue with setup.py where some files are built on the first invocation, but only copied on the second. This resulted in an incomplete protobuf-python package.- Update to protobuf v3.1.0. Protobuf v3.0.0 introduceced a new version of the protocol buffer language, proto3, which supersedes proto2. The protoc compiler is able to read old proto2 protocol definitions, and defaults to the proto2 syntax if a syntax is not specified, thus packages can be recompiled to link to the new library. For backwards compatibility, the old library version is available from the protobuf2 package. As the API for proto2 is not compatible to the proto3 API, proto3 should only be used for new Protocol Buffers, whereas current users are advised to keep using proto2. For a detailed list of changes, see https://github.com/google/protobuf/releases - Drop no longer needed patches: * protobuf-setuptools-2.4.1.patch * protobuf-return-no-nonvoid.patch- Use py_sitedir for library installation with setup.py install- Drop protobuf-libs as it is just workaround for rpmlint issue- Cleanup specfile: * remove any conditionals for versions predating SLES 12/Leap 42.x * add Provides: protobuf-libs to fix rpmlint warning- disable google-apputils usage. They are only used for the testsuite which wasn't called anyways. The next upstream version will not use apputils anymore anyways. Fixes build on SLE12. https://github.com/google/protobuf/commit/9f42f5f4a423b923f7b07ae8c5e8db4943df49c6 bnc#957472- Python bindings require a recent python-google-apputils, so build them where it's available (that's anything recent except SLE12)- Fix check so python bindings are not built in SLE12- tweak spec to build python bindings for Leap 42.1- Fix baselibs.conf: last time the sonames were bumped, baselibs.conf has not been updated accordingly.- Add protobuf-return-no-nonvoid.patch - Do not install examples - Remove 0001-Add-generic-GCC-support-for-atomic-operations.patch- Use current url's - Update dependencies * python bindings now require recent python-google-apputils which are available only in recet (13.1 and higher releases of openSUSE) - Update to 2.6.1 * Added atomicops support for Solaris. * Released memory allocated by InitializeDefaultRepeatedFields() and GetEmptyString(). Some memory sanitizers reported them as memory leaks. * Updated DynamicMessage.setField() to handle repeated enum values correctly. * Fixed a bug that caused NullPointerException to be thrown when converting manually constructed FileDescriptorProto to FileDescriptor. - Changes for 2.6.0 * Added oneofs(unions) feature. Fields in the same oneof will share memory and at most one field can be set at the same time. * Files, services, enums, messages, methods and enum values can be marked as deprecated now. * Added Support for list values, including lists of mesaages, when parsing text-formatted protos in C++ and Java. * Enhanced customization on TestFormat printing. * Added SwapFields() in reflection API to swap a subset of fields. * Added SetAllocatedMessage() in reflection API. * Repeated primitive extensions are now packable. The [packed=true] option only affects serializers. Therefore, it is possible to switch a repeated extension field to packed format without breaking backwards-compatibility. * Various speed optimizations. * writeTo() method in ByteString can now write a substring to an output stream. Added endWith() method for ByteString. * ByteString and ByteBuffer are now supported in CodedInputStream and CodedOutputStream. * java_generate_equals_and_hash can now be used with the LITE_RUNTIME. * A new C++-backed extension module (aka "cpp api v2") that replaces the old ("cpp api v1") one. Much faster than the pure Python code. This one resolves many bugs and is recommended for general use over the pure Python when possible./sbin/ldconfig/sbin/ldconfigibs-power9-11 16472466423.5.0-5.5.13.5.0-5.5.1libprotobuf-lite.so.15libprotobuf-lite.so.15.0.0/usr/lib64/-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:Maintenance:23247/SUSE_SLE-15_Update/f0edeb6ec84d958594fed208f946057d-protobuf.SUSE_SLE-15_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=02013de4f151859e23848fc4f01d87674d623390, strippedPRRR RRRR RRR RR RR RRR*{#c 5utf-8c84f2b7118bb7f6455eeba2cb88a6eefcf118cae4d1f7736f57d14707a8ea716?7zXZ !t/}N]"k%ʽdv3VJw%<#zVsL*M4l8`8pN-Q:pmW8Ig>ÝCBLitpD %[:\By-6^O޽30=vJhy$a[n[VrNğ/@ a0ZAMw]K )M5qA62"`d/"8v.xyNo6,jş?gk eC8ذ[?te9"oHiL`Wق;Ӟ> mr-k3.bwA^کWlu#״'-=tYbu+u`̂硽4\e*4HլBmm]7{yw^ 1ϔQ7{XMn!BҀ6zxWW$ B%STcćܤvۡp|:m-yd| +^1>mo0%`C0h}1\Oºɰg!9+> ^8PY-YYaRq;qev⣳~v*,Rc.-9QLLI0<~ǻQ?e bڗ"ZZ]r ߥY8 šnu?2÷7r99>帤QeU݁ǃJr\k{gȢR&%ƉN N1,I3Rf%jAza>W爳l!_#l6:%v 515 3iG'V斈,2R6Zo\ϵY56HГ:.̀F9ͽiu Cz џfjl#Ewynż6?ӕP)ܘmwR~o/K %V`s('dl,ףQJ0ǻD<2N!U- wv1P,+_,b9Zѭi@>TV3+6S!v3PlCy㪒hHa(1_pMk@g3tpqJ^ GԔFPCo1M&J,`/DYq3X6|3fJya7i~-QOsdv}E{@KQ&q4oB /(Q1Q^W M}e վ'-=rTQ #KY]+pRR^Јdq9c1kDW*VP=./UHg̑8<XFm봥ey x $荤3;WEL~NshگؗlEBь_s9="T#x ]aJ`%M@(,-6$ ռquy٣!q P<# |jt޳L۵ipMv- (-xE8LB A&mY= ۟afzuAe#FUR݄$ø/E\݃1u2/52KSBѶn?3(Jن딈Ÿ ZD,JrUѭ6ӧ{xQ`NI̅!4tװ|Y?4&}uI [ JZq[ x.oQٴǕm6?= ra9R.Fi{A]J$Hm_ M I*a&}Q-TX @P { 5X<:/2sg6/.Pp̑$$i<1hW,>T/Њ8u=j)?g+˞#!`{D7:'<ʸ":ݧبҾO΋DtaweqMCFj|n4]Q3BA UI^.]tlFi"`4MZq# '[{kJcvJn}E׵a}K2ڜX w@5 &IyVy !$ү .xh(%wCFtC_,|Zj#R,MkHysgoF$EGL|I7k&[b">ɵ(݉%)iM+-Y%TTLfBX] h + O|>5BnHFߍj@F~Mq꓈SpzG=M? nyknMCBcw SCjHzO1G޲fR7]k$^Jrf} x@p Ru-ݭT'' O|1q06;|{N|!CB[í9K@\hM+Īq*&+;#лpݽrc\s!Ϣ C|KKI`=ȴ]hGM.8HA:Dekw>F/ѷi\jd:NS̔0l-Y",=iwQmh# T|=^#fZ٬^Pki"gǢzgiךTBţ\cϹ 0/Y]`-0 /c*6pnDHqo j=C,^0;Ä6]4E((]aXE9{#J@_(dJH+ˇr%zcb'k5Z 8ߦ\L=o|bF6ji2-npf&{ݨ4,'bL i*Bc0OԔ>DʞWhs7/o2 NoB|):erMeHP#[197[NaxEܙJԹxnkWPq،Z56<T^ O˿ qtǔ6c /e!zl8֡)[{L{] .XECy K~޵(\g|#|+b2'}Q$-SVڤ%M[-;98FVmlSko&5AE QBbQ'Fa3 2_cj wp&y6C I8$PNLiAR-J-ϖ?QyQt ygfJ-*Dvl[^i} !8Y犚ߩ^NnZV4nExC8JT|n)/k*n.7*6v}]5 [#.YEpWvʣ12>&"A: 89Yh[*a| iI01&JX㨵ڮ<.* Z咽5ul}fYBS^MhF;mD sΌup^GOD]OՒ![nŗ(ݾE:;z t՘sy2W@SK˶NuH "uO_lJeAG%m!D~_.,^%b9 [)axЗ1q#eh bD~t[}Pk+S=~sWCّ.%pc#*Q};C]1̸q ^bݰxEުIsP'N " ޒS kQn*:`tu+&ܩxB1•k9xk,Cl 1Ȝ5-p<1Vf64CdÿVn946܈Ӹ٨`pq2#= L_| N<,$]XlqZT0هilNx`"r^?C1v+zy (QD0Y^u\UNmM< ?)}#uK*.1?/F,ܲ@Bic ֻOud7p7:inտv%\B*i{5Ï]8:z]u's8GHLip؜MAד6)#D?^ήQX¢ (o}v{mGESzIӑİ<_N.PGZe`TN*"5tTl$1$|iZrD[f~,Bܴ.{QԆY6$)fņJk}F23ZHn2)eJn=Q`&+;D¸{4K1^"|qQFYcb*DW训QRb$Gi#@l)ߟ#`['Tof 5 .}nj)*6y0d2, CN2ٝ);fQe).i>-]0siHE$MrV,gL_"΅0~,څ%898gxV|k@X3sӁ<.na]dwUa6-Īss86bvcF'utlb8BJ5=@(n;M)>e#ؑA5ƋJ hU&2}z2$/ mU7܋J3WT W6qؾXͶ9NkQ7Lqo .:4+V^*;t Dk3lTC тz :$>?o!K nQx;k1ɥsϠg4x-OV+Y/ReWـSIV-{UFin<D;e "/ip&f1wRÞvDqҭoA.uI Y(I>0w6݉o(b+[Xih'rx{iHg06(xY6U 6c[@zm[l.eLґ$#\o w]`]iwK̋tSJξȯ:ei .+-{BRds j$\6h eaf$?Sյm'(/MM#Zh6Rmdo$ck)[ǡ^ M,(ީlBW4XU08BZ; 0,Zat?Oɍ f2(fwQ% %s;W$v6۫W u7&("z-W\'-yV] -CgD,?o:HBڰfcݶs~I`GyE-@0[פQaG#HG"ٷ:Ļ$` _̶-ej қ?y-|yFkU&7g̊.1=MLr*ن'譅cEjh:<A6m݋ *n6I-k03Wg)xj{->:eM+H(]@`%F-%wA'pej hT݀*N_NX@0<[ \餋CLQ[$FV4U.\]]ꨦПвy[Hx@LTg\ݮD=ϼ-0:o%KWz|me6Eld}ʹ]̿("C5~K'j\g_ߨWƶy kvj(2[#qt姃1cׄ*c1FtnB-d#"~͎a ypŐjzޱeQÈesNrS ^7.̀^ wFfgzy}v1Ei 3CBU10KD\D\}N{~{VUc(G[4|aXCJm?}fMFHڄ1$+lOVח'0ot3P!-aãyT`_HdnY7K" |6~_>K,ҠX%TMߋsN%3S Vbg[/ǯNʯf! N2W&OfaPA%/'?J #;O|_y=H\54@iu_?x3邊x'b WXqt`kL==q]PE(ⓝrcms&W9^iSnP̗Z9WԼyb:`J9@ _zB>VR^e yhғk s}U#S@& =笤bBG7]Qp9PE}og҈b+ǘU&.)^T?c(+$srd;Wr&PPF.XQ9K OEJ_*J?l;L@~Qm4^N TU^I(96H G}Yov %ʐ #y_=xsP6\9݉,@Jy)DiG -h:F3NY!Sn,Z[5o\:j Xn2|o D)dŔ`װ ȥw%#)vID5U1ηL.(@ma.ގCw6ꍥ}:gFa"t7aBB%L(Ty֪ @Vǹ9;@}!`lDA\fd}t:?yk2sʏ8me+s+3fۧ=lȶR:=}l7]anۏį+QEԭpk@ %w-XEH4m -Qu9BVV8bkݷi@K\'UM x-to6*\mͳ';8;pܙN9Id2_1Z`n9LxwSth@iDH@=N' Lr%ܦqa^;TS ;Pd@O[6P+2.UE^ OG"{*I2sN98O+'X!$YWRФ?ژLmuzo/!c|k!AV6K*F9Jzۄm! uYY]17pskMK,mpp%ws-jM:' "q '+ZK{Lfm{!Jxȭ9KW&Z`쩺#qȏ9lMc 'سNo:rSyꞤ!Od/Wn/"9 P X ~vl3^Zhh`z{ZaP>&X$O[6ΎRgMHBq'|)96allLh9 xl9^=x$t Y`h0as`i*eB ^_qrG_K`"R:1؄}9+ n`Nͺ`+XK82+:HfOF\<8J6_{zԯƦ^|S{; qz rqh6:Ȭz G]Sɟ?d$o4s{canޙcB2=Èv! )7y0r-oOxU2$Rݦ!泎6_f?A>\]X̤K?Q-r5bn"?yOHva R{8f`F5t @޺(] 92t&yTRV2`;/Mck衣0#OsN0To~T!zł6"yPdL99_gmmOT?R@?~ml.:kf2,ѿƄ^|_Kzg5N ;vy(S)/p7RC-ڲ^ܠ&1`)8NBBuvzc,:h24C XAC%ϖrVPF(ɑ(w}-Ԓn'*BIan:⊩'kh13kkTB8 hlFwDer{>TH#c6wHКf5q -ٹfE~G+ɺK>rF@!IQo _9 s5,wd>-\z Pn/^J5$BY w/ډ8w!BR"m!gmeHU{FlQ 2^l^^U&eD:wi'&I-rcBm1U D࣌O,ѫvT5^r v:QVEdum߈-;cb?!* ^5;r,Be3{(F '?lg9-^Li? [tD<1׸.^N uE@x~͔Z"u-Srّ;IIapqf^҇ O ,8; &Qa!N+sˊ|&+~ܐ#1jDX-!昿(֒[c>ޢݓ\X\JuՇz;xP:ExX9àƮSoP[yI Ik3QJɤf9w T;)1aƔk07*%lev{Tߙ![M Bħw' Ilr]4uAH<LuP4cn9~,=/r{WV%À25[f(;[N'TbEFhzS'o$N(`[HL_3)sP]pv|YQd|UgiI ߰WeQ?Sdcٜv>d5Gqr.c#Q7aRzp`#GWx_r8Y\Gdl/䊷R+aToHX֖ؒuR)4&V}ihn[;xC7{>E(!BrML*䤳wpaPoo1hȗ]Q:{! op&wڿi4A%ÖI7C25ZQ#F/(}=>Uo7oCe{RXew߅4wkt,/FO\V+SgUWlJ،)6l6 D1f/ {)#~˶G ^H^Jf[14&NNZ M b;#HmrbC+C]nƏXt]HeR &ʹ3$ YY j9ntV:j#~pM }} mo]iڍ`p'y)F z3{ABotu"A>2Xeqɿspd";IeT*>( v\JHwC*DAC w(Sb`uJQ86K։K.VŶۣ* _PժSDa : 8@uWYMsG5xeg^,VCiT#8arBnYBsNpO\I ѡW q6umc?#3Rj;2$.Lʣ6d:d,m٥R* \Ape)|]&}**]>9d/]((2n w2yQs ĊZs !IIHh.L8Vz-\yE:Vpedt&!Q dRupo*Ry40'^9';@ŲYɕUz:tn'S<{Rh="{Rsߟd3a-cECk(ה~S+WJHwG:ALH;B%[lu陻YwR_fQ5^{rЛ`+qȴÚڏ`R6EةSs7_~Hl[+XbmH K"EH 2"'E];Eˬ$X2M2Qjʓ&ֿqEG۬'CFa{jH~~ G*aF[*Gm&iv헫_*Ju['eT\˟GO?OS[P6-Y&ztG^NRykubUYeK,8?y:&NV"!I`%LN?V^4f &@8 P#u<< ˃؈./kR ~YB e!ܠ2 `w1ʯ>U/#`I*w,}{KN_S_8 B@pZ.!rGk]ԷY*WHy N,}\"_2=0wgMJN[&Wa:)`6kӣp*J F H8x#}"{G i;^Xp7׼‹[3]3Ua 9fǼ!RQn~sq]o |4Л\$M ?Svܙ>*S8a+9o ,ֆ=\sG)bm2) Y*k =`YΈxI(i Dq<\2DsjJSԬlB4:,)22 10#B#o-EgAk]ŭkCx_9(hRC]ʱ[3fqZSqʝh ޯZͳHU`Bv< 757d[`1l [ 2W24uYd|6~-9|ck #nFC|,GPnGֺP3Zu3WwF/` *E,ͥp0$\x? OQE -7ؾU(,,.qd?{ Zwu0*_gn=G@E;cͱgo|ܥ0q]aZD=& j4T8NT/2zU=NAz4ҧm:bO,ڮ?@Q ǒyߜDw3pɱ3(n=,6| Cga9FݭK-!^(0bd hd]̋*0E[&\Ut>|vH5`(0Z)Q3 X`r7˟&PD+XzB.zzo_%WUjg,8ៗ9K3$ 2/l[ъz!3aGm`C~DdN:y/:Cq ?~f)AK~Mʚ]'rv:]Z ¦e7Fdk|bd_ u }p~^# Ć.'-6GDD9G䍪L8jz]:o"6v5'E Sl$~]y%[AϩJ Q5\,vxyk./Գcβ'm J+˶d*فμ PUY0wskgZ`Jm7mϥҸ@D)IK/y%W_'~^( :/+=uZzo7(oZ b׮OiՌ(#FMʲq6sTmYQr(w5~./r M;3m 4#A0j=ALg-nbWڊg+ M#Іj" 0S"n5\oͪZxi7{}нĦuxB'"]X=Ma#NRKSY@9:u_>?p+n^xGZBkOz26g'3+!!ƃ"?/ߵ,\_ʈo6"GO싅MSsWHT $g|d@Nr:IB,ڧ%4>?t\Ga\{R,~tO77_<8 J?E'mVXU7+>q^{e)gP>O'؅<̾Xppva"O[p>JεkRwLu|o|vK؋T¶~Z#vLWXdBЄD$j-HgP93؍}A2 I| gm2B=sef+6Z޷x#LJ`a J`}|2Q]zv%tngo鼩a&*9WDF D{'Ty;)$M$Okr xoީy2CC Ƙ(ΛAOXўbr!xHMj_ )L,F${ej]ARN)Ht^vC%eQErs-V|+VU -|Bc5(?tmF=Ԝ126Fx>,YD%jBJFC~8s(4QXq\iIߴz7gm]V:,(a}dH N,0 Kq:\Ē 9G"_*t>;MR gG- >yV3O܂8;TSGIƀr4i "d'J湕YsۚKl6 tf9\xvR>K*LNsl'"zOP93ރXr@Fƀ1*wug6)eL vq`~.f "vس^P L-AZXi$]?jy tq=W=!MHh؝(\ԦVN *Fec4jLW-jD:X#g>JCd ƆYoC_蒛)WMOTz {p<ب/vH&0*c%QvBXM*;݉;Q!"\f ?v8q:.h;ڑfiIۙ[Y*uchx0y쮘5#7Xo[ } L*lE0Jd_>{jÆUˑHO DDg3/I菟lyM&Af'r t=̄gx8_APTυ%dEG\^J,4 [<5ӽ2jLxwuRKżM~^Ը6K:@l-yϳ`vT}R-&9{vN +ϯ&[S%2nS[j Cuv@IcxA%^^mԿhȩ{  k>&C%@XZxPsŧB.MFasVA=x=Yw:<y#M+t2/ [RIR<eZ%y } jqFv} N ~9,UalY(:u 0<:ǺT՜1SIzbH,׊Yb&D mڥ0N\P<".wR]lShI*lz &dH*-sK',X0.4rPoSQC~%jܛ@B.@O,ewӇ٦٪*pqE2Q6?e2zB Ҝr0s4"5<([1|MOSڀL-a +J@(;#ܭM%G;L4 uX)kbx8P'(9T䵇=EհEQ͛s@ծ| "@d,yn/Ou扊*8|JKdpG#9 gijHZ? >e|w{jr?{ 4F~s J:qי^C֒[CzB][m?ة.wSL;YxX6 `"AܷCi{+8NrrlBK[-)eLzBʻp!?>5i^LpƓ $@…t˭ax"y ܖ31Q]槒G#T[N0Gt 4^s' ,oI.Ec'Kk> 5` #"T|4mD W\%'W+?鞕wOp;C1 `땶vDs!5WeU˖H=N%UDЂq+~V]XSfG+X(0'=IKWJIФ/̬DK&5٘y遃lWCjJ,znF7VVi@l=͹@3h"9nrOSJ#`墟%'5m7|=n9X 1f&%Z7TS/>LCm[/Be6m;iᾧ \X)?r }xT*SlE; *S-c;, :R-׌zd(CV pNy Z%dBǘ8-eTٳ5)а-mvl`.?2es CU,2NQ"\yv14Ë/6MOtfS[,Hyt6DaRg~=$,S-?ILtŽx 2 ܖarɖ]ݾ _S ni:]OMԿcx&rbwGnE3,^2_CQ@\œ-~vY`-$w?Ui6lۿnx! jywĢљz3(m(w ,PIa0Z2qR=dػ-<^[ťO>aRMr; q="F;bXS͉,eWY N=$>=>nWR8l.4ǭN Fca-m@%,-%`q˶!*҉t,z%n^Z!ovnfz)ؒ/UÅ/] PY/#l22/10]w:l(_ӄ&WJXAc`!Irs`j&z)c,^Sb`"PNa);B(6"MnMVق\&ݰ y WZEmcW%_A)b=m>Cׅ{|[X#KpC,n4J33 0j%Џkn55",vjG]$@rr6<.|5jöȐ*ܨy3 7-6\ Ƿ~q5Q=30n\H҃s 0LY݄DK6YP)zˠo|Y&+7M8`şì\9A'q&'"rf.jpPA4+R(ui&BbW"H ͯ\b'F\k6su:#'^极%ypJ0g \\%A)&\ >x$TZawvi՚^$N\ƸIXg)`:l#9)ҙ@2i*N)`7r4tԛ (ͷZ0VZܹ`.\a2:_ QIkYBl[T5F2zvȄ-QN$ W[T:)X2:$azv;ߢU^c3 GMݙM)dXyh^c.ZA7x|7+}U=5m2ibkO8v/IUgQTix)ϯ_j۔Ň?pvg5㝦x* 9KeIgzѽ(bIZ{9a eբk1{9}3:o,Q-aMҸs=4@PDqtW1SM~a֊!̝7ywӉpLm։ =NLO?bYV_iW&hy2 7Y>4tiMsEs菕R) Yt> tZw?]zM>5) +A?^1 - P4LYnh)|cJ.`}X_|jh&G6 2//CWHER'>%qUIۋ??'D*o4t3U9^+J>s{QENHJ'6xv݅[tSh6 &!n}m,1CP(::;O| FJ}HW|==d(e@[ImT MOgeଖI53Aܤ pB~[w-9,ZX(HŤHPܽ jcx(2q@54X"~ NNɗGo7ӤZzlKNr<. V2;M-e]#]_2cka8 zy`|2υ^[Wo^ͷUc*Gp62é/ m_-QD>ɹU=]n ED1х>D]1~6Lm$XNtk*N')$/5ҙŃ6MI`D!ZYCyP6Zת3Di5_Yn:sbwE}.iaEC$g0W*i ҽfpSRah C9]nՓe *es C4}nT,m$;/7Cxُgc 󯇈6{VVW8E ɶȗaY=]|RQ*Jc;:-w'}1ߊf^ `d)\;+|vFs)}9aFj>HtIw{Uc;? SWbN;/Zҙi\]sqP W{U_?l"R&`g"`Q'L8O 5Hhy߶W.-QTE>\I!fS-Dʄ {gZ^EYCc}Z":fs>jp|=GEB)Pٻשs5DK ?Biԭ-ތۑ'1[|E1Pɚ'Yk:q_`$/d<QD`c4cCފ5n]sV1+z(F?MFŵQ)L\? }>TSJ*0h@47+5\2.bKCxp^/[/&Gy!N$E*&0,;6JK&+W}/߶ؠxHus!\ђ}s8_,VWʊduHIJ+zufSZ뮓|vlLp@`,/ z SA#f]&Uj|~Ėt3TM0pl'ml>_Yt*a%@^84TF<\q%6?ׇzTYт^*{}Ŏei2dP<$ bPobP*pIb_XgSL{BF߀7p}Qn5v#=qnLrs*Q4Ŷ]oqqi0&] 1kߋ(>2}6|c8Xe__QTءazgƚW~hu 7B.rȐ1@a`@yw\.K4{wA\5Ȕ-tqN}jU^rJLAO'AFsqH9}>A{NHCE`W_c B.SK9?5u}m#>9oTw,IRdY`~!$NQg\k>\t(r8H u[B5[AÌnΰ́3MYR{!P7 g_WV7و6\m)%#WWVZuЖV3 QKQ;a"m:AKs^,qkz`@gXD*X"Yͽt;. ڂ&d?uY}=ϚCgH12@@\S*r5ŸqyYyZ(:@jӏwi EҊQW* 6jn1s)hj?}T)jP/B}hm?E5ᅨG!”O}ð1CZ ?h osAB0wީC(1eK0Ef|n7:Dl">5(6[F'zW=M:(OMR{Ŭnwe FcMj5{ـ1 $&6U7^):'Mn T1AU[ ݐʁGP} ?wMԬ]TgGàZFKj{ݯntJ.sKGLnOMIpb8o;WZVV!u]&dIdw>m29\ɄG}E9֏T2,,2&eXb:XUqB2/|/ڶI@峘^ܓ(}eNX}Na t5P<*bx>9'dE;u6{`tG(VŹ>rH_Q|74BQaY4OmD+p)(r~snU/J4{Yaeρ(孈4A?Ie\WjCGoOf&0|㹑vǫD"A9A^eKk^ MHl7B̪K DާeT,΃HDR5fp9$H {B+B 7IvDC+Nj"S`r3wl!5Cg${7N*R:U~RN 5WaUxu!R@5 Tj69yD/+ժ 5|&(v:Cy}yiǘ20%MyY= GXCջ#+O -SȄQ&pb\UvEaݓ}#`@QIx.j3,͢q1FԊ `{%/)k_?#9<S0= ޭ$S4o)qB ];'R# a~rƢpNĥj[)8GxS铿,/;bw8Nsla0H `\Ѩp,h9cƽORI[" n(zaڣy^ v KY,UXcOTY>%\\M5d8Hz$I.ƚt(eA-훾aJJ4^6XIW91+" ҦтĈ蝉\ 8V vve:p5>LZz,>j{oJOQܡv̰m4#ʻ!xjmwyj,Q'5D>y>6rDy\HC)8h"İx $qzt</0Ff KwѮ{wlɢeu^q&\wQ^+Q[ bk 8ZW'’v]^tQA~]vmjuEc-)OvEQ uv:UR(}JkkzN6Q[ꬽ̶ NL<0];xi>!)͵ Г06aB x2Fxsd4`ˏ#' XT7 1d}^+뒘z/(N$H2_J;xJ3h%Ṗ[qk =K ]"n P-詧sBK:x\Lixc/:³brNMg'"m%?u*a^%aX0Q@ބ7ʈJF?oGBɤkA! } q|0i"Eo "?NW_ ^o,%cW&IVSA_4]9MeE' f#>b\>H%0 XTF{/~!S9Q4,S4Y,IV'إ]LE!piLKF+,Huȋ,)%㭇};C ^(Tpn [T^=O!8Hb"H q7BUEe+/ 7{0J;K{"nRv0u:nGFzyURIv_jOx|ۄ9|8NXw'pϸ9 M뗻+JIF+bG@R«)^{%Hjm?T]%LSV6'6; N\76U{plr1rvaP4jy )f$XwqxQpd?G|&``$YX;:zs}94IF줠@ұ #,x9j]~&">rԆݓZE>k#fp/CuAkgqX[mFP,[cyoL+Q 66<=m||}5Z(~mf3n0|;lMk4֔'#H#5u^+x~2gF-l|S>7M+WFsRoz۝q)<ƉBREB1_vy_*sW #/,54eP@1Uؕhn!k $0U濨 s{{O1A6u(-wvv >jc:t=8nD]Xc[ jr\i㝼(+[VKt?IIbc|2݋{#X !~zt̹௼+xM2=BCS>^`芞4@aLf_i|[2wG9(𾿫%2ża逗F,s؞ifWޣjB oUGI0Bdq SOF &v9';+`@W#4ԱQ坹OW?oC<_{"ڌ);SvR(AF*備 ~+ ʤ6-Ca4$PQ q,mM05NLoy ~^\9S43iZ+9"Z(v%ޔT K@ɤ`3oJSob9 edr\oK!g: vJbO$[mC+huDU`4v#„EW"]EZQt4N{B$F3}3sjI-aX$Rѳ3z:SLuf?ɂBf SÃi^ʈJ{2, e+ ۬(wV\~S07v/bՂh1v /{$d2w+MBgnixĝL'L)Ʀ/&#<h+ZDmvNpAjHy;Pmc˕ǮumƋ=rm<> ۗf[uv]"꺌cx0LɌ]"Ú*ϗ""9o2B DdD