liballegro_acodec5_2-5.2.7.0-bp155.2.14 >  A dkuI%z e9w/g:_^ f"4 m?RC ϳM֠=S\AT+a083SӀrvM+V̆OYJRv|],6̪R9wR5JB>W:$p {5C\v+欍b#nJIArrjl#vԕ#h;1++$L(BF X X`n*Ӳ\% <2)$`p،t"cO(nZ} /| UX o1ruteY` @$X53aq$/N /edXn)Dc'm._֣r4~կ_GR#ˠ361c8e2f2ec45cd3ed76b77daf98f08a382dacaf8c89b538039ffedab7f995f771a0cfb01664f8648b8f2f91e52d5f75c1c22d84tĉdkuI%z 䤓"uatZ@ B[hKt4gzHa#UA ~JBUms—́r Q ,),=⊥iGҝ#:=vm;aSW\);ƒ`jS#^0jsݛQDTŊ` 1iѼS5*!9ӂag(XI#懐dDcA5pP>Dr=`e.UH'4ו-77ɔ>p@5d?5Td * E 6G\bhp t x    (&(M8T9:>2+@2:F2IG2`H2hI2pX2tY2\2]2^2b2c3d4e4f4 l4 u4 v4(w4x4y4 z45555PCliballegro_acodec5_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.dks390zp29SUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clause AND Zlibhttps://bugs.opensuse.orgSystem/Librarieshttps://liballeg.orglinuxs390xСdkmdkt64d436f28e873dcc2f7b57a658f7da662e664de5deafd5b2d217b97e415ca3b8liballegro_acodec.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp155.2.14.src.rpmliballegro_acodec.so.5.2()(64bit)liballegro_acodec5_2liballegro_acodec5_2(s390-64)@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibFLAC.so.8()(64bit)liballegro.so.5.2()(64bit)liballegro_audio.so.5.2()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdumb.so.2()(64bit)libopusfile.so.0()(64bit)libvorbisfile.so.3()(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/ldconfigs390zp29 16847817305.2.7.0-bp155.2.145.2.7.0-bp155.2.14liballegro_acodec.so.5.2liballegro_acodec.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-allegrocpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e002969ea33a774928cc9135973e9620d415ca7d, stripped PRRRRRR R RRЎ}inx b"^O@x}utf-8147be1e362615dc9b3a1c5a826192baca6c8cdccb1c050817ccf0ced0609ee3d?7zXZ !t/ɓ:] cr$x#Hd@Ⱥ:X@)<0j'VG,L&P*wjz$F`{gPs=h*fj2PՀmN(-c݋6W~^-bFtk䈙['}X=Ɂy5ǔR\]z_+G,A3ĈIHfn8!hؾ>t"U/f{vl< oD9RYP)fT곌'F3~+-Yb+{`jcz4J4//3t8PS$bz4qf~/fkbDdܘU[ɠo=2U;t= W^`ZdϱrBe 8PcQގHl\7,:%cLͳPd<],"Ÿ÷wwݺJKgaj T;8td쵗dgBz2G,a;!sDše*QwvU: OD?Zѩ<:\ܸԛ3 ̀yKrIelX{~l|urZWpCkUzYs'W1# ^R'Hc_~g@A{r78.!֜h AvF<w+ƺaߵ LTp ]+1l!.ؾs+T҉nƮaNU7sD{UׂX.[du$aw[#2ahת¿T d4ꑚ}sW=Nە'oWlq;7ScߡǭP*:yv79AJL~wڈ Ѿ9L QiC] mJ oqc^JvVЫ,M{7WR9غ_[#J<ۜG sB٣5;|ϕdI\!{.tJ+ATR&kV@}GȚR#[wW>J\bJaJ=JzhG<*e2!(b\I]lU7I?Zxœ"0Pt[3N'"%a S &WRGxkhp1 Ir]e3UlKME5ov%Y:.yWk+w?ִ-on@L@Ib,C="R7F鹳`>mI-4Ct̜,`:^$͆5ƕ|>(aQ[G5IBUY33uRC+9T׷80J8zv Ρl+l;֎H؆O"BY: TeCB 0zJPލ͂%(^D;NN@=&T_7LִBK^wzD zъ##PPTp+e/l{xظco>>kjuD1 HxmYǾ`9mX-S* ˨"`vhuy+iT/ _LY?\:eZ)jcDxKs=-da+=Q$3*ˎ#XKn=,e 2/ Sh<":i1I4ܽѺX(Ms9aU h+-8pF杤" !6dڇ0lmp0lZ@hw6}=ibF,q&*y   rz]\}mP]3.m8 #: _% eGqV~?/p¬e7lL7/@/xљ.?gVkD,8DǢJq3{ U&K>xsEh=W(cF!w>0#ߤV զt]_P*+6{8nN.F4^V,5XϷ0mE:|cP,nuO88POFCRe{&옞Hgo1TxǿwW, vouwTffG= )MVk(e~6jG0qfź f+͑$Km>V/dL'grW#Yo>R53!vuD*5X~Ph+.Ok n%?(P*4^ztuUQNc$B%9|*e=H6=j+w3T+bd!]`kk-+(5| q z5ZeK*=xV}B4d0A}|m:W 3]ƱM7مGPzOV_)F=#r|3ф,K/.Ҭ)Z@[_% 6ֿtJGړ|>tnzR&Mnƥ^MR dp cb( m/]p*6fwJ uT\Y3>FBhA\t^;GKxMLEi{|W@Q&ԍ%U%[Eܲ4◅!tu ԟ+C؃}Bun8SN>QL4pkU0F:uϝEE>zPE'\F2h̓ fDO_.8$94<-*5hC!lԵޤ ȏ4%C~q o, y(+CҋOlDys(jceж5s+FK,Kǿ7'wВ^`Ɵf EY)DҬ{a9MM%Tn ˙CK" =ְ֎]ȿA!e"鴑*p H#Qn G|Smw'aeyӃt]t#MٺVDFJ6}si gG BT=v[6v<`fp[:$ZZbx8]{<ߚ*yűDɛ[^4](qJw ]Lh }*"*ڻRuBd'X07aҾ\48# OS)Lg-j/V 2ոheK47`9ml"ŵHAGe N"z&9g,jHPyj3.$qW>urZ&#k?.s#MBhCLnbNSd!sĐЄq6\h͞x& ,&@ ~JyMjyKO%0[9̔\~ eťIL"f f 73OaYM09RmmB7"ѧaOE/1TiCQeKlF), (zWh 9uA,emZsޙKL4!bg:d}QGDD{z9׽rs&.QԞ^AˆN+sK"!}@VLe4VmJ0\S^0Bu c v cvX9-z~vY+/z74)I]eL=/cKX2ΧL2kvPی]c-}:N]Ey uƢlz3+ hS:3E4*}<^=& i_826^Ye[[຿f#Ll K׬vI˰P۪~უ/t X"9_Pk,Mк\= _Afy;=T )Ft뀝a BT-pV똯^gוE]DArh&ƅ׌uvoa }`,-SvH_KѹSWnPT E‡ E9v( ɡw(xn~]kΤ-ʒG$?2 wS.&z^{'`.:5r@\1K@]Ա':G%+3WwG߀CDY[FJ%MMGJc ^ J&|/(Y0{(pyp{nrbX +e`8ĚԢ4>LXBԼpԘTB0݈n?A{ڈ`0KY5\P-S]7xnR S/@q~+uԁY/-ͧ;3bN?#{k|w{C%0C!Ce!|By7aō(Ԃ́pta,R鷌Zܙy !\UW 峫Mp-MÌ4k™vg vyWoK3{޲еϼaFo*tp8K 5OwkXl0mJ\d}1PBI?=NuCr/!"/0w wZJ<ܮ^Dt]y i8|O/۬[V>XJZ50 _%^MAPoC@?~(N63>d̋R NW>u￳dљE>H;dv3'2._m!b }5m[kBI\!ƾ3?ݵ([2dP:&oq5W1\N3O ա[jВv68sMObFaEi%L#nį ]BQ0C(LJN)q%\pHcH}]_̵+Kr6mP pψhx_BGϥsp%lƷW7\<XMatqSUGVApnt5 ΌoZ /4T ֿ6Ӕ^_KPXaB-~kwk8XdST_q8 Yf֝5_a$"YRW0˶ByTƠ4}K&t>.9mKƒ 5mH10 Ʋ$J&5bKzv%"+@|BobȎn }DE8cmV~ßAi%EMr_\M]mrV_d맙߫R[xRoDη>aI r0mT-"o,+5 RbJflL nt:]|0>D"=sVFdVhâ< XK+OiZJp1' ,[0*xBr;t3Xe11[lx0Qe߻cOF |&>Fz|2E*vsd5鞽[s0R.Q>Le>f4GwQ꒍H jNgT[R`csŠ=&FuWrr#w8\5W[XhDi݀: 2.?ūX{SO߼K^k,  vĜȺHfuMDեXf5S*޷R(x1y=+fe-G/h$Zt/h:¹S]HƩ\zw<`cSxl)aUUT?5dֽ&HgbXL8,[zLSs.[.?e֭e2jI1>]},VtkN+V!SuH#X%>~Z8d2wgK+:HNƂq@0z/~&>\.#zZlNP ,X_[ lYc,@4A#|V,Wc,y:c {gQ9f3#Xڄ-Z+ v,#oj)ɀ5rG˜8=$>_LK PȨϽ2K[Pɯ}R"m ڌEsC@7ߐ_m߼T}, ew_I*} OlV&/,{!&sK0H:k7spu"tGη+Oպ}/$-ZRXI.~փ9g6>Yp8fLHN0uйo 21:j Ls|d|fAJ)cyY\ib/VrW` %{:$69&򦣷n0H r$'~4-_flNG6Ƞτ7o2GʱҤ7AoYTd>-&L $߼9~ظ.C*rI:O-@X T*meYt6QVT[olMn&Bk]HAo35i1Y Ǧ_Kw#3"};~lwl[pK=Ub ^)x#!=hJ#wUHfɯ!1F?DrlY;NBe̲iGxxw%pRݾ3)r x#u2*>dwSA! +JEv؀XѨNpyߧӊoh;D/с1> ηG ߓȱo 9?i]Q칝 ҫ![;c@BP] %7-!=H|*Ӕ"{l d|h0]oRDiQF6ENOϮE`,ZFRey 05&u$5h+G5<%[ fO^R46grQ":qJvHL⎐p D.wTY:}Q\/ ͩeKD[SS1M%:|ChKYRͱj&I@;pKb{&X_Lzx)Hcn7!*CDB2$Q 5s u3&kA'Khn,/'u7@+\J@.Aj]|L1 d-ZK,uO]p/i!<:r ۸i m=s&[e^]t.Q~oKN!U-@:{0DHƖ!o*8ɠE|-0&I/$3COaVˇ)Pę6&vڍ lګ=;kJi?2S_I2v`(tt)>j:Ct]>bZP^kV _EzĒ6$Ʌ_]QQJen?NKۆ:z+/yfOlO( T$!RP%a7"(71mf!e"qm1lĄ?]*[(ʺCŠEiea*_$|3,A^'qZ)d9t&H>&n02iPԎ:C(c*o t6j)k161jaf7K?C,dzً7"hɒ#9Z^hQfɻuv7<:tY9A¸C6.$"ί wLT`fr}?qc;Y3#;wX<`XuBߏ}/ie4w+W ں$kvDU@ m B D&u!s Mʯʄ< _v{IOgV_=;Ni{4N W+*zn!tל4ݵ B]X)UPI@*\ #Y) /}8ΚOxvxIȼs 9]ɨo>n)mmdžÑ!Ł]$cӃf?b٦v!rC)uh'+<_`H__BIC!sA.E+`3njg`:+bc,vշ6x7&]l3^PC̥] 1hwi=Lw4N-'ij#mR-^>}C=;n +ـ?wv?# jxY 6a 1*dž" mORVR?XRS(~o2X"o ;2;;/[ 08/6Lv =̫ڷ[r#e& |dJxɁ'9GMtI.vycpDS滋*jI<鼆D-?Hޚ` ۮAM 0'၄GFϙXpn4ijv"'j$f8UP0c-n^\`a ec. ' 8x`yCD+Z 1=ie.;-wN#wx[zгX)H!N4mG&-3k[F,JI6橸5;>đk_3?{4gh+۩3F{lj9.ĉ,+vM ͽ!wb6f@ yUEA7`. cM+?AS˯$6m'tэXh8'˶$F lIZ9N.eBf.틦O**ۃ!VfY4o-Rǣ{t_&a"33\ir;棔Hv6Y.)mnW%C'O.A()İ`$D을饸g1)I^YAz^p:VʫҦ&/bCgޟwT *Ԏee@=#tܤP]>0)C޳G䔖pMH7i'wI;C#ERR\6 M) PO[dõ9fϿalM -"/>ޖwk/.+{ͿP}i zyqQGV,_rKU3`ǒRCm ˼ )O7ad/Sh~?51P*Z(Ax 9B\NxE1n-'mMK-i^]<3AF"R;XB9M#E#aFww:r.QLZ /_OuwQtsysA& (fGR+JxD'JP'QnZ`4MR`iLl,ag 8%*O|cq'TCI,k>li:Ӄܰ:578^M"`l~631.>jMA#)P 8;9ˆiGGn6ڔ&̸bkgo {sfv@!G$M%;hF&&I*ˢ ;f$_կ1>;D='l/7~) ?mPmܠ&,R'.Cc͇2O:chU[]fBT(ԖvCP ]<`}`^IqzAUT8B3#=,Kx1>H"|cK9^֕nwv+jflB ȾWfauvͶsgmGB {7Ԭe'"C܂HҶHnS,ӿCbߦ50 RˋwIBMVhS8,!rQMd`.QzcPh s x4$%# h}HN2%A <{?)ԵQfeG (X-DC8}<}rit I|lIƕYjw;s[~JץB0dC>"Cakyf ^?chD(iڦ;S0A(`!:.#d MQR/}6[B&zo ;٠;HZpr $.7QN3J6敬sDug*k)h9l)IGC!HwuZ