liballegro_dialog5_2-5.2.7.0-bp155.2.14 >  A dkTI%z ,i8iލ<`Ϝqd4kD, Y L1o]ZE9, yk9 !wverU*V!+χMa x+.Z⢀Pr2tzUyXF7"_jpo*_iIXSXK^H"lMUe<Պ'{> lSnuwz.pM 0n:dL q*BV9;}("Y%+DH[Y4+*i LORmb;}"qD dT? iHD){libȅtgN_lUWoՁMyQg=uF>9 ;Uu[ؠ҅]V̄i9!kY$lzzbc@b!0Sy͛__.Fa$QӇ^=O[Uh/(ul+$Rb\W:} v WXI@Eb9X)IP yTI +>( 09 8X>K_WkrT*$ml3WCV.j8%D>j|Jxmʎ#S G$nOdȈt?F ^,&Ɇe1TI*6}C5qe0 >p@5?5pd * E   :K`fpx |    (0-(T8\9:>23@2BF2QG2lH2tI2|X2Y2\2]2^2b2c3d4e4f4l4u4,v44w4x4y4 z55 5$5*5lCliballegro_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.dkT]obs-power8-05@SUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clause AND Zlibhttps://bugs.opensuse.orgSystem/Librarieshttps://liballeg.orglinuxppc64le@dkTAdkTC4f82013afb5ae7b0e047735d8eb135fb880b163d698dc2e751655d6a4b527ad4liballegro_dialog.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp155.2.14.src.rpmliballegro_dialog.so.5.2()(64bit)liballegro_dialog5_2liballegro_dialog5_2(ppc-64)@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigliballegro.so.5.2()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgdk-3.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libgtk-3.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3a9@`@`x*^h\"\\P@@\HW@\E@\E@\E@Z YLYéYo@W~D@U[%UXTT@TTA@Martin Hauke Ferdinand 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/ldconfigobs-power8-05 16847555495.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-allegrocpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=484016873d84a9fc9b9eada77b731f7b60fc8882, stripped PRR RRRRRR R) Coc=Kutf-8033900150c10a98fe6c8295d0e8157d5d327c63966f7ece6fb204e0a3d7256bd?7zXZ !t/ H] cr$x#HY!i 7㸡KMq@q{VⰉLQ>zY d-!PdMhsGj9:n#d4PfSK C'g?Efw߈-g r94;\5{rl||bcoZz! [vEqYMFI6NsfdafgkM,˚տ,"m2[ĀG*wMɥvT_56[v2:eruf+98U:ռTb+hM3ѯZCTGp3ႊ+Fо@1".fn5+/qx*5߯sgZšh&^ħ7m#T|N")N_lbz&Q+ Lbr.@4 J`yҺ=ajU6,j5".4 hѿ !(t'J5>qIH1lZxu6 k.(:p:iu{loP+ڞtf0T J BC+?tNo}OҀD|ôDQ`m))*X*#5L۬xv=s{i~!=]1gs7ͪCʣ)цJXN\Y7}Oae6s6`bnHxn!ܴ03\;>Թjb3,&xeAI@oB\LᤶD/,dZ koүÖ:[;(-wq?"(FҴb=u\""EƪDFN"$d5ڋB<>1%! L6:^E!ARhUmKu#R"{2>0L ։ڃ}>{˳Y,b:&bo| dM6/藅:O?z g87alyZe[3lJGz<5 *YtȴO4o!9l=_t*cs1^#tZmݐdpy'e(&I{:m-M0iC*@9{c/3{ k<";M ʭkcOz,䏹8Ϲ!9mTUi3b+gPXivWvE/%AbJe$b^ 3%ڙy8ɟz+!jKjh3 sd3{\6t< O爝ޒ<&iӛ BT+~?V?ffd_mR:^@̳eee P?S>~5/3{Ci:DLi 34,65ֱ|фnpG7Q}~N=DD_Gz2U4_lʖ82殳wLkpT`Y 9!\a]G%wkggy͌(I .|!M+̦~b=$<[L3"QxޘTOoΆH%}*Ȥ"^DvU2sc=c`=k+)6yX+7]B@"3-άt/O c70}CTD1,9T\ *}m=C`M%ٙ9wMIa.1aV(M!]ɑcNInӯTRL1)ePŬ̦CݪafϨ@cgK!嚡8?-85EXgn,v}shwr=183Ŝg.lטA%I)v #QPH#wFB=` &p #Ou9K=<7wc('w ";M" `!9^ky Be+6[)y@+2wp\'<467O Ϥh𶡢ܰ vHwU!]+3`l^UHJB|T]U xF 2GN//{zl كk(=`.~ċP+ m|y% )C_oMPSbDl*?nbQ]W&DeլJ5bMNǂdY;pES8FjWE}бd.KɌgT N1 F)h\Fmg+]U"> ޵eÊSʈ1|;!5$,0m?Yw1 7GL#ѳ -/=l9YW@s 1ޤ^Q!&+Hh>*%1T[&*b_pe">ٞ(<͖^HOJw#wVT;$#(PZoEGB@7l`̮3Zdq.Uk(A)y$NxtaTϣjĽY{<(+^ǐx K?dn ìq<+EZnvӫҍ]bZ,Cΰgq8|a eH:+i2qcT`K]TB.*8J-KR˵o|zchd].Ȍ20[7- >T fVsҧ" +,F=ք `s%nd0PN\߈+BÈ?n:#͉^lP6SlIQ!c 0K8Ti r&sOf*+p.kbe3|"B*?#`0h)2:ѡn(2B . ՑDiL͖f2E!V[ߥI ~i38{@(;nh$ǐO  ]ӦإrtG޼KQz8 6-5͇XF.zſL^f&NF˿(dIz sHu 2=w1F9߽B)8BW5$|4GԚpydg wFط/ur ` ՂA;W,?-P1Õ6?kQufy2O~(iXR@ Fi /H Uqo;OR[6b;,KNŞf_[Z˼H·ǜYª![L՘&X]jk1k,uaq,U(*+N,_ ķK:P4ԧ'Ua 90aiyc>xW=w)[rA몣i _˸Fq Qpd~,x &܋[l-|TuG8)tPʤah#ـoVIRNP.H zf;5;BfR^ITE}rAQ2*SՐٴB^h! Dl)D(B3o<&w5TI.Z]aW X2Ep&q*B|s613dxwl{IfH%; zI/j|KEI[9jG8r~|*y3DDPSA N)5OkN&j%IW 937qO0^caRBFw hITZsgUY%RoQZΥJ#rblYNa\'-gN% GBQ&6_@j^|RI#עK%[ݚ s/-=6rk TZ8ggVuX0H Nѭ_p~|:rk9PMhaIGR~~+F`Hj t %(W? 0\#^]:[[1UW p ME('A4ۑҫ뷈|߳ FHk)ҷ~DJ*F9}zkW}zF>VY{ C|ms&R^1^7вeRƁJ4#[> d_B ڵB2y<$!82ckof0NЂ*#;{TJ8,4yr$֪̥ uJ7:pv'm45 '6l?0Sbr#aw b D6e-$bgWrX\Dq`CWFe&V-e:Η1,WK뚟 V$I Ŀx=蓁H>)QR-׽리^b8'!Ok{>FZ{a<4}xAlb7⪪҉Kձ;5q2h8V'UN~~G+}Uy7rMi?YKbv_ qQyVLJ)a;ޚFWŋ` 1SDe_EM` ہxN50Y cAeѱ>ݗ_vf9O#h LԊGaq,eQ(%Kጱ1BL\iUK=G ?rZEp߹rF72 |p 5BUy_zOK}>䭖4*/G5׀Ąҟsd9qi%Bg'xѽt0<^ݳʷQ@9۸W<ۯJX_WO`6oZ+i!R#K9 g1ŐԀmx0G{?~>z.xD[,t5J\L@@۷,,ұCv,=,( uq}VEj0#^ۧxuaSMqdbX0['HY kMkHjv?=سe>T4@~d'~yRu"~S"ǡs{嬹dn?`oh7C=:QRAk@2Tӕ@P̣mE pa脴\V)gD-O F0hT4${`Y5iUKbsvg{?'^vzP2[:r=9CLu'ÁR. =QZ*M.i4艾W~a7Ǝ8̧@2 D{teomecd0r2l[H,to;ᴆ~Sl۽GNOg=|.?do8k|ZԬ…ׇI8i%Z+7ᵍCSҢ pBZȎ ݤG+>"Xmdp3h *VFދמLaꁸOT[B~+N DD̠#r #΍EP 7N0}2@_>vcFz0yt@Vm[qg=bAꐏDkQ1k]Mvb[S~ PsNe #0$)F'[tB޹H.ՆhҌjZuQ#rZ&)si"&vsj,a)My;Vn 22(K_jGùAg$*pC=#1,|Kw_H07J,SFH8w1},(a OFtP/CkBM:a e܄Q1`l/h -2K )w[Gj%/"^;@+^@nuX#82"%N<?{[Cwupu"M zM2鵞Z[N%R0H /R}[ruO6Q=Ɂ7;+έSe N:f|hKa2z[Dɹ!6| 'E| o3#p *l2𐑱R/ Vr J>*>EWm4tH0o*U_ Amp0Eu^Vi0ܐpi ŧ.EweF)߾+Fnr48 L;L`:zX A# pXB#qtQxti/`I|͖̀Li{Q3e٨ӚSCdmZk:=qqzc9bU._DA0qbYq< 4|%+'^PòǶ{h9kіIWOqL/S؄݇VLe`FPa\w_SGL;HjAډU{U.t̳WW֞D| $ tff?uMb9ǵF#YL9pQ>5[y1ǙSg `T8[bFw%-'KTLYΪ;9БtWC; M`]fm\cIzٳӝC5o<@<܌,:Y>qqbQL(QmgK8SWm^}}un+mRWNX3|] >u~M{9VZNZ2ݢFb~@n͘[.0h t4l9DFs6Ip\2l. gX8]X׋$"E) ,;A1qST1_7J)`@}x$j uIVP|Xr=_q;2̮Av6 * CkSSTXKggZvU#!\O`IGI}-ew81xPwKU7h˕.0A.7=BI}+r72nHZ[/`>g4A$|HCM.a!q 2%b!2y5 A[` >(S>+qy%Lk,Ig%\g>ù RcH:Ð̓'$ C9E}Rf,Ȼfx8\7nP'nuZ#ӭ[^'֬Vf PN\'/Zew()Jl61Y(k&wz!ˆذe:*Xr%fP }M@t9Iٸhw_na-1S=@|˄I#{!\< wۿw}da#TJ'%_ܸcz{^l{|< 'bGj<:\NJ5IXl;JCsGAa]Yet$! =N%%KTD3QO,xrXO$ ȫz_?`߄gYW geXl}lNM>3*E3K{N ,5h?e5q\Jim_iy9 b(hHwފ:gG^j7Z&c^k0{B4L. J(xJ)b&bމL^E!HF)$WxUm[fer˄hr%0AvA^^/ɝ'{'qLA,W'ϚStI+QdcƷ(oK9q\Qhs? 4HKHZ5yMWK k'%'h`s?Oj| aXz4TAx_{z,E|{,r?+H 'ݛIV$%NKV,-ًtJxoz!7Tm# k2&.N\hk'DM 6p5@^>~aded?X$\9 `JrK)8' vؑE(-JNʖ5ij&X+{b Γ0f}sƪ^$[:iHabr[ZvXCg{ձ} ]GL@k,ej1"ob {[YB=QLk5i|⸰sv%*!y]7`O 'KHLd"̠*TF1dz 3#Q(G.5)$`DvMy&Ŏdn:hDگ.cBxo)J&)3oܴXAJqQ8DG#nTѥrL<:XeQ& DSD=Ժ]oKMϞNEeEBJTrpjk =r<sτI;o "^x3FM:Jrg$$b"5\Vϗw|ۜf;,OmN(EdE^YTR#9dy2Z}9/Kp=1&_j}'^_/ׯZAaIb`80T}U<#krLϨ݄ohT324* ( qf1$krWm/OKܥ*uZW4XS;LmHD`3KvoǕ^B (qF/zG!HvO _..\>%w3/o *erDyɫzCB*VLZޤL+@VL/}Ы 0V2)!RA"a'~L|/h(RGV$TYשg-;/wx/;L\'S/¯ j=]Rx2춴4 |`,4Q ?wǵ@z/>0{E;K6%}`n񅳕L>yZJjvZ4ȍ.;ʬ)򐬘r&0ܘ%BeH`@26\Tv-:3}g=”[ 󐀄_9μORC(~{2:Mº8K,rãN:ɓ o$u/3n>Ń¼6H\ #a]+,Xmv.˂5=R 5ڿ=̌ bIRkϫG3-S, ,0ӄ"q3ep:n#cfq0s_Y56Fn2S? -FףE洔' 'g^$|BئiA /RS}t-J_Hկet# 1agYkAt)in|+STЯ Bv-ۅD`,X3~1Ô#-hW2$Vj x8p|ȸuې1zL)"4hMRpb ̍W( lHo/ 'eu$mk7-_2 ;[:M p(]5m](OhJhN8r:fy}}do}@:T R?9YJtX^U4/1 :H  nPNbzMpg}5;x[R6ȅ6{=`h>l8yb eubVlLȱq?ԘǙp%k(bxmuT*GO5]n͉ >Wpq;IX3?,a\OMÇFQZՒ -z]`Jx:qf°=z$. 8"Skp[?oy H~0k! v`<0C/hzs@zo o&x\V۫pt*fhMvc&6`sCj Qe…֨ 6p|DDWqNve]Tf+T]XaZr7Y-1h;^u=EtKGXow\}ETŀ]=}nyranf}K$UF$fK&Is 1aN&`.qYHwz5kH|H [OV(6>o)#i&d (z]yj-_&t*)hg'\@ov Jh4jGڛ 45zJqcBosoĸw: 8Z `RW3A-E@b==8%f"5]N_u*u#X2V>Ʀy%; ό:=QIur ̽'J6զv4{mvt N0ߐ0S7 Wz+ڧf_S!~*E64 fa+ԞD,q9pE_ZWhC3=TJxX2 hqN⡷`/u4jg @%p5(˨t 2H%m lj'@VI'Z-w#iM~{Q"&XIR8F_cTr;#"ng8яnF]#m ·) s08L^_A.&j$IJ  nIx*t )Km' U]:0OM<`M3RE#Cto(mUդ8S!4k{Sr]$K D $~t:ÂB ]`JoėK@`eV!K#߁Uxu:ky?2)XN%NY۫Y;`Ӎ^_:=x"j;5YgJAFzEw0sCEH%$TW_ˡ33C2 8k87Y'pJsBф ?6UQ}G+|(_+JRk&_A_O;%IhUUy_qIR+ `Xd.dA%X^pI7%Oj>:Q$e(Ś=okVOi5lr{s%<.|0fsȟ?Hw33txG?rGݎdg3@|ޤ1bVd!X^K)sM~\[dӐ]p" =Mt?j J2E!ɚl XܪGx %nvϷUVF ;AH&τޑP7@Qa>ˊ_d0Zʲ#W%H"8DB,>fݹ#_IQBY(̘R]A= q-:xJC'퍝B1QHLrɉݤ/sez_ )pE%Q6vqeVG5d$+Mv6bc*M\p׈o%?jE=xdZ/e՚M.9>ܣ$bh{Ɩe{MUy->ܘ's#X  1vGSܣI5WwʬD],/cJEvL,JqtŹ9:V>%YD He>NaU}eY!!p'11y:ˠK$d&xp+.B=roBŏڀȭ ʠl!('т_PX;a"yupEfHM|U1պBlxϰ;zEfо}Y\2A 0) UeK% -|ɪ߹jh?!5yYx|%hA} P\oRXDPԯT~E\t"qo3OF;Da"p_BɄcu@?G“p!'*k@@VpT8|:Yu]`QULIJEtCM:SxWv|P\4B+^xYnbD ~[äEUȳ[)]{V鱪"x2ZI~łpuW d42a5?+iNH9oqCR݇CX#g=o%nc˛jp-H9OK r\5Pǟ2u&'mYk"_]_ !p-S}{1 d RŞCIKL̳z5Ԑv\/X2oSɢB=^/b(qVҠVD# ƁLTv0DǪ,%Ùli$qLf ʊMANCJZ̚2 <,I~T{ 5 V!8}p}BQdlQ?Jȓ7s:d78gSf(|}yv'6ÖNH")4#6zEuuׯo_djsȟA.l]YFZ- i-(&i\fnSX'8ۆ/o. ~@O26V9o{Ǯ3ƘbZ@)4JT  fG׊ ]ڑ!ٶ YZ