liballegro_dialog5_2-5.2.7.0-bp155.2.14 >  A dkc2I%z FgQgPi T@Ğ"(Ņ)dPg'F2-a3!o.Zo P< tH&W+:Xno}H#3,|k6+Z, Bu@[Zb}Z?TCd7gj{(_# a%ӓS R\ۿΣ cj a2ƈiPKl.ٲe=z(4zǨ(y7c׍kf9BTx0նd#'!|c"tuTq\]t]7y;cg+ߣegUNQ44*e2b660777cae24f24b986c8902220e9300a085466448ee1e4ec43395fa6b1a5c7d0691572ffc9f233245bce2e79e515a1cb5cef9{|dkc2I%z ,3KRaR7 ů2)yԺ%hFcESSYS1 8pI H{IExs z:S%1);&Rڦjhaꨄy{84gYq9mJhE冷pNCyArZr'XM]vںteM~jIrY!Vc5J%8IskQ :BbrשF<Hҝɠ>=͛G9p@5?5d * E 6G\blt x |   $,}(89:>2@2F2G2H2I2X2Y2\3]3 ^3@b3Lc3d4^e4cf4fl4hu4|v4w5x5 y5( z5X5h5l5r5Cliballegro_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.dkc obs-arm-10SUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clause AND Zlibhttps://bugs.opensuse.orgSystem/Librarieshttps://liballeg.orglinuxaarch64dkcdkc95345e756e47178bf2929c58848f5a38e570032bdeb935b068d7c63885e4ec66liballegro_dialog.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp155.2.14.src.rpmliballegro_dialog.so.5.2()(64bit)liballegro_dialog5_2liballegro_dialog5_2(aarch-64)@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)liballegro.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-arm-10 16847593085.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-allegrocpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d7c84a9491203b5eea72629dc84908715edecf3e, stripped PRRR R RR RRR RR:meN٣LUcutf-80eb36cc2e540fbb00cdec4cb38d2a40a217f8b121fe89e71254421e03a6044ad?7zXZ !t/ AI] cr$x#HI~sZЮ$#QϢh8ONy[ݿ2`jp՝?kf");rSq%Ij荛Rdܷ{1m_j2pΝaK4E"jV"<@ːbl|:!Sw}RYYZ?JnFϾԱ0l.@e"[YS'54etCÊvgioT_SL +XY>nfQXKqWC|*NVnwCK#n|$loQqk,f]{Tdq#;Gy7b lZ$*u  -xC͕@~p'Rg Uc9 YȮ tȕrbɱQpS!BR0>͙_])SFD`O؞ᢢWsqB@<mۣbQ@ , [aʼnVCv9FTv8GYu5z16͚9e2|-CDͼ|- <R]'No0(<] GZ$[pOkE=txPU|/?RxqKGiHcS>"]*obYtlr^˕H}vU>a+HZ%pᐹQO&lH2˹uN,3 bV2ReP_۔p ,"+BJr6azQ2EPPlL wШ1g)Dp3e4sjLMWC?Ia(a%FM3?4x)  >0C~REhYFP*8t3jޘZZov6]LB4C6E9œ.bof`Y97ݝq"q|z4Qgo2uh/ BH`>1MV5M]&b@v}zH+nE$52+ӯf,vV KZ{$DH9PAX_) ' >Kz($;1sGgD<{+XiKATS܋"zaCt{]bji!$3~Dn F"fi4yq`[Do#A9cwDQB45nNMnU6ɊknÒԸٌ i˸!a5]?h1 VB-hD6},(ir p> [Vp ijϪi ѝ!%s i$ÞG)c{D mODʼ<+= 0wwmS wMo)eKcj`~' Xm{`f\>_pWܺlc&BTA T12N_|iV *Q&i4VĨw³/Ь 1^do>3K<|ZK˂bZ",o~CUvK? `fWQ7Tb,f U_=h/EBXN^}YWstdDE*%E%w=p}Vu=39<5eMD/9ǽqgnnKYg&l "o7Dўw4֍A wIuۓc0RUV񹈎< kbcU E_sQw DYA m/h<< x("l ^Zd`^/ 1YUoBՖ7D_f$搊jΓ<.LãyG"P0)0RZL3jSru;/CA,JR++&jvdVތq(M)k5iAyD,2ZH!Ge\K @A0:mv܂t4[mCU9 >)]+Lϗ&P~3mI>u!by+]r%ނK :q~}øzoD2Q1 b."EϾ;k:M0< `Q3ر-gvǒi{"yr{O\ܫNqxB y>;2E8 B_@"4[ "%3nI;!>m=Ð'6 k4oԊ.^$`Hk$J az,hρq&v%xԥ;neJk1E,6, `#Mqߡn9$גe>yʡFwi"3B;7]ZqN20%ج.P|4O݇( *yT'e \f5ӮRvT-KvDȋ)z'a|]eݔ^J}tXѡHO/:F{3+iS$DȅTW+CنsF$lG:W.΅g2z=DŏTFu<1d<<^6jl|6L%긑[?{@HփeصOK:̢ O Pu-o{~>2k]{ CXeɆ'l_NӚA'DE1FN暔 ~;v/t! X.tz92uh[BQ@LΗav|x-*pI#$T =o R*UJgɘE WϹ{` Jm3 [L=9E/xql#hhᨍ uB jW7)j _U2$eb+ZEOHRk>wlE">c6$CKlqԎGTPǶ~~{`7 (:9mڎH Yuڰ9b_6[wKL)+,KW8ÝNs/(&V0;pX$jw[}'Ow K1W$in'Uo_tr%EhG@52q06L*#f._z1X5:/+ϫ\g2A3 (񑹄8 B-ƧmFޥ ~|7xn 03 Y_DNs5}>Գ"@KJsUL"LH x'5W(?sD*e}d=D|zoPAoտF Q/gmPD(M9ڣֻ_%3$lhY4|:IjI"2s}]U-=yĺ1롸'8qngg2MINJٍLJʢP1̜ 2_ngVm8zty[*/9ft`;>( N#TtiȟD?(>2S lM^%_R6f$uE+P!p}.NxQ3B2N"#Cl_7N% 1$ᒈ8aQeSbp8iE V9ұ0h-95R6 O\SIkET11*g'*W6W8NK ܳKw- AHYOm̽# >А7t!|^/ft5rLtWXd#SYE/ !';X |iިMU0=MNza޸a)^"8FoĬ هZ_o7S+@uejz9!EOq7Cae2Q2ɇ?>]6_^?%#ylrD&SYOk'{$/>\ּq3By,#oye jw2㹉 gPM(=ؿ&&|w]E=)G옞o8 >G&,:~v8M dцH76V?֥ JC5մ<oAJN2!{eȸT0|$]Ҋ[o5ì2xe5s$=jUϠ.N6x gdx6&0gD ^熃 wbّfj5XY\"ʵ(p/VlMWJ)#gC0~$D[49=i¼/\vNhmb\]8SQX,Vz-MHU4|USF8$).lTX ]^PYA<^غdzEv)4}RN䦵k6+滳:p b0JO\pZ3?BXq_h?Ob;>D$0U'boﺰ Xʕsq{ T3nװgsC(Ւt&VB!7\X8q;&8=7Hn tS//Gtv-\m0&lm I}>c5] ui(ۙ+]=M1m^Qߍiִv"GA9=Q]}S"*ƅd#3ӮL:"4;{^[rBe0'(֖/`Fܤ˚(C׳a>P"-l4jkh:lfSe f%?(nQ{$?F%PµNg록}ɗL)5xu%Cwl1%s0pt % O ̲117Z)bi8 Y 6Qo4b]{A?HmE}o񱀣>}˱[@T*qYOaMQ (-Jdz߼{o0hdĮl l6K:[IJLl W2hЖ50=V%guaT0x#x϶]ލ,9Z-QRŴeI¬ rcAY 9{T3l"!jH?{¾L䈀[cԐXMa5'zk8'q֑zu=F>G*A'>qM<2vJr0zWEo)< {rhEh-2atֹk4b[)}mvodsLlmfU&omþ}RW6P&?6h⛸L%*I֏.l:#d]T4H>=5.T<Šx^ 9|@創'U,h"W'?zlL}JmdpC0z5kJ#R`y::wrU~w ȃz+jt𢏌"IT`'#Q!J$NNc?EJ>2wxHrԜ?jI*S.i. dTuL:'U[$q6H`mb`PMiփ[+CE|l՟7MmV+ [ZKpUS<!Ŕg 4N2"c[NՄXLIB`d.(f.[i#M*&–;mԘ,N(Vr* ]?UgW;p [/\6Z˅TYj=U khb&zLw{uE\R||Y!wX!}6(|ˎkPnMޖy&QF.aoxw0DƵ:"RzGT|>lOBa&֧WFMc$t)5>;iAkRܳ %lnB¥A{cZ=++KHĿ DMP1vV^ٰ[cUNId{ޓW;4o)'^Fzd;1lG:6ĀḰPeU{33-3jI];(j}}k's4E/dpwgL]f6T*j@pD#?ՄӛI[RLx&Iaww*m%A=ɿz߼`7Of/orOpxPSj])P0w3{ƮnetVE_v]:Ve31)7[ϝF`]%dx] |PP/,\I85K,?(X6R "YX*ѓcmFV(|&'@h_|nہU=3{ܗheDpQ8A'.Wnu4"dyI#CjA…k^@%5Lfk4 ycda9;@| 㞻$!:;&șㄍZCd5] &m|^>7Z-IHl>(XSarħ.-jkڊo%vj!s ,1F[@Q&V꿅:WFW 6IT7$>i:AX,Zy)viтƓaPNijսy|4gAT|r.䃵wݔ ‡mfB!I&s)E?.ns6T[kJNy?'l7W&UR㷲2"6}}?1aT;oUInEǖu @D %%rl|k PWAc[=j|ͭNtѾ6 0SFvI{uEU[sBO(Ι/ Hx#@dhT_|Sv^7;I6]` xR[0n[bjU5F$%#]1H/(' cHfmHWbuWq}WYb;ǭ!"'2et\~s\h6\/eUu3-Ie0h-Pl|C1h^r=zB2S'Ȇ #lu~?<=u]|t.q7 u m:L+iv/C,+(_4|Vh8Ӱ9dסnfJz[MB(D{;=T Q?2t9?MޖurWGpdR'(q֠&Vv'?XcP%:}HU 7Oƾ\9_x_^7wjH؍ySYJ7AdWn.C9x%/mk|1_M{8.ϴoVIW,u!ޡs8$܃):SqS!;.`/0H Z1$m~7=^ܴ~SQ}9C}D1elߔ`Vv Νa \ &q< T*XS-!F/lM~IGd|fIt߿`Q)Y&&HEB^]=*SHi w)^Ӈ4RU)L.btaQX pGfAVkI sZɹSQEKdO'^99Ida?չRV\tk9]<{p]S+qAYUt .nv25M+nسr]#{qdoMF{cE4A՞F0cu*>H&4@?~⪱'wFҳ^n;)~县Q6^XQYF S}..,~q}ּ|B%ta?/w2d|Dnx\<)ʅ}HY]>=8 68^ԳDjV 9Ե. f&7Mv3@4,g U){}Z,hRG4A}3B0=37 VLѡg+y:(#e <Ûe&#j$gG`POp/y*6G 1<@Ʀ7B=t^-t0axL;͏c1rq?;1%Ⱥ0yMYv%8{elKt+_8C6دq wiTYʐ snEvZOE+dtN u3wDO8~_ڭsLT KWr`g1л}VO#bx  >||x>~B-Ø8w+h+ hw&Ayp>M$}ϳ+3{ fU=`4# =ֳB:Ttw\ǔܔ9dZb0lL0bh5Vk| /aoG P;0zF g<^`b)xүAd4@,Nwl ieAn0juƺ V#!lb*|,uHqM jq+o$Q 2:]"Eu(9NgQ^8޳E^G Tmvb@;6zc}vITY9OAK3%]jW'^gܶ R_.OgD@8`[yϾ6֟ sԲ }'>3 5r#nXbecBl|!۬#;@=?[c$6bl6f8OE%j: 4{ngJdD苟r'fg#NjF0L@.0: ʭJՆB્Jg W$_3 u4{wu(3$#2ʻ n0HS/Ţm¥uեK$[n859כ{sɴrW?<Ńjnd]R3e-.dIhhBx'ʓMJ#HFJ_4x&uѽX=@?TΔpNaa =:{e6se}$n@ iOFjF_\,CQ!%YF#Hr`,6hF4>d`enu A )5zX&ċoR,VX-ڧ}Fe)'O| _Hfwt44 )H+ݨ' beޮ hP N4S7]sF|*-/ɯF] "r/^^_ G\n;I%gNZ s4d/%_`Cjk6%=/Ճ-Vlg=usM`/-:=8 >#坰).ӚyR>[ТoQۤprMN.k4JqՈV$)JgdήxZVDX}gXIfYUczg3Yr"[e}NX<JTu3e׎=JHb=S2ݞYOQ;|\˸ϷE&Yl 'Yy.=0 "EAՂ`&kJpP%_{ >Rn'P( SI 8X xmy}9||J>Dz9Rºhw571\P{MZV-^U-\׫/ia[SxZOJ>=t(G`L*e* i ZO58kitBմϛ9 jJ .8vG +ى:%mbljT9uuTg2 mN_9B9c~ܟ\G9/UD&r|Kdtm5)b8q!s> GDE~NPEIom=3U6삹}^guQ,=f.sjx@V=n)Lϼx.W)_Į-ڔj%{e"#Z=DEsKZX nLsx\Pr[ރːmG~kr0M|K= m1VVx~#luv¬6+&"$"0)ΧQV0 -*r[DyԳc)-OK9?Mvݻf;Pu>]w|t;F:.K$1u v'"=(OLsV;lʺ#LI#=C[ܼ0kd[w9T!Z=B5w$`\ʯaV?A)<ϱ?ǵSqS%XWy>; B"}:ǥX'w=T(^R+blqXO˙iT*