liballegro_video5_2-5.2.7.0-bp155.2.14 >  A dkTI%z .Ws /G^%^iN3#dM꣐ZyUAgƒA&nA5ۿS2.nP$23ۼ $nR`&Q0 +8A|J($mzFc}vE%w9@vQgLBm5<clQj"[%ӺF>^(5ߔ;FDHl/7*W Ǩ-JoJzzfXߢ s%a1H.Pdib7!AMFf:fv _!}d S8nhK 줛 !5IKM>䥆Nǔ'cq'Vބ" =,C$$gVc jwoˇ|~]=w`::xc۠={kIa|p2Bib؟e!nVO9;84X,=ZUZ*ZgBzBY3607a8550fcf8ec1c8e559673d0988e132c1b32be6bc377efb538423fd4a4d03b4d087990714901328bafba17eb5884c5e2cd00ekLdkTI%z gM9;\P?{.Ü+}KW_zƹ}ϰ0k,FHLƝ˓/t@UbIRW'*jȘ=)`!-m} ճlUx+]/Zvq|3|i֩k7.} wOR]NljpaJὌ;{ {pc >J1aA5ma;e , ꍽ)a coxA:Yלmӿu(ب9 Y% `<u/G Z+f=}ѿt'#0|[s T}G6dĈT2&Az7zh4fbLLLWւl RQM0?ܛ1j[g7d"P w5Ph녶s1'L;P:5ot׼f5ujBDw,:|jZ{ >p@5h?5Xd ) D 6G\blt x |   $,(>8H9:>2@2.F2=G2XH2`I2hX2lY2x\2]2^2b2c3d3e3f4l4u4v4 w4x4y4 z455 55TCliballegro_video5_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.orglinuxppc64ledkTAdkTCc1bd7110794576b2a6d33058d23693a63d13580947a8e4e09f8ce79a72b5db35liballegro_video.so.5.2.7rootrootrootrootallegro-5.2.7.0-bp155.2.14.src.rpmliballegro_video.so.5.2()(64bit)liballegro_video5_2liballegro_video5_2(ppc-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfigliballegro.so.5.2()(64bit)liballegro_audio.so.5.2()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libogg.so.0()(64bit)libtheoradec.so.1()(64bit)libtheoradec.so.1(libtheoradec_1.0)(64bit)libvorbis.so.0()(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_video.so.5.2liballegro_video.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]=fc24d052e7635fda9ba4de142b9974c7dcba9704, stripped PRRRRRR RR) Coc=Kutf-842cdd142dfcd983e19a1c4a7f3e2e0ace357474575ea04a1857126685d4c8088?7zXZ !t/ 1y] cr$x#HY!i 5'D'(*pNel 8\ԗ~=@U*5/ǡ Z@&n78r#;!Vf Jek:˻1{0`UkS/|OVO7䜪(1a(ZɆlL4k0ҐNTQΚ^RD _B5g:y\$za`zh8򚁿fT.tls]A 9 @=@Tٰ @JLP>l w[nywibkvA/$M4p(>KV'UUbs t~>ȝdkQaO^PJ*v^U^zre@ RЋv6Uz>-2{5O3z!+0cݕ{j7&G -~Y#[Uh;~Tl&w ՛xNw٪jDC- Y;]&6ōz'[eN" X;SvΔ/^*P f 2r<%,SF.7OsFnG"4Ў2Ib )]movۗ`dRS6”zYfDU\ϓ;1Ctc34.ss,J Jj|otn ew$GQ+SծOe>cJȆѿG [|9GVGU.~(71-ED}Cע)C+ځyKHM䮣q9m_9sm7dj2aq-q.gCVv9c5 5DrR.)^d@YcYU薨~ư` p#ڝ C+Yű1;D:YIK7N&64l 1s '}C֡Mj5L"}w_hv9IsXya&RUa"*$)sĊ2>c beI~n*w<5(l(0>&H]D8H-|% bt訨mU Wl//ёy"aRcx VKB8y-]^PN=\1set1dv4 (3%irMkv4сlbylCZM6ׁR蝰Ph^2)Bjʑ߆]\|qV(sY:ڤ/,DL_}i>0"x%u{T?; LcgEe/;ץR͞S&`(iMAuB~ :*PC k.9tLR2|PY%@N;H@M^wVVӢZb8klMJĎ*~SP^Da|BiX5[#%o+x查Eve4m,1Jko$4BXU8@ge:Sns-$xGɧ-fgTK>CQYKGX;L@ƛ؇Y.ۭ\LJ/8?kuadsNۭ-2g75z)#R`X';L@L gA_{{T3Z>`c;] >pLI#QyfSeKܾfyildaBHMFfQ== .t}zIJlE?gvb%Jh"t),f>V(FYVm^hΥ 40yaB7HU*Ħ#u22>}X@a6\r6M=)0Ĩ`fχgU2RuIΥ).YT &ct+75x [ܮclOΞGSdbBEp,H؈Oii烔/̼]/wT*ډ ː:ha[3vâV{I̐Ç!< #/WizӠLQh*tV-ƧS{4@O=6ږkvkyH])CrU#EB69rGvdo/S3؄ĕ,hA[@gEoSV}ALnm1%R- r4ǫ,"06½pŤ(Fp]930h_t pUgQ UgRU7eҵoڋJwQ,ڽwxC;%`ڏgx0i4no>V[1F=W]Jkݔ\72b& ɫj(-Ö{dūgI; Yp}74d5Gfދֆ跬GGHI":5Jqr*ěa %x#`)0=a%#Xlꎞ^ sI2@QL!bH5]#v (e_t_tju=ZsIxdpiqf  ^ԇ?s(Un^GWAɳp, ĖScY$E~ww`f$EWBgi뫦'T3g\kZUR1ȉc5޵f5> ,|JS97v ʼn"3۵8d;"RqMOԄ6Þf U}A%M߶uӭdwkxYH4ҪQakco 5V~1gI8=ڜULZB5& Y3AͅGm:%8RAB`]ikA6x;`ChR(PuXE {#A!xl Sf6t{uz' JtFxC2H8V;5-ȴ;p7aw[AՕKS} { 2I{_rɽleZd61/ʢTWi{7(* OݕNB_ZF:>lNj_b܊gђYn$=$|%EClݷޏm ^~x`B Os?m%`W-4UD莜ӵuc%h-PM-fؠ Yb|V03ΝveƓNU}ȶ{C.*ؚ%CZNn$ ei_T`Dn~Ē7Ȝ6LI\I}a1N^'љĚ1]B=^ik2M H)O7^)%YK6+bTzh8 %fEZL%@zS v޵ Zľ̦uht]"g⽤$Uߎ"ŽoBAݞyf'usUfs(' dѬ| N4K>'2S(Vq |mA\]ZY$kxq=ʽY Z*t(G"ɫĄ62e- d\ 2zl(J'棎x_bPQ&6g6\tٓ eacQ}&7ᝢj>e%~>΂$N|%e)3j\"9_X߰zanoJg0<&<-j~C QFUVWh]*rc7)0 &$ɩ m)KhGC %`s͞ycf±-i&z7u 6jZYpN9^`OL :vFZ?ԡd́$= k3\Hy|4x>( 3+.$h@\gS_ݏ5 m[Cf]7rj Mkc{T\!>:)urlGv5: !W&W8kTYR3ĘP81锠4o+bKRlhgj<]at?,\HF'$Dy"4P"e aZtQzTyJC8.=@dẄ́S"Љ<)ȴ>E0zVqߤk]PmTY*--vn|mCaX?ys8$+񱔖GL'ccԔ5 }hN0z7 ] O=Sq래 o.XOc]C„]VliebogGha߸,y,Fr͞8-\Ɏ+ I7X } yXw>_O=M]臋ҞD e.6 l؈<;|@|;c\sO" M yx_|ZK+?$>-)?-Z4M52C|Oj5f&t~eyѴߗ *LV-ֆ:`Yy_e %p뮄FN{Qz6Đ~x]+p#ѵP{'8TpNO~iW|GD:RApҤT[~cXњa5O(AJ#4%M&TLs>:y0DIIݳ}, Ţ{F1CU&þ{2҆eG+8W ȕˀl،|@¸Ƒe`4k= : n wʵ@x. ~D+U;Ӱ7 🪢5f=.(le#"CS' 8;hJ߇"DGL#ؔ |I}D1Uc@ܥB~iaѼ"othAôބjZ:;7z 7{_˪䰌8ReIcX` ,X v3Nc,{o&A $y!u␏L|N q3RjHYƚM:,èG%D6AWdL+踬(\%+*rpj?u I}~JaK #RC #(RLO/딠gJ (@ {d#Q>t5:`zW3˾sx:S_M)5PhY#EM'ܽ%)[( l9Q-ir1f8IT~ ‘ݿN nT%IGF^ÙRfPYmgZ&E꽓n#{O$,i&SkiӔ6=@%0 8H[g9M ]U_)ůktR|[v8:ml%(]2{b&8}4EpIa˜AkOabJoW^gqFѧUd[ ^ К?ŹO#R/='Z+1lXF_By#n9@L]fv\ P8jP;'k{RG4KaepB#W LD.#tbU-Kz Y~IV[ f7GNxU~#*%l%*zȰ5!~vTӲ1|QV.ŃU&xPΝ*K%ᏒfPz-+4wY#Y 3 B[OEU~9ҹ͍hLߧ ޡI;y]}ޭ?isOƛnhbߔ"r1ʧ Dh3P|jf{(9&{86#S21Тk~j1SDYұ aWǔ lj O:?2Q;g B$L8R)[gFv^[l#ś+6a.S__3hms6knhꙪPS|İ'&Rl 54C۝pSޛv}UxvREk fuFnje ȖE}H~RȒl=uSS_ceTW 8' pH qH)mO;@GG; P3pcdpZ\Yea0)6<$'4µ% )mWB S1oWt#R$@}HO#'Ǧb,n&LKQ#HAWB; OɃZ55<ʗsHd>=rKeZӟ;;#tԦ.Zx|\H  P'uЬ-j^F1c9zrҵ^ZM 0cm JahB#@dw=<}K>q la y އ/@4UǑߊx`^|"\ZuuX' }% |A:|Z:i ő)nW[,OLn.>&c(_0DJ,?R4+'{O/%A"e(O#zr`oT`ߥ.W } C>xvޟv2z7웊ʏm.~`*>UX>L>$ڹ˨AU]@jTD0zإs^{^[u_@7@G۵Pb p.=*L} R Ҷh7V6"{U;o[yqW[2>zZUOeꪽ:ycWgjV[2|*g-&KA~V{}CSǗ?06XJ؄86QEo˓LIX'z vם*$_j/{XRכܛVLޑy*Mdzyr~>shD%"HZ)Rjͱ*v!Ijd4GE˶j*Zk0W|8]s;+"D 95Ԃk?4XfX&XI R.("!Lmf~t Ahڼ\3UQa6?adV:]sM\;gVGh^$pE3L}iZ0?C]R`kǗ+hl[ז;)&J98y4QڕX'.dfZ ;yaC(naPG$ǴwƱ'ӉljUmzBdL3 F[3"1[k7$!B7,` JH( [{0"9tĤ/̦ oo!+ُn::Z\d Yk7QBDUw{6F.g1>n28pU~zD)  [h)~sR"I%u7Q8yW9g'@D93Xeє ^Ά(m:nH&sQ [G1Pqw}vbj3(0~1j"BJuݤ\<).I'tG$hn{ rEDj\^8Qr|aW5 G6yTCi$khUu%)lQk0U <|jJKdcwnh+癱ZV0D< $oʨ0mI}jTNv"Nexq9?^Y͌#}Q A %~6%"̈́P%,"ݹaAe<qMhU,sįU1ȗ;6.2qtd;C<}³f,?{lji!Fb5rEWA\R@nk򨍵JMV+arS{\y~EUyư =ρM'?i6Xᶏԝӆ pl߀a&gYgofsh"LXkŽJsi u]zd:yҕަ[u^`r4?(Y5'3 oI8Ϡ3YD2~>M' +XĈϩ]%# rQRUfQS0E䛠DZn; ҟ [^; QɊa.Jg9u'`Q:MN($'d믜Jѯ}HNO0Br w=$qIlj,!phF 0-Mo-Siex UnmJ4_@q{!Q&x rOd}=gXʠOIq)]?+v]BsE)4 j|p_D9tjj}K?zՁl([w`t<Fiy+ bEek2=cJkgvA Pfð'Tc$n t*t*%=Z@t| !.4G+edNe>Mz;c<mOGk%8GDڥS1DJ}vL5S;K3 FI"ک<^N6I^p 6uעH⇌?Zgȣ}^!9yݠ@ڴ e Pػ֮Aޙ >ʯ >VfTFpf?fҢğluqTİrHePr4 6+Wf+<0X@XthZQ۹Fa:>&W%0ie?j!HcZf6(U&Xɔ4u`N_&Oi$g1^+GZR:l`%p/!rB5K1e5gJLf^+" 5Ne ̤=& rWP6RR;GAqD*sN$YJ-#W^QѻoN#djV% @!f)4Qo2`Q8Z#"Oԩo TUhy9V?ew+`é.; gfS )hmHچWcEPW* \W{qeT0䖖ňv*T۟u,b{pjZI!7mD _:d()mPՆa͵@Ii)c!(-V"cjtEגFE%yWWQ}dR}2sW3vD?Tr~C/e⚮H0u3{(ke 2]L.p3OEHTx0dk`? N!qOtΙקkX:0"J4LJ$>GEb'm] { oTq.+gYS;-DR0k;)/ ٜr#em³wDͭnbK7L<" =ۺ)q;c~ YZ