libOgreProperty1_9_0-1.9.0-lp150.1.5 >  A Z/=„(W'G"yx)>BD)1{X ) τ`#q3jYI~FYq%/%wU @Gim!=Q=hFs)Eb#ZFM7:xW3?\Wr?DUG,(=i'h6A,F28D_wAOf\ZvQyچthH?S<ֵ}09XD#2E;2R1+N}Ao{zOQ6C #ӎC70bdb87fc5278192aa2f77b031141ce69332f9b246fd8142f83876e5661cf51265f1209cff76c5b961a138e8e103dd68011a3f41lZ/=„dRibK3~- ݕUTq?ؿ`{$".'I ܮ͟o-/ MY*M(aEuH %MY-$nĽJneM2$#ȨzJwpL@5sv Ƙ6O :9UYG8uz_-ؤo{.|K`%N^&cE;5s"5`C8Q>`7U-1MHn76Lͱ`>p@7?7d ' O48@DW`i       48(8$9:.>4@4F4G4H4I4X4Y4\5]5^5b5)c5d6-e62f65l67u6Lv6Pw6x6y6z7 70747:7|ClibOgreProperty1_9_01.9.0lp150.1.5Ogre 3D: an open source graphics engineOGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented 3D engine. OGRE's property system allows you to associate values of arbitrary type with names, and have those values exposed via a self-describing interface.ZKt@lamb52PopenSUSE Leap 15.0openSUSELGPL-2.1https://bugs.opensuse.orgSystem/Librarieshttp://www.ogre3d.org/linuxx86_64PZ~39eaa17f448a58af12fa038e52a6ef84826e1427946bcb23df797ba8e9bae56arootrootogre-1.9.0-lp150.1.5.src.rpmlibOgrePropertylibOgreProperty.so.1.9.0()(64bit)libOgreProperty1_9_0libOgreProperty1_9_0(x86-64)@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibOgreMain.so.1.9.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ZKt@Z*~W@Wڍ@WVTQ@SS@S@RʚRRG@R{PiP^O;OOOOJNσ@N1NN@K.K@JzJyt@I@I؝@stefan.bruens@rwth-aachen.demimi.vx@gmail.comjengelh@inai.demimi.vx@gmail.commimi.vx@gmail.comrpm@fthiessen.deRene.vanPaassen@gmail.comRene.vanPaassen@gmail.comRene.vanPaassen@gmail.comRene.vanPaassen@gmail.comopensuse@dstoecker.deRene.vanPaassen@gmail.comRene.vanPaassen@gmail.comRene.vanPaassen@gmail.commailaender@opensuse.orgdevel.openSUSE.org@gmail.comRene.vanPaassen@gmail.comjoop.boonen@opensuse.orgjoop.boonen@opensuse.orgRene.vanPaassen@gmail.comRene.vanPaassen@gmail.comreddwarf@opensuse.orgjengelh@medozas.decmorve69@yahoo.escmorve69@yahoo.escmorve69@yahoo.escmorve69@yahoo.esmatt@milliams.comdominique-obs@leuenberger.net- Fix aarch64 build, add fix-aarch64-detection.patch - Fix armv{6,7}l build, set flags for zzip (same as i586)- fix boost BuildRequires- Trim repetitive descriptions and include more details on what the components do.- don't build Cg plugin.- change macro for _version, obs-source-validator can't expand complex macros- Added fix-template-function.patch from fedora to resolve link errors due to incorrect template creation. Needed for openSUSE Factory.- removing the platform inttypes patch, did not solve anything - correcting the unsigned long long constants in OgrePixelFormatDescriptions.h, this tripped on sles 11 (older gcc)- use platform inttypes.h for sles- fixed Samples/Browser/CMakeLists.txt for new cmake 3.0.0 (does not permit [ ] in command - added explicit template instantiation to OgreMain/src/OgreProgressiveMeshGenerator.cpp for sled/sles - explicitly indicate source of uint in Samples/TextureArray/include/TextureArray.h- fix UTF-8 BOM problem for older gcc (sles 11)- update to 1.9.0- openSUSE 13.1 is not zzip_largefile_sensitive- adjust flags for using the zzip lib with large file calls on newer zzip; for sles and opensuse factory. Only affects i586 builds- remove the -Wno-unused-but-set-parameter for sles builds- Update to upstream release 1.8.1 - [GLES2] Add missing shader for skeletal sample - Fix crashes in OS X template code. - [OS X] Resolve some issues with visibility of symbols preventing universal builds. - [GLES] Improvements to pixel format selection. Reduces conversions at runtime and enables more formats. - Fix a couple defines in GLEW headers that I mistakenly altered during a batch replace. Resolves issues with FSAA on Windows using OpenGL - Disabling X11 check for all Apple platforms. Because it may not always be available on the system. - Fix a bug with OctreeNodes that are not in the scene graph being updated improperly. As reported in viewtopic.php?f=4&t=70617&p=461051 - Patch 3517455 – Rename the COPYING file due to CPack not allowing files without extensions. - Patch 3526568 – Fix for when a listener object unreferences itself from the listened object while in a callback - Patch 3525902 – SceneManager – Fix for when a listener object unreferences itself from the listened object while in a callback - Bug 521 – Copy the flag to control auto edge list building when cloning a mesh. - Bug 532 – Default values not being returned on invalid input to StringConverter::parse* functions - Patch 3519819 – Add missing setRenderQueueGroupAndPriority functions to ParticleSystem and BillboardParticleRenderer. - OS X – Fix the “invalid drawable” error that pops up in the log when a window is created. - Patch 3324815 – Fix incorrect zip archive behavior. This also fixes a few of our unit tests. - Add a missing capabilities mapping - Fix up the Xcode 4 template - iOS: Fix crash caused by missing GL function pointers with GLES 2 on iOS 4 - Revert part of a change that I made several months ago that was causing problems with texture shadows without edge lists. - Bug 538 – Support for boost 1.50 - Bug 536 – Freetype 2.4.10 - Fix [3538257]: Listener was never actually removed in SceneManager::removeListener - added check for icon existance in bool GLXGLSupport - Made SimpleRenderable::setMaterial virtual. - [OS X] Use the path from the FindCg script to create the framework symlink instead of assuming the prebuilt dependencies are being used. - Add a missing semicolon that has been causing some compile errors when using boost for threading. - Moved call to wglShareLists before call to wglMakeCurrent to help Wine emulation - [D3D9] Catch texture load exception in D3D9Texture::notifyOnDeviceCreate to prevent Ogre from crashing when moved to a new display - [Papercut] Resolve ambiguity of get/setUserAny in InstanceBatch - Fix [3545669]: Submesh operation type is not passed to tangent calculator causing triangle strips and fans to have improper tangents - Fix [3542148] Properly set texture coordinate index in D3D9 if vertex program is used with projective texturing - Fix [3538259]: Use _tempnam on Windows to generate temporary file name in OgreDeflate.cpp - Fix [3535939]: In CompositorInstance::getTargetForTex search also for referenced texture name if referencing another compositor’s texture - [3531905] Fix a bug in LOD generation of XSI exporter - [3531904] Update FindSoftimage.cmake to find Softimage 2013 - Applied and enhanced masterfalcon’s patch to prevent BillboardChains from - updating their vertex buffer except when they are actually being rendered. - Fixed ParticleSystem’s emitted emitters ‘sputtering’ when emission rate per frame near 1/2. - Fix [522]: D3D9 / D3D11 destroyRenderTarget caused dangling pointer inside RS’s - Fix [504]: D3D9 Prevent infinite loop when CheckDeviceMultiSampleType fails when - fsaa is 0 - Fix [454]: D3D9 add more error details when we can not create a vertex shader - [3484580] Fix a potential crash when loading materials referencing non-existent shadow caster/receiver materials - Increased size of GLX config dialog to accomodate for additional GL RenderSystem option - TerrainGroup did not pass along parameters to underlying Terrain in update and updateDerivedData - Fix [541]: In Rev 3513 the warning texture is created with a invalid context so - the gl id was 0 – this broke materials without valid textures (if no texture is - bounded the warning texture is bound) - Fix for possible endless loop if requesting max number of mipmaps with 0 depth. Affects all GL render systems. - Fixed -msse flag when building with MinGW. - [OS X] Fix displaying garbage on first frame when using Cocoa windows. - Also fixing the “invalid drawable” error. - Fix incorrect header guard. - Replace an ugly hack for GCC that was trying to force 16-byte stack alignment in OgreOptimisedUtilSSE, but causes trouble with recent GCC versions - GLES/GLES2 move error checks into the right place - Fixed bug: D3D9 can now be compiled in static with MinGW. - Get PlayPen and VTests running with static builds like iOS. Also some minor code cleanup. - Patches 3506252 & 3535295 – Profiler enhancements and support for GPU profile events. - Fix [541]: viewportDestroyed were never called - Fix a crash when starting/stopping the terrain sample with shadowing enabled. House entities need to be freed. - Fix [549]: When ogre is compiled with profiler support link dx9 to dx11 so we can - use D3DPERF_BeginEvent/D3DPERF_EndEvent/D3DPERF_SetMarker - Fix some profiler crashes - Bugfix: Instancing LOD distance strategy was considering entities that were not in the scene. - Bugfix: Instancing LOD distance strategy was using very inaccurate distance formula. - Bug 545: ScriptLexer is counting \r\n as 2 newlines - Patch 3505652 – Fix for compositors recompiling every frame - Patch 3489471 – Entity LOD animation bugfix - Fixed a bug in the CMakeLists.txt that would cause an error when the user - influences CMAKE_CXX_FLAGS manually in CMake. - [GLES2] Attempt to resolve the isAttributeValid crash when shaders are either missing or have failed to compile/link. Also do a little more logging when reporting compile errors. - Calling removeInstancedEntity on the same InstancedEntity more than once will now raise an exception. - [iOS] Remove old GCC define to disable thumb and use a compiler flag instead. More reliable across gcc and clang. - Make it possible to call Viewport::removeListener during viewportDestroyed event - [OS X] Correctly compute Cocoa window origins and fix repositioning. - HW-Instancing: Add support for meshes which use a shared vertex buffer - Fixed the NaCl compile and link for the latest code changed in 1.8 - Fixed texture loading issues in GLES2 RS for NaCl. - Changed RenderSystems on Windows to interpret externalWindowHandle and parentWindowHandle parameters as size_t instead of unsigned int, which has the wrong size on 64bit platforms - Fix Unity builds for OSX (SampleBrowser did not compile)- Update to upstream release 1.8.0 - Terrain changes - Terrain vertex data is now compressed by default, reducing the vertex size by 40% on the GPU - Terrain data is saved in a compressed format (Deflate) resulting in smaller disk sizes (uncompressed data files are still supported) - DeflateStream added - Wraps any other stream to compress / decompress data via the deflate algorithm - If given an uncompressed stream to load, automatically falls back on a passthrough read for easy compatibility - Vertex normals can now be animated in morph and pose animation - Normals can be included in vertex morph keyframes, and specified as part of reference poses - Software, SSE and hardware (shader) pipelines supported - Mesh format has been upgraded to support the new data - Note: Animated normals are currently not compatible with stencil shadows because of the conflicting vertex structure requirements - Versioned mesh writing - MeshSerializer can now write all versions of .mesh back to Ogre 1.0 rather than only being able to write in the latest version format. This should make it easier for tool & exporter developers who can use the latest code but still support users on older versions - OgreMeshUpgrader now accepts an optional -V parameter where you can specify the target version to write - New Instancing system - Completely new InstanceManager system written from scratch, which is more robust, supports extending it with multiple techniques - Interface and behavior very similar to Entity, to mantain consistency and allow easy switch between Entities and Instanced Entities. Instanced Entities can be attached to scene nodes. - Implemented ShaderBased technique (up to 80 instances per batch, matrices stored in vertex shader's constant registers) - Implemented VTF technique (huge ammount of instances per batch stored in a texture, needs Vertex Texture Fetch) - Added "New Instancing" sample to show the capabilities, limits, and features of this new system. - A cache of the binary representation of shaders.- Fixed a typo, %{verion} should be %{version} (calculated wrong provides and failed on SLE 11, not on later platforms) - Added Requires:libOgreMain-devel to the other devel packages- Removed Plugin directory patches - Haven't been accepted in the source code - Makes alligning dependent packages more difficult - Corrected some dependancies - Added some Provides- Build ogre 1.7.4- As per the openSUSE:Specfile_guidelines, the BuildRoot tag should always be used (and build fails on SLE without) - Removed the alternative dependencies again, put them as Substitute: into project configuration- Provided alternative dependencies for sled- Update to OGRE 1.7.3- Use %_smp_mflags for parallel building - Strip %clean section (not needed on BS)- Update to OGRE 1.7.1- Made libOgreMain-devel require boost-devel- Respect the Shared Library Naming and Packaging Policy - Added missing Provides/Obsoletes to allow the upgrade after the -plugins merge- Update to OGRE 1.6.3 - Merge -plugins subpackage in main package- Update to OGRE 1.6.2- package rename libdevil-devel -> DevIL-devel/sbin/ldconfig/sbin/ldconfiglamb52 15148944001.9.01.9.0-lp150.1.51.9.0-lp150.1.5libOgreProperty.so.1.9.0/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:Leap:15.0/standard/e63a8129df346b6208150779cf23d214-ogrecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3d3e8e26811b10cbb899e13b878f76cf48f27e2a, strippedPRRRRR RR R R RR RR jc+Lқ]$utf-8dae1cd980d9aa9031e9a20fc7a88d5949cfc880506403c46efe92a07681c30db?7zXZ !t/_bq] crv9uo2f"5/7I'u)t抵#W)YjlC6h΄s<1 oɯBXFd;xr ׏JP̵J6ӕ'OlU ԨͽlYsa`^:Mi+ш!TPE ^Y^yK[(FBZ,(oE2|s4mNDrאfY'*վ^6Ezc 5녾R8AxƷAre wuߵ%Q72hJ'ۈ@l+ m3"^]qIFPZ<#@jFk|mmQL*Hqi)CCPf((ĆZe2+BJK傛L%,%UL4VV4 Uy6SP(Hht5utsDZ-Z=nkv )B |A);}o$`hP}/dX2f&OѧʼHy.81=STjR<5%F'XV%'D,t~-/yߚ@~x) Hz ;Q٣wݜTleG7'sl41vw,GQ599ݠˇGk*Դ C|/@}lKgR~ E(&C&TllENeC;N3Pks}*AjM@(;tuؼ (iq\5QÖѡ2615.e-zD.]n fļu3y8x̪-iY{ISzܬ_4 CYVn < {9d 4* Fw!ER?MM nC^P|1vn^gW$oWa*˪$*Y㈾:dJ5<*zu.ّ[JV~%׺0M0S|)&-LD,43_&W:.*gba@*)\.mn\yƂ _nU`zWLng8oVdιLV(;q F0h o7~p]ttrEf##,bJ2 Uà$TL(11r-6iw _sC4ũ0k#lM^E6Qz~#(7x)%e{M㗖 31Gcفlhz[sLb5 *BՓݡК5͹뻴՛6?Pgp*focG"H}n&45{iO#XRcY'O-B4/&t:pSalyaBI/&M?zM x ͦ">v2.Cr}jhlYVԛw^gy}J0yXMKQ|̉jnJט PY1R|B `jwZ^WѯW2_zk'[`== _g7gJ [%>5#91d1t2/rc1bydXsSXQ!YC.H*H\GIKa~*/vYrӮ1МE[(+!!TC>DzdbՑ(WaaL^ >[@0jUsе{>s/@shK{\C۠pMSQ=y̡z@2>Τ Mxc2-YʘGf"ohE*#XfMrb]>xÄg2;̴ͮ@oX.yA;z+?Qtfx Mae`s(eBSĖey:E'[5nh 랻ZM ǏϿeL1r^ݞN8썀F1)& UQ.>A 9DSqE'y H~K,`nH!JNPuX qa:dE WZ/PӲ'CtTj D'a1rDN(3C$4v:j)f5l@U/Cj,,'k9CǏ?jnb B!d,bv}zu@REgzޚ4@sD}=bGmY fO}tRE1"꿣>?@W1ȶv۸*Pވ.G-cqĞW35,MSj@VlfmdҽX;ZiI|"T9 R2{xeORpcԛʈ\oU&ud quݚ{Ŀ1̍~(Q8$A smzxfR[mAXzuqoC$EgcJO77ٸ^h HE ߐ)(z:OU$ u;x_f}Sr f`xN7:ScX8`}dbһ JKRc fܹo%sB_jHh9/FXšqX45*b[tPB@U,(VK_phݦ Z0W]{:hrϏAph8zH]$1 e: ñPFW?"o@Hv:b_ri SWg͇=?b^^6\Bnβ=1Lp0^H6Օ N9c-e|K acr>C`) 5b1%VuL$\8YHʶݨOQ&NpVt[&cۿRPk|uȯ=uIrŝv Bo֢)9pƆl>;)A&HA%hY1l[m(PՋsEPmIenڹy`rw1(Fz-ro u%IePҔbbm u\{ Sٝl mr4m\g7äMKD,ETw%l p~4h9NCtwKOPNjS H@0ȭgM xW¼w )m%]5ܑK!:_3(`ԐXNَd@P!cv&:Y"E[" xf8T'؇ٝ8E3Z dʠZi]R-]7mS۪&]Դ-p`C[Q B FFT,>\ڳzi3g: ܺnd^!HgyXQz@t~Wpx&k9,< a~1X,۩7TcBI/w_nĈ V橅l <;5܁/kAmvJIFs~4R5R Av,D6{f a>#-PCsQeXW eg ~gǴ$Tp]h:־[*D}o_IA O&-84Ӏi,wۻb&*6֩#Jt[xQ7s#(WEsGѮob[d#=|B`viM!,4OcXkBOC8-i ūw9@ੱvT@iŶs'iu7y2}7ng,6 BznGNv~#)gdB`pqH* _$l]1%5@]EfWAۍI@;tO|TשI 0~dY3I^{:09JT\vnPK㘁ư>ŴP7eodꙗyzKâ/iWp-bX }1_yC(hCyQNn]*O O *5>zc [48 p`ILZڇMhH,II5,e=VZC 3ēl0>g-; 1) u|f &M yM]SѧݦN̤Z ݎ/GF$4_NczXTD@O? [0t1\,QƎfsɪ7^l\U x;7\Re)}^@d$4D&2O牦QNZVwP7G=$ OLuw\{BKfE;2} 4D޲\ 5O8}UC Eq%LV@n%)*?[fza//l߼vQN-$ 'aH.?n[09:Zi@BMq *It5ʪ`P-i.Z@6E~%`p-Ak~&&dxe:c=Tx\(!,o}-Wrm3mÏ W;>9 LK.Qi\#X{kҪHxg6kkLkgUJ/6T>ZԞ=r:"l59q7]6؛9WI>NUF£Y V 4 5f3"T0}V/0DaǡS-Z}Gsa ǂ|ok9>G<3 ov:9<ZoYP3H6:pW}Fw|xPNe0oΗ GEX a7_7c?:P߼^R\B,Az=q=(z&W7jG SHUXd߽`slFicYbmRo(msRzVT%\FnN{Ƞ#`/0*lAsGа .Q;*Zz,Ʃcgn..F:U 8A2PR3Npsd5WL')ǥWB(m[kz+JDT8\`%jRSW ]lͮk]RY+t{gmY|Mn5FLQ  Fpyh{N[QB;;i8 pzPM5UT‹(W$ A瘬;2eHj?XXm:T/Kf3Fn1]-xxA,7@AEb1;0s{~F.O|=ub`ܘrO)fBrS#!bϗ#T(z#B J:šMG(WJrP\N#؅BCˉ d T#WM[wd b'e8FvhNj^=[Om 0詶?j^WMex9a^Պ^|[zG 6 )4 fm=-sI㰩dIAӖbP@bt%0BC7#2fN b_πs*i] ^1ըp^5EoW湤jczΪP D~lVT8ʈr7c9ERKRP ߈N7):'@R\w؅rӠ%3:|YXTI@p`Vm, LWSk C_r>o U/>k<]u %u҄OZ-('fqvVvT07J-xɛjgD^@%2 R I0*`<)a<$A ZcPCvy'#x| {ϧN9U(c q;7EwW4=%KGUxBZցbc xi`xL pF"#,ƃb@2ؑ?Dz̧,1sdiJiBgDwD/סc% p-'վށ Y.D6 b$>cf! D|Vt['ܑnh_GyX{gzĚ Ns{ -Xԣ6 9 0-FAQy"'E9 9hA2P|c6{$CfؑŠBꁊh"rTCsQgJ![SyOOS3I9 #I`D4ircm((s"QJ(Yj6/Aޕ)0v%ob{cWZ}^ ) fj+`#ԩ=`gĕD(HA_<%ԯ㢧u1n24 Y^ͽ (`5ǶDu#d&PNTkNYyiR΍WHr2EY6e)JVnfUQM7g8j)_3YZ}f.+v o$^-]_ >0(͘2)< *皘Ґ5AXUEz(&j#Fj(Hi1{%!fewH* pyjJE$  A(\@63yl֧٥CbiwBM U= ql&SdGj6$PgMBoK|H٪:|:j sӒ;ե|'U%hyS60YtB.c2ߜW>e!%24Z:W(eCUiC?{&-O#''w^0L5 {GtH/2ZONOO46zVSe"D ڂ+*Tm)5m5K=KAoxAPltA ?}z~b ѝ2]֬>Nv3XQ?dXp)e~NffIp\ %anOx,Pmg7Paњث/\h-dC:_1F $"%H aEŜdnx#;UsxAӎz2%vR9x/|#xkg sU>ݷ[ f^֌#/7% ʏ_%ަ "m&|NМd\+bH%K",nS#\6{n' R?.RڻT>X1*MN(r- dP\wZ;"OoA+A8`&l<*ѹA#v~:czge{hk#~@q;.T[ĉ,ӿSF0 VwC0R,f=m%H}R䀺~Խ\ $VvA@0p،6.C;ߋXY^GsL/|N;U>춹z䈜S=g6ؙM-{EY3-AAm WOxs>;.(e_ܯn=d֟i>q™$<6=8Jy8vB^/:Ex)*&ϯgQ _Pjpϓ'$΄zKĹk6z} ! .oTgnDzoT'HNIJZ<+S!@x5+a\c(17$He(n.hD3f 𼡃%fJJo:99d!67鴪>K%q`(ap߬fY5nn;SMtu?~D^:L(׭\7+ FNj#׼2cv5%*8߭@S{$~wHef[~?ssΔmnl4ˆ/Vn5qϻވ5k:c89iyf*D|N=>˛oUTjR8ӝ)Ōk0vP⣇WD[ǛjzȰ&<r-RHy#_}$?o둑!"fʻ5i5.DjnnSu_SX\ۅa99,Vs0'w*}`ezD=YP6l X3hR-DD`6^ 5{FNd|BJ+5m'Cd6jᖛ)J\|רw]Kd}ekg"ݝZzbj*hlJV2e5vN HE(A{RP?8pJ'+ \@&\ɖf2_nԸ i>7MöB' ĞDH~r{6yGaAb!:W i>%lA 'qHoMߺ/Nw${V^܎KvrsB0D5;O4WInJwŤمCpRX yW S D\Zݖ@$ %\XJ{lnAx.%/L|]* vh\(ECY¾1Nd>rt)uS`xy aj۾ee ˳wt"a.1<&bTNP~݁dCq]sXz3JFD_{"^bmPXهuޖq1_TNaP7e6VG*dæ+>t2wrWpu&\k`smhRtQ%i ͅ6V:K15[-[ڙ1؏Y,'GK_;0?M>!1 Ո]4^U>KƦ[/X @"&;ݚgΎ+TD)U9f$] 9]' {DE!ubGJ@ZضDnRy4F 9'QL3п741T.ylT Gu1bHQv ZzFR{coIL/hit$†76:bHBqagH"/I:L#A:vD_75]?8+{yBf,BR^Hk$ 읆|ەn^817 k|ߐperbL$ċ}jrDhF ^۸],Q2"d&jtRMsH.wpHwvu4撕dObR`:]'|_5yw gEZ 3dzmiMX| 3Q}e!mAKjٙ@ت0N H(T]fL<)A Ly/LjŦ~6kp_y+Ur )|Ch蹰?`26^<g#p9Z/t'Jp>C#ƍ{ "ĈL/&0֪m$]Erct@4JZT?XLAԻ ,$9WG#^cqJbV x?FNxD*^IFXyjKvnXlM ZGw5n8Sj~hdV~ (K(&JKL0nYj /;#h AU|MqܲC1YPCG o>Ox,Re͐ƙ7`g(=}> ? Z.+P ɥvUqQ=B|k>G$DvBQBժYmrFD>)sS^#訄M5 @`M|^N)Oxx ,uaFȬ]aLM_a? LBM{(wGy=(-wXz,PJ xppRUf4C~'7A]3g[Jh;##kŠ aX BWrkT<iޓ (;P@-.'kÏ2VLGפ`dr6x\Yܓqs0 CR16kwu{<S4dDFi%IaK"捵D!fN["̄ i@J6c"4|YT+m9Jfؐ ěmꥅ^M{9^t:*$@HT ij(>`bmBBJwїBil a~]-ʖ8MrBܚb!C֬( FXg&/A?b5U%O{"X zS.uǐ|!CL-b4N[p­T 5'ʊ똫7 ?31i?@IN͠:C"At'b$g4nuZ!Lm) NpvZMNtॉ/%Jz0~Х-}F͙YG^iWT"֎ؤs9?.t\ D Kl'pY /ZUk @ϣQU T0"Tv5_svZe@@Ue.ې0N"_\( |p {~6HGyPYw}M><̃uGKgE\A"ppvDiܯQy9J%d7 ˴ق{O>3s%aԬU r1$~x5г7ɦ܇gtB|*4|ufmJ!/+[PE7)arJ=Eov *;_M/J_(,5XWCaviOhG(yÎkgK5Ec161]K ) mQi. ,f:qCʠu?)NfH(Vc&vy**A89MQI(0Xn;ήBːmߎ 4Fncs}L>\֍s!b`F .Đ.JN%l1Zq}K)N5sP4HykKEO\tߛ]q>px{t/BOAZ^ E"!U`7:8/S|JQ%s`pYN{I[qܵ5ɃMaf{TVݵ:|2yϬ5cPjsr+QG[zlT Eo0!.nV DP}j6c>X{@kz :Tef |d`\I./QNm 0Lj!:ݠZl={$c6p1t\gYYiL q gH:a5!hz0jJoԎB葧=B"Qc?֢wd}c h;<sʐ5뷴Dld8I\,?Nf}r}a5hnp­(@:j'q/0ga8i dUiyEy;)W.wprS%<=,$S?őBc [x\ "+^ ,)ЇԻ\Kռ`ALQ<9,W4} P# QQZ$=(헨z,qW" P9b˭miD$q!Cy]Ef* ksgavppR=R/vx(}ٔ453ȝTM(kZM*ѐrKb5y,0&!C8Q=U({va@U:|S-Moh8ҦqӍo As{S:aI8q@?zDD>xe|2*P>O FÅo(()q FcGSzg e(R]}j=:cwA+hq.yZ@/[JG,ųKf-_2LHJ6:FSG㗓RG6\]dPw+ JK9^O0OfMt9ݺ5$`ށFWUWQ ԱFHhP77b ϳ+3jA@~e!<20@v2sٗ`5b^drܩږtK"q$2O?e7DusoM)q? +֗[s{n2t؉:&?ȓ ? Iy0VD1yHeE?gux|TE&wD &}pX2!i^"8bb`UMn{Xܺ32dyH9ñUB%3щc23~镝NU-}6,ȹ@#' djG?S@IL,3 OԒ`yJ݋b۰LX";Y=@L0Yng\e$B( N-:KdkYk.Cf+%|W$hV=Whel=E&pe-IY_B zsvlQic[StOmRJ'(Rmup]9keP"X~#\'{Z2u> Xۈ ʇQ3Mӂ[6S(=T9/ KnRwph:ZEJ#3^b-gCEc>hXˎKs@dU3XoaѾ`}m墣-VcJuIaTm'C Q\ƍR{cc!Htb_D<̕+-.K4_P4FTgi%E{F%Vee4A/H2h6q k3`,>bu=*bHsh(> l6p)P]Jʢσ\n{0۩X"-JIhQx`_s>1u#m^S-5":\ !;Nbv{).E  aDO=*q+Uxد`PUo<0`s7忊^9{k%I>F&&a4nBHMi. %x ؊ABd/]tMX#9cEUpA?0^ٞo(?k N|f]m-fCkfJ?U –EDgS A1߃f5 zML W41j(e3/À-B7y ʌ?p^Zȳ}`?L8엻xe Q!ʿ_{wl9C@, JkxߔK/q)8y8P !EdZ8眹=PK.ezY;$Z v@4k3oReRvE#Il^mx7rW.}QQ~3- 7JީP7_O8Y9~ Ա5P!Gq5~P.`f"CҐ5;Hd|%BN+nBÝ M#g}#6V!;7C.%Gj- wHy؊Ri`.= 4:w I4D9anʤOtӺ7 \cXS/Oxet1MEH01iawy8x}\W60YL*|_"}v`M|\QF}d'31HCn5\#{Z (X'7nT L7 ǭlVZ"asܨKE%g 5Ini֣0?K¢QRKVVOOUd\Fuuѳ&f/uҺN%۶slM d澼'3$4R^z:k_3Xm>ǜTnZÜ#މE(vKKB,[ h4c4fϵ j^+nJ( n xQ#o{. wJ.P$[-syR*N7+0;ϑZcl?0\a#/ JERUu૯u"9J>DG'ڍ8iGjZHƺ,/p OX <>q4ւeOE{{ofBRk YHY0K"|ʫ4ඇH YoDNUA);~^v>G@?wGX~m=oFum"'M%ٯzQ (i>E\6>5Dc *v cJh@]&R9J'vh EO}/L[tJ.@KJ`AdťL4TTSXj3f IJJaH2)AڮDʧ giX5=ԌRr'W+}bǫ!xvMq|nFw![hRq / 7&/m[pqL`%$, |kB1m/В0sU6Ol7vRw3C;nrP % S/<@Vt_4qQ||44^LjEw#E1޴ @ú=w\򴾽d>JG砨SaF=&V[110OO,\2C^ՌVKz>1+0k(CeT%m͉bjCy]7ihmJd; aWWdlBOG. D|D: AU@S,6I__'!~qVEpP^A!Jk{T5X΁ 7&ki&DŽO\|CJ֖@Ɗս9斂aE!=\Q)WpqnI*4nP(Wz}Ҿh~&$Xٰ:ifܧ?Q$UKɓfE-Ǩ؏3}e;Dz)Țm̟ʰc7H C-\u} ج Xz9PK/̎``tej,n B4l]<˙zw(" ܨq ,VNhyօ-4s/A pX2@Uu&If*l]y(](S/p0v\h@"(Uɔ5 [( NŢ8wJR%3U /|i(lTZqC=h?ct_y NI$)_ڠG?ۣ>>laG@փLd-Slo)W[p??G"gT܉K(Re ^ Uc~qʄʺh%otrU%.h]+S;!`N4\o|]ގ?Ĥ8rώP5M10jvYw뀠LN4f:l7vRUA).>`Lۄ])鮹|8i)o}EfB 81I =ǭʂ`޲^E^),9y<⤄%bBw+*`&W`HAGgwXd e {([hi=;nĚ%;Xv9If"`ujoDJY;1kBH >0[ fTDs+)#zX #XtL !rܡhDCʂNXDTe~4 Q޳I3ը ]<P?).Brs[$?>i*3[caq? Ʀvkc10K,8E8юxlSv/~Û/mN ӵφ bTbM^T1;i? dGvs1t@+E{dfQ ѥL.ΔB:EumUs8ûX7?%}j.VO#$J~KK*SG}"2\s~;3Dd7^vfo|b*͞ !X>‹٫YNȶJ]n" +f~}i|S>aV7 oyqM]!Bw8K~ZVcCeFu5r&ฮ_EۜL)sHgm;_NG뎣5oI#A5&>ӝI/Y7VWN֮Z}v}fM6g"a#$i,J-FF^a'[Qc] K+Xe0~ 8Mΐ/nc[5ԏ|݃1PtP`mX{U={Tڠva" sᨽZMV7oBH+>w^pIu YZ