libprotobuf-lite15-3.5.0-5.5.1<>,Xb.p9|=mm=n%o( S*ȩ[ GIP})j'-fF0m)-&=j2 >gפChS@m,Ը*EaV0yxRQ ma 'V58YM݄(L>tֹM_@qΎ4c .5;JN@-?-d ! U 9Zg }     8@JTt|42(d8l9:>*g@*vF*G*H*I*X*Y*\*]*^+b+c+d,>e,Cf,Fl,Hu,\v,dw,x,y-z-X-h-l-r-Clibprotobuf-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.sheep66TSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://github.com/google/protobuf/linuxx86_64Tb.b.51fb8d32b0d3a9dcb715d89e0dc1df1e4555e5509f8d1ae2f3d86e94fb028faclibprotobuf-lite.so.15.0.0rootrootrootrootprotobuf-3.5.0-5.5.1.src.rpmlibprotobuf-lite.so.15()(64bit)libprotobuf-lite15libprotobuf-lite15(x86-64)@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-x86-64.so.2()(64bit)ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(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/ldconfigsheep66 16472467643.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_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=74f7278bb42844e5fc3d603b23c540946ea6b398, strippedPR RRRRRR RRRRRRRRR R RRR axm'utf-894a629838476498229029b83b1648c4462c3d76b3db40a18858a66e727b259e5?7zXZ !t/p&]"k%ʽdv3VJw%<#zVsL*M4lgCuQhR=AާYH#@37n=|aP3=kkiW&/`ZF&"$%%ӫ(;(ZT%$c@aKsYĉ%1pC=HʋaYۉ0^HȨp&s9KSKWxG|7[Y4ڏZۉ<͔Ҍk# P y=zq)Xj+Vo2cVr2Zؑ6ZKk/ M`ݎamYuFGu ĮL%쐂@9Dا.gVڤ01>GuV>,#}A%׍@Zn|DB Y MELB7IE=ނks(UM چue.m璡C0I ֗ RF'/*'B.okDi{=n0.qتUV%/-+ƙw`vqS 럸`T^u`ilի[ l;d w[ ;H1I|?pjF(s+tS7ܔu m(RdE  IU0S2u2bWd,DɎEXni В0@Xo*9vy\oO8TsaFekbE2ja2qjC\TPak/n0Ŝ5DO%e]v7,êHԯm$.zcr.%MN[xkD3EZ(GmPk}N/07C`Rj1?͗}rW}b Y4`_(RrXѮ}۹ri\btqk>)`lr^鶗ƯA$PaGF#L:p]Lwg$5K4PNӽ ghMk}G3)gt6da YG9⃯OL'yffr'=>j-w~Ž<{S1jbp/;~|yo7? WPä%xT6?Gǣ%5T<\*56Ϧ"_R CS,"P2//&aۤ* ;`7j:{G^uf+Or}a%a$~[r/\ؕoCK/ц.+cۭ"<jY2ؕS2gI~sx3Q#Rv3pxęlr~qq{J`w]`#ʜĮ.+:+M()Kx]lDz艾F 1\;,qisypխh=nhYȜ q,豭B:$n溺1^ 2Ѽinӏ<PKWMbp~ni3Xѹ9,R-6 صUvP<4s^~~ޤ7EK~PEz*:fq죿@@R~7 /وe>EsUr5uNiȌXAeHQ"ʎڒmt^fR(.'̭o+EQ FyPVKBp#BO`(puAx]1wNUޠO[ I./`K tMZJ*;]q؛{2C_gPnϼ%؃?g$86\8IdcaYoɈҹtH|0nF/w+l$[n_6A3 `Va"a^A:a;+GB|],xJF#{h;yȗsQF`nWaG1/:xqP?DuV'=o^}U#'-ڋ,[@.'BZ^=i("7"+CU ?,Zg.,bX_D;~y;m=4ڻ/ 5k#]!Kڑoa}yI2e]ڕKh'7u CU= <&'!wyu]9UhU"T ?dckYu<(x3N)shF,ZS{xVjݗMڃ_䡮-D8)=Ybtix}K䲸S6_bXݶITXS|@+ g@5Zd6κ3)o pav吹]5oTou zAǞڨ[D4M31}C5.B\f-,YV$at3UE[x"NAbUٞUϽa/ԻȌ;> }Gt/X ^l?;JEXȢp}hN^[#X{]*<.'_(Ã/CճhK"H9N@S z8w^O -ݪҧMl+XqFv9`m#D\dV?eToPر>vdA9dcRjN"F}+-?qZͤa!Sg%ATpb.ayXٗmh+՜H'4"Ov-CJ^@}MC` +v{x~2VsBѠl _=tZFQPF2Mj!iIvTWB /$%gT[F>#+ǥ,Dzئ܉i-dWW]ZZc{1l.Hjna7+=CN1G |W= \P\S/-; ofcB}-Z6U$1G@r%vcpIXb^p_j$ROz_~BMkNijww(+[QOr2NU4QBY\-7+rM-|Q9z Lߢabd l\:_ːslU8ѾǥL\ȳS_PF4BL'ɠNwAIS ?e;j !Îo3Dgh9R O?neы+9{aAT^T`!9JlBB8QuJc7^%\׆G%H:NɃ}ŹAU&*pΥ3z '"H$rNkKhnHDw]S͡(W]R$*09va !=8ExxSLyxDnS6ɗB` ]n9*Y_Ps7)~ \ʤU=tp֏w(k9/2XQEԎ N%umP] ]8K.ne]̿¼Į[⎊푵Pqb2<>Yo»@>05;~1ᮨ.xuoL,_ Ma*4N =Zk,dѧ# V;Ϋ-΀{W坈"DNbB3 MbܑfQE5gzV*]9SRt 8x8 ]͙.PsrStRo@KSI_R Y^ flX(:1&yL]Y)?SHj)1*G=9݋|3eWy.aH媖6Xt~rHv Fo CCp(!:d@vG0 Y IN?F;?^p@iSz3[f5a-SӖ1-^-W$VG̡ vm@|\s3GSlcĮ@ܘI"? .ܥ&T쩚^~Bɗ dmPKZ/%d97H8eeQ sOLKȐyE8UslȳZ3a q3b ș 8/)դ0jS[bbvY{  :J(ao+c@8iҞt;rx<@r nx罥 c`/e1?`b ~"ySA epw,p`аI%"ypۢc1ۇրeL 8 Bicfuy8d`gIdz s/FV8^ b)ް ) J˯Ol=LζEWǚ^Fq1 FKj}Ոb=2F8qyY$ P/hB-S8 k;_]"6X$aּybw"]ik{ 3L_Nta2B!/H%L2{i\Gib] "7UkxPh _Iz QSeԪ|3]`S:R.חKpLPqtmUԉ'P |C[M'9VFr S8{-WN̪\& R%]qH<@>ц(R6s2j`GAV́0En}~MQi'{o1ʐˑlG, GU+}^M܄}U0捏5IA(2Ta" RCը/%qeIPCjͪSFf"=GH>vMF*G\Ʈ'!1((յW*p:j'^!%\ڨt06&G:m7y1}^oOvz_ akcP7)&uL~ty?AΊ& cy4ڐxռP1 Vauaf"2_I7l k]eL);u7C4NISa)f/`bÒvm%2KxOJ1+aZN&zPa63,HW_oo% tps,`QerztN7DkXy8i@vϛKsfkPcJc, \ c1d. M w mZYcO@?%Xa)%"J(ZDDv9~ШEKKmc򦔫NE-43 Ʋao+&y(Lw<"CznowGZ4™#{Dp]wM2=aM|KFtRݍ֢QcG%JNE fRã9 ^OD1 <̖^y8IcL EzDSdfXa q,$x*gf@'  aV 㥯kIfʀfyN0^{C#@-X&- QwA 0F(Rx7v3J`ȡchE([=Q%n?  x4C*]',\𴉓3^Y,Zވ57߱QfٗG.$}V_hly_{2IN^01Ta}H7UsQ+ޔc { + ؗg${ {#i}X.Ε~lIt;'p#\^-$V"&{Zdjhyc.F~RX GJ lOJy;҅,mh5z"I$vr?u IakV0gHlw;9 e$Br|rsx8+׬5ۨ6crs(vI"q׌A="J،3h= _,HL *˙s^i'2Lw6+s6 .QR~#p/j"e!= 'm]_JR9Ie_{YתAq/bՆ2;5 {ʒ~hf;<; %-1sThM|UeДrK(5zɔyLb4/ɌSz E]qk(0ąOIlX@bTu?jǪ)W!蘪:{hU~7h͍zrc/MY~:=]uVwDX]Qü.ZՒћf  $k&?__v GPy$*mDߞǤx*45 M حbKo@͹Cv y%l]B'd[ q%ocꀿ[IduG)p$s(pwx1+;f~@*biVY4s#geǮ|H܉&E0&'h~pS͝doxfoH&aX9K'rK\i?Vo$c|R}@;}7"Ws$٪dKg?EqU4YbUnI`Mm^;$h_GEHQD(:s@2c<< w7nc kMVg^-g H_Kz{Uk7,]MӟFx3-NsIJMt04 T_ ܙbW6%TY-j `1>|CygPCba}h~"4C7N dtAA/?Kf;^Uh=]ÜWе>dw|]kvKPgњTR0j[W{"nB5;2]fG*$^ ō_;ҥ9mo}X9k ;N;VZePA&[qʲOjqP3JR:j@EaSHJR -F&mMWy7Ԧ;(VLVVeD`vV!kb/sdfp"B)^7SxU 4tT*K]>;I v{PFYSW{2kiQ,V"څe XkbF1M `ӼѩvV-@{^cф;@i+3,S#u렿"0~q2-<r k 5ND}6 fTYM ?١9NGa^l_dv憙u*saMh<2<%gBq`yG.XtQʟ dOO:Vc0]PF$@9-Dn.&[tH=N Ǭ{7a=[*4Yh']78kpEQc7 j8VuOEYՒ}S-{sL^Xê^Zm([ۉH??lM~"J,6/ [5?%/UNCecBVFD߄']b[?憹$tU=wj>6^|82YbՔ'paKճ)uYk9y2`hG]GpF/8_c95TuG^1\SUF#ֻv!ʲG/lV,\ZD;շp&q"nsHh#k~pT㩵N*Gg<ζ D˨KZ7aj8n@&mۀS B [%xݡ+@ABBmڼ?¶Z%BIC}UC+C.NoQ9Uy 4͖%(^G^'qg^Yveɜ~GRa[/μCMy֌h=xp8p 7a6R >Qs啜Qd Q蘻7Djӂh˝xX(1X=HmA`{쟂ֳLovm&OR2Ȣob# X[M P&kms؞JsG+Gmx$h^0蠞"ML!]*}>׆GG/ᆡR Bg؁gLq[ %s Gp-R0ķP $0XL u=kOP+Ќݶ,GCدo{%"TЈ-B]8rB 9j#7QGs39 p;^9rXM,vПA"22^ ,غl7( 19$x `(\g#yedžB -KL^Ÿ# {E,J+}ѡdg\9fZ{KҌz (#rx4vcLJ4y05]Մw1]W3s w>\߃Ypeb6UgxBU;0b>!Ph:|CqZqp).s?D0ncS]J{ . irn~/qf"ZrKkUWQcDﴼ`tiu+h QѷZ|J&po0M&Xx{dTf C <툑hg Mz<[A (俧\cĻ9\n!fVEM>s.pxWP;[d+K"Kf0\q;cm=Qq= m>C͖Uh.epDR?Px)tTX]O^ y*oDEP%K0{ȑ&~nH4Q4'&{%EDYfm.v'rLq$Hs z'B{}y{y6a:"3N1r:=v=1AaGx :%1pأ9Ue+kqBJ1#ZSתِqFUapڅX5z"<@dO'/S{_ /~TрC:Te:@&[UfME_da#3.Jv٭O (ۛebOGv)lۙ!,4阅 3´lEJ㛪! F7_~ʃaIyx2NEEni9ϞhkW%1~RjJJ*}u=pĝ8,5nkxO+t#gEi$` Ġ{pg7P[4dE2^>VzfSm?OQ+0ڃLvk-I 0Gʷ6aMÕ`6xɿ2E؁oa(FI53aM-ZA.U bC}(nv Ͱ掺_o CJRhqu4vK/yS`hpg]'`tDW6ZBȞ' *`˦܍Ue|tOL{C@+ڨrBkP>V8D ! 73; 2'U 3hz qjVTX+ZЏk}կɠ<@ -IfpV?# j¡:^&cZ&_G,oo= k'hWfN}]Enn}"鈲_Qb%P*avaS$8DؒjdnrgU78LIOU5S"wh @b&d5@7Hl JZC-<~.[K F|ìe`RDe&0CrCDh$!ob)ޏ{= s=5}i;`,DUڵG1#~ Y?Y صƙGj߼MhkM>\}{rD &jfb ^qLw>Sv%_>U.NF[Rw`7tͰ?l=ڠ ,kZL?}T}nSR]2:Q"UbH35{ֆUD@Xy2?[r%0N(ϲd51Ѽ鶒[zZV*'ԋ3fAúg\>Ipd*tn~nQFdRUUl|pR ]?%2J:.00zŚA88BrBl(r?/Fveγj\X\3.y՗os(WM=Gy-Y#@'O 7o>;żyZz.e#s*`p3i6ASr ǮP9fwQ3#+$&4E"Ἓ {䭨,o*/@z}V̕_*IM{OU{coiBsk)JJ?veM M<,\Ί6upXOm6 uj5(Gc*Dg.EUc̓vABhg:)RZ]O,b Z_%q)/GLdSo :g4!+Gtw?Z;15ՒeRȟ# Kp>#=fph Wiy?9lFS! d- R-%j#H{N,WC'*u}̘Ətu0zcwB5o]J,po}m(_gmHL(k,ZDH~,qՄfdCw mq6.]/bRn4_%K|3Sh .;>|6M󭇳\4D# c"jo4hZTakhgZo~ӌl Js\@`=P&sl3jj!8{Jo;A2"ݪ?A^ 5bjs(rMW } bRq z [g4<*`.r,AVuVT7 P* 2e%湢-Gh/[];twJ b]?mL3Ng);;~'cI2cw% קּlp} \g.*?W}0qrl++<| k*d7"4,\ 1[ Qy'Y땆 (_0; )jmS=Jhrx.cCk~w7[!a=2k;ޱ]C'XT%ޮfp@[) $Ȣ@/UZ&3ZvK?/vy!u%iy=?2?F8>9"v\uAYz#۪!zf9?,@,~ъ&qmuК':@F'|@lH)ZNqo/4 GN=o(G#</ uܧ6PH p5Hh)3x3~q1MB%m^,G V+)ͮ$EtwsNe,,$ h_F|i Awҁtptg&r%OY;!Zzhc_EbeV!sP4eAnSXHb7q ua[T7Jf`kMW'72 Kh~;t*:IƖZ/8lb @yʛ"%>d7cm{7ox~ǹLld FL~fw (a)bAc$1~dCtjip;,pl1<LGyI]=. 93.pye{iW{$ױgԓ 䘃UI )2qyQ  b`=/3q #e&o !A wҾ5TO; 7*z>O/TYxtf0ab r#4-(5Ꮑ~#Hr|⹋SBnVGgGԓ&ف+L.@tTF;ۈ/6%/YXMr,aӮ;OÛ4y^,MU\c`CBzg/sQ!qƸ}T'<;nν;O򒖲[Gj{rn(@9ۆTek-|&$IUf. pb?bnF)“JCx\Dsvl: ۾&HEr,h}8sW"(QS8ѧx#26V=R9c 6 b㬉dFHC. [^BvO D>PZ!*b&IeS `(AMt7S`Աf.I.# zOFMG@4 *켐CiX_Uu_8M6q& Y:'Y4jVݕGuԣƍvojH }j:!=g?F 3HXnQgEfB&Q5˴x=\gm,1Xc1n^?DXu(76_>몰^|hoԀI=;b"G8ETUDyd #`U\ֺe=u3 )ˤdhǟ<֮-iA͕e)M?tzw:.ZπGXA|U e$ |m_%ɸj ^JE]_7]XƝAkG(湪q ̫X#DeLJZwqXA4 Z7}6k$.0GhR!WHk$}RGrvTuJr숙Bѧ Mr~d3nA/7Ǘ fEtp_M'?N?H~F!OS;?-b2UφDCU2%H1B4' 2j,;ۉwC0]uHHбĔc )y~ʵIB58^BMN3xSDcTk&[ 2P6n ׍*I^pg"Q杭J tB |U`%wZ]vNJ {_5םôQaFՁ^zUĽ_/O\#u&_g*g|BYl їAe{џm:D:kՙL%)NhX~6ḯI̞ v~F3#:=% y˃ : W.PV$ufJLycs\U d4F7hj"74k`ٓC {=WFٰ-ŋJUǃ诘R4)o'ETr*+Nb: o2GSt,GA&vg2v#ZJުhKB?̸ӆ>[n&ްUBJ0{Zen|/o=hzs\ &#*~ v\E6&| 38F=oQbjg0`(NxV@`DG&a9j`0#eec)ax:I,υJkUm:=zXrЄ!FdԒ)Py$ns%v[OG7EgiJO$[ o сzp9R\V/Tt&D E7 ƜnIM <٥LlJclVb1' +vޫ-Fr"Qh=갎?KzkTG ` \dMxz3ֻ_Ƀ6p%+%8b5GCSIqlXhT ]<,ѫֽOkZEwe]-4l"+>WCÇD Hӓ E^nNUWoϰFXjtFFG./<z |aWr\xgQE%c0#y[)ӧX]@@տCz]k5kCृ*C x 55Wr;h @后#Żp -QC ޭk D9zô/lX["EݯϕMÒAE9fWBkł*{ WZoSxcH'u=hjЉonmI1#2 [pwt_=qFT5b}.w[&ZT9qդ~p;U$]ixڠi96$2+Y-oL\H7wd1+-bX-x?<145B Y,I36i!=3TF^sr> zg<Ghfj|( ܅OHSxxƨ16_[:DA5}\Li'77FFxh`VqGt"LJ3,襟޸ lU31 |@# %ٿ*"*hXeL*e.xy15 Qz:_)t'F+SnWsFnaHTR/;ԉU9neQ4zO,};5 ' `M$'pT1LZ>D*LԲWvŎ09I4 fOq gD"_6ī `r&x5SY Un㼆Z5`䞝]s]qe@j:QdYbK?i=n|v'LKvT,q>,^P9B0ǀ[;RRD _0Axj+#O[uGޓ粙ńŲƎ3c2Ď4RMDfge1oR4`fX/TK 1UoV^س͇% l0wĝϹJUks5HF5|nѾ*[d+GtZ5WF{(Wp8;(݃nѼ5+{Zh8v>כF KܩA6/y0Rk$ [/5͔_8ei1l:򚲌<[j<\~1YrOI!PJ(ptL"A乭KQr&P1AqԒI;XD219@ɢû8yc[dk/"5/oD|'_HH쳎 lN3]0 * `R^bdM2ɭ G̚rNy0"LX,+اw^)_veٙ\"/&+8g&G}28薝ϩM NCkw31d{$k"?pͼUӬԶ_Dlns0lcBx&?ޘz"} 3)Cn\PISpE{2]adϤhvdч֛))S6 >9jozT=y(o#,p@ :p,s[Y yv57䊊G}A^)ٳS> MIЬqֲ3 Mћ4Bߩ8'r_;R&Z:*AGtjS'zBI5xJV%]1W dP|wI /kv>S0b(;O&p$"Up[ C\G6FPBbx M/N!$zwAg̥BF@lӇO\ң;s/WeWƄ(ktL sFUХ9Y#su\˟esV:6K3P_ொ~-(ZXJK^Dc a=Jͼܦ &)2+vsP-?B=/!v9q$Pq1up=i kr ct!o⴨n ,v 0iHr7*ŌXwӯng"dA(9N>q#nU_*bz6V7#xS+gf]/̣I):W3y䇄4vbxȇr8pNAm>dE-@*BQtΖ WN\0< 5{_j﷉I=PR|$.^=(&qտ#|SV|jn,.mr2.q7qӺB;uWEM83šQGa>%B;jkOP`cjaQ*Rّ,$Fvgu>W>_0s'f hai E^8HWI!SoqL xK?>I(Mz&fsH{KÚ^T2.rNG zQ#(i&|^4.6:6OAq* ațdȇF)L#\\Fk"+w)XhdL!DڣJ2t.2?(UnfB @in$$}C{B欆v)'Fl2SvubfQ]@X^Vdu+c5wȘ.Jl_J?2J"NiOvh9j=7h9طFF rP WV3R%xD| oHx.Ia(v-u颗G~%zntXI~r?!<ޖzr4@qjlw$l9S]9?={+XMfqw"l *aGro֮y- ^>D4YПYc0c^n+Se'Cg &b ,3rP/Ҟ׊_X3^ oJbz`~)<%L;.s>И(!wޣWz.*&FH\# NSWAW;{ؖ t#0-sO:!|(W.^*$lL^ VQQ$O?^ҧ4`gx8"zH%p?nDoҔU;J E;q m}bʣG1d;whe)Ƅyīվ Skgn@q` .q{<0KX}Lds.p¯[L+R-b?ͱLvlOtHw}`ǷpG-yg)#5٠7{65vC=,Fܶ YZ