liballegro_dialog5_2-5.2.7.0-bp155.2.14 >  A dk= I%z u3N8} 6#7͖0Sh 6c%f'ǜ0E JvUaŽw_Y= XFzOEx ĩ2SߨH@*ޛnՕSm sքɢ-'#pǫqg";ћwH)AwQqL!)G1~= fcx >/=`MVQ=W5vێzIJĄ&FG2MC6m&I$^<1-}ȑC~+DCuOYCcGת! ޳%1oȇx4ŠEerss (TTKv7Fa{O8/~ȼl/(.y-sojfWwگ CF8_c5[Mʽzh|釮{#y3b9d41941b549edef85669fc1eab580091e569c5ba4a8c15f8ba695d3e91fca1c14642b9aa060f804e5c9eff499efdf6625e2b02|dk= I%z )B`˥LGGk{H?: N'$3v!kE8Cnq1e*̀RAX+ݕF+CRuF֤JiQSrZrkJc>໓UQIG~E![DS-ÃCn+2 y 0xR!F`#3:VX/kQL ]w)ޫl"_> e%6'+4=Ma!xzA|U`GEu{[BThy>NtsVPH7ę=g(]ndy+fcPe7cPW2n$4Bˆ#P@V9(DvD?R%`2ƃhNXv/Smo?E^lƁЉ}iZ77k> gX:'R⑧'){j /'MXRnʗcvzt0>p@5?5d * E 2CX^hp t x    (|i(89:>2s@2F2G2H2I2X2Y2\2]2^3(b34c3d4Fe4Kf4Nl4Pu4dv4lw4x5y5 z5<5L5P5V5Cliballegro_dialog5_25.2.7.0bp155.2.14A game programming libraryAllegro is a cross-platform library mainly aimed at video game and multimedia programming. It handles common, low-level tasks such as creating windows, accepting user input, loading data, drawing images, playing sounds, etc. and generally abstracting away the underlying platform. However, Allegro is not a game engine: developers are free to design and structure the program as desired.dkFerdinand Thiessen Ferdinand Thiessen Paolo Stivanin mvetter@suse.comlnussel@suse.deFerdinand Thiessen Jan Engelhardt mvetter@suse.commvetter@suse.commvetter@suse.comrpm@fthiessen.derpm@fthiessen.derpm@fthiessen.deicomputo@icomputo.comdap.darkness@gmail.comdap.darkness@gmail.commeissner@suse.comnemysis@gmx.chnemysis@gmx.chnemysis@gmx.chmailaender@opensuse.org- Add missing dependencies to allegro-devel * allegro5/allegro_opengl.h includes GL/gl.h Requires: pkgconfig(gl) * allegro5/allegro_x.h includes X11/Xlib.h Requires: pkgconfig(x11)- Fixed dumb dependency- Update to version 5.2.7.0 * Avoid some undefined behavior errors. * Return key modifiers in ALLEGRO_EVENT_KEY_UP and ALLEGRO_EVENT_KEY_DOWN. * Allow calling al_map_* color functions before Allegro is initialized. * Allow minimum bitmap size to be something other than 16 on non-Android platforms * Fix ALLEGRO_KEEP_INDEX flag for bitmaps. * Add ALLEGRO_OPENGL_CORE_PROFILE display flag. * The experimental Emscripten support (via the SDL backend) is now documented in README_sdl.txt. * Fix bug in SDL voice driver. * Audio: Allows playing sounds in reverse by specifying a negative speed. Use more sensible values for PulseAudio's playback buffer, potentially resolving some crashes and high CPU usage. * Acodec: Fix edge-case looping in Ogg Vorbis stream * Native Dialog: Migrate from GTK2 to GTK3. GTK3 dropped support for menu icons. * TTF: Allow initializing TTF addon before the Font addon. Shut-down the TTF addon automatically in al_uninstall_system. * PhysFS: Fix handling of native path separators. Stop using deprecated PhysFS API. * Primitives: Fix segfault in al_draw_ribbon when num_segments > 128 Issue 1215: Correctly handle small scales when determining subdivision level for high level primitives - Enabled Opus audio and freeImage support- Update to 5.2.6.0 Core: * Fix timestamps being clamped to ints on touch inputs with X11. * Fix al_utf8_width argument type mismatch on platforms where sizeof(int) != 4. * Fix building for GNU/Linux without GNU extensions enabled * Some refactoring to simplify adding new drivers. Graphics: * Fix for OpenGL version selection and reporting on Windows and X (Edgar Reynaldo). * Report OpenGL version in display options on Android, iOS and Raspberry Pi. * Fix creation of the bitmap depth buffer for non-square bitmaps (Kevin Wellwood). * Fix ALLEGRO_ALPHA_TEST_VALUE not being interpreted correctly. * Fix reported bitshifts for ARGB_4444 and RGBA_4444 pixel formats. * Fix alpha test with the GLSL version. Linux: * Fix al_inhibit_screensaver function. SDL: * Fix requesting GLES profile on GL Allegro. * Add audio recorder implementation. * Don’t link with dl, it’s unnecessary. Addons: * Add a whole bunch of al_is_*_initialized functions (Mark Oates). * Acodec addon: * Add MP3 support via the MiniMP3 library. * Audio addon: * Allow calling al_destroy_audio_recorder on NULL. * Fix some stream garbage audio issues for high playback speeds. Image addon: * Add support for FreeImage library. * Always prefer non-system image loaders. Python wrapper: * Fix a number of bugs (zachs18 and others). Misc: * Convert our internal Python scripts to Python 3.- Update to 5.2.5: Core: * Try to identify bitmap format for unknown extensions. * Add some missing OpenGL 4.3 functions. * Add ‘al_create_thread_with_stacksize’ to create threads with a custom stack size. (Aldrik Ramaekers) * Add ‘al_get_system_id’ function, letting you disambiguate platforms at runtime. Graphics: * Add ‘al_get_monitor_dpi’ to query the DPI of a monitor. * Add new API for making blender a bitmap-local state (like transformations), which can simplify some code. See ‘al_set_bitmap_blender’ and the related APIs. Also see the ‘ex_blend_target’ example. * Added ‘al_transpose_transform’. This is useful for rotation transformations. * Rework internal GLES support for better portability. * Don’t force POT bitmaps on GLES. * Fix repeated bitmap locking on OpenGL. Linux: * Improve linux joystick detections. * Fix a number of memory leaks/crashes in the audio addon when using pulseaudio/alsa. (Julian Smythe) * Fix compilation with Mesa 18.2.5 and later. * Fix OpenGL version reporting after display creation (Edgar Reynaldo). * Fix requesting specific OpenGL versions via display options (Edgar Reynaldo). SDL: * Sebastian Krzyszkowiak has spent a lot of effort to making the SDL backend usable as a nearly fully featured Allegro backend. You can use it on platforms native Allegro implementations do not support (such as emscripten, etc.). Addons: * Better logging when failing to load a resource. * Fix a memory leak when destroying a mixer with attached streams. * Fix a memory leak in the audio destroying a mixer with attached streams. Acodec addon: * Allow modules to loop properly when the user hasn’t specified loop points. (Todd Cope) Audio addon: * Better support for big endian. (Douglas Mencken) TTF addon: * Added support of HarfBuzz in FreeType (Arves100). Documentation: * Source links now point to the correct commit on GitHub. * General improvements and clarifications. Examples: * Add ‘ex_blend_target’. - Remove allegro-5-ifdef.patch: upstreamed See https://github.com/liballeg/allegro5/issues/987 - Remove allegro-5-mesa.patch: upstreamed See https://github.com/liballeg/allegro5/issues/987- remove dependency to dumb, that causes a build cycle- Removed baselib.conf- Fix SRPM group. Generalize description.- Add allegro-5-mesa.patch: Fix build with mesa >= 18.2.5- Add allegro-5-ifdef.patch: Fix glXCreateContextAttribsARB error- Update to 5.2.4: Core: * Fix errors when reading/writing 0 byte buffers (Bruce Pascoe). * Re-initialize TLS when Allegro is installed (Issue #865). * Add al_transform_coordinates_4d. * Don't initialize the trace mutex multiple times (Issue #874). * Fix 3D (non-projection) transforms with al_hold_bitmap_drawing. Linux port: * Make compositor bypass configurable in X11, and bypass only when fullscreen by default. Audio addon: * Fix ALSA lag. * Add an option to use the desktop window when initializing DirectSound (Issue #877). Font addon: * Add support for bmfont format. Native dialog addon: * Resize the display on Windows when hiding/showing the menu (Issue #860). * Detect when al_popup_menu fails to actually work under GTK (Issue #808). * Don't clear the top-level menu when destroying the popup menu. Build system: * Don't link in libm on MSVC for DUMB (Issue #847). * Don't use the LOCATION property (Issue #847). * Don't use SYSTEM for DirectX includes. * Add hints for mingw-w64 path locations for DirectX includes/libs. Python binding: * Fix the Python code-generation scripts to run under Python 2. Lua binding: * Add script to generate LuaJIT C API for Allegro 5 (BQ). Documentation: * Many improvements (Andreas Rönnquist, others) Examples: * Add a texture to the skybox in ex_camera.- Update to 5.2.3: - Core: * Add ‘al_path_ustr’ * Handle NULL sections more gracefully with the config API. * Add missing ‘glStencilMaskSeparate prototype’. * Don’t add blank lines before config sections when writing them out. * Enable blocked locking of S3TC formats unconditionally. - Raspberry Pi port: * Set default file interface when attempting to read /boot/config.txt. - Linux port: * Make three finger salute and LED toggle configurable. * Fix KEY_CHAR events under X11 with compose key enabled. * Fix clearing the ‘ALLEGRO_MAXIMIZED’ flag under X11. * Read Allegro system config from ~/.allegro5rc on Unix. - Audio addon: * Allow setting the buffer size for ALSA. - Acodec addon: * Add DUMB 2.0 support. - Color addon: * Add XYZ, xyY, Lab and LCH color spaces. * Remove "purwablue" named color, add "rebeccablue". - Image addon: * Set compression level to ‘Z_DEFAULT_COMPRESSION’ in png saver by default. * Make PNG, JPEG compression level configurable. * Make PNG gamma value configurable. * Add WebP support with libwebp. - Python binding: * Fix some corrupted regexps in the generation script (verderten).- Restructured the spec file- Fixed changelog style to match openSUSE guidelines: * Style of bullet points. * Dropped information about non linux related changes.- Changes from 5.2.1.1 to 5.2.2 (December 2016) * Core: * Don’t accumulate time in the timer while it is stopped. * Use dynamic OpenGL ES checks, so binaries produced on newer platforms don’t crash on older ones. * Destabilize the OpenGL extensions API (BREAKING CHANGE!). * Raspberry Pi port: * Add various optimizations. * Fix ‘al_set_mouse_xy’ under X. * Python binding: * Add support Python 3 (Gabriel Queiroz). * Documentation: * Document the behavior of ‘al_set_target_bitmap’ with respect to transformations (Edgar Reynaldo). * Fix typo in ‘al_use_transform’ docs (Ryan Roden-Corrent). * Examples: * Add kerning to the ‘al_get_glyph’ example in ex_ttf. * Various fixes in ex_camera (Erich Erstu).- Update to 5.2.0 * changes attached via %%doc macro. - Introduced %%cmake macro. - Set "release with debug info" cmake build type. - Introduced liballegro_video5_2* subpackages.- update to 5.1.10 * changes: http://alleg.sourceforge.net/changes-unstable.html - update to 5.0.5 * Graphics: * Don't re-bind the FBO in al_set_target_bitmap if the new target bitmap shares the parent bitmap with the new target bitmap (Paul Suntsov). * Zero out fake refresh rate information from the nvidia proprietary driver on X11 (Peter Wang). * Input: * Fixed a race condition in al_init_joystick. * TTF fonts: * Save new bitmap flags and bitmap format at time of loading font and use them when creating pages. * Primitives addon: * Very thin arcs/pieslices were not drawn due to an overzealous check (Paul Suntsov). * Documentation: * Various documentation updates. * Generate multiple copies of a man page for all the API entries that it documents. - Update to 5.0.4 * dropped allegro-4.4.2-agl_no_dlopen.patch * dropped allegro-4.4.2-modules.patch * dropped allegro-4.4.2-monotonic.patch * dropped allegro-4.4.2-no_c++.patch * dropped allegro-4.4.2-pkgconfig.patch * dropped allegro-4.4.2-shared_plugins.patch * dropped allegro-4.4.2-src_x_xkeyboard.c.patch * dropped allegro-4.4.2-underlinking.patch- info deinstall needs to be in preun section- Use for patch(es) %{name}-version instead of %{name}-%{version}- Use SED-FIX-OPENSUSE for sed- Rename allegro4 to allegro - Change Summary - Change URL for The giftware licence - Use for patches %{name}-%{version} instead of liballeg4_4 or allegro-4.4.2 and add descriptions for patches - Add patch allegro4-4.4.2-src_x_xkeyboard.c.patch - Use check for openSUSE %if 0%{?suse_version} - Change Description - Add sed, fix include xf86dga.h- fixed rpmlint warnings/sbin/ldconfig/sbin/ldconfiglamb21 16847494735.2.7.0-bp155.2.145.2.7.0-bp155.2.14liballegro_dialog.so.5.2liballegro_dialog.so.5.2.7/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:Backports:SLE-15-SP5/standard/bd02647df1b39c0b60eeeaa9ac92c947-allegrocpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0eb8b6c5f305c8f2631616cb95211fd34da4f411, stripped PR RRRR RR RRR RpOY utf-8c87eeb15c00985981136e159ccd63c6088529f460a5d254ee5f19ab643ddd54d?7zXZ !t/B] cr$x#H("{駃 M< VduIG?AVq&\`[7}2y~yv&֪ T;?j@ܚWm!,ئ @y8_8TGKaװhZnY8A u dY0,""C{iTmLkCTUl}F tBReLfB @yQQ@M%m~8狎 kah"y?8%^o:z) ZK _Li g,MLw|?[!3ݶ(xOڄ(v"Qu^ r!h~Q`Q2r 8&F,dG {TbQ\͓.0f\ QJT+s 87@}98WD,,JzrKðѵX ڿzˏ7<*Lp~s ss莀Q۱Y@h ykO䥯I2n84K⡬2NM)GtG}_~bGQ!GE(T{ &г3yh?t-ϋchGcsK"G' cQc>ᓨ >`WoH_xf̄ۦ}JDgSjI|{a!R+[JRM :R1- R")'5ہ*Y;[wC3RsVҳI ^DGS. $s͌XwzLO )见]5,," :gyYIԃ]& Xh] @|2 Kbo IȚ^`xoO=?<9+q*f&pN J|m/^ni]z\4ZB^KH`g|C 7tÉmI@/"NKn."6 r|%㙻3$e0sws,AVĔ)+炮ĉ<\" [v"W5zg&Fq `q؍Q} JѻRAoPY?iN]IkY>AG',71؞ƧS G Y[*zX~+R6G gF5KEO%5(?W50kF6^E9_n,Q$3Q `, D}khrK2$ k9*ti=\Ŝbp)qvGqCBͿ-BQڶsг͆vڨl H2e9~:-cQd8yŬ$"u8)u,v|yWAC EY`!b!F 2FdɦqJ;]eJi<4 a"4K:R%HP KWň{){b2\h@n~` 4?ZR2Y:Idn1H jf;#3umiFj`o MouE]`gg3 :H:|y4$~&X?5Ä@[w0MsPj}^-kٙw*[(΁(Rd5FG n> -E|1tRO\ Kx,jKiPa,|˂)=)pj[ 13Ω*=t|ҏmV?Ju!L*/5ﮇ]%$߳ݢvC'Ϭ#?v }DǗrnh; Ge> aX DH.4ԡj.֋mV ܫ@1፣[kNNF)0)Hu|qze- c"QC+2HH7) ֥Tm訤N?HLA:1}u \)ҴT˕ |Qt?`vN+Z lVB~DӍ\ M{}62_CMr5`Y-"lH\ι._DR3 L>%pke0NCwk*V]ڕxIĕB)H.4F۱Ԁ2b 7XQ~DI  Ho=ʷHA%Rr ħFw ёvG%$`Z՗ #S,{k;}!Sxwfߋ*f2`D S3|Qwp}[+=OLzi'悓"Lv޵bI&_ (Qc$6/F ")`%@%cJ#Z%#+l/\L}9/GN,ypt}.doOEi6xҢgIN4#!İ`Sjl=ZzӚreN@Jq%_2jrK8}7d%u>^9GVNrSu~P&E7Z  Dzm$}ݡDi1 sH~ܢZG٥zлX8N)k9tsy`̤x"5gxːH\N$J[TMo7R@;U%vi_vWQ2 SPV.#taˢ{VaӏzpD{cXՔ=}%Ye0@\u؃ B@X;_C5oo5ot wu.:!N{8 IOrnT՘ց*c |C;|$p>ThgSH6BPJuLʉF I=z}+urшiB>PUޤc.ۄoK0Ӫ."3!>H@!EѶ+`!$*=*y*׼"ҠR d -cx-V h|ߢ#YA.޹}IXjgNB^bkOOfk:IMYP JB.fhq*I}w=bA= +-DǑ+\ZWlqE)eu)h@l*G2* F  h){Be( DUȷCeq`@dJD^Yd<|Ji,ʆ Cvv+uw_̌Y%BD}eO̲m0.M7h35ހS.oٙM7|#"E@TgU3KZKt4Y./YL+1~ZFg>ı0 bp `TjfM.ќחHR'(D ՘Dx|Sz/@,<9]ݘ\jњ轨" Ԙ2 u[YpގBtaHU"}ؽզIUVҞsY,PŚ?nx*6͡oޱĿ/}I?k p/|ŽNm> [>3QuX!A3LpZLw%>X2Ք8:K<'n\cӻJҝ?q74 UL2̉p8?V3?Hmi?G=gyXA.&v=~dB SJͩcweY0&,V 藨x9A.˙_%zCHK.6r5; 2&tQ=͑| Űn?G3tHȭ/v3H0%gő'#rqz߯yCdyR$-Kݟ[/,=`{98X|N;rDxe:4S=T$En1hF5h 2,PnrZF.0(k4X}b`碻g ID:XoZ.a@T/۵Th`8$_Dld{4{: S5X?xTw=`D$.HqhЊ.[2x#šRQ@1dTU чtArd*wҝ_Ðu8S$1 . }D2Yğ3s=GJoqEKMEapィ#™^E!베s6(l-Uy2} ^9EE1;jDs>7QT DNeߋ䘞/oR0V/vgvU,@w<+))/nvW`CR;ʃdC8i]`BNYT^y;>u ڡ!ICf/"OARO` xTj$@f?(nchۏQZfb\=5r ű29+^MxdN|Zl-``xP'|+wA&PY Q2dջ w^3_QW$GT?nZְOv9\ $Y\#? |l/B5V-=-zm8hCB]Eu`qۆBNIվf+/VќBk0 7Z`0>Mt٢ 8J-rM!5HsҐMRP3b@=ڿ2D ܪ,@/MTxb%R<`GIT2i2 wDx Ц8 y+&!?MRB; 1''|\Q:DiQs9vUs_Wy G\Zv2BFPgNo.g]{qoE.C5`yq]GRQm[w'}cZsSEBG3 ϔSQg!%S}J zFYDpˣH[N=Ns@b|xυ b_ԣS9*C?d_SM!YIE A{/@A?=tt[B{S/gcd7W9"gMs"|R٫Ll7=EoNaiRAU+П9** -"l6mKi<O[='؋~ k&G,^ T?66Vi${mwaGo2r=/&xG c%/QŢsSm3G;w~ #٠=in86ӞuMijPɳDn:.:8ì7e:À)9n+ۄCN<g(FyQ=-ąbB$mu2މ|)B:?EGFON蟸.%!GV qjNݚ r52d0u`Z"7⯍X}z8T&iz'1 CWB7jZ_sSIJK[qxD!@f88>8,/T֦ |!г1wL~W/5 rFƫSs o/{}vnjK Ǿ##AO9$˷nROVA N0OI RucQqknS 3VٓhCqL'?&wC\y.دwk>)'>SW^  Ѿa4"/VfݎF.tLZM17n+GkV`XGA{RB&<考m=BA[[+x$tv*5BJdg̬8D o$txNdүy<1nko7tox3&SS;ьY)ygeWկ\DέB7Ùc`t$FpVŻgnh֠GmPV*,^\y0}yx8ǻ K\ )C=3{HLiK3CUen]uZ\BB-42ˍ*HnO¥pXU?pi, J~>؃ٯʋLd3Po%j`.A$< vkZ)`MOu<_ MBIַ^1i8Ϻ߶PH13pB]㭒7zI@LaY&Q9C*%#>Ÿ\W¬]kaE . oFe @ٷx;3pe'&1 F[~=zƾMO7ۖ<ĵ zjw@Ȥ YPWz5.MVErSG؆  } 4)2TD52kG4{tHRU+4) dxAi9ΤN'cК]Ko:șy%[g[sR;K'Zݜ)΁q9 LfY~ "A6LFVDjc?GN@H2-Bvg$;0i)^27~ƕ T)izhiȤô谢q#G"2% t0CC2_8 V[Uu|7Ns ;YJ[F BOU+oɱ!{zJG.n%Si༙C$6եEArbPdy@[K{mV AfWIVw3[q. ` Tēk|B&p_7 )4 ѻ5 N`FB+gI6Ul}^qw>Fgljm]ͪH4:f@!m`fUqInfSXMQi/R:@~3T]#J k=KCU cu$z'1䄂eD/7 aړL̞I:T^[Vߌh`gԡ V;[- 8o!o'.%%sK3 aICeL$" 0,)R7\X: gϷJRi6,Wˀ1Ny/.Poҷ ~!Jz4 MB&v'atd~?iƺkvhZ"$ɅpBQ32 f`t`i9 R1v?oό'XM.m: kȯnI<\=fV2RrrU+qK:3+!L|'s] ϟ|T!//=*9kDgPh9pԊ ѯ&v.q&12PYiTw, gn9{vW"'P#Д3 Wn9vPJ҅4s Q;To-H# ߪRY9=cBEeO|&G<_rfnKrjZ/rrկZ8nn7 -emJ9D&X=޸=*Q*Ue׹]H`÷EW+羠QiZ(1kw*iXJ则) 6zfu"m5X.q9'E=W+ ںjVAr>pEZ)D܀'G;"?d&"4yy%gS)+3 !֬wc2I<nks%{> ݛӹd/6 j1 ˥Cگx$ "o~M%u;agIsAVW+b]X:끉2__Wcd7ΣY"yReFu!y]Z>}f_n!{:iqI I$#~'4G w'u^~rɏqgu:] %GfLg]AK6hȂ>'u:h)aī;y"t[<2I8^Gi0 p֏VɑոL;)5H^$G3%i]G0֮THa&8%Mfap ^ kN2H hPCPt #cT 5M[f`ʹS.cs}5nF5`:}[Xi!Փٮ~6X* 72?)R8d+ˊFZ%Y2?si~V_&bِjY65sVj'V v]Djas[:?|0]ܗ-;Lt}vZ$ޘ^@_L{c]o}A>*f X+?omHT[Uf΃L~"v~6É)-JzOE|agj{v,[ZJzɒQgDrZD,MX#T*<{niK,(e/~Xt?VV&g^cSb}<_CKR,!3Nt pxza8Y]2r!|v#X'|3jU01BadL{`WCO'xuF:!| B|Q kU{r qBIұ4GNmp\ ;9fڞ8-L*i¸\|\AW>6Б9n-NG˻|axG$10zYkq۷m[ sSﺀBq6I Hg&hy{´QQE(ZS4ޠ-&p!K@S \rz폑WFCCKgFÎyss**K8!j ini;#W4x[uQk-1גm 8퉺t ó} ^n"2B<2&@ŚpBY̯5sTPƢ.s,y]%긑ӹ|~HS#qDI}ud Vc&sR2\Ns4 5qNWN*|B8:b?T-&KMO 3mS4~80|csAUTK~T~?eY}G۪5#AgqꡄTx_Iv)YԇmԮM%Ə"2.I[@ ML>{?Gs7XQhS>a > Zi_w1L'jלj6b>?Q)7ATLUyP΂yP UTWbBJqz@*Z0]/$mHe eê2Vds Hd>8e!$gq*ݒ$lo XޔL-uasSr"BF X@8KI V*H.ΝAخꈠd@xK|ao'xU&AF74-aqJpŚ ]lmq'^}2@4&-R fb{mE'!59迿ȸL&#E X0(%P_`D)s x>cțh{L5v䐂$qz4 s)*>Tf;jX(`L)&TfxɜOv4#<@&Y @%)Y}K{Jtu;}JDó Z{:r ijtppf GAR8G3)3qr>Muz\%{b(1S n)"3{$.Q4(\f~Ha^8ĕMozЍ}݇ɕ'|1\=>c!{\M3Ч:4f];0DmaG/ 4m%Z 5 ۲%Do*ٲ:Lc5ŵA6nW[21l]RpqL{YKZD[} E%Sm$#L`j`{..G ?F* E\̶g̟ 4f4*jjYV"DOv핅d=hܩX&P^.>W*H3+u\I$V!F*YujB0hĮCj"d;nip c'.Ixή_(kfP:DA'38MslwUTD)_a &0 lW$;w8*_a#<"%]b3:3JUy%ZŖ8Û*p eMv0I71ytbvY2l_Ԏ\^d=Z'EB'_yr{L$aIkRˡ!-;LI1N)N9?<+'9M^<қ_Tw< ЅNoJxPBlr 7!_:MC7椫))Oѓg6EXngvRQ $zDynTե>8 %S"8 A_q>tP 5?I8!I~}Jh7!?V#9Kidz.n1gKi6l`V'ouϪqKkR4 zoݪ}ͻ(~Kį[4}.[6}$Bg܌N_ڼW RHQe[kk'6z-`}[ +Wd_) U[W"N6x>W::Gn;:T[2_=㍥o@(ǁ8%/)fc`=AB6B-6@'}e?moċ)`d~+=P#0h92+k!*pdChb y"Λo烿z=o$AMD5<}J^umCx2mC re4iT/a]fi &5ȏpo!3GK0jӛi3?p6ʹM ݏډުoH\7ɾe@0BpjoS: K*KUxrQC h26$`r0m! =W>$^6 ,^CSDMz{f]UJRK-nu. qVq=Q㗮)m0~>q|)VLAwq:b*p>413 3?O}H<<*U5UaH ,ǻTʭ85+x#7FT̖݊X7i@Vyl{5g|3~SMx[07Y1d.Átn %c5$ޡ;}!Kiɮ8C>{8馘}T;<V|rF 9kxi_|5pR*05>Cݞo8b,F2Xjx03 r){e{M˅XD YZ