liballegro_font5_2-5.2.7.0-bp154.1.56 >  A b|[!M@eeeXn?\Z0s|S^U+k~N#F.`NjWaमVݗIĂ|{K  =:ALAWb(9 ^IXUFc.JS4F)"nU*ηhT5"[m"34ޤ_/'nuo$PiY_/p=a@+tFrRPf5c ^H}cSQo!,kG25a0be85cccba0a053161293e4980c2df4b38f7f6eecf57d60c2d11cd4960a20db597b50d22f7123f48f51cbb607d33ddf632e36sb|[!M@eee!mWH 鏎=4:K(tp0n*lY h-awv T'igB̫j^sBaU>6X_g&>׮ EOgߨFha@eY*V+eqq/T} SRyc# 8q ]߉zd7*Q{i S$4& 6\d+xU/c i>~K{znݩgu&nrOy&6*Ӵw3>p@4?4d ( C 2CX^hp t x   $t   (89(:">1@1F1G1H1I1X1Y1\2$]2,^2\b2hc3d3ze3f3l3u3v3w40x48y4@z4X4h4l4r4Cliballegro_font5_25.2.7.0bp154.1.56A 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.b|[$old-atreju2SUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clause AND Zlibhttps://bugs.opensuse.orgSystem/Librarieshttps://liballeg.orglinuxx86_64ȡb|[ b|[ c9563ea7d81cd69aceb766e76a7974c547838d99f41724736742744322dff292liballegro_font.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp154.1.56.src.rpmliballegro_font.so.5.2()(64bit)liballegro_font5_2liballegro_font5_2(x86-64)@@@@@    /sbin/ldconfig/sbin/ldconfigliballegro.so.5.2()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(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/ldconfigold-atreju2 16523169645.2.7.0-bp154.1.565.2.7.0-bp154.1.56liballegro_font.so.5.2liballegro_font.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-SP4/standard/bd02647df1b39c0b60eeeaa9ac92c947-allegrocpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1e23e9a2d215c33f59d4e480f678c5c850301d40, strippedPRRRRRkpήD;outf-8ebfdb0c7c222919cd8fe8ab9864b31df691bb28f3b0cbe3a9b05100a4629df1f?7zXZ !t/ઃ:] cr$x#FҜ Q0ƑZ%zM!N[Sbe6u'ݜǧWTn Ky0|v-%膑@Wtq 5 h,`z@쀓͖<ٽΟѝC˖żޝY[jj+D,vJ7]2"ד JDېQi^l.NED~ m!?2J،]5l֫q|mo),dN{,i}+]dhtY;xR.Au\4)%"YU)'K͵!wnAª&h5%4^>s~ g}eh3(\u<<}.`7]@_A_/dAm=Ty4r7HXَhBgeӗ̡OQ8S9'xQ2~G͵p7U R [*)L2^15CӃAcīc0V0wG|8djx'kt :W[I(x}*if-V+Jo2f_mcByu`EXaH@oarڳmsI*_S2SІJkm4~T[e.ȍ9^{PC[87:]^ oF>` V s8zB:1:#T=D= B*g뭨^%:~Ҙڐ(ŅO/;#iqUqY»TNg5D޲$n/MTi'd(:t ٔl@?oл^1?KOa7iDfߓ% o3ʘ~zlLDT˝[/sɼ>h &^OeCOd送"68/XWs^ |}7pϑST7 ѷpV?}Myn)ZZ#g2 Mzh8v4}r~#EġEx5CH=#` 2aDhTJ⁛~yrjXh<^%0OcboK6>S X{5!$L?DgJ+)kHdq$[fUϣB] ҔQ<\#;"V0)7n])<;ʉ%1dO<0,9!ռos(^o-1طY`,pEWIQq+ML vZ  5盶IJTSԿ߯z$Fgۆ5oe B;)T =2ײOcLϙGUone0ѭm9:ٴ<(䵾VY}|7oQ0fln+5:9#dSYSq|OGG㷤lj1+P̽MNǫuw49GIh&Պd7M&FO rQSm3̩kcN R j5yx2GR؂V\DB%nhţF!P9aMq$H Gq32(}f pPIlp^d)Y>x#)菋B)ͱ`{~Vdt_g~xf!uC̯E&b]-m ߓb+!& 5s+ ̊”%S">l6>>/Z]LT^1 ?P[rV3KKCi[$$wC>h AZKC)0⟣*#m%A˨6?XQZV&xD gZc|!V{z3CKsK]UOW4چ Γ1,G(_;^~Po՞x* ׆}kK?TaMTy |-mVI*>TJO{J>Whp|Jhؗ+yV|UO}o??hKc|g_R y;("ut0$VJINy8OCqLL s`|?T~ q/UwZ! _'Ò] فKd/X rXnY5!v%KM,,&^r%|-CdГmN 5v/N?%6>x8уMvjm4χ:O|Ho1} C1;lpa}ԣ b Tf[F̤FI C2 #\xsf cYx PxٓP5,dO+l)˩(ndS{Ut&i3$ݤ pW*;pTNɆ@lOdʵH>e~TոP16b{wfkk蠩1I>w TaV~:D 4Ad̢< (drE?A'}+ʈG|fϽ9iGkB_O;K/#.Ec^"gN&7xp)`hԁyP#(P7( S.i dN-)ǫ@bO'4?=I,"zz2 c;kȌմ 2pMg< K4/[]ьS^:CM l45CxM=“i6'Q sju:D>e H7 Asu/Wɹ?'~8A@E Q#3+&l<֞b~SGԂc~`p?rKhnjt]9\6Yncq8<;j?:;u7Z|ޔiCihݹpSp}y9;ȹWYC _c#Ce2cEo$;%F@Ϋjq%E;^rլzAmKiFX.v1G.|qz-c*yNfci˳l1UٰsDŘd*qvdi整0{-`]}e \)EDߩ@&D02;r 4r= g<㥭7q׽4بs~%ҽޏ$SI6mar'ABe99}BN2zExS+ʭݣ)3Ew~A6 ўx3nƘ3,h Fm\Gyg*;i3j֢D,\;EX_|5Fe$I }L5U TKd1Xn~Ga#ć<8,b^)] taA!6y2J^l>`X#?3';NR,Ӆtz"_M@<#3z z܏-Kfa;KCXeb= J \ OQ!i8뤶M+O7h0r{lT45f2V> *D|n׎ })ߓρ2ifJW@\Fq]cθ _rIQ.T1]Z~0LoGIU-B#P~}L"CjTq% _^OFp2QvㄭRuR)AѢXKP *3PZ睥(Z-$a!Ì@W mM:6CL"'񡝁aF_#̤i9]h Jz}[b\d~\~ |&z^YJyaJ^Y-Ƀ0s@S>^f͂X#?metL]/532D'yVmvLN1$q:2Oc$,2 4?@nƹJ xn*~LKT5}Nٿ{MC3pZR9bZ:EO@HUw^d|B3eO߫  5jq*!ٍ~usF`u}>Qd1k Q+77Rxwrp嬐Ue7 O Me'pG_l1?e s>L۟/L/!鏀 4EU#k7 h% [kxFܳ>fM!U¯V%V<"Q,Y*Uv3k 7n R+z0ok"\o1 z}7-LSk/'6P`>_xr;p☶i]`ՏLjXUXZڄ"bGPA3if[u"5_f鿱 o'\q v/C)~]պC= l6oZ[h^ 5Ơۘ Aݰ?d[uH@ћ07OuGcTf=cMEڇH\y$LJ.vmG\A+t:M/ vVwaY?Z+pm}>&3AePcde]b1U8Kbz,ټМ?Ł)+bPĮL􌇺)2{fi ߪIAp& -f(qQSы\by|fPwgb]juݻ>.ϒk, ν‹s;K6*s| A U4니b/o' 1}>6IA`:FẂ&rl1 앋#i\=SE:1C΄*k rux&luPҁdGcP4Ut{}H@['7 pqs} lQ0ļIhƿ*Wʧ \W7F.o^ꢕV]3{tHn%ID3 ]Ɵ3Gv̻^o Sjo}!Oiu%dh=kE!mķ8l]Ei#rU4NCe'\d>3ej2jURd)132 LBDB, Nxy܆^\R vYi?L@Y7gĺKA!ЫougBk o\l?\Z8Ph<\Y5Tׂ~ MRE[%}ichֽxiMe׃өA4找*p|Q1*4nc@عy]1EQxM,&O7lNߩe \J9^q1DٿvmuՉ+cHJ^|ņc'6uܧgٷo*Z~^3wlZW{YtwsDgC=Z?֛uӐ߅p/,:SO;, !,1[Gep`"lݵ)q苃DkHt,JpVCW},053V-VbfRfUmE|H=Wwe d/xߜ(ɯlG(osE09^[!XդG:]r潊 4WcȓKm2/\ w56T'½}1=1^q41 W|T3o]Z6t7ݹQr aLN&bXO_֐"viguC](JES;(zFRJH&{(8F<5ƅR!Nq6"uϝl&{Ÿ}';YKtSa/y*0Ɍc.-ɥg$zHV 6i+&\ g\ԅ 40ɰI~_}sSk+-kljCL+Jow?ʭu!a"*\(Vٺq%pvgy.[JMĦ%6] ,9aDT@5ȷp}`_'w)6yR0N N"%u/_8J;F^r - NnɇmƌTtcݤԨT:f1R ^){7#qvd@s_Hzqr i%p : u~ RqB⫘-f^֎] >@n.۠tP6 bl){.&?CD(GƝ8͢JI6MTZ{8V~5]Vu#=%U/' D)N &*׶ERi3hۨRm@XS\!U> x?lP(7բ$OvG knMWq"!|mnnXSّ^~‰駏Juao9) 7X <آK @p'juzyxؔMMe_'jϋz~ @xs/vB{2 BEXghd}5LYy} h~xks2!E~#~"AhidZ$%ڲtD kLd0lp8,,y@V&Hώσ/9u~ ah"[";ŷH2ALN=l$ļOD~&uM"jE;l XMA|EӉ`Ph~Wp~:OC*TA6xl*+BBpc&=Flr*=,EEDGO[S&hK 8},w-ʻ`]Qs$qQ5(i>=a3 lEv?nt.q> "(F4`6cpg\<^A͜.FO+_L'$pk+ȟ5!V،X3#Ӷőœٛ:C=W FSj,uff%Kɽ37KXvE:ݐ:P{@;'^=NlU7([g܂Isɴk9ߧh Z9nbJlڭ*nCg6?}S"0ًb֠tQ1P-i@]!Ϲo)Y!CwWW7k),eWníu/:dgwpo2J$Z0q2$TREp2x@6   7e*V0 }=twQ&w\71}D~ "2j.>NWA^_Ȫ4jvDB$_r(~A*SX#؎G&Ry([HtE"[NsCu_HC?01Os鷨a5zSBñI+3{%n"I:(qP QE"yUG]5tl4-]o(4pLVؖb#ϚlPVqEKY$,',>$_ jҿ-gR~|;+MQ2]>ִe-?eF:N^ (®Y <) ?mBw2D}D5JopfH]2ֽH`vQ/04d䘌%XŇ5HeGXeƳX+GHͅEwyҎSC3Ǧ3Y45d=>FGr94B?xp驯1$|tfa2[+ ">o/(PDL1Ǿʥc<X䤋\$'(XɚB!ks>=5]SaVRw! g_dz}X⋿Dr!j.Օݲfv(\7n{47g'~y].lK]l/s2 4U BVLh{Z>6dt,|z CByC%A_DU5Bg B.dpn< n>ۯ5-T=>9ߟ}%U.}xm{wkFw_1v ~W泥BkɴRuVNmr WUsViX_}{C%:hie&;E 9 \R_ޤ|'7Hx\/l 9K.Ȇқ&Ɓi1mnt^-Š`wk905޵z%s !%w< u4ruG^u:}a7LW7#GN񧒏B>Jt@v&@ESMB:BH4υ +z]S~n4HaHwdN w;нLOnq_ޱh橀_eem+ާ0͘NtkE=wqg2h pllDe]A=PBȗdE[;HF*I+ϭ~UdO)k0:Dz;0 r.m`m񊠩)hJYjc&+3aJCˋ`K3ond]dEİMDYt*^6FPbxV&¡; %XtGhj9"tV?++;Cz۴4_ +ěQ9gNMbč/jk˚/(n(4-}M5Oi`_?sh#7)U_KeL;6TF&3*oCzxT5FY]rnqs}"\yza<zvRҾv\T ^#a TUnQ&:l|\̥ߡ#9.5vedx7'CRR|g$eH:,VZ;^nd܄įq@ tUqyj> )*tGHs~$h&a#Pii #=ԃ>'3\c_xV G$0PHB\*>@ev]X4Lу3r ( ;/A--fE ߊc&`HiGUi čF-( 61<ʟu y I` Әb毷|Ҽ274^jpIlR\2e#S4=^evPkm5 C E=Q9