libltdl7-2.4.6-lp151.2.68 >  A \İ/=„HrV (p{z@uQDY/9ݑINv_hs+ڃ$Ϊ]EYEd>e 6D}I%&# w ̠]M̏6X$)L9MGy[^X 79+I_Ě>۳IkQǎt$ek2>$MSזӨ`][]e$^la7 طuzN&\)ҫ#](j4>57aaba058f7b54409c9e70e9ed46e3528d6176f65e03270541cca2474d296bfd83c89b76609b3d585ed0b3ed18dde604983c34c7nT\İ/=„YjB u=Z AD6UV>վ67j6kӐj\4$DzRǾC|Gp67 }5Т%SׇpBupN_nv5~$Al AV輧t )3Y?i22Yvtw:YxCxwM%7NܻgJ[E'vpjJn N?d1ngs_pk:2( Wc(>p@0\?0Ld   4|  ( , 0 8 z <(8 9 : >-R@-aF-pG-H-I-X-Y-\-]-^-b-c.d/e/f/ l/ u/ v/(w/x/y/ z//000HClibltdl72.4.6lp151.2.68Libtool Runtime LibraryLibrary needed by programs that use the ltdl interface of GNU libtool.\İlamb08openSUSE Leap 15.1openSUSELGPL-2.1+https://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.gnu.org/software/libtool/linuxx86_64\İ\İ3e6bb76c4fdf996a6536cb453a14fa64e2884d67ee9f0a19695503ada4737ffflibltdl.so.7.3.1rootrootrootrootlibtool-2.4.6-lp151.2.68.src.rpmlibltdl.so.7()(64bit)libltdl7libltdl7(x86-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(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/ldconfiglamb08 15563941482.4.6-lp151.2.682.4.6-lp151.2.68libltdl.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.opensuse.org/openSUSE:Leap:15.1/standard/f32175b80bbaac36704bbe9c8cc3be91-libtoolcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=94a0dfd64f4bbc88a90d72f19b621d239e1a6076, stripped PR RRRRRRR k>uCϐutf-86f5116d89c2cae07e3cfe9707c850d9bdc15f2bb2615f385fbb638eab60bc983?7zXZ !t/'9] cr$x#DZ+}W^Qľ 0TD،LM#/쭢|Brj󩼛Hxl{RBr\q㏜.8/M*+ F8B\O+{P>6/ S Rџ@EM R:^[@[j))cCeb۳aDNҘٓQl?Lywp^ȯ{n&*CHtysy|܃񖣁 m'"1=#e5@l5weR8IZ?L? þ'5K2`ly7H(T [) YtGSiUC[ĔֵQ^W*޴P* } 7tԱN'.o[bhǐݨ~)ܜܼ~֪Fb;Ppҵn8Ä<6E%ӴL92Ɉeɵ !@[M >#. "B}[w3غG/,ELFDki02vNT/iHÞVG&mSɍS.qi_~XJhsTRǹiyf{筳8!zf >^d!G,o+U7#>o9І?\)KOMu fPS? R}ƙ]JIMѶ]>E ɾEA j{aMEݫVcNLD-Bl3*&>/Y5'b Y}߯!>e 0AUe\ >*5ԄN7^TD>|kx0d5HbmbTf lj+n]ҤGwZrdX)毈MGvGUV\ιSd= a>j >Pww=< ̈c!V;2Sz'+ItR8OʷWE{`u:0ՠLj͕j=/< 9Dmmrxreu/nѵM|q; ?Ip\~E2R^(jj%)sbӿH>DR3h/TF(r7Zi='Lc$YZ_SAS.jvz 5#X1/DF;4sNu"Rc3Z~͕J]vPvHQԙ(ƺUNΏdl$+BV>U^~D@.R:N֮zpW[°;G;bvBٓĥ@/6. 3S Y+U**qJY6*@a'+0ؤgCAe[L\tA?~9hhK/BV:&KOEaf 樆F-`أ'r ^S/6.Rޭ0'Xp/B1~⤅*j;'H <)+ EuL2#0$uڻ#Y<2aO΋hu/!)]IhQšgΊӻj2*Uc'zf;(F9F2bz%FԩjCrK!70. >kL5/ěS.g׬6>ђ:u4N6 K<_ì+d AX*OhN+B dVnӏjVF3?ZGQGԿ2hJ}EiZ5VKC kԬș}f۲gOnjH.c¢%2r!J45F'1'\}ڟCf{b9~[ [0! uv -S+\Te 0obɲ?|.#jz5'Jй9#Za.F.*ߤG"3iVȐaߺ_$1dH@֜NFQ_)D+iKZ)=m._OpъRCrH4S+,F*P~$ UVprgyZX@?a0O h]=gDo 俌 bX$;K^Bw:b_D-Fݐl}j 'X%2yal V8 xpQvotYbh[ᘕf=ϭÎA=).kyeq o,;=u(]z'3:[Vhn:U3-#;ܿz`^W<#Aލ]ڻry` ![S@50M?4AJv[ȁhwTO'/g­)!OӻJ҉zVkt߬m_lmV$>,8.u$$V/R>f48cyK8;bh{*]z&7Ty `W ~2.= P<ќ*E Sԏ}=f jny1QxdG*nߞu eLDH Ǣ͢.,U6$-sx,CJqt-;M~C 0lm0Ԟ^دMcCW nhTMtn8aȅYAjQ1Ej-. .I?~QCf}B[%RW%A?+)Z^urTܠ12^~n5։ڇ朤q8wO3FyHׯx~~iD|{Q0u\D뎣x5Q9ZC,٤()$77Q=?)|u=ޚU7k<M~q{GDx|t?VQG+.V5ou/j;&jJ)9i†J/"[ߋt۵qK=1'MIZ*!2 4IQiD0_?.;:N,)ɭA;>RRlPg5jfrwSc<GVz֟z@y#A-~( 6Ӄ'IXm;/G/MibOYB=Ji،nΕhVأk,u'Q.wY_z q+vĕZ{ :f>w(B\tetoi q/Z๨F723KD0/S$˭/%RgC؊4dr#2Bz%#ip)gIV56k""x[qRui7z (3s y_y{P[8:^& vyx-LM6Jb?[G5Z:[L9E5gv9AźA jo3WbヰRȳU fLY{8,&PV l KQ‡>i_[].-|Ô+z~mfodW 58 ^$u=lgv +9IeI9XmXD@& y ]3. !a dgo5V$<f|t-}HVVbH3_* !8ZV8YM= 8g)S~ė"H<}!drA9ܱ+ꆛ(eNk 搗veFHkw6JZTqXۅ2Oa {:}\#fy )Sp͍thjNeت\! pp'm{#N͙ RcjVa&`)x[gٙ(E\n59GKPTaR3LvYI9!>%BVxT<$9<,uڗ=C`ɚvowTژMTf N 􃞺Ap4#O5ؤն7L0(gW ,# vWB>"G K0BH~<0DfR }kqu J 7O+b'wJ֪ٝ`8 ɲ^C_̫ R}vg;iWz>,_K],pf4=X`["BUMULÁIDBY=ƾkZy+juʩ7MA9;BZC"체PZ@ApWOokOS`3@~aؿ+Oqڋ2p"i ohmK5,Ajgmm-|-eҩ)N$HsaoVVSqStnWI/ZzZY34QhF4` 蒬~RKŧ`0 JI9s]<GH-0_k^夗2mU%¥f ,T%]h\` ٍֆXE}*BV 9&/Vw vo>!Uyvm;3qNe[Ȃh'*3sz![gwh?9s^ Ԉp` Gor'ݡ1 T OH1;~yJ[jǼf;d(*`l E5C)DY%Ց[SE{\n%ikST[^fR!w} ϴd6=F$ za$k;T=Aƪ] l竉UMO G74Ey b%ٗZVJ6qewəbKS?k>rI@J#.mW0?|э̭ j[ 55ZF(3R5ԡ q^I_:@lOIo;ûM)tz'hۃAɩ'$yvC,}%(iўK - 5[OEI0ϼrA NeK9Xt'yceȏpрpgLSHi#rVnz'%{: ɭ/?6Il|EVDM0T&\ѴN61H ;1USpt z.ًOg4ђHFٌ$xi?,i~笢)sW C]-̀d܃(IZl,Lj:?dw 7&vh;+X\FwP_H~`9aOV\~~4]xUؔJBX^IiղCàVN.͂Nf9J7`b^Kiuc7^.x># e$:Zu% D^ S ~2/i.ԓAʵND5+!Mz/9g6G'%ߜ!,!2[_:]{mjUzg Pbkr{U9CUɉ:̏3=Y.Bɼ"D}V3:)0?<6M+bX l oP|UہzuV:n{r<% 3IN lUb)>>q:ۯ Y\5æ^>?zE{Nn2 4F5J*"&GrwxyU=4Cz$3At,jriCv#iaDA[̶)bsDXKa+iьE>f=Ř#:: 5}E [hдe8I`ЩHvyYJWy\MT- vYhbƒIաu3y`C@*_4ԙ HMj 9\9& G{s] nrO {Ņ4ҧo ilu? VOբ0 +"3ߔF4 Q7 heۥˎվ]1zxO 0NHAFgSZ6%St }fAG)JY$T9opXNtncr*A$}v+y6'X`#"/fTL5=X:%gJ1LfQGh4LCylT7]0ݩuA*6|H6I'Ϥ, 0b.ƪZCob 0`ӿ3i0=lJMvuϣ~c|F6I-I4B9稏5 䥵[e)ڬK/)iCBR536;et D'j0=CAS]`%Fv2I.03Eo䬀+U ycNJb2®-:iݱ(lp-s]a0>L=UpLr2* r$G֓5m`egY& MslZfү2"ހyeRO+ED?H2QsWbp`6u d. 8 !t b7H';PA3EtQОެ.e*®/csDcd^=~itX J!b\؋!7Ϧ&p͇4F?o6XP'_SG8$n%sݱ9t 4=%?R48  eK!Qv@Pr+ [%N>_{$?}&s{>)?e ZҀr+#b?g5QExD?.хQ#v+ #ǻxא#{Isg}9 AaYdЍfbP~j΋o"XWæLVAVhbk [m:$fH֑OZa(&ث] Jک _ňjQ[%)f\٦.?ZAI~Z+س\>-Pˎ$,$٭cF1\O3=Ran-;=9pTy6A} uhUHT&Y9cML)`!ܦvcukgm=T@aVL^0Y <|s\w|rcHJ!1L[5.(q.>I=_"r]$OJ0\$ِms\ # >^3DcyoIX U4#O/?n,䕣"0qr$>W\lX͘KNj=%O}U3/wDhMky(7~;Q:|hyFlQ,j|u}d62?0?7t(4tw 굟>K+ \?D_ȋ'6 EM!x.QN,_}xОجMˎUH־a"|,P=煳Ve+ :rMcFֻ sZ`q#qsD:sۊltlÍebɦsm 213D}Gpm 7:=y:כ%1AO *Z.-Pvfn?(ܓ]Bk,4m+PPMާ*ηGig#H2C啍Iq'9l71.zc4hݟaaN>}oۭޟԙs>Ku*XK'h'jOCMsy2=D3G#^ p7˿.’3M]e3XXX &hJ;nJۤ tig/ģpK/sl;Thw(I@+9=mXjB< n锷aF1w".L[6eϳ[ui@~30LZna[u P}ņ wTpmrϏ-+LdZbv3*,~ j}ݐ pٰ駂eRѷ-oќkBJ'߅0Kմyٔ| I ,YN _dV)Xv\"$@S)n`-BNs7 _)UفX@ f5K)n#f?S⹼!Zl1>Zϱ=F ,683?,R嬸A?ћ (pFضsc]r Q7 A(mcaބk>pV9tCkyo`XO5ȘD0QgrğjÁ{ыj#Hl+yu^&&JZhSۼWvƭw9W eiajeʭ@4:h]Tev(F$9a7(㑟6/JE+ %Vë3_XV캻s,I4X8D[( US{e^sYLv`7E=.F%,nBx~Wum%)W ̒Wx(\@ߚ=Y~GPiH#yEGNǏ^ T0oV9]rV%sE+OjR.73d H5wlz'*F/"]TP;2'QyL(aq*zFkv!'>s 7{`ĀpgZ'uNki'2)U#ajuO$o!wQghVUH@؉tfμ^ R48,+Ha0wrj}⦾*7[[YArA{WƖk,@V}P3}dܡQa?E44gkg Ft=Ay-eMCA9Yߞy: ףꡬX:le@!evlh|>,&XyhTqVj&[0"sljYPVњ]Bl%c56n0?oa֢SLc!m?z7zqk`O7΄=0;Ag`Vݥz*{׮W PXݳ%ܳÉJ[٩. >ȅXqRI. (@Ey,ӹ@ 3zG n'oC',^,S9,4H[DbarPۤr9]*J[*?A._/LD !\Fb&4 ""?]hƵhf5`Fav BZ%܎eeZw:貂Ytb6J" :Nbѻ5-Ω1@Cj*?@dK4}+#Ucu3~e/hdܕ-k?\(3~ K|pqzg9J)\l3l<Ġއ;BU6oNw+]#[q'?:;K֬d^$ܹhPI |>♣^OR-k*!Ϯu@Љ>6lB;atyUqPqUi SC0f)$̇br}I) ^gc$.ĺY l]˶Da&BB|}3X0U:0zF "tsUvgHJq"oAل#F 1E5(v?-Q'"U[sW=ZSC>`)sD BCE#hBƫ/Ā,nt΁* M%{V9^X{.׹ND ݩ\s;v "Mdh:Lْwdfb~qC!6[Ʒ%zm1x"F4jQ؝SgLҎ Pk 9\*{?ْ,Q72~vp^gu#=HT$;)'h{2e孱եJ*2/:+U/ΒPtz2 :&)#=RO'OM59t1 *bd׏**9k9! pyj%mu+ײ)cJ|l8յt HfQGR. L* UÑ8"'@lN=ֲ@9i u2_7>%*)\=u,Yބ4TUnEcye24034\̈%( 2n]jS(4<ǽ&c`}ag6BFT<ئ\jXy/-==GesʽNrGuozp,t9o$6 ѸS ;K2~6Uv&!(` ꮼ FI iJ1_۩*7v>:0լki"0>7<ɘX7Q'J,4:S}yM%ӵ( ؽL mw+]?u8#}(]Cqꔆ-f]``sjkq̏/~U0 b`?r龁Ae,D}%c(lr"|]QLl:D =xA=Z1]N$ ʹa+,\G_OƇ4a+څo"ǧp>΀tyֽZ΀9b ,|$]"ԛN ^t=DETtVYVy7N5aTn,T"?F2FYg6A4`Clr+xsmۃ@*Dg߿}yؒX͏;pb]Z>z=uKfsŷnZkMq_<3Rp CD*~23c:gyĠzQF'*HYI  )/aOߕ݇_p vbꄃf+Ub21 ׷|Q޷ Tj/6Nt8",ؕ@VkSFj3~+/z.2I8bp 72@d, Ӓ558 ja?jiV 1QJx % ɣzX%P&PW"eqB}2zv*Rs2U7Kk~oUKNmMB p]%qodIv0ox1*`о _1ݶđLީKl7Ws0Cp"C8c+Dn͒VxDRۃwy:l]LE/(אѓml? i"mb&t|im=9]?I~\c1\KȮJI+QPׁ=:)Gd$ ^hh]ǁBߪ>jp@|)ѩ^O*K|feg kZ8slzr]B4b ֲt]r9H,/H "œuE^IpJ x"J iXTMe}v۠qs?( oTE)gg "M# kmP56)F,Am%]6&~TKtj׆Rsÿ(W~|3BSǑ1zޕzD$-LʥR]go[Ah~WWB ~a"#F-ckriCNU"}i >WMm~v&, ?zVقLo/8#ƤoP96l 8e" q gU/Oڗ> )]orPShc B̔"X~KWZEyeX8оQ΃@OzM((g^Bg |swE0Pglȶ@4]OXV]ꏑ"d^/iDZ@^&xa a~~=Ȏjtq4BKI^`zÚ8ľ0z]'ОkZW1Y!F*Dd~O`p}6g,/msybm%q?^=Vh߼˯3| .Iip܂?\Z`=Jخ<0x %;-xo\/mA+jGX^Bx/tG:R\YXMp9X -Pϻu^F[\~2ERkBh]7,Ls YZ