liballegro_font5_2-5.2.7.0-bp154.1.56 >  A b|^!M@eee)_O@PW~¥j^xÖɜؑNIvs{o &Sk? c >_e,>6*+^l[O/]?O`NDw>լխw|IS^=AԂ 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.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-power8-03SUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clause AND Zlibhttps://bugs.opensuse.orgSystem/Librarieshttps://liballeg.orglinuxppc64leb|]b|]02c5fa51182a92a44dd500f39b00b54c38566d843a6f87363d95c479d0a9a12cliballegro_font.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp154.1.56.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-03 16523176405.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-allegrocpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=f802acdc54f9252bfb2a50bd6f60ab990c588e98, strippedPRRR%#Rw8X']utf-80f4d996b3b57fbea7898982dd604c832a8db093de940ef4e5b70452f47419f95?7zXZ !t/ sI] cr$x#FҜm#`H%.SsK) K Aͣ7,H#>b V8H˷l\{@ q9 g"s,NuH3+!g=&ndɛB޷1|5/ݫoG̖nHV,Wk!4aB>N?}nA)Qí4kyJ2^f?*`{ |m7I8%" *Eu$, &aLQ3ɣiz:! 2t( `5B Y36?cnB0UgO=Mw@%r]-o_R=6kell%"&l1/_ƈ SH^հ$po'6$8(.G d:>фĪh/ʖ#E49'" r;I> >\NKo,) QY,5خcv̿0T^0LeU2 HE3:-Q m+NVSA!E։g #ȉq^ Qܦ zaxם* Ŕoi/^'fđhKyGV-6iDnfV…(]. Ź]Q8jf`"^0J:<(z #5 fM)2wyBިӺb3xcc}+;Z:.8$$%ŗt\rBVva2!ɰ*:]n7 W{`dB1_ds2벍O Ju_u)ˬCcW*L'DFޕm|>\|j}gJȶؑ9,v_DMfwd̅W{%zrpBWaIneF{Po}'nntm(*7~#?Cv!g#c%LLXO]-& p rU/cMP+` F-9%>"|;/M89r=A];=KOq~B_%MTc w5VڅTn0.^t`|̿(.H謺]s0u ^_|Y'*|%%Ф:E>=u-ve "ǰifJ0!KmXn1v,m<9td)~P>G6O]e 'uiög lT%b(Hƈ mF+[n6skF?Ѝ!C36Є&.:I27}_vX- ;KV (s5ۚOR[UP' NDqZ*c=Y!,Zƫbsr?pSn}w juM˜ r7JƒyΟEO+^tn+V^C:, O셺lM+0<4Ny t<_WX0\Ȩ;aٚމW#b^ 2}&M÷VOU?*s7]jpz3)@㵦 *!>ኖ@~Ѽ8Tȱ@ (h)ph,q2)zc41[*@!$w`ma<( Ƀ.و:cw:,"(U']3d@T&Q>_y u^uqj4ݳme Zͣ-}l}J G=lF]mm L 4B@9#8hG\?bĦ\t(zhԞiXڨ|R(@Is0<7Ha)H\MP꺷Ylϐh2m)ĊRLi# _10G۔{ٓp9g\lVEF t$3*T[K.-5j[u7 /#NmjHu|44FP H/a ϐ! 6!Z^wϤ05Fת V+ ]"tpÓTS&6crٔ " |@yGVIrGF} PyBz6t*VUT oK\7«7jA*u|(Z 䄊ak#>9mv1"ay0Ã+TUz+0BifT^a+iĭj>erqY ˈNLM#Kh=6 |3(<P^7If0q.J)>;9'n"E]"r-ɫfC˭/C<9zVQQ~JlzP0{)H/$ ?J$d@6LG8i?qe=b oW9 k.)fⷓҐSt{-=CGgFMy6i'&>cJOO"a)Iw N]e 0FG="-yY$HFt}C'xvpqd(Ğܜ7|9-!si+qElH@V$5k\Wi\7~1(4w+UYo+Г94?M;g8lhG6݌?۴O ;3 9;e|/v!fgoJk{hZ~KuZRƮ {S|*eM莋f+%V ŒYwuk9:"@s ]yM֚],"`zХJzuJb~rCV/N Twx2MKBX쿆f'nƶ{#xۊKb$<RIŒ(KW$bl'bYkYjj[ᢒK@]:e!Lx]{5&d3͖aQ''^fks6Zi^O ~ +A \b %?SB {m4~Nĕ rA$ u`U G1whV~uw<}Wz %% 8e4+Q[paԑ2[Zj*8 [8/J"7`ЍhHc>] o%Jd ',c<sw FJri|U a i/4ghoc局S^zwskS; $1Cʁ,L2k] ҳ`Lt>~{|B-SBwsKCwSL& õ*3z)3"$2h.^n`.Dmy :i݆-’6Ke}61Xht\ $}:n⫠Xabh'wSSs'mϻ|]IQ#uٌv$7oD8H+w4tnsUD ,ޡA\Ji!yĭ:c{BTor-nl[ZS?q-Ʃ:EyQAH("qm9JTp:0%xB ύzוVMo1)g&C<3y آ/&A'ewm尣/Yf aCGLczcR5[ךSVYDdjՓi((xM…RΙ iN'~~gڃj> -62قbox^8/"r35Lu8%7LD,IŲliY6b{bاƿoPJIxdp$VCІ7êP[}rO<~U@pZ̮^RN !$N j܃zwD _.\ sQ 8S{8#֥yN:f|.ģE3:䀲Oj1(EQ٩UTT-CRwې>g3Su?6EXEjSJFzK?6S'Rgxqӎێ~f٘BV;B(5=){t,鶮ѫi!K.*wl \ XtIAl<}F@Pgܸ`uC{+[7L}7*`>v=|s^+ 5FlЃ ] t.VmKd3%=[w`7%u~fc.~uP,}OН~p4vahIgK>yQpWyK9ΫBa/(-D)/2%k`=U.59] ѡihߘ1 R9ĶbqfjK5Iɠ9${=O"!a4GuI,RUػ~$nӝ1[C8: &RpSny:W$R,i<ى8י_4} q}s2OuRpOoCl atce(a0;|U  :,h|dmƧ/Ah0W{'гXs@@gn%+xazzo :."D@ 2☈cvV]Tf6TOu~H)eֆxbuO!e =fQOƓO3r$])uc1pJ=*ˇ|y<)3B|]qIE5En@0Ƞ:H.%`ʘCݡВx4ypJ9$nHsPB7'\=lfvNC6ڍ-ѸImÏOTz΍<bzi+ڇTwx%ϚqXd{I,/n Zp]ZTy, ҉ 34:zn \QzpV'P̳w/.  :-gd]NS28WF-P_J&-C,]DF,kF{[<߹][T@e>3`2SDBqe,h~J;UlA92\tUB6KxRPmJRTvçR}_|EoSdQ?)ʇ۲ QeUN7aΚvwVRD5?}G2beAqa\6a0Ǩ6>a2C 9?{ƩPTp;i;CYD+ 8p:@eheo=3aKmƅh\CDѿoVնQ; 6¶F Y݊tUpx~g9#Ni/ IM.)߉ hp826UGnґ26/ @ 3/7 yW9pf jaT_%vES";Yڋ;@, 9Fsv<k/o;J̳ʁr6KZ4"& H=pY\xNhVEř^ˬl5 ) ձ[p(ZTٸyw_iF ԯ,"6u M6yaκŀ@-ԭBo̊";X%S_*n.2J.j^'Rxrz<%zG/Oq)3@gJjutV.bǩt߽lG77$4i|"/Um)z*MN8C!0Ť+豰{eswQ&ٯQv&o9zӢE-,=TQ: !RwWw .@r#Ao C2ޑr7% $UZN5lە؍d,5tGyD`MbAN5"Y=Y""!eOb;ǫrJ{sbhޤY4xɓIAѨ3)M Ƃh'h:epr@u'途@>נHȬb[UcTXZz|H^}w"oVbplB>Qxtsr"_jĢ@G(O[I g@qvR:kǯ>(CɑM( P1JDCr2\ar UIDTaHY'Յ.d&FNe;GmDb-ʧM-3 KPo Ӹipta t{k y)i(uFk(=΅wOvbw~?V4BS hŖ-v+Z*_#Y{UO+ MN:7g9Q}hSbYF$ېHn-k˕uP byp(5V[r_hR[@kpT/5_"$)ñō*FjNquc x>̏|-#ԪN DL}?H)sdxH99r&r ^W5da,ѷ̀93+zx 4u#]rC=U\@-dD#pd/GKp<'[iQezG/=~ϙ/g ڃh9d-[>vxsL-fw԰ec?wDUVh&L>S6QPFU륞Q<(!oz1T"r ͽR֖YqybwDd0Gi0kċeh7 w[<ϸ;:S]ˆ]mE@- Hq>"hyZ-Y'2i*u="t9>H$.[*r8n΋5 dVog)ٌZv/>% "iʴBY5Bj|mL /,?,2nEK@/*^[Q*u A0 jkeZoRihpS亊B9kQ ia2#VpƱ@lhFoSvgOx+1xwɊY ZBlVa a0m;9TNQ,79? (!¿ x=oՍ z1)mJY3MN;zEYOȅ`K$э?i%L)qJ#Ă穼_qx[!zvՂ뻟DE#_K |}+ t L'yBc Ci|[o1bY>]Ƙΰ%Q[*NrϷ#^|e$C 6NpP: R[ڏqnqE6u vC4?>q.F6FxS4CAIIE]0_fW-yv4H׿s"E7}W?8 mY4m乞-&K)Rӳ;:!";'ATr VLڥ ZBp2*[?UMEr]` d$ʄfO=TO&o;fgKf^ HE(KH أ&;u8j8;=33Y=mw<YBjv<TN%W V'{ŭkp9xP뱷|s-hL p;  )]#*Ү]+pyQXJ&iKǜibs5Pm0-5)\x=(UuTgTP*cW<Ů}Tqg$J#ŝZ~7:)s$L:oHո߶#@8% z?2AzM 6m֓% k1*+(*b$YQ'a!cI;bv.pl]ə+ W--C DBhtjfP4j2ʝRDID$-n˂`E^Z>ȉ[::[N Rِ\ & m)y:cKpPG-2ΝL{1Ҡ>jZ-j:b$+M9TcGylޞxpCƸ[ݣտ6ъH.a/;s|,:@E ?I#[Xף4D,j`樂|3bGI 75/PN Hm՗ _`Cɷa}~mvcTՅ)mrM/ca-}y|/ɷFyG)ؒ{A+@0u'X{BOe<0,>x;6KOw؃S%MDJǗ *ӬRyQGc֞`h#>aݷlQ[q{!|p1&1ZQY&O/cc4[Y`xKA\{ @GML#5/#7F΄}#&tK\!d1Qؼ3>%J6`u5 Adb&zz)bx^^M/ Gj2:[XsR$P'FXXZNPɅra$7КZK v 9 k~b # _k:׿} IƼJ_]>K[l8<,فY8 <>փ brnA~/̊PC~߰;/rqF*M_1ХƜ(U>Q1 󛲋k=L/ljq|F9|\k50Xh% k7)0$5"Ik,gBwZ `|ħcDuiKGrpqS$*b,D~S`Jt/R2$)fRnO-(B!ԙ/s/}ݳHEq'Re5g#O {!L6pD8tz{PT`;MJEY^) h1[4njnOn)i^gFDA$mMVx"a؊[n#z%Yg j fZ֩A2<2HM=v8yaIpm9w4y1+"q`dw({ѧ&Wa5҂XjA}oPqKOANUQfr^$?G8V B0"aOL$"ǔ:(탊vW 9H++XԓA>gɩj VT[Zx#Z@[$ `בwºSRЄ_ ˫- hS K_vUf+D q&mYdA;)CXhv㨝KK|)?I[?9޻B3" fd/L)>ͭ+j<,'IKC/{ick;8Ք'IFBRLD(`Hۨ*cNDE[HW\T:R !O-a9$/#|ij~"F*nny+Bdp):8)L{C&? uvRD%2_N3 4 =R_nKL؉™SϿY" lJ`03hm<t>}>x'.hDͳܿoȈZhsX/O;l`fC6)Fڔr8]ɖX󐙽AYթ閛kD寸lH?ҏ/2sa׏l k:Myii2ﶝ_hqit&7mUJ)S{27l[vZZ!^`U8#U/'DZǝ{@"J,w򷅔.m9_K:0jj&LK1N,>JlnkԷ#K#VW Hqlƴjz.5˲Έ37o_LSd#0R)lW(tAVJ6bIE^\b0vc[  g c'8\Jb [0w䁋lq]yi:/wȁf0F%E & @5V]z¨Jƌ~Eה`@'ۨ&Q3ʚwiAk:Uk[e8 ěF[ºtϪJ7ƙ7tpcdD%/fZf")ĻFe$f{r^ߣ0Pc!~a##=; YWњ<$n]"2@w hxHxFTI+ Ieuӏ~(FF)O]ȗijPH,Z˶EW.PI]4t4 D%I@X^QmNՊO%ef>:#i!E7okri߀L5cؙ-7@8d,7LN'!t2/AVz?kQ ЎBRsSS͙~硣 bRwQ]6juz-μrOY0;{̨l?qK-]'X>HKs.lNҋW$/n7V⢠9#<\B@L20ΜٓXqfwhҝ|^1ظtTڈ4*rIDuo5:H}E S"Xtjvm2CR`.&b\R\c1zm7 t2vd2u8=3Qz3pH.oMu{lF:MFơԀι(SgΕv-Bo"j"a(^m[ ٦-^ !0Z]TeP{@S=+}< (i83 nm &}4,eZ7TU-.7"Nj{'iobS;ҹ'鬳jTP4U:74 VyWpI):ZP?+JЇQ9Q)e@OTRcb*zT.xޔum?dM7Ӓ,N(6Wz #wr96޸UzV鯡p ϥ}MM܊E/B;qq\>r=|MкTFn^7q/݄%g(U#6J+9\&Bb9Hg2πN/H5c3%2ե|_id˅}Ҽad>Y;Y.4i> 6CXWA|]YA~kW2 ?bZ4c\|zqr&n#TPnjݪV0.+Tv)}3Pfځ"vojLq7{H?O)^YqqLcȄ(p{~1kyAXih)a)^V6'3 l+M^pCl] "[>wuԩP sѠ8 *j%V PHpLDSm;0:v :%ФM#A@WW76Cl qۆ\4?ȱ._53wKNn}=߲{ݾb<9ܲzxRUd ζxx%BO5φ5'r՝qޠ>uC0S8[/2\KL8-##j@el(Peh[򹫮.L8nH xF ҚQ;PBұC Ngϊ|Fhvu§Wy!Jl[VH$e+J%"o7'?#,PN=*zηmT,76S}vD7cejӣVong:4O][<68M++HJ='?2A*~]S]no|,J@}*00pLAE _x0.q.zO#FFc1 O^)4 ?ߋ+(Zt& o(qs1xCB0ՀjY_؋R`& >zWE(.$j 5?C,(AFQT%Q+ꫮ4kE4*rPdȃ}u>IE'=q)\; 3#`"]aY(0t3L츌FpsR޸P:z(,}qJ82РxjL85Eo]Ӱ"fQDXԡY=RIl#:.2Ų)qs`Fs`Ns㵌yՔa9A\ Csg/V$ ~eQX5\9vGJ~$g,7O8mY G>P^snY&qQa+9+~T Gc ZCήٿ쵞\R g> xt~biL]V=@~gKell jcp28Z& Cr|3FjŻ@ kЛ}L]u,=+k~qNmAkm;C9Jkjљ 8D&tZ?óz,gr[IX]aTfq9OZv6#:w/"mbh P9'ݻ}ҟpDb]Q&X/1s{ JcQS~o.)g” k̂[3!\*H^~f JBVVG~c4׃ĪQޚ"n|~a)a%M8i놗oE-:# ;o@[}MBoQ XEF-Iy v63tj`@Za\F瘁vR*P4gXM鳧j50 |c hE`'9jbǮ#<ؑ:[g4TJi1q >MT:?|sY2ýVM"Rlv4pg$ާmAaE : wEFE3/&0aV9(qidanh Ó.@ĦO(YH2B &Uq" >ƹt`En}jM% Uos.9ך#@Yme\w杄7OSU#PLؚQ}9#)b_ɊA[1:0HϊБ{>lݮljh"uJ:M! SCݳg%ӊ9_P F3p7mzzhQi%vf&)+h?RŃ6/- *~i8j )w!ڦIBq_]N|@j(D\($8CÇa9gl=0Ov(.C>g궢SPoIT, eNau!;XE}1]`k4ۜNQ@&E[;^< Luv_}Y\ BviLW2 YZ