tdb-tools-1.4.7-150500.1.1 >  A c.p9||}}ZSƬbֲxt7MX嫔V~"w 9_:jfN%Y~˵#c'i)*G)coH~v?#7oB DZf$Qc;i53F77<~.ܪŜ] K@ip籞QIqDMu©z.`|x$<=RMY Klo.p ctܬ? 70a733802b8f9927f490ab27695a1c51ec2d686a577e7754e588608c905331f6a6b03e534cb16a29eb2bb2ef60d32cf0dcd050bctc.p9|vfnȝ1ڍYuS= Ŏml?iP+"uʽȍhS \e4_2,D hlBG83+; )Һ5J@KqD:/|t;4-n$ 2,+"a1Ņ{ $ wI7OWϮ@˼*)Ӿљ*>k{Fѻ{=oW-hJp>(<?(,d   ;<@LPi  ( 8 X ` h8t(,849: F!]G!tH!I!X!Y!\!]"^"fb"c#.d#e#f#l#u#v#w' x'@y'`z''''((Ctdb-tools1.4.7150500.1.1Tools to manipulate tdb filesTDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB, except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. This package contains tools to manage Tdb files.cs390zp338SUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://tdb.samba.org/linuxs390x7''Y;큤cccccccc228ea0ad0a62af52157dc8a80d3fa3fbb242a2375646c44951f8e980ba35b81559d28cd1303a5fcaf719b4ab1465d56a86b55cdbebe97749285000b72b96a25ebe6db674860e3cbec3883474aa3adbbb2c1da2505a2f3fb106dbcc00b668bee3d07047393d76dfaf9aef5de1ad5437ebba4855da3cbb9edb80958188538bcb2eefae6cea46a26bd019568bc30202fd303f5d663279fa63669cf549ef33c1bd659554773aaa05251c9f4d8143177bd596da2773448f06874a8499326e22fab3ec42653fda98d45082681e5e31b19af069ebc1cebd71cbb04eb1a6f66edeea5a9d2ab7387ae28a58ae267a773c0a800f2b5852a03f3b8bce3268801c2547328cc3rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottdb-1.4.7-150500.1.1.src.rpmtdb-toolstdb-tools(s390-64)@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libtdb.so.1()(64bit)libtdb.so.1(TDB_1.2.1)(64bit)libtdb.so.1(TDB_1.2.11)(64bit)libtdb.so.1(TDB_1.2.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3c%b1@aD@^b;@]\~d\HW@[#@[j@ZY*@YY\YV=@XAW;VɦVɦVC-V3[V,@U|@UU@TT@T[bTO@dmueller@suse.comjcnengel@gmail.comscabrero@suse.denopower@suse.comjmcdonough@suse.comdmulder@suse.comdmulder@suse.comscabrero@suse.dedmulder@suse.comdavid.mulder@suse.comjengelh@inai.descabrero@suse.comscabrero@suse.comscabrero@suse.comddiss@suse.comjmcdonough@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.com- update to 1.4.7: * configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scripts * lib:tdb: Reformat shell scripts - spec file cleanups- Update to 1.4.6 + Drop obsolete patch 0001-tdb-Fix-invalid-syntax-in-tdb.h.patch + Fix Python docstrings + Use atomic operations for tdb_[increment|get]_seqnum + Raw performance torture to beat tdb_increment_seqnum- Update to version 1.4.4 + Fix a memory leak on error + python: remove all 'from __future__ import print_function' + Fix CID 1471761 String not null terminated + Use hex_byte() in parse_hex() + Use hex_byte() in read_data() + fix studio compiler build + Fix some signed/unsigned comparisons + also use __has_attribute macro to check for attribute support + Fix clang 9 missing-field-initializer warnings + pytdb tests: add test for storev() + pytdb: add python binding for storev() + tdbtorture: Use ARRAY_DEL_ELEMENT() + py3: Remove #define PyInt_FromLong PyLong_FromLong + py3: Remove #define PyInt_AsLong PyLong_AsLong + py3: Remove #define PyInt_Check PyLong_Check + tdb: Align integer types - Drop obsolete patch ignore-tdb1-run-transaction-expand.diff - Fix header file using undefined function visibility macro; Add patch 0001-tdb-Fix-invalid-syntax-in-tdb.h.patch; (bso#14762);- Update to version 1.4.3 + Upgrade waf to version 2.0.18 to fix a cross-compilation issue; (bso#13846). + lib/tdb/docs/tracing.txt: typo fixes- Update to version 1.4.2 + Build fixes + Improve the performance by inlining the tdb_oob() checks + Do not propogate any errors from tdb_repack() to tdb_transaction_commit(); (bso#13952) + Remove Python 2.x support except to build just the bare C library + Remove --extra-python (a build time mode to produce Python2 and Python3 bindings at the same time) + New minor version to allow Samba 4.10 to release a tdb if required from that branch- Update to 1.3.18 + Fix build problems with older python versions. + C99 build fixes. + Fix standalone build of tdb.- Update to 1.3.17- Update license to LGPL-3.0- Update to 1.3.16. + Fix build on AIX + Python3 compatibility fixes + Use tdb_wipe_all in "erase" command + Harden allocating the tdb recovery area + Make sure the hash size fits + Harden tdb_check_used_record against overflow + Harden tdb_rec_read + Handle TDB_NEXT_LOCK_ERR in tdb_traverse_internal + Fix build warnings- Remove the conflicts between python3-tdb and python-tdb. These packages don't actually conflict, and need to be installed together in order to build samba with python3.- Remove %if guards for blocks that do not affect the build result. Fix RPM groups and summaries. Ensure neutrality of descriptions. Drop very old SUSE support. Replace old RPM macros by new constructs. Remove some useless ldconfig calls.- Update to 1.3.15. + Add protection against EINTR. + Truncate the file after expand failure, ENOSPC + Use posix_fallocate() to expand the file + Fix GCC compiler warnings- Update to version 1.3.14. + allow tdb_traverse_read before tdb_transaction[_prepare]_commit() + Improve documentation for tdb_transaction_start() + Add new function tdb_transaction_active()- Update to version 1.3.13. + documentation for the tdbbackup -n option + correctly upgrade F_RDLCK to F_WRLCK locks + tdbtool: Add "storehex" command + fix robust mutex detection in threaded applications (bug #12593) + improve debugging of transaction lock failures- Update to version 1.3.12; (bsc#1032915). + Fix mutexes on FreeBSD + Only mmap the mutex area if not already mmap'ed + NULL out tdb->mutexes in tdb_mutex_munmap- Update to version 1.3.11. + performance improvements + make pthread mutex code more portable + avoid a race condition when checking for robust mutexes (bso#11808) + Remove use of strcpy in tdb test. + eliminate deprecation warnings in python tests + Only set public headers field when installing as a public library.- Add conflict between python-tdb and python3-tdb.- Avoid a file collision for non SUSE build targets; (bsc#966174).- Update to version 1.3.8; (bsc#954658). + Fix broken build with --disable-python + Minor build fixes- Add doxygen at build time to add the development documentation. - Disable rpath-install and silent-rules while configure.- Add python3-tdb; (bsc#951911).- Update the Samba Library Distribution Key file 'tdb.keyring'; (bso#945116).- Update to version 1.3.7. + first fix deadlock in the interaction between fcntl and mutex locking; (bso#11381) + improved python3 bindings- Update to version 1.3.6. + Fix runtime detection for robust mutexes in the standalone build; (bso#11326). + Possible fix for the build with robust mutexes on solaris 11; (bso#11319). - Update to version 1.3.5. + ABI change: tdb_chainlock_read_nonblock() has been added, a nonblock variant of tdb_chainlock_read() + Do not build test binaries if it's not a standalone build + Fix CID 1034842 Resource leak + Fix CID 1034841 Resource leak + don't let tdb_wrap_open() segfault with name==NULL- Update to version 1.3.4. + toos: allow transactions with TDB_MUTEX_LOCKING + test: add tdb1-run-mutex-transaction1 test + allow transactions on on tdb's with TDB_MUTEX_LOCKING- Update to version 1.3.3. + test: TDB_CLEAR_IF_FIRST | TDB_MUTEX_LOCKING, O_RDONLY is a valid combination - Update to version 1.3.2. + allow tdb_open_ex() with O_RDONLY of TDB_FEATURE_FLAG_MUTEX tdbs. + Fix a comment + Fix tdb_runtime_check_for_robust_mutexes() + Improve wording in a comment + tdb.h needs bool type; obsoletes include_stdbool_bso10625.patch + tdb_wrap: Make mutexes easier to use + tdb_wrap: Only pull in samba-debug + tdb_wrap: Standalone compile without includes.h + tdb_wrap: tdb_wrap.h doesn't need struct loadparm_context- Use the upstream tar ball, as signature verification is now able to handle compressed archives.- Remove dependency on gpg-offline as signature checking is implemented in the source validator.s390zp33 16714756681.4.7-150500.1.11.4.7-150500.1.1tdbbackuptdbdumptdbrestoretdbtooltdbbackup.8.gztdbdump.8.gztdbrestore.8.gztdbtool.8.gz/usr/bin//usr/share/man/man8/-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-SP5:GA/standard/8ac1c7d1659d6578c9ca99a3d156d421-tdbcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2f470b0167ac60ea46239e9454a7b708abc8c736, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=050917ff5083f16a51d2d96e5e24d1b284d80f40, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=030a5dcac0b7d34d966fd368e11f4338b37d9d89, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1eea2e48508788dee9d3a1c77c44896fdb1fca6f, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)  RRRRRRRRR RRRRRRRRRRR RRRRRRRkQMCDm@utf-8e03e31be4e918c1416816226fb8c72b87dbde421ae70346f95ced7ca415b5b20? 7zXZ !t/Hh] crv9wýJ:k;w_K MnMu8h G (yq6KRVOr )i6}([Ѳ U(qȨ^> aZ|+[x6˩Nn;A O;FM)X,p 6}73d})%]b hȰ 㧫>&a!n_`#^W?'O}篶޹J!':QvF e] 2Mv [VT!.{IvԳ 27^=bդ%yxŞVR:`0lNN$'{@@;鑾8␓*l*vcmDz_xd@prtJ˚o F)=C 4N# sjDqx7uHBMd"a"qM\߫(ЌT>e; Pt_kKU԰O4G`QUd;yvo"̞ށ9r! P@'5rU5<ʩ&` )hxg֎ﱈC6)j PJo'%0k2#o-GmBROjdOsc?KؑX}6dH~j䥇[ 7jץ\Mip KkY+yLTM+ 4v; thKXRI")q_+Ǵ)9/&q=gwu\4%;z4Pرkg:9XU%[؏ Yץ3<|m\>X#St;,J[Q ~9e 5-z-.H4ג sGZi{߼LSawMkX0C6B22A0wAխ+6HLTYa&,YB 쿹[sS/_-Tk?mxt6(# Mv0ܤt'g?@|Xn 8QTkmB Yb)TT!=$WߺZ'ęzE0[J`=_9lDI7D@-'NƃN뱒TǸ-bdF c(2+G]g>SpQH]ڎ @ϳb>kF @x}~M4qc"bZyߥT\w^/彮@s]Fo)!ҏUkU\ߔg17S>oi9s'4q DC=n c^.9@jO<_.KMV0Q4Ӽɗj*"~Ϊ7M/*G8L|,UeX|"`>bqEa੎'<67z1¥,tUEZԒe~b/[ 35+l04¹l jjH XB&O^#pԨMZ<]R}_= Em!ut-J/ba &ْab&֐jm, 0 ' Tpz?dAv~"s,މ$ÆOmTeX3KUwǴp1{O)µ?s$Rnʓ ⺖lGP ZMHk= ~H[e !;GR>P. URz-wLyKr^/dZ lgK}/ǶofpwO#x6x\:~k qӱ|#E t_.W5ʦho-9,!"?ޚ !!XL(>74ư?+R o<-J9u2:Z`|w*G͗7eE5|J_ҖPxQ0<ڳ+/N$(p |;*.$F3 d׆|5(8Viz!LO=ψ;Ab3Rl@잊֘}?#sZy_R: g`;XL`+6t8¨& ?!r M,ҭx*֨(էO| /69K1E׳mWine;KG]Y"jˇNMkYJ +:T}aρLK֒볉ګ RĬʏ7춇"B`4^^z@HA `BUsDS -Yzѿf L:.?,{D\Y%gֱAQz VĮxk5-KC\qsdWr̊0V>`7J mq%/զAu5Ņ3d_-yUρk#hH9%P1)j , wn{y+7 oEOUFOb2VsxIm\ vH3JC#YaȺls2/AN4Qk1JcDՅqVX!1cT$!Xt e5_ԪMs%^u=R~y݁0Q d'\.ޞ#37~f4r}grłZY+zh\GK鱛X^5԰J;rc V "7 Y-IPRf(xij`-&!4^TM4 `|HiT lvF̐AcXr^R|ټ@E0fF-C젖 ` 4 F 5~e W6e6Lwft'$/Gqu NrGyQFy(g U I0 a=zyݟy hn?S}܃== 1eBîG.ZYRf=n6]sQc_R]H1Cٓ=ˮCS*OhaGMQ-{R&û$=!쫸uX$oftϧ3c*{dɫdYeh_΍zCy[y1ioDŽu0Yqm><4 qGh_lYH-7 AC\5_Z ]O"B(t11w/K:S#ۏ1S+~?{ieq~X/s!qJ"'Ϩ}J(y]&u*hXQť]o㤘aWФW&- ˰L4:ck' J5v1U7;ո<'~6ي󓫽k4>AtI]V"t2ӿD%O} $3I?F@aX[ Q>dK!'Y'{fJQJdF>Lj 9s/>`D))= TuE==mˊ?8%: gR!g@j uq[[ }ӅVTEAoOa'GX M ߩonMImJu"53'_Z6/ˆ~YwB`c0G8?({>-R`/2\,rV:~m/ C^S]˰R7ۭs '=wP6S{X1S.bUӎ{=R{3EzgK֢QGXАM8zWIF \pSn#駩caQugÊs'fE7T̐A<(79G(l:ɝnw daVMv M^Mc\7M2hv}q<šjy_5˾Du"9۫b鹫?2Ȋ!yeu:|9#%iMp8ƭb\|ϦC{p) ?*0' HdF:D}$ Df%"ôs?{2W)3&k.2ZJ2_MYa''<-*e87KY9j 7Iq۰>1P0׀aNW}~t#i5q%T?]+M~v)Wyʷ[7'Z ot`gقo56U:X ?\U$͉iSz.$ʫ [)KB$*@N -mP=s([%aV]JͦV|\|W^`!?KF`69E^?1.R҉vҝO80i2'4jrbFCʬXdXuVY6!:'] D?h^['o`)e6r/5 EX6eOb&#X _CF9M94yc5)~ґcC G cI$'z2 ^A d2is>GksQ >]&ng@hGw 4SX!)%jo~J=WDkbN2D)Go,dv|q0-b{˹P5wN\#2ё|xQ^rtB%`):aqAg׃݉:*U,]/ŎMj ?t߰[a*b ]a&FB$~ޡ< b-Gƾ =n4 nOSK97Z/T՟N 8CݠE23߆W#?LNAKmRu /vʡ:_XM i6NnUtS{+)_Z^?FҥjY,<`X O )5im>o5{8l>jKǀ '|U+!{ghIeg,0+X[?I|!tI\=]54}}b|(G^Uo?OU%۷a9s4TPqf]^T)%/yz1iHnƅQvYZvtNYRk -B:ec%ͩo+L2y7}ˌF yx,*7+Hܣ꙱z@k)_ңn4zl4cA "5;zԥ;yZ/,Apb‹|-m e֫o43ଶH~Ȱ%f"˼8vmH1>Hf$$,Rg\0L3[ΞeTA=QWQ`g>\2uokK a1wɽ8(YIjAs O]ُ.H_迃 85;-͠]si/=SPLV8*BE=g'A|XӭTIIυ0G&їG]*/ßkLNP j=UZ CoN%d1ȿ,OM((jT"jB~ 'T"q`"{lCfUEe>k `YۥN6Ot5|jD/X'TȃᅻooSN^=(fL\<]搫[Q#tdžG(a쀙K&P"pʾh8 1v%R(vbpk}kn_r!l1f>Lz0nxk=V>LA' <|ěaK@*2S/=˫Sk{ACøəP5!ѐ&+Ū_Ilqcl͡EJ0U,4DDZ^ AVD)mӳת>6#nTAvB AcEzlʌB.~uWeÃLQs⇽J99=YD=`Q4׎d) W' ZʹI0;Yn=o%dOg1:HﶸL?a).Ia@`y(y<2s?!Η;Q+fIvpmcpԜxngθP{Q W:V A(o_8ξIjlUm8q0ez:eNfq.hox8MF_ C|k=k kހւ͎拏¨%L1Z+zQ}S<Kx:ꋵD}AގyK&^7 @Oͫ A. v.37lᚨiwP =Jlݥ硪~SO6.FNuUכf=)L.߆Oݶ(eTH 2U4ww,tT8.OaG80%VI(9'Hxo OͣcN1; K%@8c:9?{0 H:wΟFf 8SՇO9jl>{_4Ώ!!3iW{q`P#*_Vm1A]*rёJ |6y7t᛾0)ɈF=2d 5f-sJ ׁo(2 f1b+$riŲM_5XŠ$/pmV8$^&=%Im,xʂߝTt0fH?l@ieۙH'Խ Dܴm}WD|~^7I0}q9bMf-,֪%#`rdX%U"[@)@V*Z9#XrTWn覝NLn۩'"tk#E &ό}nS" }TPw&mnn+<уd}wbzҺAFOd-Z4G w toB"߀ %N&L~Ht&N%qaH勇,H5[UFҐ?ެdPXd?qU78 fXc6Ɵt+ȥ9s«-gR LA/l@/'ߵveCK%v:!.IaƨIτ7Ry7 |䛴. rVvH8++ 0F!B% HkG]|gdIL~ =P(-Ys0>quX9 F&Q]u^4 V"ewpk- G( Jo7d *sq'x:* e\yhZhE!5n_:[WVtM&gN"|V`ּFz~9%؁FO,\Ȃ+?+'TPCh+wkGXt{`r|ncEܔ 䛒Fy )͍և1qbcHY ys* }t|F+"ڲ\d0L n- '6#T<7v&.kQem<ZOuU;b1rvA_^e׷cSEz_ueIJ0HyUwCR7ɢEnk!'IYHHTIlGsr!,u8":]K'g e껞ZƩc}_ 1~*R¶_B467m.zցSÜ) NI5٩! P6DXgی`7j_Ma8h/;"-W0a[PJxhT uװ$*`]rb2@dyKL O(G+.H*`]jYf!!M{z8m,9)"5r#I`;mO7׭ K5J /ǫ6p9雡*E|>r@ɾ=/u$ c WL= 3(1AuaE :-@MVD'nʴiEC{Z7x:az矨,R{qRYWS_DEs58f ~yubl$97m"7=mQO'?l@ cCofٗc[`xk*t@e ~4ը&gW@3ť>Cab{oAqԧT%ѹ\ẼB®8j:hXD&|PRIj _$B,/n[xx a[%j/[M.<8o=9e+ٖ3@_!FL,T%7}楚31WuA错-J~.fV#t" :iR9/~ iw0y yNE'\k<@+ΊRd(ltܰ.;C싃Ϝ29&V^1NYtG<㎈kd_[]YFR%;VƱӕeKEq|M'zx$>$p"7xz[T}(+xYW@IK;A2~iwK|gf6YSoba]b^_Gᥪҋù<=[lm{+|2>n>cL/lpG3=g(jVX46DQ Yf$ina0\O8*9/xu1E3x Xeb`qhnfϣFMS ?̨}TFbh vƙ`Knxu63v/ci'PD] eB;a@8;7د,#w [ 1ew(FY)#S؜( aܡ Lτ5R_ECJq*&= P@يKj3 VР=y@{ؽWjo$~P8W53LL׮Xc JM__)8\e\T3dɪVu,rHv*5f_=6[ˣ,xֲTF:DKQ„ R|y%rgM  P~]r~Ͼ4VrQ.a>5هPj7rbJ~V$hSy Z) Y#UomQ3%a "Re0^ࠈ,K#'OiyНa/;Ym` SԿuzs#L0zT1~lW.Hs2ЍhP,+{5g!"&J/RI{.CDHD|r*m!;Kl̘CeѽN^Jok ,xI PعnPHveW>!\l`r_!]Vy o\[S ͙QDt-u` hmޢ7l_̵{xbB[F( /ٍ+s=+:RFzx?p%T cH90`y 2Ҽ&|g#Q#%ovE71J#.8cjq?! CuI`D\d0`:ðRHhNH{թm@H5 waiZ2Ҋ֓렕!ο;HLK@n(3F* !Nswqm.t/ChpX7c/OL"xm(Bd< ryVЃ`=T5[Y ޓlZC˒1`'k`a7p *׈4P{*'d r؄jq\9˾0wE>=ǩgBҡ5\'`_d6eimJ٥"B ۧš"Wc0'ôk5Ǎ&@:upڷ2]5?kJxTO[a AFEš3ި.bHs6nH!NӘ"G#|o__cT~ݖ UF^4GWI?.zcK 1-ϟ".41k<:D:QpYsswIc>bO_r$ك1GLR ||QZ`Fu^ 1 K<g/sty xbѰF{>`F3%8+Y͐ aWVUGv%N0 :w&~9FYa tT#j7)aZU!*|}@C}R4 {Cτgk3⠛dA[89ۇMBo&b؎JyH Xe¼ 5,f%^gkeĪwH);:3,?WĒP Åƻsm0X|^vt.5ғ0xBK!v@SuJq #n-j)K`ݥŸ_5i9OxbJw$K҈UIV#=+BW)̀wU8<Iozk5e.j}q$!1]6fQV2XgnHڤC|,x^r@zc/>aWd-j寅Ba}BG2IcI(_Yg5v G .#wv{_7Xם7ڨS}A.p8 9KN =&t9LڨdWڤsȘL/?˲9R0<H&(K,~x ~ ĉO{ +LGLK@$zXl+q &zo>RnP)ѿ IVIZ.Y}ĶמT*Y@#R}ș ,Q!"@+f_RQZ1(vcyX˩wȒ 9p;d$,-z+#$HLJR| [[06>U?$FRU9=З\fwʩ Z!51{cu~@X0_ u9iBU F%kbȩA;<+HhFF%}Y!7e*ʹ|nd2\,rh)R6? ۹ZDq*.(¡hA GĐJdsR '[o^"vR01fr)laE2itnSMBЂrHtf |`=?:R5>y1FJXN*:ªϴ#ȥ } JԨ4s̯yMaLyMXtv 9uWNt/x:d?&)I]iғ1CRğFb_g};ķl&(OEИAO.b4uݺo{zڶ< jBܲ d')#eˋ}SGH9Di:}e3=E#cfO! (G]-2mt7 {G683iJ%᠕=maRB'qOQiZwO:O5)Uׇ(''B\K`mЉt$9WAuxN@נiVmdT;3M)IxH|}ׄ^ANzGڝ-S̼Jq|~/Pj' FW8u>i%D 5Kq44<]+e@LTX3Sdihkc}`h 7h/򇺑6aq_α៬ǺIzٝ/|2nlWskZ6+?ZN_JJ j% 9pz(D\41"ykRg8ILDɾKqd9͌'ZBE20g$:и]E_u ^%LR )x.Gƫ",tmwLjt؀IX mS.gӾIy/*vktgמ}F\,b0 ]*H5Qg&ݬh3fnV̭O?Eg򕞜$(#Mm(g"R!1th=}5ӊ(ρ!v%8ǹ8+ hkҁe{Z5O WI_"͌ra-a~7CӧVۖs5d(i$Yv*T)_4|[ȋ[IvV[ި}_^huf Gw1S8BȦjABS 2Ä}G;,]rer1ex.GXʦ cq,Bt\o]l-LI(oRj(jy);,&&zxNm(rSЮ/#NKy1޷P3уG17KXExҊVu "(xBTI~ q0''yj}>66>!WؚC{^1X h ♝6B *֐!gPH Hi N 5?rK=|u )g}'6$}dz7;LbH~븄M@EGH=M9tf9 CNu`/e|,>hp;* _0-؂\loMj=uKIz!&Sl^PDSX7VyFfi kЁrkbYBfjQFc߹^l^زYl͗T9H sTv3tbO*s7ڧǣC|SSɝ=hIX嘭1_ s6`qCjrҗީ}W;$PI6ɶ YZ