liballegro_font5_2-5.2.7.0-bp155.2.14 >  A dkc2I%z w7?_gj׎NvpB\ Ojl]\i5Mog@~?/AW@ !~'K4!EZlj]O,o1!9*T.Z|Sh;:ҫK=9!و Q9#UkD47Ў{eS Q27 'eOxI8|WU3>o2ɒ ĹT$,6 _NE5|Lfs'#"](e85b593b513710ff40ae5534ae65572de0241bdcbd98771938bafbed125d07eb9a9b9c30108d82ade3f52b66a486e8790968c4306udkc2I%z @,!i$@,r#ּi6AW0P6C[nNfeA#/XF' '0QZJ -+@k7S/4:d:J Acv-1BLu"]wot6@O^W'KWz38' )&xbV͙-'r8F5%lQL_||YT;)"+GȼZzIEԔ缝S I 5fLn% T " c_h[EgN'~a 3W=E߫}tx%Ȳʿ,f]@D^5m9}n{ )&[ cyZ=H˵*uJ5^as#O$NH%ɑHȒ^Ĥ[Td,[b2:9AA߈'eQ*sq y}.Ǎ"Dh  >p@4?4d ( C 2CX^hp t x   $t   (898:2>1@1F1G1H1I1X2Y2 \24]2<^2lb2xc3!d3e3f3l3u3v3w4Dx4Ly4Tz4l4|444Cliballegro_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.dkc obs-arm-10XSUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clause AND Zlibhttps://bugs.opensuse.orgSystem/Librarieshttps://liballeg.orglinuxaarch64Xdkcdkcdd3f6fbf1c581b45de967cf0016495b221cab5760a06e2faeccb69ef1f36baedliballegro_font.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp155.2.14.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-10 16847593085.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-allegrocpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=080662cc8011588fb9b75777b5aa876e69ca6047, strippedPRRRRR:meN٣LUcutf-8fc1cf74c36f69b6f829af82ed90d403ea857871b742f7b48cbd80c22b9dfb2bf?7zXZ !t/ <{] cr$x#HI~]Ty9N_m5ʔe(cِ@0ϴ4M^},I!8J-nZO !HHyH<()0iauUbQkmE3m7Tsf! h#bRv@%-u뻴lXCs/%~"+! a_ ΝHDGqD2RSȊgq9Ca삲!cKH쓐lkj /A$)NĵcE>~~*1״';nHٶugЌ%υf)Oʾ:Ek2A; ]% '?Vߊ{y'8V8H(4p4,D+ng4k_B7-( j/"L_AK2БbvvGUhNMw>2f1JuH6@hwVbrVwЫ)saJ}nR-@b) nee+CtkF}kAzSRgPܺ2CVy5=f "˖8.x8i[:Ȧ'# 4@|fjmRvQ*Y6ڼ9BvV0.ˁpĴ?;҅)1w'ɝRo' aRH 3_N`t8tjcTWW,Yv3#i'롼.(g +dW]JS&'x1^RBrGb1Z9ATQOo7 ^mQ8JGPI-I\Y+>brэR@{q" ǡ >6邈L"ba7Ci"M:nIi':6MPz99K@& X fՙ.韧(Rz)+y\c ZeoYc5ugfdO?ôx4 G+Yz9u#0mOcfp>ھ;A>0##RdbwY*A<áG>Lʅ0ˊ \DZ Ӗna|xZE' ٣k 1/q Td`f*nS2ژmCnW|8 2ef\UOV<4*(+_4}>OE`iOaa/-iyΦeoي醌:tOg9;2;!M2T}Z}>T/"r!^%<ݘ:\O~Va ︭ь4xz7WgQev t-Ƅ0uHyqҞ-9:/oWA\ e"Wo*W T&KlbxDNsY4<_?Th9.ZfC z?$vSIf\f5mxd;yl,,-p;M+FE՞?]ab [d ʏ"?Y=Ǒ!aDHì鞜NSD+7c*'?#_kѣ[Qh5m#~RV"gW4K8tw@!n`N~K*Klۣ~#޶J}#b^t) ¦ .`BnU W&e踪 L@ShRJ5&L9M0Ho8'Go騝U@@'+瀘rSJA Wc[2/#[m/k%,<V=/jk(b1˷:6{yy4\pU->T}c.ff8aZI-ݑ7@(p@sW@3y11 ޥV2:=S/l+E}>.jZ'gr%H3Yְ8T;^C G:%Kvlmg`S,vm[Ҙk9o@_MzfLE/r-F1sF|Vx>giq/эZQ@4Rm٦]k*|ۇ9ظ<~r<'%7w#&O/$Fَƪ3KN|Px5|oCFժ۸!Ďޯ$RB nnXΣ6ewtEx)g} 5"H7Cvo.P['_s/@n?\"Q}0cn8O>|pLXSŻ } R6{l '.͝Վk8 w+?A]f94^ 1T遵Ӭv z 1XHӟ^6L^퍲t%-AV{HebD&f/‰=s*ʆ1vfL}8n_ {,@ I/161Gd#EJ^j2;b7Mp0AlTg~X+:phCrPL}EHEWw@YW+1dJ?NA:VQ\AtT3/u1!-ybۈX q zIxn ѬGCD;F<g\n 7G= 0*^yYH6RTdmzdU;,3#{=e!tp,' wԠv d"ips bп8⹡lU8Gac˹DQX#2 _3Z klю i pX{? J}8Pg~6rq5#&ɔ`6C'd Jhpo:إ*5yt ]d3w ",9h! :/ud^,ʈf+ML_ۻI{`JsQ&pMwmX56EWw^Gi$ip<2yhxeըcz&F)L+g @Kr104u+re=R}\aWsO=@E۴Djư&lzMhzq {6u=6'2JBkaQ**$jn|%{0وj0&@)#l#T7;"+nb0)f4>[1|5ܢ  ӵ :3ב_j5@iU@%;LZv=C'K/y}#0#_6CB=Rgg[Y[@eWGIfnWaC1iY̮*+{|5GH;'L29)tZs]Ӫ[ۡ=0g6*4tu]'< jw #dYMw~Fcm.Ol_ڇ>go4"Og*5 [ 6#~ΕcZs,rOcDG7guOWdDFmŋ=q{}cZorEݍ@ܨ)[ox)%Stá1Fwi׹vGfMc[H5F(A>tiaAݣs1Z挣u8,^K!<4xMkbW}u%&8%AxЁ Hej %zkCb{MKFɋZud LkQ-&Zd]ʤkO]WrC}r\l+m4mo&P70n!p`w3ܮL^ʿ-m/a ,B]؁Q9V>uR#lL wrۼJvR2a}E ,|Lk=fe2)WYQ~ĸ6z)ǿ>9,KNYI} PS_'>/fX{f :1癡Z:dzV})Fk3mB@@:1A.Yp].Qf#`*2۬SUHP^V}vRM٪ϵ-?hTc𐣍fsK?$،fskfu*K܏{`C]O^5 7Q~š0ʮ6)ckQGKYuW.N ΃ШH< P*[(YMjNUZݤx#K*=Mk>ݑ|4'0Tٮc+(t_#ߌ8X:#-A(iKᰗJ1]*"i@&ģi3oX$qD 2wG&ڟg &2L?Y-E+Yix&e|2V:~U08I|7NLmV&)_ݢ i;V?=xrHk/2o758*7Jr'wm2P'};l[%XnG>I<(/] bd ShpX ĥN0ނrdPͪ|c:]abzX*w#Het )2+18haӔk]"xC@z9 )R}]2zp٥5>BlQ(tDeKNYr ]#1pGda{GȘsnqiNΤrˑya[S.cl *ӁFP3-F_Qi+4|{<[-[0&sT kpEΘ 7K`ƹkqҷ[%8p09.ݵ|7ؠ^ؓ3LP'ٸ:KBvS>ɶV>i NH@͟lᔽo1#;5xīH fc!^rmơ;^daB=D;*,ԯ'GO^x$o0Ul;"& _Z %k̟e5n(t*?o\cڥYg]t)vU2 @pͣ.v[>/.Ge`R͔A_7I!._6t}{,0'zRX 8$Wѝħ)^|F#j5۩JzMc9MZMb.҈ zS?Q5pA$kaT[ђJ/,0"%Q7ZWgjt]˒7Cê{L@Xa'<a%2!@Ks!v*2jw-ʷe}Tc/¾TG+™XܪB vJ;O֧TR6q\۳VQnb`j.!=>KׁXvMLq߯%tO=ĶtA;p@*  f~4$ׁg0 ؕj W3 -T">W"ΥK \0`,@c̗Ɇ+8qLan8H+ѵ k&K`)A " N$b<@2EOG.˻TAC-}h뺙t %9 ~>_b^h@82o,եM]+ZmꙆ"}DjXzU';JRŋ C@ue$(b6O-ٮ.ɟQ 8Vr.-m2>ag$ScS\&QLgXL@ԕ嫊(M j*Pڼ٘-P)ZD[*j{FR ^)-A-|JDMDӃ&jH\Yi|:p 2JsE˨ lˣC#YY X lQu<.| EI 圴Я4ހ׀HZQGAWÛ8#5kvi؜5*$% ^6/GE4nPoѝ63>afAѱR!mtmI8"N0T0NkzƸR,~`~Rꙗ/ uQ#[ mUUk]%9V%+tizRcCT 2Yl+.Y?5<lF|}gF%= z߽.r|݋sw:T?/~wL20!XfNƛfLDL/.5KEץaY-v}!ӶF$,ԙ|aOm s8z+yӆeVc܁T>vSh˝WdsTQ4~;8 ;@JEjzft\3P{73r|N}Ӽ>#6[pQz,HzK"6ϒ 'h@1`Y|_"smih2TO"`*|ArtG(G%n^۸0@ LBBX his~5פzy UApHϷW>D5:Bj/3:y2}@-M֖YoNF6.2걨GB_>:6v<W?\ &@%aHnd KPDﻑ5(|̑ųtҕ Wݳi\ %Ξ25ړB(E} Z@^hLYCJ[In5 -ZUȺ+O_9^PnL 7K.Ij\^t԰>:l*贱pd La*W7 N\j0cA n]clYuOO/gpP My%b!sơȹ3{!j x֩(\}s-PчyNČ_I&;R eB %óUˣo.(CC˒=WSB]UzILm| ~BeS$)w9UܥSW\՗;#l <_0TSl`2v,.g4H﯌+p$?5Õ:TWʴ6OHO:FҼwɾw?WNy]?8aiu{s.&_HKA814#V%cmαA7HFf]iq}w36L՟btIJP[[V9Z=z'2;EmyEQ5@]-ʭGH}D|hңu0;ylt:w;bx6/Ww]EK'Nl4+ѮR-JA|A|29vVxt_*g42`Zo`7O>es&WЫ6.NY+{F􌏪jƂQn|fܭf3tz\WLtcQ]7z, V-K:/լ+W!>+\RLZ%{ ^)GU:]e Y'P P!׸K r]2q[[ z@+Gs^Y`Z[yyvOa61CK;]xeA2A֓!DsJOLek6boǪbλyah/AXZ,AƿsФM 05㺶J$RMDaǶ5x~;Į٬B1]UL s8ґ,e!6Ij)|WQ1+Rz:iqo~.c8{JIcP|4X 7}-ȵG-t>lVfeI+Ct]FU2Wmi{XH6gfͣA " ^.jض>4hKiŔ<DdƮ%ס3RغL[-IDްW{6=w&^ٷ_eДS$ 5Ōշ',_e):0;սYГSxɻ|}r'P[T g(, -u</vg. vklp~REfncqxĵ,72Aٙl]i>skv#%jezCTK~8۾TUP@>GQaMv߀K VQ( 0.J<^X6n{4"Myt%,W+>P]+4X=ʨ)`| A*sHA=]:b%C(W5s0z;+B"Rͨ~vIvy3 QpI'y@!]'W;ᗛ:zt D9^y<c?+[BBwp4zv窥x7zrz-&n}|*\TM}Z>81S^^ b5"?lG"}g_{hWbq6ףbcԩOMKsŦ+ .|n*ʖ_+yT`;}aRl-7`<4kk:F. )4(7¸R 3Eџ_$ .z6׈(hf6|.z/V ќw ~wRbB5ry7$3WzbsxGg:``b AA+i!+PS'pXRabL8hVPthflfMPԓ^Y~bT;wPP@~ڣ9ֿ'df-M>r]Hƺ7ⰺz2XŦ]0IAfmߙ'@KkhSֱ*4͉rFe9-8"]wvًZp~.;?\D9{ 03kpgy@T+j`%Nئ Lί!k w($ $2Js_-%+0<+WԣH6XhG!i*l"%D5neyMKl^qWu5 `y˅߭O/ZPcYƘ4xXeN] ++bo .#]mX嵕" _V!= y)K:60vX&zmi(R~‡SΟcVv(rFRbV̪SsSJ 5wZV_c9?v gayIUTuDq#H,5 c^/$9uMvsB=HJ'23"8A.drU'~PR#sٝom Yr4f%((Xsdޚ^dXpDO8V;?ώ&{iB#86x/ӡ_Z-U Tes.XZgTf$<=RKEϔ;0uΦygr^蹍Мj@Gޤyr.(=gv,oc7I<1Ջ{ zo="BC. b䱾y\hM4~dAɐa;:S1^ˀTbn{>&u:֌}xԪ\5aI܏\LepDTw!˨i~"R?=ڂM=n{c6_Rn/S$IW`?7ܚ~p/dd >">CpR4 V%Wܞ`I$)v]2X&KɐݧG>^艒~P6__G$uzMR+{g?&G1lj)B`ei^i.4cD߂z29?쬤HRȏ'nHeV6b65w8<&(oj#Ȇv ԕ[zB+29 ŜڨlW]VJ`يstCݞmAS?۸NT'Νb2)dJLΔ綎sr|AL:> ɳ?HjYv#-PK,ABil]k3.VO\+go}8|5Īmx7;dgK Uc$D"cߚJ_RtH;Cd `":ΐ̂CuU F8<[LQ6rqOsR7GF TYdDTp⚀1iQwǪ2:QXh ca$p?J2/E|T>>#v[>"We}sp"ڽQ>xLt=8Smخ̏;ktx/zE832t1ZïNϾ |_n|^vS)e!铿 7<]n$=8d2<vraE<̕FA۷=;_Dv_ `ÎbsSU!_OQ^z n}9pm*r-n.3^qs34!7HV ه`p3?A>R B7iv La%`[YBT ;DRN%`DēLrjo<-o2džMZAW fJG-3EBu4m_c?lҥpv5`}]<4KdDeSQ6=&XiH[~ҟj%\lnCÕ=ptt? oINx_՚5&^^"Q3JW~}EZn}cJ%`ߌa5#tNyZC/f׍v?5T!2PxVi&JduWJ ?*Ub''DYG\' ]|"vL^ MrȮNn'0bVRQHfhj0 rpk&@~Eiϣ^L{QƣcZE>\%[ÉSu/M:n_$_S7svӧc} z!nLl枻%5@ ԑ7@e/(p)SZ-p] ݚ> QoZ`&h7h[;GGȖ^뚹4(/D!H|Vy/Dn44ό"c9J)|8cqCGE IX(Z2=W`7 QH72i'*b[C!5 GT8kg T]3c 0*zJe)}QMO rT ^Vbyh$r<-'W$yUP{o JټM.fo0 F_<`++;*/_Aw Cj x>^jmik48Ip];/u欙wy}H.ZUCekՒ1.9%#<$OptüD}f0R@4f'n̆CNr]4׏d~ŷ%d1JRj걱Gܫ*ٟ ~vd+΄8DDOadIf}.`{{h4+@Y`7NhLcA"j$tK1%EvKνgs_iJup0x4OKߎBCi+HG`JDPg3]p]W_[A=@'/zocSTr`@A?Q_ ِ16yIYY%lDEy,4nD3uDT) EBF|&ĚvԝzŌA8-"˶+\tTbP]N}[m4Ļ#9pqR-UZ_Hvs=klzeٻx<@O&z%8NqUcE@(o&;hI~^?QO%f/8#MRۍdgNϊZQ7I.5zxnjGLhg"fXnnȁE\6+2HtL$߬ U U0m:=e13 "6U)&eE"Mq$S * Դu}˸Edt<'ްQ><:$3Z*8@;ƙm& d(&49Z4Ou4C9ҳ\CVB#2<υ;gh5I5Exdـ* ˸5`-3 ͭL\+[o0,cjzdgAԛ-N!"B$L@v@lf^kGu)S T[: .D[DxojSUl4yI^3ѳu.`2%<~tZI=ILZ^58K9,h?޻Go@S.YV3BCǥ@sʑ {2Y ,it![A08pG0w^}^C Q ij=%Qg)pM,$)31R`"\kZJŝW:{Ǧr¨ri9?4M/l##NmOJ6