liballegro_font5_2-5.2.7.0-bp155.2.14 >  A dkvI%z Pk0pe1h@ d )'HpOdAA[<.6=Qd:A/; \-3_o#9 pސv ]Z=yҕ.-JGL@{FЯ؄ԑd|/3mh܎DϷs bDcLAV2%Y)(!u]f'V-A;Vʂ9)Ŭp ZlDmUHo@=S\IO}ȍKN AF)̱ _FA o{nPpٝZ=,^T؂ #rOpf0^n4hP5#,.ށ/M ;Sm-bTU zU$p֘s%Մ&l??|"0@BIY+o.nh'T1U!IT;GM;onM_s.ђZL0U la TF b4fb8269e15a1cbee5bfecdd69ff74249a49c355bee87ad63f17614ec1ffecd4fae86a6a5a271e4e809270f5615fbaa3096739d0qdkvI%z |>P8R6?>zdO5CaO;5OFOJxvyZE6dr굍xU$mY7șS,tƌO5̻3jq|mNÕ19FZcy6ϰeuG EMH]w6h qu=FUl8-&VbHxe%Z:$R$8wK' *M"eRo&`i5⢶r>+c%Vem=)%MEʥeC^pzhRL d\4Ugps4'mͲ-М=:ުs Н3G. Ad>4K% *hVoEi p@4?4d ( C 2CX^dl p t |   p   (89$:>1@1F1G1H1I1X1Y1\2 ]2(^2Xb2dc3 d3ve3{f3~l3u3v3w40x48y4@z4X4h4l4r4Cliballegro_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.dks390zp29PSUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clause AND Zlibhttps://bugs.opensuse.orgSystem/Librarieshttps://liballeg.orglinuxs390xPdkmdkt960660614e970431c4fb1f0372ca3c65f989399da1dca77199f510110d7008ecliballegro_font.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp155.2.14.src.rpmliballegro_font.so.5.2()(64bit)liballegro_font5_2liballegro_font5_2(s390-64)@@@@@    /sbin/ldconfig/sbin/ldconfigliballegro.so.5.2()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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/ldconfigs390zp29 16847817305.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-allegrocpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=23fb1562e4a55e4041ddbda90623a38f821b9265, strippedPRRRRRЎ}inx b"^O@x}utf-805f188ea34e93d689b8103cbcd8a76065fc76f540f3f143bd40cf44d455c9667?7zXZ !t/ 8] cr$x#Hd@Ⱥ=>(Wpl p.VWNRW[-QRӦ<\d%nDeHDq#[rG߭A%dUJ % JQMN } A~WD0tqv $*8-q{/C ̷? E`х5}5F vZpQri#=7pƤo !]a|lxfr{v c^}HG1DYv|#}Fj ӻr9 +d*ډD5Ϡ0h] 9f\yW6`I+ϲ ,PjDG4toUcоOwP!${53F:|LoUe`@*/ YYb(NFt-$a2"TH|U|%Wsc%C`u%pv/w2Qtgs,hTW-4m2K/})ؾY>#T?v`IM뮇)mre*Or T]\e8P( 4 ~?ꌔ&G">.Ya.?we3w؃OŜ$|)i$V7AnJB+*}v%bS$_9uq~*<Qr]N|vToI8dTOYzyҜ/&4׵MAL[)R"2ɠD iW>}1ސ8@a (Vo?TCm_4}^0I_*8Ѡvj$ (-ZOD1@my8'Gwx̋UnȋKű->1 i0#3gvi^.Fx.mPC a3k.6nƫ*)oi]R^pf+(նjض L> ^𕆾U5߸ R|*pR2vvgg.zS~j.OČytI`'vVcJ,.ʥ)DV o F1_\~➓8q 3N+ cq'7w~*SAI@s_`c~A QOmʝ/Oh~89off֤,s_@: R r=z'!4Z5gW32!|3~Xȕyz;cع tEE-T¶Qe݀o%W[+v1= "-67M0xI^Mˆ.Tنgr h-5So?%P9;8v8T`Ǔ \DrGm@\Kk\(W:+ QBB4.Jf/qăDzs8;~NsJP&6)3p{.<%#j*֟{t {h};g{Ú wR_PHiBK;yb(Ď<1ظxJ<Ë+!Ԋ5NqXzE+'.u@:'ʜZs2**5,+,v-rg~ s?t[P!GA?K?FI mSTgZ mC;e?ΜJTJ_Nwn=(Y'zoLۖ㎺QF^j1=](u9~Om,^cPf:'Gpw` s7|WtpKXlg0s1)><<1՚JBMQ&G,qLLɚq6. ҕ 7P#η. T/qQ2S&D"ԝ&Pa;WjPO-<J.V>r#1]1?Suiܯ|ތg3w@J;{8;fGi ZwXTɮbg${ .CiKub}HRE I^@󷓈; Qc$ABDQV(t-N^1NFz<_٫1Li+~'M15MI>)5;TP0dՏ H20-!wAdXPZ0auzK%ȼn qR pugR(6![{RkeD'Ob{: ']HZ0LD`g(@JU>QN AWz>"tŦLc&vI#o#C!vPeUE|^_OMm$2>XM/@.F2)IhCxy-u Rf"]}ʉx)N&$=C'%O?95tҏb,^dƐ'פz0DXV1y$-&؜D ^[֐w3եsv} ޾ŢKY01Q?[XR'm3;ˢ[Hj dh]\L ZR]?4=,!Wj>p')ADCXɊ`F FLy=dp7aJHJռgI]nܖ_ zCz[t l+ ^ =#f#-o`nce j]{Sn*#j[I$q+7zI;]#(ᰳ)7__P_ȇ3i4s[pi &N*82{V&Lcݛ]YN<`J`yWLedSKOˍaFy Qux:mYųr cE:u"yP+dϥ43l PU.X,0/p?8T9H^2\fG jpabnh_Pp>jK)U'hs~wv# d,f`YޕA~/=H>V2tl,dq#nQ='7l͏B#t{iGmCt9nyHg,v _Qt!3}Hȴq{ҩIwÞ8 mV\9#QP!hK"a"{ٯӈgr,JZH>/bW8s':]Jc7Db}5>.}:e qJ:hؐşZ!| D Y.LYs}斚y@Sytd`6׿fe4j)6_'g#c@俋pV9< C_ [n:fnhkپOe`k!`} Iu3 d1;8LٶID^]:Ϫ6K Q{w>e# +0cCqIz\UVO4oBc:G:wI4 oOOm8m c/R}0O(/Y O+";[+'mjS H-@o-# O^|L<^_ GH @zb3Y| [糏/fD)Hڠe{Zuu#J#JI0JNǵ" &ϺjGD,6ݻE3aG{6O~sQl lLDTih*:"DV֌@6r!#;4F׾#QjxQ>`(A-LUbY#/u G"N\ݾI)H|t'Jr-(4AƘumBݮb[F 5-ʳhBD4\yglK3g^ tĭu<`WByree6 o(MT([RT%2zKU*SH7JUqi)zg"EBBqP2j6 xe:v檌LBg޴FbU{ŕa@H `o)^Z@T&G8УKe4)}<,-D/K{&F a#K1v 6.|kWvV7⇘ksͫe3 iT_mT$N."6S[ S4_^ȶJ8x y^?x7v#j?Jgf( Mu0.!U s-YokP夋,X-5=Q J@F`-'WK=~9"r.;{Bڽ)3zUTfBG}&n͒]x4QRK|!mdi;Y\r']D y+ btY#n.3Zz0!Mg;9(;䈺tƀk#{cbÏO>n30fh_{[ɛWl46 %ҊED?vٷ`2 2u?z*N|FuE>l;BLadQֹWsKzs|uO}>e+lJ أT|u!t꼴la7&[DS<q}+@ͮM^^xev^i+6+bR:{&\=Mr dzbdqm U}d&2cvk%[v=`3z^N/&eؿ$D3uꝦ9x4D]b> 2I50\˺]ҮW:X`PFm-V}HCg_m5.%h޽`VPyz#I~|1&hXv &\p .1 NgST w"t$U*f|enJlݍAfk:e< jXOcޔn+~yyIi %nYX{a,#m 7Td=/28+ S J͹ckݬ3ۘJG`l&ttC&+kL;ƁkŭQ!ksYX-H+b]դn7Ȟ֫ƻ(;dKYH !zsKQ0юOvf,J,Ϟq7ǝ.(#Z'h;"`hғ%ڋ p-%O]0C'Ki'S(߫˕[ݎF`L_ RPK4G4~q(kX}4Q=y6@rm 6qE q~WX5G4D=> s]w`8Ia2=;&G?k,mwMg2=?u.|ʏ@OZG AVB9Q»:%*8xU P $RnDEp}Ш,\e"#MXwi_ &a=.YE`Wؖ{=X=2^r6D_~;N]\ $/m$=hVWƵ dQ R\$q5d+3Cqل[DBz)eH&X$GeR۳^ǧqrG@v♞.U D+/p0j.%E1f!D\5-/_rZRxep~뽠-xP0U:ÉM ;ǘtN^N8Gֽd8y mo'h۳A ﰹ+nqL[E65$p?L cquMz7Py /̩QT%,<)ZjWT{{;֑N0/yv T HŬ[zl ݧ`LO4Y hOT2cOMzFyģ̭&QG˪k 3-A,z؁v30Dbή8O@<81;IKr09i% 7jS|G&&UJA:Z]6/gウkS^eH{wQRBE8LV&M12e1ARc`)$[P3c"'[ Vd|8+e FC`{ˊ*'YM|s4~dg;ǭ!ppQћ!ga=8->D\.Hn#'jMVLLL٧zz9LEL^_:݌cjl8Zjæ t3MtF橗s+uB^ES bLW`}q$-ҁOr2FW4SR*jPX`u8N ;eϚ+@}XT=Wb[O@dФ-]>iTh\7uXx@ygFc9*`e^YbuжxoLUCf[1d) +xxfTEf)D 'X!f.ԔnW-!IM e7?? jurSǴV vUTR}^_=tU2rZș uoi&)j9!}*҇iq>5Nd:W$]yl&I0(O*@5#ݝ {.7SX>ä ߲4w0T 'jzY?w6iv%eU*~^\fJUhɐMko'X}wja'/7aOs2÷ y\2ϲiGuc{pPLa5k&\Wc-*W#=5ڭaܨ  =Ϩfv`Ws'ˡg,,6f37#8=GQJpX 1+_!9C()ѝQ AWcVP|JM$(U X2JbTP޺hd5\ze(Wm5r@UG-g3@pqV4=[9 b+ec %G>7A$%aLΉ)wYWqfKFW}/pxH{5\ b}RǿKMw-)ŋ}!)>s@5J0A"*Պk%`A'O|D_p'"\^,/44 PfAizTL$hv= jĻ0bo}q Vls1dvɥElM*#X@XCC> @='<0)۠n)Ɍ vc^^*s&/|9@RA$d./˃)^j ( 5m'5mAj$ ߽a!Ϭ mDH3$Ox NiJ..`xj^:cmѵ3 ZLCjVvA+)ۊ證SVAPf~ڙ]qml#ƇcHD5}l4>ߐ3_9L\cxpN'$cӐXœ С }.Co0n(\fPGSC[}.UEޜQf{yGIh;:śr~gED|J^V0rNt4? vD Uɺrw]@c-U|ٝE*J5`u@CAl\ߞ%i:˞A*kƢ(QkqoL;B}У|Iy`/i>3a; BgceҗGS{_5Z@/R/p:)Ѳď ڦq۬&j)HCH[J{?3~%iQg5N 7Ū5+M-j>aCۅ5 2Zo[]$.q-[COqǗn9d]]P?تYdBO66)66GY;/J+^2>;G#j8t,_-BJfƺ%2ޤ.=ăm(TNr|Q 9zhV:Ja#yࢀHSb~̊*K:.0ZR@"Z{ZdY 77p} PaJBOaUȡ;o۞m zaF߻ 9]N'Z7h #mSrU^,Rq||:'|WL@iOy-֮7/_S^OxyBt6zqs;/9b>Ȃr '~3 uj/Tk W?+YKz2kBKPr5t v۠v#J:3.✷C4-[[s(œn]:W(ű6*iz%Wϸ3#$ٰh2ɥCRQ5uQ{i))eуKl_ה|W5ojBG8}`¶8ZX/ |ob'13۞jvrFcP^ݮe7Z\zJ oHu9 Z9vyZA2C GKt:q&5ݐm:Xd ̍O+ SimQBn-U5U~W4,ͯ{t (^[0v`ZzVBH TGU4ADmyqjmĞ0ڳrMo.-݋sdM9_~g B'\%QU\Mf / ݝRҰw3 +"%ʫ ~$QD|`j!4a/% .ܯVg &bݍ͠H (e 5 ξJD*骾v1`sOY᪌=:sroL?%?]ɷM*Nк)N6szN67P%/uP}p.K?̏``JȴmmM\܎S)gԿz] )oZv1Eqe\gD'Ce{)jl}RCMh95`KO-2^r1zS\ a|BN!C[bIHI3=kL-|4'qLx?tv^iDo Ky8 ep-j5Oi'%wTyYv7H17ȁsYÈ9TJo>e А7Jtyt=)#J?z}S[hlʱgj3P5g5e $0+\C`LH(Ju^P O-z41'P6.<Kh7n2 4-. Շ9@ɕ6|AD2㦤 '24XMyu3*Aܒ4TMO.`kC]$E7U+ö-Zi)x! ͬk򗔝}q-ITjMnLG^/?C'L!=}{:ō3-nS)fř%H%SsھXLP&9I&m.(qa^ua>!p X[LxgVo1O7RCmC|H eDm;B #oAT ճhvVk:XSu{A8pF_k z~E*o 'x6rz%/>%B+\Q=ͯ^YLRe2v uH8 hI3ރJn]C2q9cj9+RNTa)ח{pJ8X/{Bkfmp\U|  0O{O=ehC](oN!VmRn/v.j`ei1HG'¼ xo5C[:NJ/Z2WP_Ii}!dr,$$*~QM )Ti*2.ڍj$m,t԰D_j;C6 zEb48\3mJXބ>Pݿhᆗ)q -gY \+uPiO]EiwiucC(V#(h,](ǐSH1@Nz/{p,tѯa9)^Vtp) hyAWەTH9ymK2y/.͞s+p瓌Ϫ ڧsB/R?Ti _ |s^\}+L (>9wb!2 {^ eR×<5ïݙ0GJH\87&t7XNc3YDyI}2lB7gsCnlS>М{qGHeeylýE.[o Må]z^c_ ~)Y6ks ULP`cQoU +ivz<7=#&LvG_J;q]  YZ