liballegro_font5_2-5.2.7.0-bp154.1.56 >  A b|^!M@eeeT/%>"aQ/]Y+=T(7Ih+1^1vV~6^C-{ kI$pPK |)H8r6ܿفx`!)tۣdfcb188ad0b5f8fa1d55291a97c20865dd5d98cf28e7f2f46bc06f0118c2c697e66794ebd3cc2fb16ce6617e68c15216a1f09a7au؉b|^!M@eeeJK /GU$Ә05wN\ 4)N(vvM!@.21޻i) 3QvoJ:I`uP]3SR7jM-k~<1F6Neq@EVuxRTI/t;8rk0*ȼd-s@= YzY W_-)1II̵Rl(S<#$ P'=S/,0Q?Wu+0zOc8PENPB$\~ɼ2 >p@4?4d ( C 2CX^hp t x   $t   (898:2>1@1F1G1H1I1X2Y2 \24]2<^2lb2xc3!d3e3f3l3u3v3w4Dx4Ly4Tz4l4|444Cliballegro_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|^obs-arm-11XSUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clause AND Zlibhttps://bugs.opensuse.orgSystem/Librarieshttps://liballeg.orglinuxaarch64Xb|^b|^3699a4816c0aa3f4ad9050f2f52577e551524b39b243005b85c140e966d8bc68liballegro_font.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp154.1.56.src.rpmliballegro_font.so.5.2()(64bit)liballegro_font5_2liballegro_font5_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)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-11 16523178785.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-allegrocpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5bf5ef15a58493e5681cf662de9cba348d07a074, strippedPRRRRR0qde̽+vutf-898816cdf6e858594811e575e4b53e309cc443a017646ad84a1c0a5f60758ad2e?7zXZ !t/ <] cr$x#FҜk.m=Nj3R1(`1.`ɷF5 Mwf`J==lnE/ii&؞Bٮ:T5s<TPrZ#[qp*qbOyb׸/H`[G9\_5|xw+ly3[WlfOMsYZ/Pu/xf)ʖKXeT*TL{~6-H8mvl0˒,zn*{9R)Óct'5 hǏ"otWU # /NC  Fqr(*Ɗ9 X49y4S4ʀ ?-/)JDH.찙*V ǺD5t;EƟӼ4NʫwzE=Y[KJ' Mp'6eb="P m&EZ[xВ#pfVH $dUȉF$:ȈImO5ZF<57>#88r!haaEBgݜvGԸ/`]t ­$z2?8 !GaR|K):k-n :xzf[6k_ V:#RZ_FRL1! ֙C14 FzXF}g;mg@D߫מ~˷1YQ̒c¹zNcfU3BYʳlSȜ䵂3D-xGA4_$ZLu,[h#5\N/_o"-@2UfTSRu3[p@]K$M- r#}4+s3UзL,䟸Tڬ!I>l _E6~]'`XmK./5u*iN@v:r~Wu!O@pퟺnJw@؀{0 T)W;@ǒ[R>ȗ6rvT\mnSkrHm4e[ EC+?x؝6! u:T(zt+UHg#+Ӭ& vzsMs(`J {a2eCLIѠ*snHUxL6rMo6.?mm|V::``ᗵu[F?3[%Ydr5ybS(-v)VXnjSJlLƜsDñofSggwW}li!gr!\4Cl|Y /.S;3M5( kR?:rkVW!z+tAK58TO#j9cԌy'g*M6[J9%EcX޼8&~!MCI+U}>$ZO5|Nу"@@; mE@@hu Qe094! b4Q .AGk~ȚepKo^WXo:U09!uw7fY/9|07%|2B۬Ƽ=(-qJ3,3DzhJm6U@'Y>KjF^Dsh|`Q_ FH?2X9a2b=b"Vnɠ/0C F W5m1Dcyqd~ecAepV2!>.)ҠLS?xߧnqB%71n˱1j+Ih̊ȹmNZzjB7#Q^T촜<稏C~IF7U3P6? .urLU6AGK+"f~Ƨr̋DPm4 n>cHUmj9DM57\A:|A}i:|[e}pv@mQg^܎T\D8;6]%ˏ/n^JI'f"\fލ*Ӯ *KmUKUpϤPB{(~,,'?Ѐΐkp %_ZeRP^쁭Nuvf.mn(x]-ޅ Z:B?Vlff_,(A=g#AKGKlXw`=Hl.H0>'WTu,,į׈伽B˨yʯsiŎD8>$6LZ6覌d=B~dgh7ҁ|ȧ#n/[+Iӹ{kZ9U`#?`$JڄJV;*-,hsgYZIi\<we[t;4=f]73vxo o6%. ܶ $_ak*[jm_T1LS9k9~ֲZ+]qKX.XjxJ-7zOZ)I~fvpx0_IHV\[ wJ]!Ky/Yض4i; z3)iƣ&X}D%lٳBz' :? Poz+pgMx_L F+_x`.*Tҙf 0G;_)˴3}:݅hMV{`z†*)]&S"hqSm1{vMul LA}?׼c}9'X[5J#Ϲ;Zwڙ}XītY$!}ЯѷE::V!c?ՀR,+y`p:"he|3xdv;8xbGL,"=0@ZmCUZD=#204l%f<֐<) i֭QEvz]!bjN .9^z|1]{3Xlf\u=(Xy \SQB5WL9rY»ř} Iʆgo.9 `)"sڮͫuh px/+4J/m0.Av[}i)wfeBU"_֛ aG=W8N|2`PW0u1kao ԕ[4 &𪬸(eɢ7"IxmL֔ob\dƈ,raY܇ddpJVM \qe[{|v˪KymqgtLt(FO3UVXày]Sn1l ;ڱ_ TvF ECȯX9joAo#;TLQHbS88x=\ݧswmNg hiR& &$oƲ6wNCS? /W)sL1fN&Ixuꐇҭr.iQ0;bgА2{yDg_'9%Q㄂> U 9Y?GUhWV2snLffg q rC$X6K92}Ȁ]m} ֈ2&OyL:N~c;(sW-SWQNvL^=XEXt}tG`-ult*Jg SyXx/Eb>I?J!grZjH]0.*jGH« sU/Pt֧hlone c*n2큁v/77^(b.$OIbxnf<_Y1?rs=k_%6B‚2EF=+RuX3@A^3psAH7o&v;j`dpcfbBlݍ-u D;E,s GӾVÀVqp"ÏtK]m4m'Բve )HWY٬ËF)6ߞ 2iqŵ/@cG]lh%ܒ(G3A*"5E'F'X "06E,Sv3WEƱZY2?- ٍpGmUv9 /YCCibHTGsΪ}PrDAc ;Rz/xۆs.p_y޲Ql 7ZTxZOa TN+;}YYKW_xs5+Z3`GDR^5U>vVY=/d1ASSq&<ۈ,o އ% x}}3\YE6c, !Gpd,3EYaȷSSC:B3n\)MKSkcc tm7_Qcn>XKMompw.;ӫ za lvXuT[^t.|Kp&`Z@*Mxh@=mעVD;ttj'ӏ`FOMC(eذI&7^}8g}۬:4-^3^RU)/ǽR>V,<+;ďq^83Y)/np\]*RL2 ZMJhD 3H葳D |[noh pc7n$EJĺx #!in[m@i4@&k#_8"{ߠ:ʲ[Q~K& 13D@Gb(~M){9ZeJl ۻٸ5@:3}ەpd/bz넸w+a7dV+t|I跡uJtpgG>‰evJϐu~}>d]1p,ɇE̝J_f2-Y*w/͕x"`xgƿ}.F<4/.)EMCLQOzڊ0WxB\/"Pb그<ߴ o^ZXѱcnJ> ) ]Hy&_{ &h~<3'FzzFR-FL,J+):Ko DLF{6]4ՋG:K :AfIӷ,;,OxaDAs^f18lBҝSêWH*DyFǸ1;_d YF2S ߕ UF`Fw%_8)Ƣ"DZ ?]PtMJ+OCߌʇ/*Rːq*P_[t ^c^1b8S7){fqllh/]&n=]Iv/$dOFi/>(z?4m=nFP)QH0eȶ'0Ԋ}<1f&SF^GX!U8za/02!fLZVm`/ $|IJݟ2dEܔrTWT#仈Fc9)P4T',{Lg}i/lIx?9yH#?E7Ƈ .:tߴN/{@TQ+*Wr&sTL:V˔mY- ZeƣmRXsD a5Q3aW`CP fhKqͮ ۮ~`wP. YBW~!IJI`c˘@ly/pd){ 4j^:Q֍eRMEh:Lw[Y6n[b( }v)T`o .X`P`-uHNuӄ<ܒR&` fI4 fFGe cڔ^>o2rPw\Hj'g ,8c#OV~a )W+j7A&!]љy,ޒEӡMh?+gu17UnmwLoq1"TGÕNhU`ktoGwSo67i{B0: %n @-2Bkt(: ~o:w{#^V8\ygT3oj'Mg?f[.'cA!/$ +Ȉ9q'`y±G<(YgR,`}Ma+7,23Y^ Ee qL풏b+:g'59Lv?`RV/%mj5 -X&ǵ8wH=juꩾi1w?B!G]+>g,4/j^Ʊb}+8vHHEJ/!Gqe Ĉki#-=u2.eoPnB0Ս ~h0>rBk&)XYJ)_[igo)#Lݹ]L` kZuL}%t(q6U?X)TWQ5k7֠J{dlj;|Q0H_[U \DPϗqDe>!_ . t-I ?n.; \7%ۍhuAmi7΅#SֲնOe9U2JV#&cdr8ͤ k6=)ͷ*>mnmLYUXCvgEbr(cfJd47 Iڶ߀&Y>rnazd[»Hn wls slT]F;@1@go7@RB3( YIqƓ%hEīQ@Z<øp9aCx@5ʀ"L@rمB T7BQ,ĸy?RfLb5F Ԗ퉾ـiU𶨡қdO'RqjbԧC<"8"%,:Jg@}=&х 6=;6Kj<"4'3X8ڏ|ᶕ6;\1(t>΢0Jo׵yRې[4 "j1~>Z$8qCuRZ/}{6p1;J&{`x}]Gs_Fxةyje-f2{w(G=ZS1 1p7G ~wk4ϱ{xy}Ymu~ZHezĈ1os/%&+] ^_xk3/٢3@: ApP(*1g9nd8NR ץ] a_wxd51O挢C1 ~B]Q/HJ{ֹ[ޥ5z픅m|7Z'42 e:'y*fV!Ve}7 3099Y"C`%/"'fZ)PdG+I[#;fFVRcI =!X{rؒc\QӀ6A,( ^kʾp+ʤ5Ѧ)ZP h-5T< Ar=x62|x%<˺B ^yH#ws6<)FhJ( m*/p4rCǍl&k1<9DY =U &6 nJ.pDfq8mx06]@o0:퓆Й;y찠tD";\l^ CYz-qZ9*AƄ_ZǺ޳1 VD[oj|NBћLWNHP%2O;oU'qs\] ')T}.FPi\6W)7ͣ5]߰y?A-g[m[03U9֪3(ewM(j]L#/`*j>Ħ%gpu>)M- euNcGJ0;6~`O QkW:|Ϲ̈́u_$Uw30 lB um~Zyjk:Ľō@^X!q9>%3!'$/Úڌ]ɵ#G^ARKcm*fLR`eVzi8rE۟e Krͭ`D:^^CfZ 33%p-˭*̫<PX3ar6#U*Ļ bR+ ΦZïC˚~æ\L(K6vrCJ\l Ƶ06]O/ewL)HZ 0 E7xk@݋{bhv"IW1V']C8,y|&bzt0tߗ( u9hYIk&6x^unSPO)]̇(3sQAh hRxtX!em'laPCb*q<8LVGOVI8$|[L(Z{)F~ q b^[הʼn] hɍٔ+Y#YHcVilCOŒm"C~ TM!5Eqn ydq%X'?՗aIOoxiY M.]zJʊ|ۙP I"-9"1|`rO3HǻxֱX#>u-Z.z,e-6itx55t`2s0C} 4xS95X_남^թ'^o#juV r7ïsۍ4S.1oTp|nu 2 '5Ua-3,!%o*V2:je0+*H;hf|-&:he|Lw'>U뿜Nh{U'4/foqZSK(@X]N 3L7ZZGHh'LTm+#q\5~nwԵnt N"G 8b'Ngu~gQ?W4u {s-8/}uT!EmM_`ڵ0D$)U.."!52~xY=a#daOW^FTpbZ]/Z;_6č<' /] w2b~/Wk5:֦+ķ]9ĴǸg#0#(GIHL^iJ=_Hc/`V w% ) FFCU"JVtDУ\` a^b؈^\)LiIe>Fh@#;,7Q miuU/ f=}.Rc6 |=-q$SUL&LR[f?}([{eϧ82]J9u uD 2RF9KJSäq(NҁK MP5'#gx_[ O`YXg:Q3cL2MWƩh iΏ7v^@)aPyDuA .DGTdlq4PP !GgeѬ8,B%H{MO/ /ڐ%7f{0T)Y6|X@TLlA;KNӢ3׭$ػ,Fj'`fzqv.>HSI7rFnB^= (^]͏{ l 7;%EVo0MV \wOǁ.:ߺ:.R.%f. EY_8> [8(m ,R']D