libltdl7-2.4.6-3.4.1 >  A a2p9|@ekTeD6^2SSZ-bŠ>`pոgl߫zgJF0;\:"=9>}7 <κ+uCYRN4қkm?M6z;L՜|}`tU xNɧR VNl|ΩZ@3YZo*r\S~! [* .e1޼N_P%DQ8'0&0!K荅mB_ws%'+=y3d1aea90e41c5d77505383f5c1490c4119b250107b4bf11f8d91a063604a4e8a89e1f0c337451bdae33175cc2f2db00eba3fa9a9~a2p9|EuBڣ^d'oAng`YY bjaGJfcGut4_dH`> kY9!ą W8|cCp@0?/d   /x| +1<D H L T   @ # (E8L 9 :N >,@,F,G-H-I- X-$Y-0\-L]-T^-rb-~c.'d.e.f.l.u.v.w/lx/ty/|z/////Clibltdl72.4.63.4.1Libtool Runtime LibraryLibrary needed by programs that use the ltdl interface of GNU libtool.a2sangiovese SUSE Linux Enterprise 15SUSE LLC LGPL-2.1+https://www.suse.com/Development/Libraries/C and C++http://www.gnu.org/software/libtool/linuxppc64le a2a2ff65c62a9bbcb315c4c9805a71fccc1618b63a25c7dc8ee27f8389441927c888libltdl.so.7.3.1rootrootrootrootlibtool-2.4.6-3.4.1.src.rpmlibltdl.so.7()(64bit)libltdl7libltdl7(ppc-64)@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1VJUL@UG_@U4@U3U0Tء@T@TTy@Ty@To)@TWn@dimstar@opensuse.orgpth@suse.depth@suse.depth@suse.dempluskal@suse.compth@suse.depth@suse.defoss@grueninger.defoss@grueninger.defoss@grueninger.defoss@grueninger.depth@suse.defoss@grueninger.de- Fix install_info_{install,delete} usage: install-info does not allow file globbing.- Remove spurious install_info_delete in postun (bsc#940773).- Fix call of install_info.- Remove empty entry.- Use url for signature - Add keyring file for automatic verification of signature - Cleanup spec file with spec-cleaner - Remove old ppc/ppc64 obsolete/provides - Update info pre/post requires and replace postun with preun- Update to 2.4.6: Noteworthy changes in release 2.4.6 (2015-02-15) [stable] * New features: - LT_SYS_LIBRARY_PATH can be set in config.site, or at configure time and persists correctly in the generated libtool script. * Bug fixes: - Fix a race condition in ltdl dryrun test that would cause spurious random failures of that test. - LT_SYS_DLSEARCH_PATH is munged correctly. - Add tarball signature.- Add libtool-no_host_name.patch to remove the host name from generated scripts (bnc#916268).- Update to libtool 2.4.5 New features: - Libtoolize searches for the best available M4 on the user PATH at runtime, rather than settling for the first one found. - Support munging sys_lib_dlsearch_path_spec with LT_SYS_LIBRARY_PATH environment variable. Bug fixes: - Bail out at configure time if the installed M4 is not sufficient for the purposes of libtoolize. - freebsd-elf library versioning was upgraded incorrectly in 2.4.4, but now works properly again. - Fix a 2.4.4 regression so that libltdl subprojects do not warn about missing libltdl/libltdl directory as in prior releases. - When using Sun C++ on Solaris or GNU/Linux we used to set libtool's postdeps permanently, based on the contents of $CXX and $CXXFLAGS at configure time, which was brittle and error-prone. Now, we no longer check for a SunCC ABI at configure time, but augment the postdeps at libtool time based on the current invocation flags on each call. Changes in supported systems or compilers: - /usr/local prefixed rpaths are now added to the link-line on ia64-hp-hpux*, because the default system runtime loader path does not contain them. - Previously, when using Sun C++ on Solaris or GNU/Linux, `-Cstd -Crun` flags were added to $postdeps unless CXX or CXXFLAGS contained `-library=stlport4`. Newer releases have added other compiler flags that are also incompatible with `-Cstd -Crun`, so now we don't add them if any of `-std=c++[0-9][0-9]`, `-library=stdcxx4` or `-compat=g` were found in CXX or CXXFLAGS when the Sun C++ compiler is detected.- Require M4 as libtool's libtoolize requires it since 2.4.3- Drop patch libtool-dont_delete_gnulib_files.patch which is included in 2.4.4 - Update to libtool 2.4.4 * * New features: - Libltdl maintains its own fork of argz, with macros and files in the LT_ and lt__ namespaces (resp.) where they cannot clash with client projects' use of gnulib argz. * * Bug fixes: - Installation of 'libtoolize' once again obeys '--program-prefix', '--program-suffix' and '--program-transform-name' configure options. - `libtoolize` doesn't remove any files that it can't reinstall, including old versions of the snippet directory, and gnulib's version of the argz module and supporting files. - LT_FUNC_DLYSM_USCORE now works correctly on systems that don't support self dlopen()ing. * * Important incompatible changes: - LT_LIB_DLLOAD no longer prepends -ldl or -ldld to LIBS, causing duplicate occurrences in libltdl link lines. If you need to add a library for dlopen() or shl_load() in your Makefile, then use $(LIBADD_DLOPEN) or $(LIBADD_SHL_LOAD) respectively. If you are using libltdl, this all happens automatically, and the only difference you'll see is no more duplicated library names in the verbose link line. * * Changes in supported systems or compilers: - Preliminary support for tcc on linux*. Although it already worked sometimes in previous releases, making sure to set LD correctly now avoids mis-matching GNU ld with tcc: ./configure CC=tcc LD=tcc - Added -os2dllname option to work around 8 character base name limit on OS/2. The option has no effect on other systems. - Support for DLL versioning, -export-symbols and -export-symbols-regex on OS/2. - Support filename-based shared library versioning on AIX. See manual for details.-- Add libtool-dont_delete_gnulib_files.patch that prevents deletion of files from gnulib to be deleted by libtoolize. - BuildRequire help2man. - Remove unneeded clean section. - Use rpm macros where possible. - Pass V=1 to make to make compilation verbose.- Drop patch config-guess-sub-update.patch for libltdl/config as the folder no longer exists. - Drop patch libtool-ppc64le.patch for ppc handling as it is already part of v2.4.3 - Update to libtool 2.4.3 * * New features: - Moved to gnulib release infrastructure. - M4 is now used for scanning the M4 macros in your configure.ac that 'libtoolize' looks at to determine what files you want, and where you would like them installed. This means that you can compose your version number or any other argument that Libtoolize needs to know at M4 time using git-version-gen from gnulib, for example. - Invoking 'libtoolize --ltdl' no longer maintains a separate autoconf macro directory in the libltdl tree, but automatically adjusts the installed libltdl configuration files to share whatever macro directory is declared by the parent project. (Note: if you were already sharing a macro directory with AC_CONFIG_MACRO_DIR(ltdl/m4) or similar, that still works as does any other directory choice). - Invoking 'libtoolize --ltdl' no longer maintains a separate auxiliary scripts directory in the libltdl tree, but automatically adjusts the installed libltdl configuration files to share whatever auxiliary scripts directory is declared by the parent project. (Note: if you were already sharing an auxiliary directory with subproject libltdl using AC_CONFIG_AUX_DIR(ltdl/config) or similar, that still works as does any other directory choice). - The legacy tests have all been migrated to the Autotest harness. - The Autotest testsuite can be run without the especially time consuming tests with: make check-local TESTSUITEFLAGS='-k "!expensive"' * * Bug fixes: - Fix a long-standing latent bug in autom4te include path for autotests with VPATH builds. - Fix a long-standing latent bug in libtoolize that could delete lines from libltdl/Makefile.am in recursive mode due to underquoting in a sed script. - Fix a long-standing bug in libtoolize, by outputting the 'putting auxiliary files in' header with 'libtoolize --ltdl --subproject'. - Fix a long-standing bug in libtoolize subproject installation, by not installing a set of autoconf macro files into the parent project if there is no configure.ac present to use them. - The libtoolize subproject mode selector is now named '--subproject' and is equivalent to the implied '--subproject' mode when no other mode is selected; '--standalone' never worked, and is no longer accepted. - Libtool and libtoolize no longer choke on paths with a comma in them. - In the case where $SHELL does not have the same enhanced features (e.g. the ability to parse 'var+=append') as $CONFIG_SHELL, libtool will now correctly fallback to using only vanilla shell features instead of failing with a parse at startup. - Correctly recognize import libraries when Microsoft dumpbin is used as the name lister and extend the dumpbin wrapper to find symbols in import libraries using the -headers option of dumpbin. Also fix a bug in the dumpbin wrapper that could lead to broken symbol listings in some corner cases. - Use the improved Microsoft dumpbin support to mend preloading of import libraries for Microsoft Visual C/C++. - No longer mangle module-definition (.def) files when feeding them to the Microsoft Visual C/C++ linker via the -export-symbols argument to the libtool script, thus matching how .def files are handled when using GNU tools. - Recognize more variants (e.g. those starting with a LIBRARY statement) of module-definitions (.def) files when using them instead of a raw list of symbols to export. - Fix a long-standing bug when using libtoolize without automake; we no longer remove install-sh with --force, since it's not a file libtoolize will reinstall without --install.. * * Important incompatible changes: - GNU M4 is required to run libtoolize in a directory with a 'configure.ac' (or 'configure.in') that needs tracing to determine what modes and directories have been specified. - The use of the idiosyncratically named 'Makefile.inc' in nonrecursive libltdl builds is deprecated, although it will be supported for one more year or until the next release, whichever takes longer. Please upgrade to the more standard naming of 'ltdl.mk' in keeping with other GNU projects. - libtoolize now behaves consistenty in respect of multiple directory arguments to ACLOCAL_AMFLAGS and multiple invocations of AC_CONFIG- _MACRO_DIRS, where the first directory is always selected. Previous releases took the first ACLOCAL_AMFLAGS argument, but the last invocation of AC_CONFIG_MACRO_DIRS. - The libtoolize program now advises use of the new Autoconf AC_CONFIG_MACRO_DIRS declaration. If you follow that advice, all your developers will need at least autoconf-2.70 and automake-1.13 to rebootstrap your probject. If you still need to support bootstrap with older Autotools, then you should add the following to your configure.ac file: m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_define([AC_CONFIG_MACRO_DIRS], m4_defn([AC_CONFIG_MACRO_DIR]))]) - Overhead of probing for a non-backslash crippled echo equivalent during initialization of every script has been removed in favor of trusting that "printf %s\n" works out of the box on all non-museum host architectures. Manually setting ECHO appropriately in the build environment will be necessary on some ancient architectures. * * Changes in supported systems or compilers: - Support for bitrig (*-*-bitrig*). - Solaris 7 and earlier requires ECHO=/usr/ucb/echo in the build environment, to build and use libtool./sbin/ldconfig/sbin/ldconfigsangiovese 16276650392.4.6-3.4.12.4.6-3.4.1libltdl.so.7libltdl.so.7.3.1/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:20285/SUSE_SLE-15_Update/c5c65bfbc732d639105df768aa8bd979-libtool.SUSE_SLE-15_Updatecpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a6976bd5c913c99f7bbe225cdecac1cb52112abe, strippedPRRRRhK=Woiutf-820d0e8366e17ede9951c1f67bda8c06c49b958c1b2a380be4e94c4ec756decbd?7zXZ !t/ I] cr$x#?l=U`=j/7 f!YxWY` #{X2&S_/J|_J-4eg*irlx5'я(O{#b'Jik,4HuR)vNm[e|$P@a@ѿ&ú"^o)*g㒪gDRo7=Q"PÒՈ:9PU&Ox0D_/ XX5=sT+;f*'y>DBH .PDsƁҮ7*ƻd;tAb@;k;~r8K_wIhwª5@˪^Uʭ |ۿb{aLS4`(I︑YE)\W^S[2mc }a[ёR:Xg&~]ߐ Dz ,Ig5CNV.|#t_Jn$1yo|@h{V vI㼲ۼI?j$Cd”=đ0.{9=)w 5ґqq+EVՋϔ~&*@@{!vysˍ(Q~/8g3j~\{pV>E޶g8b\W} ȿ n|50et}2,m6Ϋ߃)R~죉*#OǓ@so?{ew>m=VdAcXqzҚEJyG=, ËeOl @ג.g}lAC5&QEs…? oC"<}֨@RсG3XxyDS&62nVɵ{5MeA}AG[wHg%ڦP|tI/&iHɭ܃W0KV^ ;Kφ?ukGu1F:r~GmA)wˤDpJ[ew c)sy :5\D1:ri!'by "c)pCsqoˬ~b@9RjiBm .hEȶM^xX!-܊Ÿ:ٿ"xXꐈ h>/ނ S\׈ʧKS*cNm%9.  Lplyܩpw|˱rAǬ2Cqe3p>AE0:cZ['D𿌬_?װc(_ Nj:`e 4dV+?d_ܛk]NRG!RJ; #xһSTO)gߴn"#S/Ss<֝>OVw® %<p.W[nxe.IR`=!KLAys3#u+^V╈wQpϻ<@ 7;i$J }6ozIY6B;R3-G͉4S02Q$f$JZ9nVPU6K8d TjaE-ԹN4ofpҶF*q̆NyTB& ,tņ|#j=iA9)fԄ:c :wNϢysC=K*V ulfev6E֥.$P?}N.@-k0Ķ<=A w{kWs~}uʗ~nWevb4_ (%G5ETP!n*>GUAmk4j49>'hII1ꕁ<u44f8zXh)iVPm9u}9} krqA3U 63,0ˡJ'+w̕(7}(R8N}JA)1l.Zl\ cЮhax> 6Gq,(,=E@x6ߙGTQ&:Q)>jQ)AB O/eQbIzWSS`EU|12,(}k-ބ{z 9ׄ6Iu+A_`Oϼf. 6Û#E˦f `6ENbBd-GգfM]BgGTFkZ&{::{V9?d*i deLf xZ{D@xUiM '։ 6Su]tf* U(B[K KnOd91 ey~1idoQoM4Nhu[Mj Dť..|>B}`v]fB`Fwu@"/zS))=P>n&3*eA`#PI ΂My##PNRHB@ФG @RDaμk$^_3]M_WN[|M݅*ܠ' Tpfޅ.d q|6Y2e<NOӢT,P{Z""+N4EiEc ŷ&J#іh!0iLI:;IƃHpD)a.t'HK5JWͪ$xā ZjUuA#a!7 C?*?R ^m*ӝX2;M BS"o43 0œ uݥhw? }pͥiZZ+:tMVqE?눞$A K0,s>X"mrJUb4c߲b$dQԃq|tP&.R`*D,^}uUKנU+ߦNPw! eVʾa#6lJ::mv\z]3rܤFwZ5˹ IOb@&']hɎ)SzBvۺɒ1U'ɳT!ADI&q.w<@wSA Z=ǟ/2N$c=&$ivqBcru^7Ldq=;?sARjA,VJiMs50%m/)r״*s(I-t@'q3| PLͿ>b{Us{⍪ұ$I/WrLNɩRc(TbNU;fʴPcgWP DĆ /i-EV|dEDj ,O'?[Zl9d~ta"(Aӏ tj4q눰A REt:Y!kߺVW],G|z>1DuƖUFC,@2MwaU^<__ޘp vvX2CdL2(w4A%;xDVsZkuAWcujW2qZ'N"BM] _le#) n25j8ku3E(L^#/.X~n5em5;RmJ.¡K[)uHR&`N-g_rƼ{H"'!F=^FfYG-Jme'oLʾVs1S)&+]AAb}t(XJ-SU0(͙2^uQ\@k+:8kLkkJ{!uٸ+ٓ &RF܌L憵l -kj5f*;EM7NIKx:x&3985 uO:NDTz҈ik'LQ$|5wmyzq)Fim'wo[)E~a^M׮cm^2"Hmn3!Rmp(ydn:Gyw.lh.}1&[$wY5.f-d@oWށ(KEZ g/׼~ࠍ|PDzщ4@AU6#Nvko-)TRBcp#FE/դ+@4ۖixo 7aGmSfsMοn#<9-IAP<4\"F^8Lݒǵ!ЃNh牣η rC?$ n`|KgxƞhVE1GW"rl BSM.7K5y޴CB oa[Լj`=jx V4=- еK*{6>iuָ'c!2QԹiƚ%K RhjjHL3Z ҃Pm͠V,9`S0\{8V6}q~Kvy C1tyn'GV^?`ueQN>fr9O?͟#43-PF>!@d-&anI`(Qm xKdCS pP!RYS,a?L[t>W)Mw"-p'a$6A UKRy2덴Bu@ UA@0Rq EV bµT5(kQ$ Ƞ#x[tzuv Q]-4@tś >? z2UQMӷ_ [g$k;8z6кUKl0p'X٘ǎQXT"!\~g.6Wwɕ+}Ֆ_fMå/%v>X&5@.a!h{2N ;+c=SQͰ%2/؄^BRFAK rS +ZqV ^r.L@Uxz[s"C12tyT!%DZq:8kq&ƹ?Ӭ".lfNhL կIl6Jj !Oq*4GJsj1Ȇor9D,;^Њ"L$BX%΍iu@̨CYa2]ݹ5miHl)4 &d&|*6׶]J4mMw|d)Zf6ߤD .J1U.79DΙ"# {]|Fh1EqGWRMlfШkGeKZ>DG!Ēsu%C[[ }'tz~^"5suXhH'/}B" Gm;J?M]vIYI*Hߛge=O*'Z7 ҋ;ewo!5Z*E35NCS_yhj;y8\7Zq5:؉rN 6CWήHQݺkLJ}¥/ bhjoN(UY02b'xjK(WȶQ{1D`^gJp4du:U(]ReDTAq,v͞ k,{i=:gnqA:C_ps~wmXg>-NmTܒ_N3Nzejr}U;,?Hu<_6X7f|F}}iɥWbuav{ːX$gMHu s}W [qC.;Od7㰾aqhζXƦ6o٘T+kDۼ AAۑZcT8~0/(4l ЋB ay,kMF5!%%&M &MAbعJKcv%2K& E uм:לoeYx>??e\fk<[ vJUİN E1r a lZ%QRq&3'x?Vke=єH8 `X(}߽eRMB~<⿫v7=} kp_/LDjyIO"۶Z/<>un_e!~jYWPe=s m3Ȯ4*=ZOir~4qf35Ri "fde_6)@t 4o/Ԃnvmzr(pL!4m4".\/WoJb[wcIIZpu+00#B?`rq-0OZ׹*vtA;845Jc0!_w1dH8HZ֋uL3?]%4Y@gD ,vT)d*xq:R=VT.P]`ا9NCܼmo c'\E0_]PMJEDAof^+Kxg@=PLΛ7A+Hؑrmp+yHQrOUrOĶld\E`2!fGG7feˣ1T'"ĀDXoQI>stwq4Sܯp=!NLi6S̙LP`<-5^.ũ b=s**QhCKhYz5P5"(ge6Vs~rGBJT jeˀIxAĎUDq~;^O! uWSAQn?^+霴7/; u̦g@JǸpID`,2׈P"yk -:RGAVV%^ L' y'onf({W+k>b>SDHBVDPm1>PMg+pw2,q K+sӆ?`XtSaBse/-yQ2 `G&Hpӟy4m#qE|h̝GΩ}"Sִ D.*hOd.Є8~B@ {{] ^:U_Hd"n˛OjEMaxASe;/7y QD}uJI7锳4pDO7oUg|#:1*z6v.<#uÚ ]$'(ʪiIY=mCǔTr9j|uS٢\GMA}iWOWQIJʹib>fdLIFtk~i*?VBGRdq4gߠUS߅DmēPp_d A'Z8cSf`ʸo!$Y ~ `Şags m[U}ܴE8:I tB0}S80ZxG7"69vD;Vx *;N#hZYV] ΪD5x/eC۶+7IQN1#ߑ0i]и c bJ;X[ƊYq]+tv'qF?EhC -⻴os!T^Z#Er+zTJ?D>m%-&zA&f#49PxA?ͽ\zpqm T~~8vAID@`U2U|";;%\$_wC!d}\1/Z1+Q>ZC6p q5(**>YEr5uI`yO?բrig d#V"upAR&Qj@@GE9>[FK1){yLd3J&oj~T]uVRK/mPCdPU֓3;4᫢MR7[)MǟNO-,`v^8|Ō{g^B>IvwH!\j4l^|Y%[}D$9q2cKtџɀ2 MHZ!{?*:ۋhzm_+k6A o>X7} 5a4}' Cj s(n[.v|9 Y" [ޞ/@)jvaT(ـ%QTGw e6Zgf6,w`(`ٌԑ>-0w{T~ RƵ[I@ӥȶg0!#0Br}TvN#vX-ZRrDž>+B^W&}q?zdʜАRғ;.`%VhXWAf)6jtUP?84!m # Q n$ 5(βDe+k ړ_Vp ;prnuRu2hT&bCRE'V \g>k"@]QME{qiO ,9x^&쇱uV쀉8mxρXL1=}ey΢/EGH?ٻz_q1fD+t x 5{1L)K7EA:dЭm)6fٜ8BhewPz1*"L=I@:ju0j^HқȫN7巙ST^iǵvh9އV`#@'BNkaƉdʰqd1cjOm\3WH=)yD5UŲ/U,;pPm%eO6PNЋ+F$IF2./~0BYFq)+EEjsshσunaN.B{h%J/0#N8J/ Jt|S+vrH0 # 0WIc<`lE>G{H! ooȱ8K5Xԗ|P8ݿn,{ , byQfr;xp%`;QAGim7fLJIѽj('^YCL]R B#{|T0v,'FW KMc\?#vqHNb<'~:zB}ډUWGd6KF(c`LJ̐4U$n)NB0MY2sP 6ׁBc,5C8RDA2;=R)!|1`b0nHbd.ģ xX,/GOW8G" hmqxDOTBCeDYMKr?կ[޷}űUaRpC%&!5Cs戻 rCZLtYj|e;* V4JQ>˓=R<%ZM %P~q<#_t y|}RqefA#B/`p5IY²;f"F}ǫCR7BK? ͟gSDUE3k(41b28@.G Af A.Dp& چwΣOrH||mwR~)\s)p ]zp'hg :!rI£W|i'/ vBԳ3=#(#W ee```yvP߻BPjbQ*"'z >%4 ɽXR_6u<ոԒ?K {ؙk9I总Rڨp1&8!̙ =Xz_B?=桏Ŏ*XONq4P) 9JZýhk'3m?`1B, x}#%Ə:-HW&Q|7r-Gg}w G9Btt ;&C̱<Ry 3G5pyڼD8Bc?^\>ABC4 d/;xm8r.:`u8*艴aVvyB3s@"Sɲ qb?*ߕe-8mȂIۭ(`-/)MrfKhkJA -yD,Pr.{IuuB_~87+Qw yߢr)}p(r BU3P!8.q\d&??JNU( vMM_ٓBQ5șWVp qdTج,L:#hLgõDޗ['abE㗮D~%ƹS˻H E:Sj] -$ $ݏ3mS^%{,hox}@=D>v,12a,C"8_:9Df,șO+%#7{To\9#&6*Xi%Mr.d:{ ' Q:BdߧB ,M9mHؚc.R%o ʊ0^SI~dz$w2cä鵀f"vXqʖU=,B ک&:Tm-mu ө-QC Iw%yqH;PQ%ɉ!IbUvV@2rOWm3A'}cdwOIq{P}iGaLOE&ngD""r7>?- úk~} j8żEpwsB8Oh\?ڔSb uY6ilJSOt.W =C|p r#$F 3<6g0d,Fֶؿǝ9&&e,W]>,޸&1I!fQv[MXXMV`?r(ٯ^g''tmNDPjSCjzɎU㤨E0(75.$ &\)D V4AT(3,H+a5 (Δjk8',˚Ĉ*p`Ɏ sn/lx3dKU|0@ ](7{%R_Z88&Hxx%gQm}P7}"4^)ެES' Br=]ʟT_J..YkDBVz}o5<0ʠA6/Psc.W=#WýnJ+S2,;UV YZ