liballegro_image5_2-5.2.7.0-bp155.2.14 >  A dkc3I%z UqF/ל *an ݥΆ8Y$rmB1ҭG;hmkE˙9-HC'R[ɑ`E3a )F9FM- 1bw$!3KLtaF3[S'\Mm* ⸒nPFwl,;wWM )JűLZ˳8ʑ磞r_^dQf1= l$7 lzN֥ϡ[w'IKr  08_O>U_er:F%_W*!ab O 'QU.Py A%x4>*1R6^WLei@3P³__p$Rb93jʴ&;@?RPO peyjKM{#}Faz]_)|;$ea9ede3fd78898ffb91c99fcd093aac6ec35f2edcbab4f09f6292293071dee85372e0b1d8185670b5b6f78eb2e6cca8ae1b8c736dkc3I%z !eo.ږ+`"9sF @`)"v>nJ,K+vXA:hKH0y#;9[_6g c*.aȴE:G.YhY[ 4}9NߦןI xﳺ1vb m_(-vLکV9>'MY`S /7mgfR EN} Q[g$w%sq Oo滖[7p2e PF^/Ecl=KWrs크]&t-I8hGap28P6i,|im[Jmکai +ı4uF܀2$Fʁs<"~0.e8~+&JRٝaWEעti2_prFxE=ǣ 9Vx hSui%6ڼN5yk`iP}D?VLuW r# dEy 3(9>pΙ >p@5?5d ) D 2CX^hp t x    (|s(89:>2{@2F2G2H2I2X2Y2\2]3^32b3>c3d4Pe4Uf4Xl4Zu4pv4xw5 x5y5 z5L5\5`5f5Cliballegro_image5_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-10`SUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clause AND Zlibhttps://bugs.opensuse.orgSystem/Librarieshttps://liballeg.orglinuxaarch64`dkcdkc303af111eb78885f98ce0b74a977e6d9e54cfb18d34181644c9dc70f4aee7e69liballegro_image.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp155.2.14.src.rpmliballegro_image.so.5.2()(64bit)liballegro_image5_2liballegro_image5_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)libfreeimage.so.3()(64bit)libjpeg.so.8()(64bit)libjpeg.so.8(LIBJPEG_8.0)(64bit)libpng16.so.16()(64bit)libpng16.so.16(PNG16_0)(64bit)libwebp.so.7()(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_image.so.5.2liballegro_image.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]=a9d047c47313ee217bfaadf6a6b459be453e533a, stripped PRR RR RRR RR RR:meN٣LUcutf-8468c5157704a30f0f21387c83a583fd1dafcb0c2cbdd41e0ba54f8ea57ea514e?7zXZ !t/ Z] cr$x#HI~]I9.vO)!sPwZp+G* 2&FPxA+j"6Y(*|œֲ֣.'7ru)MÊ}{o]aR1, `8 Q6nN)yf>fΡR0l9"ϒ+6{ӽ>$otA~ jA.R +'65_w~FXjxn7JD7Αv(hV:R9w~OJyW56z3W!oP%)dZ5FۦgTX&sv6ƲR9챦)L,:RvA;o4rfRF"H`G}1~SwfVe bA[PE|Sq5bnm78ά y.kR، DmHm^S4Yغ2h?mQ.OTʋӞnI/al{R܊ͶB>AslI}y'[_c]JszT~lF>Ô1C0sȊ{|c離3p9E z`(t+@RgE yn0B* zŽK6Ak0=5r<P v#y:vXKBv$2F]8`[Pfj2=Mbg !R.^8&'2Gv7wPQ$ {1  DPpDch;nT& wݭ}NCtOxӬ}߱RQ,?e'g0@Xt.G}/"cR^'QP>kAM=@VfeȆxs&%ttԙI6E4usW<i'h+Rw7n Qw꘠пa&1WTw%ȃSͭ$gm 1.HIyBl=XP0Zs\w!GKG޹ujQ*GޯF _$׆T.}#r|,7M!Cg''dbn1E|V8|xpZ%*dt$UBgeJt!Sŋ[Hr RZȤm=tg\ r긟.% 29"`Wh%wm?mĮn˶54Y2QqI{/aB"D֛ ?r$.Gҿtv7p􎘦wH;p } #*?UdG! d OStD.@ ̐Ot,|V<:GTd[c^Y]*8U$ڱP]jzXĶd&mZKcДzTIhaĬ(śnɊw^XODsjs筰g5Q@Z7@9dv+Z:]5^{Av8# <#2ɣ'")|FuV . Mښp4l7>3W'X"+0A6hJl[DY :) 2^(/5R X8[暸^O-#حLm3ء4eC`|w0ͩtvw(ŷl:pvu5H`#Y84)ѝO >2t^D/ʘdVilC]u \+WĶ ~J9 5@ E@+ެS(qFͨj@!J{1WB.J^R\|f2D`ũnG'){}᐀%&a:j2&D@ -y0c 0?&תV`?aFui.6C[H7yQd |#20[0Ml!e/᩵{= Ȣ' dQSFtS4+pSKyHDH- @/b*(`EUM/ o&w9P!KX487ټ+hZTRw^ԦJڷ?L為"?BU4ЏYK9!H-z0fl0Pꙻ!q\-?8x`1g`<ʘJM9zH@;=|-فgs$"fp{.,JYAQĤ~(;`4H ˲S3XZ6 9"S[Pn?4GLFwGp^i~A<fqπx7A\w,z⾍{Pi5fE7ZԳ:HhR%`qdʁ$V5! td-G^g8BeP!6HE|#7XVl+3 tjbY#ۛnQSD3΃tZ+l)ھP<=@x_OL^Gxog5B =gOAi{M# xR*j, GTC ytj{娂rДQ2v⨨"DH4t>z6*װrv/V96a]6lMG OBPXzێM*j0W[wR) 8~Yd^yýXebʠ"8*iC"k()P ?4OSh'zm GػMy? m\2T +wA8<Һ¾a S+$4'Vr-9P1~L,\$D[︼7F k6^@ix@\humiixWyM9SrW*^G1 a;_m[o0l/lwu\*>D:X;(c֠ݠu/6zkɲDi`ؙe=y,pˮ4J29JN6^i/6^rh|!Gޔc 35Po1Yxrlmgu~3=Fh80x8!ϑH@(K2ۂz9j4J>X~D"6u}I\C2k!pl3;H=eܸH>AlCJ0Vq&YrCX3*~CЮf+FBvR >4&@O>_R_DΨWN!5ed_;9.0Ş nxcױ4Mk?&o&e 7>0D% ){8]I.M&k3#"@Zh^e$8ћ1ڽojӃ`tw&j&!&CmkgkI8xѪ̓]c!7dwȦ oH"EH(|JS$[h]M} H@z>ݹ@e;^';ߏ9 &dH m%1 \ ROBbC]NkI}s =A>ln ۠iEGMސ8]j5j4lD/դ>-xRX]~TˊI}fygז DZW&7{ l9#V6ȽhCo=P.ih#|Y/j.SYHO1wbN2\&ODLMуBDiFG7=MzfB$[p8P:4UzVa"pH CH/c ;O uD"OTY-sMy֙]|scZE,눝N1S lU"ǸˮiEΚԅ"I^ہWjU8 vЉ~XhlW nև4'G20MZBćөT|>)tg:HInv!\4whR'Qv1LY ئ6 gTE"2+.W"U =;e(lG~)u}<ꁪu@\ڼ,E2bw&)nZX3 '$C h%mk7Rr1R yXVPKO$'nzǁ *xQ9~z(YxSht>sނ3"V #&:+z{iϝ8zYIBZ "=)\&ruu/d1=Um*'.jZ|RǂӉᜃQ#2G2^ 0[^v\U v1$h+7^l y>+6[vZYEskW-4l Ȭinõ/>T|L?ۮPt&d\lÐ^N"R{LD&"!|Bu56Q^XŐ կ8D uV#%arHM1)*cLUh] ŦEdrk69~k ֈDkg #gxmܪ1I,i{l=eUPx5 q$J =x $KPk8HG!}yadȨ樃l/ yn}K\J(F.2n(|ӖG1"cwRեp`pxW2$1]4g=."}.AEJ3yhOy{}+Y[w^µ ,3wźA_tVGG՜J?#8KVT rZ* l SA 3;bH&4 |cr)|` l\8AQtdpq%ՠR[08w# 6Ȋ,7F!k5ތdz]oόh29y3s1FkӖMlm Ol~`h-$4/Q9c'bBB`:5 2m[)d(6q=8.*' Y93c888HOKeXIͦ8@耲1ўy?e O^ipG{v#v9~紃/A|F9ג.Z n*ar2KA9d$M FP}66bU~hӀhN!҂ 9vE͸xjW-Ƿ6;uH(ڲY2()J=cLդ$xAܤJ-j OG%? .+#l{ Fg Լ} jHw}De"jP <8f'.BvAz4 \[];px~bm3)T^ͅj1NR_.'t ;Tqn8朦[NIDoKJP$ h( @Pk\ r]KYtha(rd6g4H5kܬ j&58kĽ`FCvD/zj-v,:MAf{Qqo^i4'?pW6dݮ 7RF+QctrAN~p]ONXԮP,G|`|!߳XoޱdRETS} "ztWO=r- W{(\A$ʹ++秮܈ϐ5 I}M5&Eu.3>%J5av wȍUlRj XƓX@-q-$N%rzV C !]Ç sz 1q#d׋ɦNp8++-|mH0DKOVlwVQ'"ӹzZXXq>s挿+v9d7Wǀ凛F3]){W||]>3hJŪ,#4y "$0Rnkrq"(r.%!`u_z˛v/O}l_ʛ *:hmeHtb^G*հn8LДDO,\M{p=)QW,gx1)\uNIw{հk,aX|'D^8eXJ ,CjP5Rx@_ :h9̥w?UH0˷bRMzt5a&#]كk:ºx݃^``5m!oFc[K8{Ix_|@r~"IdGi|-G'>&7rԁ” Vr~_:Ww64U0h7r{cIhcNdZdBφ`#@&&9=n7l}nPV 1wW {mVwqF~CK[*^/Cx(w{mTΤ"U9Y]q(-Pt&08䀹2\d sjDx$Xdqpit,Cgwb!iRzyYeA!(FE&oHo>1xhb]O4ힶ@,3)NՊ8^J,,KL#g\x~t h im^>gDbi INeibguiPsX6 1!)Hw'^W}&r'MTy=*: !ʇ.Pp ;ɖ>Ŗé8p?V 7}ϗK}hޑ0y;UdACp&l Xgb4/XrV3_/UC*?Ū[#3)k烳-."K%4 ۶7.MuC(P*@K,.1!kp^V>cɵH2KG*Sdw < wU0-K,Y%|7/N3UoVfMbiKQŜ){r. y!cяZ"st)bnSm2`^_mCxkxڰEFk6  ,$^ÈB߆mv5> &:= vq%/˜fa%lIװB mSCo+/e@X+F049-l|Q^1τ c3M`_2< x9Í":W[ MW|d5jbb]l.n'+oӸCk,)3[^7Q"@?OaVQɉ4h|H|-@eis<$E3pȂfl[t3SE.# ?|4Cu"LBʱ*bI ʩ!9A AtŐ~H2F[OũBx}~Vyg [,kIGF(Ys1)7iMz(6%H0yL k%0qd3dֶ*jyGS."_פh] _wܐ64L$؛~`6"#oAM"㣬Ҿ8=_}S6Yaʒ)+"[߈ w -i8c {.09a0'UZ28 dT?X|\\b)IJ4wE,Xjn% z>(2*E3jM̑ ?ӂb3&oVkE ?s@jwwOF=ñ!ڄI/]cGgPH̡^)!dnR=KIJRч |Bf&Y"E2[*np0 eTIC4iGwZk`5\hJfTeyhϪb.hN5"E BvMT:ovoQZv.v$q$mHn|VE)p뙄7~Yy߶XN1: q ;n<20_/oxZGpbdq~pਇ"f/%&c ho֋&Vկ6o.…hm-qSر;ą;%RO7-!r"J/ Ɣqx).PBdP&󚟿p~Xƺy6)&M<[ϴPЪwWZYP"c[C6ą ȌƝL,XCMR_1ڵmw6ӶA;ޡw+༌`STګW`BXK]{O4`zf< ?C)E3: 6X&MmV!]U;b"+<CgPt)=qȳP133Dn5 HFXڹ $l?TʦGy w_X_Aȗd}wBm˙ {.9jIeXA]pYP#%Լo ٪8xXx"x-ȸTHQ nl'yh@.孭 G D}^m1DzUd̠L:7(Ugi+ѰD+ [}ȾVR3.I5 " ZLUN[4PG]W.sFi.)R ⋾u[hC3QpZq_놻wYeic~tk曔pID%Kمq+ e KxX`rZr8 @ h0 lqʳ2T\I (Yp4jowSU^e [ndriDnĉ9߅_`MPv;SX.\kI)Hx[s (IMQR?E3a[XԴܢ 4h(o 8(UfጉIoOR]W3yD@:T;8gf3SerVXtXUĵ`/O]'\yN/OF(54SV2ÿ_t3ӽ_ɛńx=N苜8!6.UX +3]%ysm4}bxONn:Ύ۷P.ܙJ^|ΓqC/ʗwpϽrc5oHS ؞z1eMkyz!g -DS)Rpt`FY@;#J6'g 0P-lS MXďomA(gα.D1աV x1 q7D7)ǐ'gyUL\dSgtfe~H|͠ZB3U$|?7z6p1&N1\$te7MZ$.E@p>Ɔ0)Qst.+YwoG`+C+?'+}bwm:vضFe0gq v59ܩeM]dHo;$T zs}D%=Du-0*|6x 疫tO؄T $6 #>Jw;F0~x"Y+,[2HlrBK}} (DrvQ5(x~dց+b=2Cڋh^YYz5R4c11P66`s@:# ru8(|jڲ4y|MI"1xVYJ.Tg:ܣՅwkF5y;d? v. By؏LIV8]*No?;EJL=Q3gQ[F긿C@´)rȵuV~#p,x 6CɡQxpF2pUxE5?C !wQ$`;7ӯӼ0.,qT m1t]`PFh-eq MCiiƔtT. _R4j`伫 6'Vyi^QHX⭄ "=~%_;     Il g҈1 4ޥa}uO)ز8Td΂l^VV+Go-At^phN NZbj}f=K mQ7 *}\HK3'iK1_UY. rߥy;۳$,GVx̼5)0G drЌJ{S_PXY2n߸f˪gL02P+ !eҜ܂h>2lЌhzIpQ{ 1oR7p./e~}(16 ;O tv(GUDf>!x4La3&;so=]T11E)XI*yX(~JTɀf햳qӎK4ĹZM[NWI\d@2:T7ئ*{$]?!RV66.In|vT xYS\_ЇLaO~(c D ٴkz[f7{|e &j൓zV [pH3so8\[B # `0 LD".(eo^Gl6&-6/dWwRϏ5Iְеݗ$Z1BR6aI d gp`O5鋰BôdR-.н{v_Q{U#<54ICpCs5wh]}oTm@|xr% Ϥ5+ ,GY*T(X%2u^qJ9^/ټΎ  '\@n1M'ت0RaIS@amo V G`O6ig{~r%xkY`Ko"'t#6,DlޘU=5`pXҡK#GbO `iVPgrӛ.wOYG$ʃRc5H`C )=c;6ذl5Go d~s_[~2m=bf?U"w: !_W6.Y7TآLt\/Lss2}R!:\a%1:LIdng-.&2#v3w )Fzo ZcŏӄzP?%<[xqn!W3mOnh̢wYaUT3*эfsmm _)҉Gr3%nAִW"prNI1zr$@tK{J{E70Z#)/nz/i0mFD>%TPI~P,P.!>gd,š= +§FnqQUҩL: 52_=䁵o'=_[=~fRU \1HowH8ߗEٗb >y#iH?KO $룺烪Oɓi/cq~R)z6n*]\rkΰLeQm>g.Ypg[QbΝ~s Os'h4uCDxuFu¾E׆M/򼁵30y^6x}v*T k3l촣)B/&v:YȨ+:h*@뺦Wh!ȉ7v~vb㺝zz~~Kh\1@[ MJH&cp~dLvZOY;xHUKx컥GӠՑ;4an2OUՉ&m z6'Y'BK`|~n++L(-a`mTw%%lo09q=HLeT k1srϭ4J&՜E>Wq5IDz _Q9E"â.8<yx3z \0g`u4A7l&V2"OƱ5,7\q +iaQfmonH"qPޮl2܆VU^Ч**L ^t9Fo)5~Q*af(YRukgĀz_'b#ڽ/8: ~ffQJa?-,WyxhȳI\/oH,W7BRS Ts޸'42Gp6Q∖Q?X/Dm%ͭ\/ KLiMQ9%!C6.0Nm\xDݵ. (q&H8c },׹`];Vh9U]C\ +m&  5Jg/46oWiVIGK1S|SQv2 g8w6 94ח>2Vz4@(Zѷ8Ǽm]?y06/E{5$\&+= A=+垩_tlo!]4luP  S2*79 Rw!ngA+Z &^[ԟ%W*'xO8j_/J ɉpIj=*xA.}_r@ :~(:_=q) S5+:uY;0qI'uAΟe];\57UtP ]Acc+ZNHzઆ>(Լ᪤ӎ6֘Y@ǓAƋ~ Y"/e"TKaGbL49S7rؚqlK sSN; a0ۧwcdR0\i=Lēqkm7"؉(0?olcʉhQEBFZ-bj1|g~g1~𧘤VvBO|v1NhOB *S$S*<w,M0{] IPO9|5mޝJf z۴!ig(Nfصs7 +-=lx*h7UcVB+A6jk=U^"˹ ]RE&H ` g 8Q ?∝lߠ8zog#S?p gh;_5Ǫ4Ǯ!aR i[ކq|^`~sVE8 2#mbǽB/c@'>q.X~Uϰ6\{urc=](acJTnWIӀ u+dZ?ڌ"tG6K /W_rj={0=k,Ot;]ُ5 >I&/CH`67)x>ƊP!s;MR^]z| _#Ddpas<^m8Zψq1i/H+CJ]-W6عZ@l: jӂz1wU3##ͻ 4.墰r:mWb-ݹvc77xWEH گT-?dP& .p5a}[ >k(" X5 TUiaNӁ|RzfƉ[g6A> u#+ATl[*|}L}7yL"iyBObtG>Є1):ޅas++ +^Se\#RKܧiH8+N(oEKxTkZaa4_tu'Y|Fu_R>4éT[.tQ$R5ƈ.x'!z @b2C tD fV..T2(6jCwQuҳ,J؅hd8C/M9_ v3?| XC2thп++#|UkW )`[f?g2 sX0|ߴ,xܰR4%tQ=|#TNE$&8;7%ՐbsN|s3!nטwsb4vC>ºמ9;8U\{k$9U!v2Q@8je~V2-:uOz]o*(kt`lx'oʔ%v(!]!O&oJ5~]Lfc+c@gxV{Ͱsϻ/i֢65 w&X9]"1-wMi' ~O}Š}[MD ݸjaзͲb+uay9ElY{[0s+e9 C4swe4w0 "a6W边cvҲgT[F Oew1nzw;!]B!|׉}O(0?5v(̴FaSӊʕ 59ؑpHI*U]㴉ꊟ~Wz[ $G98vᅫܪ)yB"6y.AĘ8G*2sK2G̍2찇E&))B'>$ &'+/%)f;mQcL}ۚ)+|iOH*`rjD}ignNǭ*a] aVlS&W$>rLk%0o(jne9ևk*P-K M?{NVC."<ߓ%:e*Ÿ')EDxCOv N`.{⣿pYh-O6{MK>st-5wBhkzhoz`<-ix|gN fC3ZjU#wMGlzPG^f`dH!zo'kШOFIMP{J}laTP Azrt_3ƆeHF{EݝxZ Z0?Z/pa_G7/:ucV{uEk!ёQQlL,Cl[L# ,?7 3/K)!@ϋhHZixT<4n{=#h=Ř!4߯I؁xG? 4 {=&ê#*sOMYTHw[Xa4,XKbIP@ Kg<7%)C‹Cڥ.=I RW3Ҕ1m5qjY,WiƏ&'tSv V<smk~0])E}3`'F̣Thޭlx󺜯fVZ^Qұ 5y+- g!-Oi2%ہj{SpKsOԨ.[.N dv-;"槱G^Ԇm[(:<#T8n>]& --M h/sלS֣Xn eQ4pOwT_b蔿Q#5.xOTXqA&`?O S#g"~]~+ް YZ