liballegro_font5_2-5.2.7.0-bp155.2.14 >  A dkTI%z ErcPɒapb} d/dJj091"oBT5f^p t30l̰z|x@SIXM'vU2@8Hu w:JP/(>4T5oߧӷ%qP;[~o>ԫIvP'>-$W5bHy!D?MGՈ+O8@ ϮzfU[0C@ņݣSl(3ho3'2Ͼ%/05ȮF9@x4.-t_\fܖV4_dz/  _\9B G :Q\c2LZ#k[V \r!,ǘ+;4@na>p&ŢL["` t>p@4?4d ( C 6G\blt x |    (x  h (89:>1g@1vF1G1H1I1X1Y1\1]1^2 b2,c2d3>e3Cf3Fl3Hu3\v3dw4x4y4z4(484<4B4Cliballegro_font5_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-05SUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clause AND Zlibhttps://bugs.opensuse.orgSystem/Librarieshttps://liballeg.orglinuxppc64ledkTAdkTC97a00cbbaac261d34267f7e713a25d7748456f12109c4197899f105a584f1b54liballegro_font.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp155.2.14.src.rpmliballegro_font.so.5.2()(64bit)liballegro_font5_2liballegro_font5_2(ppc-64)@@@    /sbin/ldconfig/sbin/ldconfigliballegro.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-power8-05 16847555495.2.7.0-bp155.2.145.2.7.0-bp155.2.14liballegro_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-SP5/standard/bd02647df1b39c0b60eeeaa9ac92c947-allegrocpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=4758a36e47374cb073f8a5a6198de88f94b96198, strippedPRRR) Coc=Kutf-84475418f7c5dbe85570efedd17ab8acaa507e1524d08611aba3aafc742ecb96f?7zXZ !t/ sI] cr$x#HY!i 5-Z8r0!EK0M^KS{2"]ahr:a"w2뾊&`GxT38;qVAaLyboɪUi pwI7^kyv5~'%Mp&ORWi./mK/EO/{^XnpK ׻_R%Vya~=+pӵظڧK(: $,3]3{6Wfrȭn6Z)c G˫^֓)vHgKHM.+"KrX;7J-݅6oϋ#A#u.!7 LWhO4`_~Zܠ KSQ1@Uv7U,݅s?l307gg -9tr H:ng $CBY@:?iN8ƫg\EϗnS(U垦:Qrپt 0"Q=56;XuU6Ѳn*<#k!o~AW(ȵY OSWbw+U†:x k >HģPHTǎ'JBEw5UkzL20uƏ1 "Ç8$ӭL=;w``BgϘ{ۦN;(wT ´Uq#LF&'͹7AYڏ.YC^a gOva2+;,k/{nnTe95_UZKiN:њk/#`nY$PlԓΩK9&9_Ev2MȖ1Kri=';Z(%rimr AոߓPp\*RaS:fz5_nś{߮5V -9ܡDKl9qzoq^79ڵPgMCi er>`Mwٶ>bM>P0e9pz,>\\\:s}&btEΐ-IgCLq`z.@Ÿ&`xXZO?w8dR5x+@)׹]͋zj%d֜w@«;)^cKA$.I1_r~R'fw?@aeU(+L{cvt jq )kj7REA9A/F(a+yx*]K,K v0l5khjS蕂NcM6)ᖀ򅄤_B|V'->Bxt\h8Lf!D~ET0#PVk 2Kq< MN"\Ir%۩zQg펐 v"D-&Li &-Z1àJJvnkNK5u/|RNL*nV%ȱS.(5}Lڸ٬:'l$}ń7sj- X̤CQ@s2}.]<>7-?t@l[n.\jILG류1Sz,գ6QPEM3xPS&95LwY3h_k]8++1ଟBj\,^EP&+H+j"ףG 7zrYLj{DltrcV p,sq`5^!6LNl/9;&H>7lf2i)u> շyg'@Jo1 _3Mzgc}7n> fIjA~c54wevwOQ>Z .{m!"ejCמ x'Ղym1WY)1t}}eߜy3?LK*ȓ#=P9&mYqK 8ƀh{IדQshRLE"`?ͣ j!͋3J>dr}rlRzT5"Lu!{S>Vs_6$I9%,eVv"VA?1DTerPZk֑ c\iPGn;{kE/dKNegBsط&%N^Q8ۉI}u-%9(gQW]٧d@ǂ7zZ\8*KgF7u.9p_M|RýG x7az/ۣJI.{C ܕx58^fq0͂7wfM2+R%} `S(8%|KZ>ˀbl*;+lݿ?zP)#-mwAb#djVTS^t"PQS S'M*?TH4;aAܵ3Bd=J*$-]xЭ}\|2s]tN}AmJ_}z_"sNZI=@ǍV#,"䁮 S ,.QN_2X6rO LqQL6aKP=<]Jڹegl^Cvi"¡+k{U; ̾Yjtֲ3wb'ݭR XxS w^ Ӻaۓ$Ewvg?)Dt3(߫AdI혞O0$(tG!FKYLȣ9?Ic~ͭRHC U픸a*3o0BTT7JG(7"3:&A-`PƏ#6AܓgSMb"4 #㑛E=TH*~RXY(CNw8*c.׹c`~"EEH;Oe;kbKk2XaקuUwafnNhfhArw!W2#qu;#|~96H,$_#5s{ ǔYd[@$YcE1͎h ?Ұ{aoC6`L b`&~ZTyE`,3_3 :wvb @kAR!Jn]g0{6R%1nhNݣ7+2WJ+X#b7԰mX4g8k3RlI|]>qb㢎eP`^׾~NRWڡOlP^ƒle@o߯c]P;}ۑچ*[%D[|Uɐ22'Uw %ѓ/~)A +zҷZ\Q6\V^ !=+`"PQ݈a|[39dRqoU΍>-1mA窎iC·}!^>vN'I>boV$ZlP$@ %E}[ZF`Y5xW:gI,! -@>Tң %d6eC)f\AH6}I򋓲aMH1I(iVҡWִ>ރN"YǩRH1/\iKdF^.$0@N0rI?1/8SE; +%## :NB9#GaMHs Pr,]զ >BO',谟?TTU)M]uRRrYq_7=f/UO}-t"D4i4ӏ̄HkʸsypƂ74Y<.W n;0@"mVvɖn%u? [:1{\f}e&C5"gD$HwG6 @yvbN[ebHGv{hFOwӥdWV0pqdK:Lf[^7*SJ{B6֏=oZJkVqY6^~}<# RhbzŅ)BtZkWX؅ϗ@3RH7\õGj9l] c|8 o/5\@K#(K%L]'ꁳ6}zi=T~ʫ 5SlIWCmCdG7[A|1'yӹ3ŭYCI,ʺH"={٣8lCwo)!\&­LW׏: 9"8k=lj < sdU6LodOHn8$ø1X0l X-UuL4.vzq\}bR1?03e;G2#E70EM:Q_6D@4Oyjӧ1Yt^4%Kh[5~شF9X~F`vT T(^LsJ?ĺ4vEg?rY̘egc5/8EǪkQd1߯b:]nrlg#Pǂn/se\9 C?]\GKLGActz6nj˷r d8qL)TDļ V ŠvajVD7MCq9URUIeB^[vE҄· p;O*~u hhEwʙi=J}fF o)‚8܇yQ -X3Yp\afc.u:}ɳv:"O<l2C(Mc5UݷUPZo6Y4tQוe}"oߛ ^b14췤22vh3Vw|JD[uڙZJ_>0טS] v1taTވ!*8)Qʺ,Ow8]aM "f"|4Zg:mbT]S̉&^!No2MdopuuiX厁0~eڤG #X:܀WDqn^cLAM}1~d:Hg[Y\4]‡ "1ekz=-h?f=s!^/K[Jr6q{EF$&l0cTL2.$@Iz<7+gn8i̽ꚫaT]bxEDaKELjX3/m9ɄSXjJ}-uYI7H]ҍ:r gĸ3u*x<t=Fz.5IՑuO߽䡟rCTSM45%†v !L nEt@FxfL|fX}k!!NO2Ew1 otQwKV!ISa 1\8pڿ=:3WA}9G\>*ͷ|plk+p;2U| U@qH=eeF;S}&^M$& YEWp >8WKQUo CɅtǴ=l2;Z 3X=U\rx6E)>s_^(%c۸K›]˂м~N;$%˦hJriUV׀鄽MFu2TÝ蕱yұPV0㱀(plv _ xnW s~@&W?}H`"?2'8-QmOqsFȏ]Ţ0鶃o$N/ }VY9QH﫯G?҄,& uUh4L~Fb YB 9Xjkirw{/sgIίxu@Kq˒4m%tMROXOԅGQOf/:&L#r$us KP]-wY D{l󔌪 V](yQp0`G*7 0hHOBrגr:2#թIp`ؒ0FgУ5 Z)Љ1LC[/,Vw#>g;9͇ߩT`eȄIMS(lϴ1R;}{g&I'/1=.'Nk3LB*i/{ 6=kDvyEDPkɜ7 x2TOTjCϱq?% O\:}hL"x,l+}E%x~S:vm9٣0sRִkO:LBEdr+ʌ?b^R-~:AV1Ӑ#L; qo *Y% /:{̛YpxOn`{]+<|S3Foa[)8R'kfTaV _EkU75EĆ Ee\Z%·UG+wmT!Eje藥KNCFW50'b H䠘A|GFrܟ]t~b}PDu%/$0䇴m&m]=&pf,h4qͩF2 &E0&"7 4py +sKgG1 3.<c 'L+ޤA~KP*& u Lj@AFf α!<7Y#RvGnJȬXZ $s$u E O߿x5m! a$nsqDG0cqdjaѮp&(*E"Pxf=93 gYR_T ?1elťw(( rhqV*27x\(?pfb4Ռgr%OC2ٓ-ܽ\h;RIJKAN#h$#9w]Gf5,'LB 3(ڔ 1aYw{(PuVPS.Klkdb,mJv>eMRA?\Zʙ; 䂴<7۫ */t~cpp-cڶ"86ɅC~R[Vښ =7R(!P:7 4f%A?ݒv4|T |ݛ-M߰6lp!&2,wVeORޖŰLhк:gkAFW^ 3 ӛ5r vo?];7AnLw|N6Fe#GorPQBp>j(›=jq~"DM>NmJ1p4+狞%0LwDQUD'vos  ⏄)3hBvѩ2\IsKe(I f[usqusNFn&8D=NcΙdf'QC zI&U~JџGjYss5Vb) \SߝGMKXKTȅpK2 0T"σ5n#N?]֨lT"}1yjAž1Q'jnT{(,ACT 2?v8s~ k?x/ T486pkgôBM.p7^^{ ̯8[Li8oGJ|~i c#.EMl$59YQ5;]@c *PpabNBu$ѻJ|armv!vr:JHmjس[5`ٸB}RBžWퟘ?|:ыYJCp}'hED${JSym6\C~KEHQ %O?r‹4'ѳBzFY3HnCmzVNGn]hh-p8~?ƎŏI1AmW4VhKP1QGѠ`aGfqkl֮2ſ Rj8~mVx!Z8(UGg+v8>t `$Gi`|p᭯wTyps$_S۩^Nly7o7^,JLhqZ76QYRQok6\B*7l{}di:mb>/4C 5l`vH+~p`vW *Y}HlJ" r6``#X~hD#'R'X87a&LZϯ &Dt̛ -ӝᬳ7XLSyVz!s1S"{| pՠgC1Id(W{$'eY3TW6}h컹S]Kn#kƔ c=d9]-.+Ֆ'H`)S[\Zik$lzxyMN]R'+`zS3?c;V J3{9݌y&wJmꆠa#z޷a⪂Szñ4 "_'TNMπFINĩ&PÀc^J|nBXs4#D|8_* cv;Dl^„Z9&SJF PDXR%)(7rY섁sJ:?1t{w2 5ɒ-UtM42lv-*4>No6˿xwx>rB@hWiMW_6usS1]J/RVDjkt :u<>i0]7x69ߜHHfT̶)3q{^{DAsz|U R.Fs= =Suq)26=~ 4l)-WI(cꣷ#+3s88X$*9K.} JQ_ <~tnGq6KUZeS U׋Rb( [?od[>)Ms}q\?HӦzKĔv[7 .{A,$tdII.ŻXa6s72ѫΉ`*gcѴł.?ҎU2Ʀ(Bᘇ50?*o\7(NPYCO:i;qY[BUaR`2ԘWZڒW;&cAœ#V*Rs`NF|Je"ZDkWǑA/9MDQN+~%GiЗf 3>uЊLy@ (doeAֻBSUBC ~]=Ihxh-gJaʅwJI-K BѮE86\<E{ߣ2wS>4`;h4Nr,-FUiba17/\ 4߻WOOn& ]I]t9_>H0ݑ4 [:஡3o%c{s$s>矖uO0W!_sIy>gi -ByI5K?V/ u4JK3.(TcX\QMӄw_gSd=⣀ܝl$Lh~&Y}eڌvV0 yƆp2p;^4@8tcJnh_~v> Fcp~@<8ET#Oj'u5Yu{!n'U*Zv˚8YHhCx yxOSG bCK<,NJ'=jD*+j|إGw?g:(nv#SY4 >M;d1Ԅ?_A*稫\b 6,BOra4t1z.l?榶ͥS:Wo1/,鋚sU#qcOEreYDPRFbX?\\8f(.X <# -^[pM#i, 򼛲3fvU@IBMd2^UykUk4gMa+/n ǡ怪 ; (>Tj_x7{V1+.Hltjcyֳ N7*Y )x>( jBW1}d,2crM?z~$,r^a,'"ww5@e_ 0<#IR88P[qVE{玻t8]"|tj L{5x]T՟e<,OؾSc$4⁷xj*FLEJ$`1΀Zd ?V|BA[`Z`ǜL33ބctH!λ'_q%!PdP1(GP, yA"gҔZ&c2 ,YB eVl\*崮6&dkńW=6#@x2"ȬjQ\v5x?u s):)ƹ$XߚW{)cEr&$)dZ'Qt>o7?)[ ~9Z;ӱ#)rzFVJZ?"~ru }sC*_1=O:G^Gu<0t8$zjq BDG R=1~fOw^RFG>X)6>bZ{Jf6D:9 #Նk\~mYQĔ%+v>7OdJsrY."tIv"Qm6t]_% Zqdϕ_ 8a X/0ȐݸSgH9 EfHh{4:AoKz|/H>f>MTq4(ÎO-O6Sroc㆏bY*у'8U]fjoXiQҽmHGjZS?Mv AFRN˻Oƚ7'Y4-8(vڢnqT2R.]+BC!ȴwCѩq2ߦ3?>~ޙ+*hŦRDlj bE= C/b*~I:uC;n[Q)q*{laU."#1vZs UO `v s+:R!OKJ< W+ZMӊU K' zx-o U&խb& ݳiQ7su {4T~Ggd9i8xth2z#?3ڏ=4P 0Rz}N#W tEUz)pZ91br inr d\C* uW R4)\/ftx1n)`f-UOƜԠyP$K+MISnS Hk{ܷw 3~N7 jwЖ\`X PR9^y*`k;\خ\66Si-$@)foPĀPj!Wq؁y! rDLiuܳ{N}att(1|8\,&8-eJ(Tdܽ@\nP4_5,EzT /NZ2UARlnǐlH֪rJOQQ8VM"QۍP%iM>VC -Am,,f)g7˴5ⴈ.sE}I?6+=Q'ʕ0$vrlf*^Qt̢z8;dc2fEٗc1&h{p_&a5N@T+5'zM lSvw?WclWCyAb~C eYH-4qQBGV{x2I8RݛECp9,%^eFg[klIZ aWF'm'>:Ff6F2]3PvS.aљ3hDM-Q9)mTc=s}ݯ EX]"ao;:YWaknT,Hgˎ9?o^X.'-aV|}Ij0OSHN0-E}Ñ,!Zlk " ?!ٹ%hqwBJQ 9B\|3E[/҇7븮; V #=KhPý^a4|(ψ3cW|x(yIg4&n˟>"Yr{ +;8~K 3GRaU8?Ӡsdv>Ւ_?a|,;P]Sq˴b1Mހ;D.n,6&o]wKׯOi{4ŀɗŊcqB֘;d^A-*꾉 xsm߲6)z.۾;̩F[y4un88"M, hqHJ`IɬXen?4L r.ujd`VÌtV2t4 Q 1G^ň Eg6I]+ʲx-/ 5G?vLP2#ekV48 ڴ3u r2 L,vdb_zy;p=\S ];Tsxc$YxGI!iV3+t'lZP4JM_ɏ$zcH04MD"SO jBxSbGh6{t\Bs|7z#bu*:*;kQgd&^܀Uc[b-k9`JN*drMb'2k"OM5ԫ,W Egp%H8 wR#?C׬jzvZUdž:f6[:Y>l@0q[ \%˴\[9y EcW"N "(b/(?IN8c[jZهW3%C(p Į3:YqANc8+x3vzba#4MQUE*Z41O&8L wӠ= sC,GъjjV0s3o8p⩵uBpvj{i$35.)f{~!C@c[W lٶ⢷AYbHmkFm}N!9Ӭ%P=P(Ъ= |}}LT;p >p-&/],Y H]Nҷ)ݻQs]2R3mboVªl#e e "lEQ`9᾵4O7}(9##3a4@%]A7tSV]RVT)kSq8`rtc7ѓK"mKp Cb^]T#}u[gۖm/!}s(\,=}>IKX%A-|~Fը5b߱Iݾ}Z$^ižW6c>`NX4*/+QC&N)*4TWVh]te8 7.NC¾ *1m?ΰsFY'un;xϺU&qA)4U-Wnr7o]`Go|{%8&1+4uφ)cUDu4VYy1mƐ9huIJ: Z֨Ehh1A z.uE`\I 7!3EذN$Syۡ!֓OGhj!L7mCkKL`o.\t4FZ9\LWCFxQzG{rX\x ieQqTK Aذ62L>6=(Bg)]1Yؕ~OR<~& ͌߀p$(4P7NM;p̫3g-_VoDilԻZ O|̥c1LvI}d~$/P NmTCV=c„S #"kPd.!Dipr+c}mr֥/C krEƴ*ؿO5qA>Zh$-hHzcafa,tª(ĝg:X0Q!!6=XcWOJO4Uf 65(Γ\T]TG_j^'zD\"jh#0k,ߖ Ak]pMcO@*Ui]r0J/~mv_1pJ=[h"&ZbIZX^/fǘ8'YprYY^-}6jXAg' ]TY0lD&wЯѤ)!ʢ kYr33ui+vV!2̌t>2~0=~I^Zٚ/ޤx Ri/ 6(z7>] `!?o~?2vt0 P8e,= u8(|uWܜyd<0db@zƇ.Wo#\z$o-C G?,B 55\ȡ[J[4LHS  YZ