libltdl7-debuginfo-2.4.6-3.4.1 >  A a2p9|Z~-1[ܑHN!pYm$)CQ$1bm=V@gb$S8nxN8u╟3G h"XOFj H8BLDaì.,[ax-^ dX ;ؒKOg,אK1ԁxP%;E<2y u4+ujkRrh "V܂ca^5FJi*^%sOB s!_B*:"5R b3a84dbeb28749c50fb08473956fdaec8862fc252c166f9c3569a3b8b05c55738d64ecf5c7454e031c314b97649dbd38250008fePa2p9|]v!VY 6:-DwHT{>gMUƕ0Oi$<[,$U _:aLE0zq+'U"^t8'QIMK>P|i˕^6<,([6ߒ^߹\:(UgFE RI*r]vDC݁ENdžwu4l$ó,jAP&:R,I߆M?\AqP֖'50>p@2?2  F>H ^p    L @\|3(O8X 9 :Z F-G-H.I.<X.DY.P\.].^/Ob/c0wd0e0f0l0u1v10w1x2y2 z2$24282T2`2d2j2libltdl7-debuginfo2.4.63.4.1Debug information for package libltdl7This package provides debug information for package libltdl7. Debug information is useful when developing applications that use this package or when debugging this package.a2sheep65xSUSE Linux Enterprise 15SUSE LLC LGPL-2.1+https://www.suse.com/Development/Debughttp://www.gnu.org/software/libtool/linuxx86_64)PxAAAAA큤a2a2a2a2a2a2a2a24e196b256c357eca656b68b8891cbd67e46036003d9bc0129893567e7a45cf2f../../../../../usr/lib64/libltdl.so.7.3.1../../../../../usr/lib/debug/usr/lib64/libltdl.so.7.3.1-2.4.6-3.4.1.x86_64.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibtool-2.4.6-3.4.1.src.rpmdebuginfo(build-id)libltdl7-debuginfolibltdl7-debuginfo(x86-64)    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.sheep65 162766511032258ee25ca5887212538304672f6980bae5d04d2.4.6-3.4.12.4.6-3.4.1debug.build-id32258ee25ca5887212538304672f6980bae5d04d258ee25ca5887212538304672f6980bae5d04d.debugusrlib64libltdl.so.7.3.1-2.4.6-3.4.1.x86_64.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/32//usr/lib/debug/usr//usr/lib/debug/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-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=32258ee25ca5887212538304672f6980bae5d04d, with debug_info, not strippedPw7#q~7" libtool-debugsource(x86-64)2.4.6-3.4.1utf-88fbb7e7fdac4a43bf95fa05520a72fc856e585397b60a046bd616d53972e3057?7zXZ !t//~'] crt:bLL X:gdG!.ty\tcfSZz@ZӿTP[_vwk<]R[`65^̊.hЄgnB4Ҙ(`+B*G~ݘR:xuV=dO6]iNd/&_WPŧYIY^+M$pMTUBסo/@OsbK11~)z!O1FC- }+Wn԰r1ySI#z4?(`u: UƯeHYKQ|ԢHH۫G#T28yr:/iMؔG3NQ{{ FUgq":`h ](IJ,]j±wўs"(;ߛ"u^F*_Y54L]M^rR^@8XCNz]D]pњ.zx([f1>ibo< }AuxeKZm9cgYϷv}9 V{i1d/hos<-f[pPZ,ʱgKE[񃈭s/(@G [aWk݆+I Jl0 ymWD,3h AhDɯK*at+׸&O_˱WZ~pQ{h0fӢ1>3ф.ݙb=z%&0}*k<+IK)81IU|C߲OEsnFZM+pc!vZQyLt>9کN8d8yң|t,7&g+W U7qæa(\jPTثoٿd ggԊ8F&6d|MFK̡vʺO8Xzkf;zM-‚Sȸ.CLvX,@-CF&ZPEg#m" 5Wa>;*Y7I%{5$贫'C@VD$CX!}R^@YőcޱMb3a}n8W1d]SRzYN#TvKT48,ل$E`4;/)ף=<(˭:mGli `ܧ#V?l:].Eg {ӖQT+.q!iSL^<7{&6EZE~ʸ>Tÿ͇QRKx)V&M{PXn!E2 RԦ:#U, {Jh.Lۇ.t @R0僇 $+3 LOpn7I[%ݚ"i|tKFwzm!uP-ScP jZU:`؋#p&kfbm<}/I-{iR<= ^m#M^x;{`;>egWܻZ&:ᅤ~RWNVsrT@uP7+̡ah-9{ gVةƬ8#Wg:k.T{mM-<$8 \hPXyda8r`e>W+ Kp`2)[fTN黱븕(;D\L xQCL3M\z~S[/wp("Ao7l!SpHQubLk>oCXCLaD<m;wOf۷\r]p+ƌ.lI2 S<ءb:Ӷ3':pC ۫}G0b!)ixW<___:lg7}=%maܕض|2 Q%S?@[8$.>`3`ܡwOHC}LVh؄ Ṇ旺"`=|BL4Q\ /wr@nZ9?, qw^Z&T7.3O׷^ '0X>8R`gұܞ7İZ.:3Qbf3&S`v d*Ŷ[0 %w6gN ` c~vɒ\JRv _ڊw==;s",4B\H"^xUd)◔1tّh'F;8?tPL`VqJdHҜbrE%p!,!j΋V~om)7c?a YU>Zr6|kכh-/#}On`kk6 WQ,5Li@ "aCYiL'"*FY1٬%y|I35!QN)Xxh&b@ -ZP'P⟺i0|؈KSڋE= AY2F_{(EȐҏM :@3Q΋w~ 0vt=^gOX>Jy0rt6;Zi0ka1QC^~9O e2?Ly_<w71l {uϒi0x|h a>UWf4NV֘ziU *Jט켟=:C#Op)r<[}aa׃ AZ`=-Q /p02u W1M@;++V[3!RrK<#\stBHKp?Ri$~s&Mrb\pn}|\u#/K[(>"X Jt*5x=9;Pi' MYVBK*b 3DbƦ3@fɊlG,Յqqeդf7N'S/֊GlMBSP'Gp࣯:`4Ӣ zsywd.Kea#"mjF|z ^냊-t]qκ7EKM:A{,U "=K-5-$* {EyKK4;Pb!L5Cl{JcGw>{Q20.iv gYFӘTJ->qO35)[|g#5z,+M}ZkjۊYؤU;u }NkGMsMTepi4Qr`y v(v7J>ͽ4fo=;\ ael=|R<0XSm Qh1|2{z8wJ{Z@7hNRC=f.] .J K97ӆFVb@]$XStf8[2{IL2Ww@๯vN}ag=fz \A<װ 2ʅ}&=FKaA1/xy|E=1;BȔO(Q3rXyf玳[Xꈂ/ M14Yp tX 卡Y90t61ב,NxdpH+Z8x\LQ:;3J${+D.w} kkr9RnZc5*SSpe3NY;&[4 8P\gЁw"HZmn}\~"! Qaml{uz]O|lѾD_EPDҹtH2LK2$_#lbVX6g=RI,- eqBƪ*MbvACdKٷW k3S1PI-hQ3" ⋥Naז^%ϕEg2^->/#fERaht"=FG3}k'fL06HDaUroCFl+26 .]~rҭ &T-~Pld7ġP)Tؗ*C]XRD3T $g4?tNx3jH%-S%)XUK`m8Fn<ϼ&D&Pcmz8KM.c̯$;}CD묎D5י0yZt^%.su,r?i'*%K${l6Gj!Z>3{įX 7d"Ԓ*Grg)7qǺv"B$PX4/u$sa2tDcx.렝vNJBVy)wWiѮrXGeli[X=J2s/R\o2:Sټ̍s> Cz&Q[ 'sʲ⑇@aΪzSONsK~&YAZf-8(4Q"Aӂ/k?$ F`aǺpi O8c8fiHhӈv'VMc_8&Mdz[ <."945 ND_oP&Q ?) !qfY8;Ir;LL[W&%䧧L;Y"aӿ@)?[czS,"n \ZԸh^^h9wOzAf'~X鞲-ġ: ς ̒+2ԗN,om v 'W ̑M3{aTͱ+tX|Tv)$j'SHB>Jٹ{f{6fqdPݣ:G/ `]!x K r y}ԎV{Q5t^-\<sb[]yFHk\UtWrX%0 &n=: N\X~0F n M!p5ms4pT#Y}@嶳&Ec Ѧg8u{C [alN d98XNMHP[e$P31@b#D*6n!=ZP_OJӥ|IB_Ki) J95$g'qI c4ɲj,(7iԷRR=CrKD/Ӆ3A*Y_GكnNL]k9*M&[=%%{lߩ\!1_U>n[h^gAsZSJ{}v Gj045T.3(>^lxZ\/Cm8 CT[ZTɲiwm*qS:b^@K#l,#m)=?ISI >5SMI(Hc_RNyP|t>;RY}lO/q,e6P__Z J/X_=$Who//eWK1"',?пV͵6p^78zG*v( 2`Y~/7/gކ"6@nA )'!zxBgM>mbR:I޽!%<:?N?5@'+mҺFeڀHG!R6k~=R ~|k>>4ǘNݫ^q6N) 32 )*\rH$w3; 'EԲ1V){I-Շeb)YH8Dlw.Aټݍ#h4NtS-h~(|М_^B( n3 8EE2԰P&-fNKN#+m-a!Q\FKL-lmB-`=PF5zzm E+J$d]0M`M b5, Y?QjC0̊cQPɚ ?`,3² dLu9C{g]FdxfQ18؀Y (j43wii͊Y!L⌠0m YZ{\3u!aG*g rc*q5А<V`q>=kď|ՇBelEOtfhJ %-q٫Z4X_ MK՛ D`; ǜN@;o( &%yB˻;»0X%]$Z-a1$' ^+NvI tR|5:<2srJf-RȆ&pm|k{qIu)&ONe$aͣ u"$2ƷE.`*f&uEZm ێU,ՐS%jqhHeB`8D)Ձ `[n݊F;\vSa צdimՙcjJy TmkwFGoS},:h:|wilKH+;o<ݤZz0UHx& )Bހ9#h~G5Ӊ; P8Kȏ;A8/3l]w@ cHraPZۭĚ9} /|8n{%**0AlDLHP<, Rح"F WB],-lVX 7b$8SSs =kkЅr>Dp>x~y6iq]^V؂ ! IXb\}b#{{V *\8`b9qvAMr=;x8UL2r2tp#pfkHKH) Kځ5ʚ)py߉R4_ޒ6γ#Syr"U:<ے FWft xy8!;Gf PO&W0Q@R׻RPS7g%AMO(xiugkGS_mȔ?q (I%xoQHm|In S%Φ7|IvS]` r"#Y{ZFzΈ2f-r&ICtK64rQ1rThԣi&GOQDf`m\)1 a'yI:^N5͚E&9uf"za2%Sz3Gk~/"e!ir:#=?ˀI ^Oooi 0 ;rnoΊTnzm T䛐׾MA$zwШ*8ZaLYl~D6B`H5(T8"!vv(d)Bҋl5%p6Js^{>CCOn^Sl`WJI(^#f3gw0"sؚ,~3V1YVmF{>0fͣMFcwද9q*XzRlcE4W𻈬6~*vFXg".|&E ^@nC2|(ە|_@:U,Y'JA,p!e 6@YRx:ݝ F94Efx-f!$PyA'7` }6v8ktfI;ijbSH P4 <7%/ÿ7Ŝs<}8dk-s2!GGO'("pj0QFp3Q:eF*&e)QeɮUzd[%\ۮn\h"\n:ҝH\$<7cHmV&߸}\x~qp(ċ%'RexŮHDO2sctHyע#َ2Vm]^ ͺɅ2˺(IS?/DLzɭl"pkQukF"KjVjՈJkf%Nc}X4_ pnzMoZXλ3H#Mr02!&tzI0J;*&2,ېҧKJ=D?f<MXx L #T=Ud‡I]j ߙV pMwwJdVVL T#YFvY D4my^+rȈLy}<hQ붅gvTЄ6,1o;/,͌ge eI`*^xr$\:~E5nK U=Wʚ >x{%.iU['e* !cRH@FC ֭mRm~`j/EL* %6~IM8`a L٫s>^ 5^ Uވ5VSX$&bXWǭʏO [cMu{=H~(G tv`%'AVrOjz͞iIyt4!oe Ґq ;Nyf2-us;ei%EQ (kÎ:SGne|ʀx |ѕVpCj]>,y8dDr]M%ksrym Pu/%)\e M9ߔ#b1nx@"EuZ!+#J#(LUfT .P!nggpўa8xގY/~ʾiWqkzBήƪТSp %0!,_0u|p.J {X+^ ELz I&4kF vd&V7Z+KĄzz탸8jY:x)u}*pdlgy;sk -\iJ(HB_S.?g`5m Ev^l< ,5^ 3e#,eMQ1R#;oJ#k -8?pAԵF~=_ oFU 4vSfK!q?po*.;. FS]Zf"~zY0mh ;U;;lq㟤*R[1iJjKknO1~N4LOo8T-i["$6p)7 Js7=e|It5|a@M ZWC"Om:IsrjAJ.dn,]~e&AӒd$ AِO`U_zt Sg2+M3F!: X'OU!X)javUrĶ^R$"oag5XG ޠbB!y<#z*QIwWd4W r {l=Hd6dKX:fb"tuwIJI,,)n&dU;E`߯6iHߣt-s6t;ϣ:/b'YLOlW/7iVBʸ&G|6Ap7Qէ6!C~`sFpiF#{AV31y)EkB{$^)q]緶7~@ZE4a$Q7I͸!ΦIJ!5aiEGBcE}գ5M襺)N\y" 4wb s}9\rc7F9b.2%KYO>[\~#֙"#TQ57r:Y[#w*EJZ2`.kz&$N5cw)W+A? 3W.`awPsO,t[{rEK1+gc Ny% 3 EŘf)X!ń+ ͒Ҷ=j2PK#vBw!#0bt"qZ >Be4/qgw.l2Rj%W&JN!h% ԭjfr]GR1vCUřk*XaY k8=\ βѡ D A잙"18o|L| &ϭGJ(do$z?LA7WZ&Ivs*b+a:ȹZ ~J#bۊLJdmC[TP&Ʊv9.iJV H!2>s_SĪ#bqp`lwV{m9IF3s_qil1@Yt ֍Q4a7UF _ZڃwNW*f+EnG1RT`tAOPKCo},I漡Y 1RGO}A=ȳ ^4ZA;՞gM>,6Zl`>*Jtp;5_NωK_1-ڒ`Q(- r:lNbD`e!(Q.쓪ӼD0Ҡ v`6W]XWնU7 xEAPiʓ*yເm@:f1Ԗzi. h(--6RM1{,/*AIj:^NXΣ'UA\'Ǟό+ -.{P٘,+-1$r 8;x`G40Lf?k(QGyK*PDd1̶D},7 (|7:6}ȲCL*eRjT⹸Nw,7k!<>ҴfSUrUt1LFzDeԀhcl23psW73 s4D >N g+$l% K4V4<ĵ=V#rn-R -#ggYm4fB`:kC[ 4a!y$䚪B,d3 躄?0pрMgoE^=elIl g:DT'71G yfnGRhd;TWB*DdFZbt YPZwcq7袿`:3s+לs N742ʕm"l| d cAƮ;>E`Q9g8A@_}pR[7>3¸ $sGPЉvBSmXᲿMpe+Z8y ׹&"z#etf͜KZl5q Q&DF;nCsG`[g.fD01Zu唦S+_MO޹&?Md%Ά' d8Øp/} Өku2o ,/Y%Ihlpir,怜0~n.(5IX8C:lcԀY B+H(e4- `Y ]K _:rE3Koψ aԥa񋛮ȹuwBA,Hc}jΙ\|Se+ RW( XmOqz{WWpk?#*m̯IТ ==٥+O#]saYmƔG#07PU*AhCAxG #jWW LkY]]P&\RPpsKsun^A~l^=ߤg=ꚶBCcڼ)+Ƣ7JEBj#-Ss ;ȜU92{jTyϑ'V$(|8t2[cR|.ء#[uZ:[RvYX<dsʶ6!x,Y H N;dV8[+p1|.M܉FTģ3*.|08-+%WomԘ*ϖ!ӻ]sriC?ӕL>ռ=Z ~/#b#bG;c9aXHMYOиB[oҞOMcR/MS2U0&TgivJTD7Dׄ0GZipNƷ(ٝߐܕS1 4ڑwYfD._;#~Y}IUG_]*®2fj3I`'YWB7¿sY\  ֩/eINgVo99 l͜; N i5_:JUFO< `*W6M@! ZZ &7<5 IyXL悟gp"KJ1TgͧQpQ j߰#Z._+j_ j< { 00sh*}~.LLJ NC"}@~i1q6jE-kU{iWD"3_jYWl90 }h% ,LteW_+uPZu>Scbg\'\(},)Q}#Q@f/ Ez9x|t4 ~{'a>kXU0-+(R] jx#[PAJS-\@3QdՖj"@ӜU2|U Y;[&vyHK_E nA#褸4͛1,ofAu*Q7b R6ډUao.[$)7ar LyjciXWt$ڴp*^,QGYu9+YSV#"j>2د~:Y݆\ F'ܑ}33/3R$%D pN"M](cG>́.e¹D!|!fޅٳQ$CߧhfA$Cx{ 芌؟D`c@58c8[e}or;fM@)Np^wԳoou>"rֽD7]Eߺ!5Jv|oLlvnz{EǦ5"j(oI\Zs$v*aB67dxѷ(ۼ@đf׆{[-ふӨDͮ7% ]3d:>8Wɬ?oNJI ‡_7}&wG{xNdvHKzX7E /w# ڝq?xd$PEip,t4&dѬ7MaOjEDsݭ;ߨ ZSpS/H/^81ۿwaۊ&g(f)kxs)elɍZ<"6M87ϧh;J:u ̧ʨ_v@R;8( L 跐+(q{2ܹSl-(>rN\[E00pWcf]u  1 y{qLtU$M'yrUJuQ ݳKE!X|ܮ#rv*a8dqXe6f׭hd7aπlgpq&mxWtF@m}l4-4n$r|Y! T`@RkQ1R =n.=6o=zczߤ5o/'ciC1A>ynRjt;qDbdaξ[(^Ua\.ZB*kdOhv82WHm^슸4ay 1 zTCcR#v\9$wԀMŝjXLDmY%qv n@1 jO)%|F3 hF͋765a㓎֝JPc_z-W0l!|8 tԁ),֐=2z^e/{)?qhk`]%U`܅t;@Ui3P=}h ׎I6vh0{Yg܇e~UQS^-7fߕU/^"2*kqIF5iK?Յ4Rr4"<Ѓ8):FjwI־{hDa}Ci5f+ Us"4ye}:wuo[Wx~)V4 ʡ濽E/ki3њPM+x?#RQO 7$R֮ a !H_}wg|[Nhcyf>66z>Ԁu5>p$}E%)],Ӹ}-\ 2QmѺxh7Y-,#Ӄ('!Cc?KT6~&ϵ1TphyJ^E0ihlB`XTdc( ].Laܽ+%75{3m(2'52#Cds9&JH#3+^ܓ2(@uxX{eQsʁ[:Jjb׫!13ZIqy'-#)#i(6 &g`yXHxEI(lم>$BA5$6 $eJ9Syy"O6,Y 1,[ CC12b@ ?qO)F@_].-?>dCP=͇ SV 6&bU2r~< U:wnHǧg=̇+q RFNy(N}~.B  }qwׇ=;#ήlB:G8(s!$n VL2hKm _W庵ka ͷ{A|\,Q(: A%ѸڈTnݴzΚws/C"4KCŧ#,͒BPaHLcHE*$8;Ied-NQhh51rym@@ƴXg#P$v@Ae)VTd MO;`K:=Cot9OCzr8~zdW%^E@=nj*F9p@oFWv $$,Nydwnq00ٯ#&yba0ե *xx2UGl 5hD6*(F$.H=T D xuCsmy5mOA7J R,` diz&]V˕0vړ16dY\?FL+}^f/D_~OF]q~U po-5A$jk=~;#z PSrhq|U4+\j/.h7\D6 bVUY;:ti2fVߊmkՌF _;gɗ(O"$3IG}1"'v}wڌYIپttV@q-tH>uF[{{o;Rlŏj.o߬nm]x6OwܻTGg䉫jST'Qp}GZIU:[F\]C?04q;J2A6t 7uS{QϞPb!Uc@g791(ܬKy_3~ qܣI'2)xKh^%.}1*=Ȱ쀡Wm;y$QOC8_o"]3hubWXgm#nD\Mao=hyhBi[S|^9[ ^-?`xjHۇ< /Xm Ⱦ[g0R+}uY Mjr\*[5i_c^Or6LfP:}J()b$'ǓK<:9.FjHַwTO*uB)\lP2>TV_WLv|D[#n#@P Zwh(l3{̳8gPu(Cךܧbٽ,YyasG.ŬEk΄S*DvbtPg8H&-ۭ0$D ↆw|őɐِ/@_I3z m+Lv<|X rUEaY-w=֭ %;kKz {{P[CQDee;751*(YAA^$dvzTx M\:pDyB*R|r+lrx*Z7"  ',$ffdK 'mXf^Y)o/}_?!gMhߤ,EÚ+C!v% " .cU8昃'#a@+;xF:Pjn^+=5I'Zӄ=~n6'? جA ]G>6[`s;J9;? ד4Pyk8fBȋݜXqM*bQјF/7㯖RԁVH/Hwl+n*?{~nw*uMG2B)eqςj䲬vwPGL1 ZLJg+Z*) O`|u) #[.2/ {b $ z2**} /狢&mO'Ey)gwe|SH|*Snм(A4c}Lj^n;-HSt_;*'5SɨUkS^]le1=VꁄRQD&h8`-H?i8/|bc/G)Vn09EX Wdr#0]#RTZ>͐_ O(T.$v3|:1[ר>;[$hVzjE;"@f ^ɋ /Xk 9{-\g3 {-֬v.淈aN/$QW b reְNr~ڦM? cAIwj!DK*KȰ4}M=IF4ߦ3,UzFuC_ \F2}'-bko͆|P5kJO(0FMv@JŶ9Zzӂڇ n@<ۛNEDR+؍>:4`/yPq$NΞP >I.Te3ѮnH++F*,m> zIά7ǼtX9osH?Kqޢ '^K'p"gJ3%p)҂beS ~~[OѓP[|{2ݼiBV, ]J v]R$tď 20u8Nۣ7A빍 -?l!D(T)qZioID47(Y_to;I,h-VZۘ fIoA67&}, i!;+^; 0#HΥ8 W"نҰg1fO~BOX3m1pZ3X0OOʢ)ƕ=7Vbtgh  갗Jx(N^F>.d D`7Z'2z(gFJ~hKCc֑-,^im4Gih؍AᩲJJ6L–gRP+C Pmm;|&6{NGɽ`8Ё/gsKZhc{cGEu[yMq]`ؔCHrAhXogw+oXw\lk֩J)G'*!Rh7Ǽ[wۛ׏mp \A:tOюz4(0kKۈcQej jKn+V"/uR~QzB>mZFc׏]7I0a"̊XUT_gNdm]8Z&s}+Toc#jAWWLS@V< B2"n08Sh: Sr]*/k^RrJFgwi3-tBE 埈n[VAhmaLnG-@t7'y}ci.&4OظGȘ">"48ߜ o31ge3}N\COv v6)]ɉFekV8Fؗ3\z+X [Feve`ntހ1% DJ bFgUBv1 ^)Rtôq\)Nc8l$/.s9!(NjO(·3^krIZ`i5 Z,Csr`^hЍVEU&EL5i{1&bz6Ql?MrqX5`S! 1sx-JxFif4Kή(r\^ XwLwVv(0\ H OnBdfH5p>* #J. 54,A218`78at!$-:팊Qqm濛ؖ>WHkx9дrO5+o!V:oS !c]jA^ө2IK!$9 kt$9`ܥ1rtܥXJ Yz>{??pj5=M1hR\ogfgqhg׊5=j %=.PT"ҳYM4$E%w:54BpP.}~;7D=pYYWxk/ގAkc F_RCzK>?MR^-ohpL~xF2̋9@$dI(KvϵHẄf-h;SIZ:ұhSW虹 e}`GB"7Ʊr̴ͥLӢ/ um! r1.h+3E6@O xϙ`Aq)’e#ye[*2(kEq9N"5PY2 4%{I5,fxDcDuuHrPUV[cβح`ߝ`R]Ѝ&5<;Lm:MzáQ6d` b{)Xwœo7m2CYr4n2&r<,sGNm1mOIhMYQ.iGIW0J7̷3+~AtpC9Ѡ3Q`

"kZcYu\HHf+\ПRօib #e"!:HxsXTqs5A1z6/Ϟ“gQ|/OjFCI3`w!ʄ12@1(4ҥ3Gfˀ./i7 Z[\΄:hֵLUf vnQց™>~- =9"+axzM&4~j !W5}V\~)>6&r~k|6yU #yYj:y XdD(&ێ?!{[:wEfe=dA_.1 !d;vv쟲:njyvo^2*0}vy=ƻXRkX௪1Oh7 0D3l:͖l| OVI?7βE14B)o{fP_s5s