soprano-backend-redland-2.9.0-2.1.1>t 4 DpQ-/=„^(#/䲶[BD5͇:NיL{&"h>@Fya Ik54? [=z |"2s: w|TrXms>BK?i6o&ywe|_pCkP9MS_Lv9}[1;_]' Yka.+~ ͼ`6@<t }^O;}<VCq㬈ٓ1}E"f];Gp^Q-/=„K">AڅtR:r]JS՟ ~l*3[Q"zr`%U2&.s@BxCqVoFITݯe0 Oq 7}*6b{"51V |>ke^s}7 [IT`t0T.%k4f\;S1ߢWv8Ұ+$U 8),s~ӍH1 BvY:?'FnE۾5.:M=umz}605c5a3f74509d8b877163a5fc3f4ea1c65c00891s>:7,?7d  & B      b dlvP(8-9-:N-F4lG4H4I4X4Y4\4]4^5b50c5d5e6f6l6u6v6$w6x6y6 z7 Csoprano-backend-redland2.9.02.1.1Redland backend for SopranoThis package provides a Redland based backend for Soprano.Qbuild09qopenSUSE 12.3openSUSELGPL-2.1+http://bugs.opensuse.orgSystem/Librarieshttp://soprano.sourceforge.net/linuxx86_64o큤QQ0220e8adab951b4e3e6a860f782d320e2e0a9995ccbd9154f582646e1d92a70drootrootrootrootsoprano-2.9.0-2.1.1.src.rpmlibsoprano_redlandbackend.so()(64bit)soprano-backend-redlandsoprano-backend-redland(x86-64)soprano_backend@@@@@@@@@@@   libQtCore.so.4()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)librdf.so.0()(64bit)libsoprano.so.4()(64bit)libsoprano4libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)2.9.03.0.4-14.0-14.4.6-14.10.2P!@P@P@OO9OTN`NT@N%@N@NN@Nw.N(MM\@LfLdLPK]K:@KK8@Ks@Ks@KepKD{@K?5@K,@K,@K'z@K@KK y@K3@JJ@JJ]@Jyt@Jf@JB@JB@J@J@J@hrvoje.senjan@gmail.comhrvoje.senjan@gmail.comcgiboudeaux@gmx.comtoddrme2178@gmail.comNico.Laus.2001@gmx.deasterios.dramis@gmail.comasterios.dramis@gmail.comtittiatcoke@gmail.comasterios.dramis@gmail.comasterios.dramis@gmail.comwstephenson@suse.comasterios.dramis@gmail.comtittiatcoke@gmail.comidonmez@novell.comasterios.dramis@gmail.comwstephenson@novell.comtittiatcoke@gmail.comcoolo@novell.comdmueller@suse.detittiatcoke@gmail.comtittiatcoke@gmail.combitshuffler@opensuse.orgwstephenson@novell.comwstephenson@suse.dewstephenson@novell.comjengelh@medozas.dedmueller@suse.dedmueller@suse.dedmueller@suse.dellunak@novell.comdmueller@suse.dedmueller@suse.detittiatcoke@gmail.comtittiatcoke@gmail.comtittiatcoke@gmail.comdmueller@suse.dedmueller@suse.dellunak@suse.czbeineri@opensuse.orgdmueller@suse.dellunak@suse.czdmueller@suse.dellunak@suse.czllunak@suse.czllunak@suse.cz- Update to 2.9.0 * Better error handling on the Client::LocalSocketClient * New DataStream class which shares code between the server and client * New boolean option "emptyGraphs" in the Virtuoso backend, which can enable/disable checks for empty graphs * New boolean option "fakeBooleans" in the virtuoso backend, which can enable/disable fake boolean support * Client and Server code optimizations - Drop no-qdebug-output-in-non-debug-modes.patch applied upstream- Added no-qdebug-output-in-non-debug-modes.patch from upstream, so soprano doesn't emmit qDebug output, fixes kde#247483- Fix build on SLES (%make_install is not expanded)- Update to 2.8.0 * Improved NRLModel query prefix expansion. * Support for plain SQL queries in the Virtuoso backend (required for improvements in Nepomuk). * Introduced new query language flag QueryLanguageSparqlNoInference. This language is not supported by any backends. It is supposed to be used in clients like Nepomuk to avoid the usage of long user types which are harder to read. * Convert Virtuoso IRI_ID values into simple literal strings. At some point if the need arises we might call ID_TO_IRI() to convert them into URIs. * New boolean option "noStatementSignals" in the Virtuoso backend which will disable Model::statementsAdded() and friends. * Improved local unix socket communication in the server/client system: A custom socket implementation as a replacment for QLocalSocket makes it possible to use one socket across threads- Update to 2.7.6: * Support for the new SPARQL 1.1 DELETE statement which omits the graph to delete from for faster removeAllStatement execution in the Virtuoso backend. * Support for the new default graph query result format of Virtuoso >= 6.1.5. * Fixed apidox generation with Doxygen 1.8.0.- Update to 2.7.5: * Be less strict when converting a string to a QDateTime: + Allow an empty time part, ie. "2011-10-04". + Allow the usage of a space instead of "T" to separate date from time. * Fixed URI parsing in the SparqlModel. * Fixed an endless loop in the VirtuosoModel destruction which can happen in rare error cases. * Fixed serialization of non-string literal values. * Support Turtle result encoding in the SPARQL model.- Update to 2.7.4: * Enabled large file support (_FILE_OFFSET_BITS=64) to fix large DB file locking on 32bit machines. * Do not use an event loop when waiting for Virtuoso to initialize. * In the socket client: simply close the connection in case of a timeout. We cannot recover from it anyway.- Remove the build-require for CLucene-devel. The CLucene full text indexer is no longer used and has issues with newer versions of clucene-core.- Update to 2.7.3: * Added new signal in the Virtuoso backend which signals when the server goes down. * Soprano can be built with cmake 2.6.4 again. - Removed 2_7_BRANCH.diff patch (included in the package).- Fix package licenses (bnc#726055).- Add patch from 2.7 branch to allow clients to react in case of an unexpected Virtuoso server termination- Update to 2.7.2: * Reverted a change which was introduced in 2.7.1 to use a separate QDBusConnection for the DBusExportModel. It made things worse. * Fixed a crash in NRLModel caused by a non-mutex-protected hash. * Fixed the Virtuoso backend's option "forcedstart". Now the backend waits for the running instance to be shut down before trying to start a new one. From 2.7.1: * Lowered the min Raptor version to 2.0.0 since it was only a runtime dependancy for KDE. - Spec file updates: * Changes based on spec-cleaner run. * Changed License: to LGPL-2.0+. * Removed boost-devel and raptor from BuildRequires: (not needed).- Update to 2.7.0 * Use the new Virtuoso parameter XAnyNormalization to use normalized accents for full-text searching by default. * Updated NAO Vocabulary namespace to include changes from SDO 0.7. * Added method LiteralValue::fromVariant which provides some useful type conversions. * Fixed incorrect binding names counting in redland queries. * Ported Raptor serializer and parser plugins to Raptor2.- Update to 2.6.51 needed for KDE 4.7rc2- Update to 2.6.0: * Fixed handling of xsd:boolean in SPARQL queries in the Virtuoso backend (this is a hack that might not work in all situations) * Added new parameter for the Virtuoso backend: QueryTimeout allows to set a maximum query exeution time. * Added new parameter for the Virtuoso backend: RestartOnCrash will restart the Virtuoso server if it crashes. * QueryResultIterator::next() now always returns false for boolean results. This breaks behaviour compared to previous versions. However, always returning true as before results in endless loops if the client does not check the type of the query result. Thus, in the interest of stability this change has been made anyway. * Lock the storage dir of a running virtuoso instance to avoid reusing it. - Spec file updates: * Changes based on spec-cleaner run. * Changed License: to LGPLv2+. * Updates in Summary, %description and Group entries. * Added librasqal-devel in BuildRequires:. * Removed fdupes from BuildRequires: for sesame and virtuoso backends (not needed). * Minor other updates. - Fixed rpmlint warning "untranslated-desktop-file".- specfile cleanup: remove outdated versions and correct typos- update to 2.5.63 * onto2vocabularyclass now extracts the nrl graph * Fixed default for ServerThreads parameter to match the docu * Additional settings to limit query time of Virtuoso- update to 2.5.0: * New public qHash method for Statement * New Node::fromN3 method and operator>> which allows to parse nodes from N3 encoding. * Updated NRL ontology namespace * New operator== for BindingSet * Ported the DBus service watching to QDBusServiceWatcher * Highly improved server socket handling in the local and tcp socket server implementation. * Several improvements in the Virtuoso backend plugin.- update to 2.4.64: * beta release * more bugfixes over 2.4.63, no major changes- update to 2.4.63 (svn snapshot) * Added comparison operators for BindingSet * soprano prepared for wince * Slightly better way to detect graph query results- Update to 2.4.62 (svn snapshot) * qHash fix, as confirmed by thiago * Shut down Virtuoso using the SIGINT signal to make sure it does a checkpoint. * Allow to Build soprano with -fvisibility=hidden -fvisibility-inlines-hidden, patch by Modestas Vainius of Debian * Wait for the terminated virtuoso instance to be gone before continuing. * Use a portable include path: wait.h doesn't exist on BSD and Mac, sys/wait.h should be used instead. * Added pkgconfig files for sopranoclient, sopranoserver, and sopranoindex. * Check if we have a connection before attempting to send a command -> less crash. * Optimizations in the way the Qt sockets are created * Try to be compatible with Virtuoso 6.1.1 which renamed the results vars- Update to 2.4.2 * LocalSocketClient and TcpClient: do not re-establish a connection on model deletion. (This fixes a crash when using a client as a global static) * Properly protect ErrorCache from multithread clashes. (Thanks to Andreas Hartmetz for the patch) * Slight optimizations in the Virtuoso backend. * Do not crash in ClientModel when the connection is lost.- Update to 2.4.1 * Virtuoso backend improvements: o New parameter "forcedstart" which when set will make the backend shut down any running Virtuoso instance already accessing the storage dir (does not work on Windows). o Shut down Virtuoso using the SIGINT (instead of SIGTERM) signal to ensure a checkpoint (not available on Windows). * Allow to build Soprano with -fvisibility=hidden - fvisibility-inlines-hidden * New pkgConfig files for sopranoclient, sopranoserver, and sopranoindex.- Update to 2.4.0.1 * Fix threading error causing deadlocks (bko#226218, bko#226154)- Update to 2.4.0 * New methods Client::SparqlModel::listStatementsAsync and Client::SparqlModel::listContextsAsync. * Automatic query prefix expansion in NRLModel. * Automatic NRL metadata graph removal in NRLModel. * ServerCore is now fully multithreaded allowing two clients perform read-only commands simultaneously. * New Virtuoso storage backend which can either connect to a running Virtuoso instance or spawn one locally. * New convenience methods to handle BackendSettings. * New class AsyncQuery which will spawn a new thread for real asnycroneous query execution (in contrast to AsyncModel which only performs the actual query call in another thread while the iteration is synchronous). * Removed redland/librdf dependancy from raptor parser. * Sopranocmd improvements: o New paramter --nrl for sopranocmd which will trigger automatic query prefix expansion based on prefixes stored in the underlying model, automatic context creation for imported statements that do not have one set, and automatic meta data graph removal on removeContext calls. o New parameter --graphselect which allows to convert SPARQL select query results into a graph result. This is very usable since SPARQL construct queries do not support contexts/named graphs. o New command 'rmgraph' which allows to delete a list of graphs/contexts. o New parameter --foo which enables scriptable binding results without variable names.- package baselibs.conf- add dependency to virtuoso-server to virtuoso backend- fix build against redland 1.0.10- remove datadir.diff as it breaks the include detection- add soprano-backend-redland to libsoprano-devel requires, as it is in practice needed by for building with soprano anyway- soprano now recommends virtuoso backend- updaet to 2.3.70 final- update to 2.3.70svn1055474 * Improved documentation * Several Fixes for virtuoso- Update to 2.3.69svn1053174 * Improved connection cleanup * Added maximum connection limit which allows to restrict the number of server threads. * Also find Virtuoso driver in special Virtuoso plugins installation dir as used by Mandriva (and possibly others)- Update to 2.3.67svn1051506 * Enhancements to Virtuoso backend.- update to 2.3.1: * Changed installation path of cmake modules (SopranoAppOntology.cmake) to Ȁ(MGSQ`S,)dRU?]n>_ZmG<'3nK6m*3MzryyFM1vA.ifyek; H썈A{g7h!91b U98%$Ѕ?w zul͗[>|6+-CCX0f N!=-s.k O1N붍>2 !]ݙ/=ԋ\tNU8< ~eޅ̃G\SB+3aF\ï"h7 kylׂ.=#%B$M)@4+tUG\%i=mXe]6 q YYOJ:.ƴ4v(gO.by5DXT&=ǧ>n^c4zx41N55ȘZĆu0X*oT尽2Vzv'$E-¢\jɹ{jQm=/-ǏGRx)TXrVԆyV^r8+w ]>%{7АQGT32]YSLexdBW 64VEOƅaJW00o^,Ls8ffi}{݈aat'n e{ WPrpP;m17 9i ї)-UTEv64m)d iF$)[?QډE( !6FӬ]kvZK{.VYxBv e w >&[{[&.z4<{zO=rp[x,<-#XeY>UQX7]f01n87]4X밁1Ƭ1_+1r雰УOXZ{|{ZUssۖ6: 昍I12r+7~>i)hH86Z%Zd?ukC&g_oJ/ojwS-d2TJNSۍ: GNۀ'* mzCQ1"`S-6-<]s[2\jFp)d.3/fE;8I&@}P__0 ?F 1p.B/oq{t[ӗqbu&mLl~X x1wnEfW}"rCxv0#Ec+ܾmC%e^ 1c!I{;j)YkTyyY;i٫e fkrW}0ݠv J2m[:4[5kR ƓBJ{ s otojp 8Y]!U;@T_I,ml6B^8р9ܛ nLnǰwhd'Tv8=pF yvry`0Լxcg}FCb8Ϛ`cL6EP"_Q=beV72@bѬQB4NWX՟ o[w`?XkB"¸=yh jdy\W)}%P^G '2o5(>MoæW\ G:{X6BD;ٙi n32ޞ'ߞX)!z|RGȩ-v;H@:<ߢˬ-Ip)T҃xb=NǓ˹j"9G[}g\6O9R~%m=g.\Q%m^hVr)B;*2Gn ArsʭmG?X\ \+]'|:8%YΏTD( ,}5zV-JG=VW4W^ #HCڢqۺG(-[wjɭrh }.#"-A%bܓse%fo  Jvh۽;P&? x֧Ţ &y|*M zt{Cco`2U/^6{qY,$k|Wi%L LX ga!YΑ_L MSh!SJq )ágybew)nCɌl"Z'/+Zo dKd-@|Q?dT{:5T[֗+\}JSи_~/E#l ~&萝:'W1BsV=בqɀvkаo2}ks(12*}g/) NUkru=:3xAhys^!}|[Mh%RRJRZ\6ӸYylsRUEF:zyC5\-|bI\*P?2I]z*tɚb ]8/-a@2ڪ#EbG_9bS1-#L[ED\ yd-QoO0=z}Q{5[>yx k`C96ۥzG`Ylmޛ Y@[,;A097Oo9`B? Eng `u] A{SCy ̿ySN3mqPR#`w|mpCÜ"ݰ~;|nt~HCO骈|fdPbO c>C$ٻݓu,!*(ElT=Y1 N3ӟKV'k+J !vPԆǾ":_me~i5K|> -!a;RR»+Oz`]ևB|aO?t𯘃Dz5^a7,DE8ԏD $ݻ&wlTQ'"Qʹ_URvdG0 >z.&3h 5!q(&}i )mH  KƈUx+JbMPAZ\C:jdu[t2tBGJ=sDV4{\w-R֐6g dU# `Px'sR>Ԛ%y&wN!CnR;r2)>T v#g#;7ÉӻeR/:Ư>UU/~6rky[#Pѽ:0$ZG^ccYH8#ЕW3.)IҟEo s1[%=3N(x.L P,ڭso ;ՓW3uHca<8R"]8; 3,J3[y<&s_hPdwZ&WO0[ٖzXT´,j)>:K@LOh=h &Y=į1(LU9P>Tz(Swzkb\ HԠz:: ^d[+ne6{rIZX17_u](G/N  丷 FRaDǿ#u~2l4}%A,ar`Ҥ&8nM@Ͷ>Ñ|.<9ѨaJ>B'D%&FZ\lݙy /Qg)rdPa"^bM+g$s-+Gw?ܺǻZwQ!!ۀFcD*SIEїxX?jY !q%Y<&or.2乭 x`4~ 3;J˱WG~0\5*Q| 9"+M㼺bPeA?IzvuSpw'(ZQBG5Ê<+҉#|w@(Ej|)<~۔nbTjB%~MgNP-'5dٵ|tުfDxAhz>+5YPG'soSq^o2br,<8؂#Y(#آFxbЃb򱗃:u#ZorHܩn92L[ #[8L,ځuvT Ċ}X& <̨i=;BlA#wڸr;٣joD{{g%*c'J~ z_THa10Z!~z)< W;-o4"EqXTV+Yҿjq©DJp&p%WZ^s\܏3u8|h33{?,(URg5'tvڍZZw`ahߩxdtkep}$[uPŪgf Fz%ϡ 6-OOy)nd5^|$9Z' -WNƦgV>Q6ff  OF_&8+KNP$e+4X_^B(^7Ëe܏H&\iy{Ct 9[VЋΆI*^LO  BOL>5+SoWxGeHy=ed<@xN8p<ks 8K}L5˝\kMѣbլtnB(I %65vO;7wZJڡ%bmT 8fͳ ,.?W 3xm c6{~y&[ T߲KHu5fbtHod0$ eo4ePx9}%of0}]1%ߒuyTc%&rS"&c|%&ѡ4ȍOۄ=E7l Wt$0liXSVH]}`f&~û z.!"citJLǂP64SY4!%qyy  G;)mͩ. GTl aR%"_~2Q ɬoۦ ~??Ug+f(^I%8Wt%0uF;tm$3$9Dӆݽ@t\)O.icR9T2Zma "B"Oڞ6& QFm`?h[r>aTpc;絹MLIZuGJa@ߢv+LQRfG֍pe#i~am˩;[ vL*FH2q%_4h1cHuSRi*<6t*NdbDc\?w⧹iUφ5 tH{HWၨ-i$z*&n$EV )q mb_"[!p~!쮘:ۢRL3-d#sVJw *e+Սct ˃in9awMv'ǧ5y)0BށXvr˜S\J.EQuAb .Dhjeii@> 'b O+]C74S6Ir +:=-#3 T~[*%MX!͂@m?؄tu^-[Q*bx\?i0A jxᆒ#+T NAw|]ZNKx{ӀhDu~d"o,tQ_5AR`Y9Y]xӳmV+,H@~"/T o_Xvê+Npi">ۖDbYR{qOs DfCshn%T{qH.fosg#iEf_`EnXu f}V&72['xD( ׾D|d~G2Q"T|,dNt1 L9f2+J)S^X$^0 q] |QdB`SI`d]#b]qv޿0kْTX0SE3O"$¢N $ZK7+Ѯ"9%7Gvׂ.?B݂a$ѻ %&XW~V-JlF>d"|(~uk\w*`fp8'4$W ZGӃe2.Ē.#۵8 {nb@@LuE~0UpJebiʡZuV :Fp[QPj `g"6I!KnM(<|ZKT+ 81~ $c+(&[lQbP%M9 {_>@$xK@{|zfl5 u , KWս/M#B#b6tH0/Sʥm~\^W0hA O2Zz؏XăU~TeJŢt Dٶ85,V6Y2m3ˆ /DioѣЃɊ_T:'h}6 faIZxZ>.6i-!. 7 m. Lq{^ ~aNS ѳJy7EaTf}?~ pY,R}hy"ML`kt:!!*wɅG#@"X]خܻ6K<>1dI= 'U5X41"S1>GOaJ T /~R05@ >ׂ>z]`$W9yK-/`ϊ!ʜ2]mPn=3r$W.ثcG.ՎKn#l - ii88LV.3͉Vݧ\J9ڨ ^uUɰow鞉8@G|r6@ #O(TOwۖSITJ%ja_W]6Ƀ,b\ǃs.3]SwT.]RF;+2㍮,ӧqeKX@Bm(/MgU"4hIyě=ɫ5nCSwK A]\PafIy@K3~|(Ԁ$iKǧQ%/+yȷDġ$LZ 2, ?Q_-9*^qQ t *a)̫ NyaZ,v(t+t=S[9o!@²yƆ͏^ kgzW5@*)EI^wρ9c&eh {j /2fAT6*DbXy6" \xL`Q#<>R.drTd""w>k0:@䶘MY G (!^S) $閗*R Mr\hz#ud,8XwIcsLohu#ğfS, ʤ?F[if &?r8[%thm1ZrJ/}ٽ r]̝LL>$]285ÑaX\5 z1#.MڣaD0O B7ŹyM}]q2@GC#z4-NZU^Ƅz!" ~6O=$pA RVyG dpRkg 7PəEu^)"CsZs&_{qP}3AP SՊ* 7ݞ8Qtdzױp1NH(|"в*{D\SiY؛M@]?DGZ(k0.g{SH0XgI 0V ,:G۸Ø8q/?lžgpwp򸂹=TooȢxJ oƍrbM.[)벎??dq|K1QWND dJRa" 4 <@$젬!^4&ѸQ w&B{ѽ~:;)Ϛ.r]Ӊ=7yz-юܲF_&fؘ |\@a'e< ԮeZ;*rM-nesZc{,Vy Tr9bV1{[稾VÙXte~ .op^{e9kLzj뛟YNP,JRi&H9Pqϟ.ZHyyl:ct,! Ūz!T8Rm#6qNwc6O߂td'C]@Z)qdrv!>{s$|~/@@*aR+]_X9o7ś<7l0{\Bc&-f -Z -c:ED,TBet~08Ekm!t(35P3%"`U#gnC7`ĉׄ68ށZI8?/: E}~ aZl- ܶeJWu% G[aFt>'`ŠIxJ.7Nǡ'&@='J`YW޲|ScѲ3Wɘ.F=`)UbӔFPR9g QSlY;|ܝg3\D^L^TRPu* Daj V(pk$?ʬimoԸfJ6X{sRC{RAIԧ=@D{է16(T{8U2(E|*r`l>%UPgA–h|Nf~Y JFK0ȓ].d 9_z";VB8wm6PǤ@au'r:w &$UMqN\\|7/&~2 }DtXm` @ggk5PJUwhRJWrVb^i&?zj@MHȕB)x09v~< l9g~18)EXΖg 5 7#=3傄RiM9xs&mZtPI)U%}%c$[ RKzׂO lWү˘׀tsqfH v[;Bb8ǐ# 5 2Y.Ŝ^&ʏs#8"J5=p!["(U, jBȐ3k-)jYEMm,TCi;%g#5*>؎۲|?7[H]k:ϐPخ^tUl!ݴb~OYU8_ckr긊 `c _)TEAc!*{폢d;6ă0PAqad,ڡ7ͩr¸g$pUyWqukACq>JplhX66@­n~*;kASzdGԔۜOE#Z}6߷F[%4W`&[iJ"NMc#<~w@Q c"r"A{{Zf>b7SMCL]S:*Ǹu܍*wW(_<& zpKvꅲ񾰑v ˤECaf_1w&_|c$5B {ԢC ƒr"D}̍o6'V,nȳ]MY0࿬,ePd3+ 3{1r4[ Nq+HI!'ğҍмϾF73g-g9G*,CHB,CN7Ϙ/Ƅ a:h5N#OJ20zGPIm/9sRހ."c ^g"R4_;?):p(Ky)Ja| ڧ6 [QIQ"S %#к iz*8R}.W \҄TsG6~n {ʱE=rcZ.31aۉ \v2rNcZ=!QG c8ɡ,Y5)~+Dhrlmt0 <?mfL?VBE(E&vSYZT9a3>/S5t;]pF7$BSg@QGI-n>⅃P~doM&|~-yn~vЏ8#n1݅tWa`2 aJnd0@oĩDqKXHgL*X(s¢(%%9ŏrA9=-Sޙ(+9.y _D!GJ7W$ g4>A=g?pg1mILPDx}QʻSfCt1MTگXlN+pPY?\0Eš(96`"gc1QÚ➃4IU,T=VJ ky ` 1t$|ʌI2XOPi*$&OIŠw;!tF!}}Q<7->S=b}3]KXr10zXt NS4xaxix@-wf}I}h2bb3H(>'o{}=3kM2NcwBwL4;¢?UW:rj&>2"8 z]LRv˲y$46VщD(W_;ҠB]QGJ }U,(QpmU$Hv~z 7n,;W!>b@*'gM $#IƇQ/I7-~K`Or>qSjo5ɹ|^d 6kil)Ð?ĭ^c8eϒCcosP3фXrK ֟"waf @e@jgPcN94[Ωzɏ飅zc9V{IgrT`ƆAj UA͹Dyz0RMGBn ǔ $rEȿOwX]Z(bhOUUyj}%0Mp)'Kۙ5Ⱘz fA(dJLo74-^2xGyۑ:7VY%y0*~Bv!`ab'Ho[We&J -ed"M*c%y~CJM"0g(uˬK&2>DZ+^//@RwXՎǚw(>ӘI{@Ru+YBW!d799-ř>݄Mo3wQ$d;hI]{@CsR3Av Ϙ/41DM\6dҲR dQ{ϖǃd"i .VoР|iADݑL߸)1NdƮyA5B NU}JSBŽ `Q[lQ>(3"|i=9BXPΩe^l7L^!8̮ViZ+&ZNUwtA5f$ CBer+!G*q>))LVy ƞN]>87pV'[^ʓw8@UQ'_Uc ,V#ЖJ&ьrZ? QHv8qnuR46 +DqG4 $K uw55)D/f&GO%pbx*QޙuKڠ/^m*ӳcG`A!STޣ>$Rh '&Ajs>ny|':o ":@&x5S:*˔r"p |id0eK3%|E-Us|PqDgDKdヱx8n&LĶ52"sɸJ,OVr||:jL1ytb3΁Q^̵"um,T酞Pt_;ঊ<Û$-ߌT{5*j?$8j|Z}ٙԙm#v2>v졙0tJ-? ݆TL {oK`L4Gq6dS;t&c҂О`/1wNkt)3p4Ѭ|K٫]ڴ{rX8%zc/ ٩L?㹚MGDLZvwZb<F KM*7s%죤LzEWO*\a{i]ρ0 G&;"1 y-aJXCSj=h-DZ \L*>NLn % zwjuG,bO _UvNħ1ㄠG2Qònր␴ LSQ%H"+k E1MS2voO,Gв"/ F8 (rOB|gKo*tu׬Y&|a?Q8CXmmKgm7 iwWLւx  dhVųֱFrw\BVcv ק+M ^-d˃iV)]ꇂ.6 hjXn[W{ibQpU8,k"q`"ƝHQZJ NFO9.c8Y_iyr ׵s.ϰ0גk(dw JHBZ}{go@,vkh*u1 v# ~í$^]T[-+( TSlpՅ!9xk~~_Vδ$*QK \ʪ+"q>-^I;K M:7 ^Z2@i;3uԱ6`  p ̻R'|,euuixc^D|W}$Z?dsDmQE]k'D<)\HE/Na!ȩ*6q@l4͗M, ]z  mu@kph-Br_ߞ&s?<; ב1<Ο_&5ԉ;L5E&Z8D{ K}pԧN"9~Mz]8bN5:i?L5[e@.&?L3ƦOٛ'Es3j&2"p)0eltb=S%ut=z!TtBm+&꦳tt_ ϨqVϓAQ-{2Èi@ 0BofnW>^&*dBik7fYq'N<L=vIH^jy8#lv'A0jbs83uYWj~ AS|Q]|,nK&͊yb? 1vDuF#3~Y ,9,=*=Ö/!0IkkMx~2WJ( WR$$4t ʏV1wB,\k:;q)*ݟ~E>ηL*q-Ҏ)u $&JAvX_u*3>aLh/{XjruيmEkm]Px9s9 ,'JhG _)RĿ7iS) Ո! y/%`&S 8TYm5LVVEb%h߯)C Y)5tޤY UGY,: $r-P1""*]y=}81|H>zFc9ʴ$26/HaYe1-b òi>HkGsZ@p%6/T.nTc$qF+~%xOqHR(6L~xz0s:zF [A[hm-7Q4m!ITJ.w1\2;\G] Z͹?}qSA;wf2ʐ&=ĩcnZ'85 B.es>| GJG!Y;d фqq#0]fw=np= )WI1MnqMZlUFOK VHǐuHG3T&6S 74'Xa'،V\QbSG* ;qhk*}# NzR@}lD=vhBȺahbiY!*9_ kRPɝ3 i]૜$JCk)X*PYDѝ,g확"juKk M'W%KPI͌\Lf%kl[aFhjTZCpa[E`Y@S5YTݯWePqKY>ܳlӗ3 EX%pDMgҨeRڤPˋ 9NiV)p.'($ _Oʰpˁb< {j~^>٬GT%F'm:8>DC)|uNxp0捨̷߸@wMr8I~}ļ'm?߭SSѠ4T^E6]NjoyF rS Kd`y3z8uSVZpfom.d;P [C[Wu_O6U.`'94-a8^YTr!Uhh|8(SEbS-IeO7lSUVEIkr |R2 ƿI&EoTuo<Ūg.8`){JY9({_fqYc kzvDS%3C@#+{+QZmpv+Y.!Y\U"{8AR7LRVy%6n\hQr^t0$V2V l LԜ!&4Rޓzw0Mx29{8zuSi]D |\SҸ&c?>zS&Tri ޾(f],"J-X"M miXwYmŗ+g`98);j7ZZ Թb)]ʖQq\" 4kC#5da Qe Thcި{'n  DJ]n,EuK<+'.W-Ǿe<û[%-~ rc]0)6s] TLV_j-(X#GݜRH(ȧmGwעU!d 𔚚 6=6J dc)~嫾[I پWǒ`Vo$BA7dVU8TF/;w84`Ь;^UZf f81 WуJ,͂DK5ESubաua Q4̲jNT"L )kSNԟz_sV)P_s49כBYG~3%)w!J>_):'!f\TQ!a =}~ueɮ[6 d_]\@WHOEga`ƴ> >z6hr).`wv5vu8xg^)3S܅sI{eЂk_'j\ܶ}M杢'QӤBkEo]n{u7+QOhFz׮#DgQ\8m+ٕlxjU]ANņsK,£CxKdV>Q:7`} fۋ'm[l 3rqPh\9_KJ) }5|4?CH 0ʺ[~*| qкĒԧGZ͡R|)շ1>:O@tj{6]7T2tMF_ Di*jPXw^gXg~Ofh Ɉtٵ6ݳ'}]vCMIjƈN$RdŔ8RlO0[N@=.-l+?4m SI_^5M.Sݧ%~d gyD-˖ЍH+ce%g[8ܔ}XIY nˌž (rZ'\mKU1hyH4A+AmwTMyD1AKG-Yƞk,Y^{SPV\"=!C+??Tml1-KX×(:gUmp=;{@4_ͯ e/뗣Okܙn^i[/9p`&02Kۇ54<,i'#X-]BwN}~N<=@7  Gɲ^gw .'˲RIϔB0^K}dտd>zCmF~3JןeSeXKcm/twߖyi0` ߐU ˇK  du+X6Z<%[ y :("-?B.|$2QO_o<De |dgk,J"Y.P5v|QħiMV%q}ߐ5Stיx-܂.:3ON~E<0Y9IGC?dž!qHqbzB%HNc`{ `kWYNK; 8qӇwZYs JY3ط]opfRn͕QTIp,~.ޞ)O~ڎYu9)`EMM98U^df/-jVCBT+Z>ݔZ;1 !Gq+Hk?K;n9-DM>H%`Js0*H9&DЮm*\Ȟ8jwl$r"˿BS7[7Ӿ)4X ^Z*J|*T5C3$V=4 `f_#Wc:Rslsl9!2cv" 7xOMі/4#V eG9 Oo?*otC%AM@ Ӕ|sOAn`(*ƏɊE^'hb~@QvbvtEN:vd󏊀2blp4 Bм?j8P L,;Pd2# cAjK=GTvG*δ(B!Z8 Yeīn%AuzZtU#~ Py|#3g @ ';Mי0!su\a;~6la3֛-!iG~ ?Q%OX x'6wyuxqI@T׿sRYgh'h_MxXugSn:*ӂ~^M\+7^LTja9'=> 8*e1_ 7\-"#|~|b '9&A2f25$X3Z dF#G g%Cȹ!5Er& lK:};;lm]O;\?ݻ^xۅD:C0tKyCUé SemKo>SԖcXұD"I,4_P;4eu"p JT٠C.)6h:YNH}A!;sdp1+Wپ̦Nrgn%@IbdDU.#(\`?W>yN!-g\o:<-|c>Skԙ ΖWl'o`[|:@tCTT. 7$冒`|7g&DE1M6[K1,W4Ѻ|Fa/Ջ,j;]]k4v)J1̎xНJ1s;5ՈZ7CDQY*Mxxd:zwgq9u>\_K`}_J>HRЍoG7hTE?1fGiճ}t:%۫Ʉn M|3GĮ-#>TWZ䠻q7=9(̑cy}=|%*E?QΩn8Xdw9i3 &HJB4N"&;Wblѥc\Ekxz 6[ȴ niSA@'LqِAW܁V6O4 ~ȮfpүYõoiws ^'2WS,r yʡR+1܅Tn_*SgiD\HϏnR<*i& uJīAzgHn=uAաl?au'9Ux__ 7yU:PGS\F`y^PA tP-NyC74Ȕyo|hzuS{,4K-3d5^bX5^aԵt}@6ZUEU$p,U> 3]&-ƅυyM\Hݜ~c M5?.tYB~\ƬݦNX("P i`z ɣ*+,:-_ Y!7Tmɿr;k8Y F~PX3GԖ' I}7v+~i:lM# ;=:>׃W;bК8pjh(kߓ#l(x^f>?o)S9P-.P8 ڼx^Z !]l.@qn$/Bvq935`ui +p."u85[seK/΋Kܙg ˧$pV|!MV[8aP jkAlbaOâӝLz; $|{¸U_^\uAž$)68 k}ob1+Uɯ:c . }LEkZi=L/4CP09PvEuC ΋yNWp^t7Y}7Luaϱ< -V.>>,hnŎP68T=|5EqQ{[*Nn_0_fD8\ fj kH]˔p-Q]'S.Ug$\c?g .4L;ۛ`ڇhYʨ}3lhil3oZvяSnqP"\K܉&i+0hZBn~4>9z"'jeC) ?qv>\2Hf pEfX3@awy_9$]*\.om6:sn#(iVbw-ouGe84ʄ`7 βwc(䈁m=DžĸKߎʄOxo+XcSԭR ,-j$~ Xd_|@k= p Iv|,gO?UfzD&.Ka/wT}I:A Z)l>gL/}52!R˨_.cI/\{