libltdl7-2.4.6-3.4.1 >  A a2p9|&)I=e:7E*x ^M^g>/Gg}-ښ v,ihP-:ʕbTY?x XhOd}j#2=-(oaUv(!F#T` <3n]ARK璭~9Yw={H l*wL銤J4196b0e9b32191bd1a3bcfcc7387707d71ff66577fd3d95c453bfdc79fbd432906999f2e5c804b5f847787b0571228c245c55eecnla2p9|Ojnzg9^f04y|r4vrP C g{&B gi?UbMU. ? )eyg;XVF]w-r9p%2)Q/GoƫnspcG#\@g)Eh ښ5hmcI`ƚzKy~O,0|~:U~B=,1cS!}.P|tw]n{c+zEdb0 >p@0|?0ld   /x| '-4< @ D L  H(8 9 : >-^@-mF-|G-H-I-X-Y-\-]-^-b-c.d/!e/&f/)l/+u/@v/Hw/x/y/ z0 00 0&0hClibltdl72.4.63.4.1Libtool Runtime LibraryLibrary needed by programs that use the ltdl interface of GNU libtool.a2sheep65SUSE Linux Enterprise 15SUSE LLC LGPL-2.1+https://www.suse.com/Development/Libraries/C and C++http://www.gnu.org/software/libtool/linuxx86_64a2a2ec2e106bb919a2eb22ba0006611d47e7b23fbc09e8101edb7e5e4e37c70331bblibltdl.so.7.3.1rootrootrootrootlibtool-2.4.6-3.4.1.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/ldconfigsheep65 16276651102.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_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=32258ee25ca5887212538304672f6980bae5d04d, stripped PR RRRRRRRw7#q~7" utf-898bbf71e85df366d96830010c3ff0ee514b7b31522cf117c4aca4e1bbb4389eb?7zXZ !t/9] cr$x#?lIZH03d.}Rv9KMKm>;^v4g,EUlϲC/]gDyatYh=زߛ)=f?*3:Պ-iɋh$u'\8Z'(n2Q0s<+J0ia$)V-Nk%34#7%3 <Ԇ_-g 14'e.L U0ٳGirFi~B3ka{Ԑ?;aQ*d÷F)[|>ҕ?Wƶ5gO6pv:{$"@s,ׇY֝z9k.m3{gmcS#w+0?/r<Wx܋OF~:o;l~}'xNK8J V?ۂ9g|@[¼J^ңb5֩9cm3]$3i5`=HXXI27S6,2ot}O1&K& {`f|ۍ9!@GVUM )ѿv8$ut F=P<<ڛSSC ҟ ^}NFkQrE9eEYanj.3H\Zx nP#y:gWQ9h? T;*\F3*ָNFkbX ;SO`m3PCA#$rL;AqdE DgO;qhMU܀0/T"цwчpXw۔3T: p33q[yd+Pk~oC஍qGd͑FO+TCܒy:@[k\vuWQR}^& 94ܕ3 P irewCOP}&;ʲו@/lޥjf|Ɉx}.BR wfZTU#-KVooh}A1 mXETx_thGZ+(oi՝Y$.ԇf5ZG@F2Q'=R.9hnS~Ps^[j4E\rjHUw|- _^TWL{LU5X&޻|_*Wa6Ӑe@K~Gd5A>Z->-*^wQ^(8{AO֝{$.6a 㨋:|h̙ҸijaFJi{Yb!ﲢ3FSӌB8Ϊ>7deÌXi;29V^Ye{|zpDi0("f@ŵ!WF?恡b_I$iǪxD;㺶bz+g6n ujޟr'fW m# Na6&wx0 jw BSXx4+M{!, ̤by>O*?@#g/nnq:饕$g(U`&|:.֙ 5=s]]Dd UP0tZF!gV;HoΒ(;o %`5b`ӣ%}E| ɡ@- 2Ks.G[< "LRVG$Cwx ES ڽ6[͡du& LAX_GN8kyg>שGCGaؗ"9Ԇ\; fيxjzCTeT+e"XQ8P.:#QUM@'@v‰*=v+6$ = ﴁR_AVUu,% $nAR˒laP(Rvb g*%1o<-&Rx˭= ^ mvɶ{cj |xжdy}ɥ?0ue5A M$/8j1n*?TnƱޛ~ܟ?W6{UOϧod* pII4v9O<>w6%̃%1'F ]Rwo'7`!ead0ؓ>6|bo5DXp#ȥ+BKڿ0X&Җ_&_f9qYu9ٔ>5Rn)1+ƭDA/]Gw\UF+WT:5t-3đ镇@ٱڪQbu݋ =r] EV$;-x;->}sx1F|.$~tGBaX%4zPu8OfbInfo Ws=P&ono|~Ar2w侞W#o IJBg%#H06|i]ST7&Zj9/I9fAG[.V>\w$J2gcmG(5Db ,e҂4D߮'  UܤLBQ=Ϊpt ;IMл-X d3Y 9aLYƛƿ+U8=n*CgzO>nÀE-~9Ntu?+s@efF5P༯\,@E؝D*u:/yԙ$,FpmSTQ={^`@gf_-|~Y^hG$h d֐z]KaQBA5z|H`^ɘ^/Cn< #ڙft%>kڱ01bk몾Ԑ֠S`r \0 B^{%[NBm^xXhk> LwId;P?!Gћ\ ~_r5͗`_#pg>>CG}X'AnB@SuYEBbwtg_R:uPuJRiٰ@!6bs >T(X N\5/IYu"=Ԯ!3SYi_Qn[TJ@̩+{@Y z%Iil*w14]J4P}f@z,i^K&]1t@pN:ӭjݠ_VLWꄴrPGvnV{N}9h<bS9`  :X䨗2iPdeδy]dVS X tZ/#@oPY+ H)mE߮hjdpw9$ Du?/x;:v [Nx,:yר.PcxYu&v#v3nٹ#g2r\(Y_B(%o=+g_ K% BF;I-LBh6|Ҏ[Lcu)9rC]o]V?0\61Cix_& tL]L{Sa]p辰q=, KK]8Mb7FY PӈƑ$4a7l҄KF>Bqxz:5{ 䂩-}`˺vrV?^ JuT  \X>.L5;wG 1JGms\byΞ4A,t$c'(!pX>E̫qUdllD|[[*<{sC!$% "b$)]Lj~!GYdb/s_ڻt& A%fdʹNS]a!bhl߉r O-Yq qy\k)m1P%T "DЅ}GtD=h8<ғx]nn0n ngDJ=cc72lS ;ێkжĄ|7`w՞I8*{CbgiMOXu<ڋ;'y~@M,,xjH ]eU 넂43Z+z O?wL&kAO^ jD&( 1RaϛdV4šqśYD}݌ޞIGU}6o}sV zj X֯RMw_-g %뗀hUI0>s]qPj.~6?ȸft>-RmGO,9!sT}l9NVU/PqPLZ ;b ڂN1Ǘ'D>}7}{C&XZ~`ø__D4C0>=GyM4F,|QzqsAC73f#9vŊV!I#JκgY(%QO/?+Ë׾$3N\)cHuD͈/Oo'HsxPc%sk`EYOɕ|!7Am䬨 Vu^bOH̰J) *04\伤_qx)-m4e9Ph|MB(/SRb9 h7DT[O^-3-cy[^U/M*{sRT)9a>JX[;C5 wRjZj %1MθAyI9=a]m;5#wbd(b 70%\(ZYv=_/6A0ȣ0}G !EyՌ% ޽9"Uef"΀DŽރf~fB Z^XũRqe tu}v0-l^50F?i3`j=Bց7rY^зOFl$e)}Q g' 7Ԑy!YF54`OӢrZkVe6'?4qbbBQ3y_)~a *O,92* 2NJ0=$D)F/D7\dd&fN)GW oDGu$jP`i`Rm=m-օx/Hq[ӕ DYw7v ;ńt3+N(#P  u2cT$GdNn g.nI%T0ऺяz;#j0oQѴ)ԏȨfi/$,OFOalYB7gbV(U&[eRwL=o9x ڐp.zjٛQ ^e%B~mh_~^r|:nL@|btON]8ч!%!=:#҇T1ِՙf~H ?62)ZYZOVY^)qi9 Ƴŭԍ36f500Feِݧ0~"M]DX/JG|BBs\0jc$B\Gs#$O{xKXkUi=#VyvSwRZ'myX~-}~r$ \.~LwX4v_E N§,Gn: +BϘ%`5!ՉeF"a+`XBݾfQޖ5(fa19)U " 'AP= 0_~H(.GODODm]chZ22au_Y\; \-)j? Jvf ėT7O6 DVBHǤтw*f=QPh~2Ie37O3雊mc $,>.1)d?4>V;Hkx)Io@Pyr(H9BHꨍ ͼ ;”yKX1d>&Zsq=O`NIS\Z=Y"Ѧbſ+)w(U21_Wu7 R*ܘpgc<3 6uނ$ǧCF)HQKݸz\5 kc{ϲ}Pak&[U/K'_L$ 2_'S} Gְ0<" P,^}J}٣+od i'P:੩>nrQ+2$Vq' qsIqξȚ`0u\5pj%eX3t0/tKQQ}YG=2FW`ZeMmX&Q 9|ue䝗2ZӱeQ#>9 \0jD'4=&=|w6!>2wwf0|x-ui'Ho_9䧪@2@fhy߹ %$PTɽX\d}n]IJ^=e{Ddq^a,Xq83 i^?\rUA}y tQi? #]}?YhpJZL/1 ތ&xr!`3u&͘v E]l !$H+V*0/2GvxQ׺5=:j޻рMkSJUէk&؅sGpA$~4ITXuw𥉉|`. yS6&g9PـvمSҶ f,TlJi%pMᝥ>bTyx?gKQO  utME:E+!.C¢AឪM6%9h*&eV% 4&1o'wrI 2Mܱv/~1cpiĕjGX]ӗ.sq&f\v_ĶP;hBt[Oa̪:Yyw 3Ѻ,43ݷ1=t1uˉCrp.;;LL6^E*RJ#Ŏa4lXqxDPotl]`ETz#M\Bw7fyA9$x1ɏvo =SG G9&%6'@_eR{ cC$m9MMpW3tS,0{z@) Q4:yRףXlkt:CHN}QF:GTۈ ~|d3̑`"Zc'FlJyAi:9B`%B.7NJTx"$ ^7U4,(bQUK:}+Vb<&|~7TF(:-sֺdexŏ66~w,iC5UK~f@:1#a2̶CeʙU%x&[ҹ\Z l֊7DpŔ^QCdMKAtp4³Axl.HI 73䐙V [ۥtz4&Ɍb]S 4:=4;nQQGLH/5mW-}Ow쒑#hKݼ+;0>f{|3GxIhu `V @b{fN06tv]|TVr1 (j׹Lx|CEߍ 8=0m=B]{=`2h,rL }Da'[bbi^?φ!ϞwYaR,89C^$D9a% N9 L{8kʣ͏Qi-rK8=QۥX&8&HIk`f5~Uu\1;_{Fȍ{MUY)xtpB* |䊗K6 (=5.M'zBa̯2\Js"JArMvWmPs,ɂQ P !РSَQ FFg7C2eQԵ4_eT$YS8-vLHPݬHf3!]n+ iA>|X#.>;TV΅tzj1YrUn%ALx *jZ\ts>KR-Lc)qFE_!+639 t#%^+Ay+sZu+E]r=2/4qutpڴ&Z G}SNՒrҊǺyrXdhq { $&Pʴi;i:We X r 8( 7+*ig:;hx2,P,Io*103c=򧙃9)̜HwY#ͧ !pI>6Km>f~z%c;Q8|*;qF#?q'ݹ Rw8.w{Dn ITdzjxJf7qQ۫ &+c2CBQ۷ `-@" $ M0-t $(BXM~dyO;o5fm^Ӳ0bp[[Aa~e}3Fjȥ?X#E (7E)t93/P;1!?LhHtx~$PMTzHLpUs]م/AS5[a>&7z:!A~oIhlRQ E(4_p{#*YXh[$"U?ާ# &F=ȿ NZ+~)H\RSm/BQޅ@PuܳN;H= ڐ3ە)(t=}e1 lTZgL  yɸwKbXi*hpk[Eh)V _NL7E38^f8谱^RGϲ|Gu3e.u,."pfh&p{WC UX2a6׮vt0WvF'T[Ʉӷ{-*L yh2*GDW)jr3FY+\* CNHO~ڹnEZX!W 5$:쩧cзug}$% J|/xLWR<5^Hܼ ogt)UKcjKjw##0ą];MK_Zg7N4;b-&۱^_Gz nUrϸ) eIߧ.Aby_=bɒ77y6]V}N`o=M lG|ohLs=XhݻGK@봛nBIб3&nN{zql3Vٌ4Q2I;U_vћnZwp&9Š^:QPB_}nY˩065T}S*O+hK[4;̠_b)uW% plL+mAW5 *L변JYpQ,O9pigT d  -KFw#m4Ȏ=D' Gs/ǫR 4b(-YTe@( B kZ !: @])V8-8s,Xk~4m"q=q z&EL^W{L"e'ۄJ!D[TsHK%6aZ#"!a+&+H'xz>2ô xC %ao,}w62p~(Z( fXddS &DZ9ZQxnʧ޸bz2cZQ(N qۮD͊ #j!Cgpy'¢Ki=1fN%ɺEe[rpxX?*g 4^ivEO"* wy;Y+/ۑ&Դm+69eSt.KIPm'2WS#" [DoM@Z<@I; ¦J 4ezJTcUD e.~:0^Qm ){#Jf6~'䒼Ěi4uH%ʜ[\ /9t'k2ٿu2A nsʴ؄hݡؤzy٪҂ Ǔ3–TTA: g Iw U4V<~ =.XN:$F!=G}8BwRc8"Ga*}~mς;);B92!9LVAjG H"j"M ϻ_ZӚO#5\.4S:0t߽ȿ;0d?97) P$7! Z5pi6D8WS@GnwVDAMrxs9yxd*PAA$TN|yo Y.e8]AEhQDSch`v[`2Zl{w2NO}V .,j\\_U"/+@GtmٮEId%W{혅$␢oWe 5-)H}\d$.$̨!o6,DnHVڒjBr]z6Py>>3aeͥ<4I=@F3m挘\>2}x(֙_QM" yS_ZRhz<᭪ۜq?W/SѴ-]UeyY+b_L#:A 0pc^fZw@2[WJ~ܣvηm %ZF" -Ft7+ XEpK51 r -[+E9 6߶ qaEbщS\HI[=nso-}IO(9M{v]T(G`L};kո>;yظl%pwTMd[HU*8bp|G[KA|KGGt\tm"lF?&w9^ Ju>ZZ $( ]J|;/Aeɽַ˙Ul[/O@Ps5_A-XߙٵYv]gJ9,1[nz뱺Wm,MH)Y #/.cD$mB&̊̚|^0C2:z5ao Q,&pLuch%34O<|J.լ* `^_ fq)$agLPeniub\(O0u(u~{>>$g!C.$6"jBkVxNl2}$[.GڭGY}W1o[AۗZǚ!UU>qШ ާD )jRMVv<\d0f 0Ox5UHsV񃝭dlDd"fc. _\.f]~ԒͱfACN^g"]>ޟ\B3C-]э@r38-(d6928GuR2[1/d~~ W rMob&vm #,<j wq9{~!֜dQ{W\ =˪#d=X^_ g\:L"#c@p/QkcbG'#ڰm):o"L"ѪY3Q(iV$"K7?pֻH[Ŧ#QTG.4.ê^V{61 }ק>g"H  \pm#Cց܈5ަSlvMuK6G$G(':Tۥz 4aû-t!Y_iV:zC?x3 rw1S2b=+k=y |X(j.3M}< bjҕnk=MԒ+QQ)G!AR;* ]p׎x)&NsJ׭wVX9x޿XHvD,>*qQ;eӼh!ϑXOݱHl;'Ix`Dw >8ۼ,eiHMsf[a2: 4S(h߯>o.7T֖QD&Õ7QuJJ^.LOGUgkvkmٱ޺遵9£Cm@ǐt^"i"$Gu T 2Ђ2$EoڛkaGYGP~(I% %41!7gu躱c#2.#t_`=3A],7Cױ,jjͨuq(9R,3H-3863Ws[y: YZ