libKDb3-4-3.2.0-bp153.2.2.1<>,,a'!M@eee_alQ|(~&MjZ0\Ӌ4pt:.osX 1k+O0($[TzHޜ_q0i T>cy)q %aKJxsbW Qid>ڸL˽W5S[ a^R4rtO3(@jaP(=ETb_&MIJϚXvXŰF*@?*0d   _ !2PV`p x    (8L` m(8 9 : >%@%B%F& G&$H&4I&DX&HY&XZ&[&\&]&^&b'c'd(he(mf(pl(ru(v(w)Xx)hy)xz)))))))*,ClibKDb3-43.2.0bp153.2.2.1The library for the Database Connectivity and Creation FrameworkThe library for the database connectivity and creation framework for various database vendorsa'obs-power9-064}SUSE Linux Enterprise 15openSUSELGPL-2.0-onlyhttp://bugs.opensuse.orgSystem/Librarieshttps://community.kde.org/KDblinuxppc64le4xdA큤a'wa'a'\s71589ca5029e60161eee830b88baa6600d710483866727c22391ed76b161b3ce19aa4296f49ca309c2901fa5824f943b7acc59a5110e38aadd2dd00c1028e1f0libKDb3.so.4.2.0rootrootrootrootrootrootrootrootkdb-3.2.0-bp153.2.2.1.src.rpmkdblibKDb3-4libKDb3-4(ppc-64)libKDb3.so.4()(64bit)@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibKF5CoreAddons.so.5()(64bit)libQt5Core.so.5()(64bit)libQt5Core.so.5(Qt_5)(64bit)libQt5Gui.so.5()(64bit)libQt5Gui.so.5(Qt_5)(64bit)libQt5Widgets.so.5()(64bit)libQt5Widgets.so.5(Qt_5)(64bit)libQt5Xml.so.5()(64bit)libQt5Xml.so.5(Qt_5)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libicui18n.so.suse65.1()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.14)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^oj@^2@]a&\,@\B@ZZYY.XX@Xv@Xr)Max Lin wbauer@tmo.atChristophe Giboudeaux wbauer@tmo.atwbauer@tmo.atwbauer@tmo.atwbauer@tmo.atwbauer@tmo.atwbauer@tmo.atwbauer@tmo.atwbauer@tmo.atjengelh@inai.detittiatcoke@gmail.com- BuildRequires postgresql-server-devel on Leap version >= 15.2- Add Fix-build-with-PostgreSQL-12.patch to fix build in Tumbleweed- Remove the pkg-config file from the -devel package. KDb3.pc contains incorrect entries.- Update to 3.2.0 * New features / APIs + Add Date/Time classes for precise type support (kde#393094) + Add support for the Date/Time constants in the SQL parser (kde#393094) + Add KDbConnection::drv_getTableNames for low level list of table names, make tableNames() skip names with non-existing physical tables (kde#392112) + Rework KDbConnection::drv_getTableNames API so error information is passed * Bug fixes + Fix crash in KDbConnection::recordCount(KDbTableSchema) + Fix loading object data for given type and ID (kde#393705) + Escape column and table aliases in queries as needed + Fix input of large unsigned int values (>0x7FFFFFFF) (kde#395225) + Fix handling ORDER BY part of queries (kde#392753) + Fix detection of .kexi file types after recent change of MIME database for SQLite type (2018-06-17) (kde#396999) + More reliable resolving plugin MIME types - before adding metadata (Thanks to Pino Toscano) * Improvements + Add quotes when escaping identifiers only when string is not empty, invalid identifier or KDBSQL keyword + KDbUtils::stringToFileName(): Prepend '_' to recent project filenames that start with "." so files are not hidden + Improve transliteration features by switching to unidecode * MySQL / MariaDB support + Improve MariaDB detection on Windows builds, separately from MySQL * SQLite support + Fix loading value: Incorrect display of large unsigned int (>0x7FFFFFFF) (kde#394913) * PostgreSQL support + CMake: find PostgreSQL 11 * Tests + HeadersTest: Use install_manifest.txt to obtain list of files, this improves accuracy, no need for blacklisting + KDbTestUtils: add convenience APIs for connecting and using db, support connection options + Add autotests for checking detection of every mime type that should be supported + Add autotests for the new Date/Time related features * Buildsystem + Copy new FindICU.cmake from cmake and port to it + ICU is required so do not check for it again in the sqlite driver's build - Run spec-cleaner- BuildRequire postgresql-server-devel instead of postgresql-devel on Tumbleweed to fix build with the latest postgresql version- Update to 3.1.0: * General + Bump soname for the libraries to separate from incompatible 3.0.x versions + Add Python 3 support for the buildsystem * API changes + See https://community.kde.org/Kexi/Releases/3.1.0_Changes for details * Bug fixes + Fix SQLite database compacting: canceling issue of the progress dialog and finalizing the compacting + Compacting: close the progress dialog also on error in SQLite3 processing; fix propagating error status to the GUI + SQLite driver: don't clear set of paths in extraSqliteExtensionPaths Connection property if exists + Add safer debug for large values + Fix issues because of using " quotes for identifiers in SQLite driver (kde#376052) + Query parsing: try harder to locate positions of table/table aliases + Connection dialog: make message handler optional, return result, accept on success + Fix KDbNativeStatementBuilder API: connection is always needed + Add COLLATION keywords when generated statements are native, otherwise KDbSQL string is invalid (kde#379447) + Fix generating of SQL statements if there are tables used having lookup fields based on queries (kde#385417) + Aesthetics: generate "SELECT FROM ..." statements with exactly one space after SELECT + Fix crash when generating "SELECT a.* FROM a, b" statements + Generate automatic ORDER BY only for native SQL statements + Raise SQL parse error when alias is duplicated for columns, e.g. "SELECT foo AS a, bar AS a FROM t" + Raise SQL parse error when alias is duplicated for tables, e.g. "SELECT * FROM foo AS a, bar AS a" + Expand scope of KDbTableSchemaChangeListener to allow registering queries for changes in table schema (kde#371896) + Properly unregister table from listeners before dropping + Setup query in connection: parsing failure can delete the query object so do not try to access it + Query schema: fix possible crashes - explicitly/properly remove query from connection's cache when needed + Query schema: fix memory leaks - remove internal expressions * Optimizations + Don't create temporary table schema object when checking for existence in createTable() + Don't create temporary table or query schema object when checking for existence object with empty name * Docs and examples + Update README-PACKAGERS doc to reflect naming and notes about compatibility + Enable creation of API docs QCH file during the build- Add python-base build requirement to fix build in Leap 15- Update to 3.0.2: * General - Fix possible issue: the WHERE condition can be lost while converting query to SQL. This can be seen in Kexi Query Designer. - Validate query and offer error message/description while setting or extending WHERE conditions - Fix WHERE conditions handling - Make query parameters also work in COLUMNS section. Kexi query parameters do not work in COLUMNS section, e.g. this won't work ('invalid query' error appears): SELECT [Param]. The parameters work only in the WHERE section, e.g. SELECT 123 WHERE [Param] = 1. (kde#348473) - Support queries such as "SELECT FROM table WHERE condition" for completeness * Buildsystem - Add detection for PostgreSQL 10 - Improve information about recommended packages (for drivers, python, etc.) - Improve SQLite detection - FindMySQL script: for Windows use "ProgramFiles(x86)" environment variable to locate "Program Files (x86)" folder and find MySQL/MariaDB libs there - FindMySQL script: fix it if CMAKE_BUILD_TYPE is not specified (Windows) * Tests - Fix HeadersTest for paths containing spaces - Add tests related to query parameters to the parser test- Fix the -lang package Recommends- Update to 3.0.1.1: * General - Check result of closing database while testing connection (ConnectionTestThread) - Make it possible to set row source values for lookup column back to empty list - Fix setting properties for lookup column (record source related) (kde#371958) - Fix identifying table properties as related to lookup field (kde#371958) - Add safer debug for large values (internal in 3.0.1) * PostgreSQL support - Fix database cursors for PostgreSQL: remove use of uninitialized variable (kde#371331) - Fix error on repeated loading of "fuzzystrmatch" extension for the PostgreSQL driver * Buildsystem - Make it possible to find PostgreSQL 9.6 - Improve support for Qt Translation catalogs (use ecm_install_po_files_as_qm macro) - Fix finding KDb config (use ecm_configure_package_config_file macro) - Add PROJECT_STABLE_VERSION_PATCH constant, extend logic for PROJECT_STABLE* constants - Improve discovery of PostgreSQL library on Windows - Improve searching for the MySQL driver build dependencies - SDC: initialize all variables in from-map constructors regardless of errors, add {} to conditions, improve spacing - Suppress warnings about duplicated drivers if KDB_NO_DUPLICATED_DRIVER_WARNINGS environment variable is set - Replace KF5I18n BuildRequires with Qt5LinguistTools, that is used now for installing the translations- Adjust the package Supplements, they were ineffective as there is no kdb package- RPM group fix- Initial package based on version 3.0.0/sbin/ldconfig/sbin/ldconfigcalligra-kexi-mssql-drivercalligra-kexi-xbase-driverobs-power9-06 16299951513.2.03.2.0-bp153.2.2.13.2.0-bp153.2.2.13.2.03.2.0libKDb3.so.4libKDb3.so.4.2.0libKDb3-4COPYING.LIB/usr/lib64//usr/share/licenses//usr/share/licenses/libKDb3-4/-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:Maintenance:16873/openSUSE_Backports_SLE-15-SP3_Update/c4af870d6b190989aaabc9229112c8ad-kdb.openSUSE_Backports_SLE-15-SP3_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=3272787186d57115b8f334594a9278ef7ca8a3d2, strippeddirectoryASCII textPRRRRR R RRRRR R RRRR cW ^1Dgڇrkdb-lang3.2.0 utf-82b03896c101a54df4e23bf52199bb6f9dc52f1ddff9e756054a47f0b51183b96?7zXZ !t/iW!]"k%wd/eܵ  vb򳗒s  Z- VCjḶiTLAK(wx8}!~2!\N Smi4!Di\>񦔹s>黟fB_d8 _={V-º֑E~ 1!֡AvmѹFX4#NJ23L2US!ä ۰$ETjj/ v|RG/EA5>ɝn8S jG~3S9H04)ؠI,L@ {TIʸ0}pHLëa:.\5o?"7ɝtm&LxUtqA\BL*#-PUx5Taoѡ 8ez RRTid_]"z2U'@Pܩ0=$4%&|]B\_5*0]b{aԔ.KG9^djs}`޻ Ѧ 0,XߕdLANFB_}Asʇ9bE^OO}0PLA<ίV3cco^-^ 2ŏ b%q2- ka= m;}DVa58qtkO^As@Z"qxhOznSHٸwr6;.y". ^$fp|mA&_)q֫ ]:!m5ѕFDM}Dmܶj 9DV%_nXgxn[pܧV%Kp;v\չ8ӣp# 6䍲]OK$C4pm$It}N٠.xs̔f!bn9%T51Ė9j- ИgOlϦEz/9j?zֿ?26!yie/³,a_*%3܆0ټx; tR]t%7ţ9^/k] K"08 pҮL4!/kpTI+%u?KM*a~Wj֤"Fً1_`X Fx*דfJss 6ɽ{9,q6Ggb%sCYaGWXl*ѪKqM @:1DJG)% lTT pM~."Y!R^-kkfsj,MmI/qiy[B whE{NӳBn+yJ0Ӱ1JbuEbSZ3L/xy&b#Z~*p_i g^TCT%>)BK{,iv,Z{U+x VĄL;0mioT Wr1{BwbqwC =G#!5-w!@Åe7xVodXP;J LzeDCMND?02<~jS[s, E"<b…=*dp1s26# ^iˀ zyײE'eFrQshqh?#p .,KCoΠR{ވNW`QFY.wBYKT/zr12_IZ5 05,tuR@R#qS/dNE4^bBrOǀcٙaԩ > L=3 UM6bطOA r5ǁ|j * I\(Ƙ"kd9Oo6yp#h5vJdn ɴ)ڞNXξ;X<~fL{ԘQ!eO]=Nxɏ8$+;̝zX-00m_j^?W6=ln_s+ G2|~$!/Xix ]KkID>i+igHCxYU 1J -cqLg<:"v^:V2['G︬_CU0sIl"Gv2Y"I Ͼ$j Q;a_XVm/AJnx:FͮjCZisp:;aUؚi(HRž+ mxq}ԏMq@+>:JЛ,4gl08lLvH")E@w? ` A3EjѸ V-t6|!zZ"Ij*Pf6*hn U6ML7Sd1ٽ+XM_t(jIlW8_L`PqrRu0,ސ6+ nR#k8>%ď˳>Op\`T2OI)70 e?A]H d>}UhWŜG(0+>RXHqIS'M{[hVCU;;z6y3(T^SFbJpݧLzv͜d mb4SLKU8/5C5Vg.0,5+ Wܽ8oߥN~gٮq 48 ;[stH޲r6x~lʇuV_|ikhC#dSM_T]#,K+!;(yZ.Aԓyqfe:wR7-a Tl<%lTD.47 -?Juي0vvgĿӗFO+RWMBqJDn$e|zQ&%˄HMWlR?b*cB~6}ŧxN[Iyf&H!%G ]YLt-u=gLuh*gQ4CD ɒ Q/f mMN>r+Pڐ * \gg H<|'p):DH$̒坺l-1o+ojlU=k'Ϣ#_l,_BM瞱ZK~y B:)83]Q q3;t3^9τKaIK{qB5l#…J;{dm1'E&D>c٦`(/ s\ɷ]^q[b 1/~M McJ?a[~ye<SmA]c?>MDZ{@L}ڈ!b$|"IɈ~oB<>AHƵpY:mƏ!tq9pns =t yż˧KuVO]PMTls yee6x@O{[iç 2@vcTߧsBd#ծƫNeيj̏&ۣĢ㰸igІa6@a 8 wf g +:/TBcd^#J8h* PՒ~p<$ue 4Ƀg];[(z>;֜q 9r}v٢Uo)2P@칹0+MSD\[vzk#hC@(֐~J].üVX2>F_h<(ǫheƒ'U$\P&Mvq y{Wލg 3׊ԧ (2vBʣגbn.v,qeŻG(ѩ*<ƂP)r =zU!kȎj?l/^U6ЯeJ|cY}3[TGaيAeM.'Ğk@S C4~LZ@ʦ,KVth0ͱv9XӪn<'kS6kUW1Wm 2_a*~˴A̘_8];:] 0hC;k)hr4VS!՘ו`FH{p/+DlHq17"Q 9^tz C z&VALvRAfx54@/0 ?D*eu8%<ؙETSݡ{_ o#ʅ? >FE{'bGbů^Ptyě ?eAT"яem}فr3!$b;x:6䰧^ءw7#R@]pF怨Ao:“d'>B.0̷|1OMWlXyM Q3gm敎/Mk#wtvMHc4j{  rp_eTOzr'_tpjǭm7k=IL"+ '*m֗4=Gڷ_@4 ChXJ.3[Ӧ(;kcdlc0IVLzL33Y?G0Ʌ~CL|`X$}oya:'P,4gz~mnW c4W(5C[XhD&X d%p`C+ ]!V"1h&L< E#P͹s^x&&Zj:OXdv*ԯ-wNߔ+-MGxe7n "(o;+f#?tf|D0h)_LxAEUזP"X>jܚ!h/mQ:RG R YTpA/4 @tFYhL\بP -0HP?y:?UnP`mУ#=Xi63I;E N;nrwOjRMxWHicz55VbpP%fvB: ^-%zPjǂl汉[pI8Fe|hrE" F"q&jva}sRa?Z+s 1M9{QIkS naep zV,w aɀ4ЕLZ@کGR*m;M3 /dˑw2UWakgk=86/ { )911 W9lKXpKHod6FwW@[BUQ*erbFy-m{3tD:i@^n`VJtN/Ũ@rO"6VaB8Kccl>㪉n\RgK@=?K䋝O ;}M'Pc?KV<1VtuNv8|3񌮄w IH~ ~Yy ni"̄113)yZJ$=U/'P+w6A 925 ,dw9tn)>)qm JbWM7b5i&>J۔%y{pDZ4Bюg1fV^$/Xib=o4J;+J΀chIMco B3[0VE%8S Ճ5Veϸ}+VС^(@@8~溚Rꅴo,Qfs@|>ypO(P*V;"f `TmI;A#pTQN!o #/`aغSCzB֩}Yuަne?X"Q@9Q#CS?6[!W*kȃ(ܿi"LŢs`K#{Re3G $(yrp W]?7U"|8pYv.UŁR&xTQh9wq]dF6ck,x57҄/LBDkElWДG "ewf}m3.5g_451{<3qY}jMKZ,Jrmz\zn A;ؗ,~"2Laz7/%)B{SeB8۶' ȗ[N57s['4 rS16ۉM1t7O  *jOeѽρ8C=w-GM`2*9q TW~l޵j%#_0$5n|?VU;h}Mq7eg"+B24B({eLm.aKh-@rDC1 Eֽ5XJʧ W!pDȅʫϩ=1qr,.B $E7')NqF5|C7;B1K-C>Сq-r@7DU @em&|=g鱘v9>% ̈́HHXebF:qpwiBo'ڒGgR Ɖj]vݬ3cKqr ʢˢcE8F% ɟŖ*]$uh ZY`qon"èȺmc2DUC: '"ԉ@5y!ڎooMa4ʪtl6bo/ S5-dfi.ib^x\Q#Iw(98d9`+9uרXZA^߱T:` UL+qTCE&mJJ! .<=6ZJ8Sz}t̪h?O-yM+fb+謜dѠN;75mM_~q"WBX!V++kF4'Qm#ZVzC7:QE 'NME^5yH\xj?1h1L쎨qqU=ҿt>gLw`CKoEpDE<.27jIӐpm;<* anT݊c&ZƂ +o0'N#k TvJ9f`c+OkҠѠ)_:Cf]EWx䃒F D>X.hB4((1 ,ӌJ?0??.HirP2!`ÏO_ݢ}=!IP>kszA&t6~~twFg9Y134 9q@Lb+Lm f-Hƅ:s{Hj BVJ/zYHnMMf :AtSͩGq]s.ۭ൒!FN]K$—j9}:fCo'.9?U( a( bGJhj29^#r-RAϼ T.$8Q TPZY(=S6oOJc*v}EPcј|¦Op.%FP-;9C+;'D:_JJ9[ @iQB]4bdW);)n*o,JJwY=cBXRޕ䑇kDA9ioeZSoJ6cZυ󍿙HBY -37[,ճws bȨe2%C 9v@RQx]‚lJPOei+ z(=ūY}Jܔd4T&/6!J2Q~Ew'6.7۾ E@%Z`7Tўl} 2Eӡ04IOJ)'y\69t'imu+hOJ+-zB f h'[TP<5ծ2&%NU9 BftjȜUb[H!a7V 2jMQkMce^cd@tܻmq*lX %Ր. >QEL  vec.dm=RU .(C|hpJN;1.[K6V{Tu{y1n-l=SɻH"όF'i,yR;!sLJggZ!+%AJ?dC&#[Y^/=ʫ8B" OiO~q<_ɗ}rTN5{\+ Ԣe͛e|~R;GUT["' c(|]L]4WvAys_K,C{e"W*e6mÒn-~v͜b颠}e79\y\Ն; F=He\:3.Wr_hj<8JJ1OBa1(ty3ϯwDYkUGrRO0!E>Ha3\!n_ھ2\Rc2\pӧdLN}?`]-?|^zOM<GFM?Ϸ+%?MQu'?E_fBH=~;Q%tኇP}`Ҷ>u#~tX&8/X˳ˁ3p9s諤Lbjy}qZ[nAn'(t6p>#a==<Ϡa\m,%i ,K)[$7hswSAkA Ym䠕94ȩS 5k*ϱr}B[hk8JLjFz s3{(&@+m`O6 6N)*p1C|^GS`=iƷq 'y8ެ8Ǩ;+pE7dydw1бA[]4s7v _$-QPhA4:h;e4 =FMZh&+bJn|6]AX$>.ܿـ'$S(f S~W^ JgSr s0*áXrWPSpe70ʦȚD?wXd ie H31:Pz.)DYL{Kj $m t"M X7ȤO a"AqC k!dqQؖ ^+'D&zxN8lE1WǃҲ*PjT"a…3O(2,95ۗ c`CMƘXLbdiϡ' 엲(__塎@M8g~bIkYb=2@å8m0s[&Ճvp =by@dYcA/Fuux wܢMI>Y?>79::01LF-B 鰲VL/3sN |}Uݰ uX嵈L cGjᢑM Dz9|ӡyab"U4=0_=GDj2^&JpXr5Q 1iz`@O0\.ko%ZQ,aA>5W 7W^MJfbt p-1j[)6GHݴdtg#0feBo._(X8sDGEhM$NW(]_⢞R BDќTt n/Z +~2Ԍ 88(Œ-} KCf-V)09o53I[B#e6Ur>S# ik(cbZpN؊*BX$^h#ՅGr/Qf`~Qî[Ao3wQf3ᚪzM >x.QlBB+@^>9OSnak\[EZn 2u>f%pTÕ=V)9ﳐמoSQc %RkV6cfB& x2I+I!7OM@C}]$B\/1(*I-e@ Y%ʠLxbRueר t̋? ႴPj/)BxմjqBŰ 6RQ1EfSލ ^g"FTkVoh틬dri_/ us> zd$l㒟~bqa[m0`|8Y|Pwfuʐ ʥ"tb['6E|{@ (h3w3F`8ͭ%C[$c<!JuFѪо~΀*ߡvhPGl@4iB z+GC VyI2&M'!d\B)N|w}+qGy:m,# v^3Recu[K7SumaL&e`~h9V8j\ÓKM'SeIw(7ꐆĐDʇU\5R1pTmy\^U0~nc˜;s-*MޛAVkcS< 1MɔsXLb}'˅]'ZVi+ǯn1 ?xK6٪mAdpy¨u4N2m'g-+";^#2?۹_×^<Rc Cvxs PL , *>3mqm;$yrwا`MgqlC+ЩnPT,DǕ?a|HyYTC \}0:{i.+fP d}Сn =/g\$ 7=5V*i_T.Qx:nob_ q(oޑnx`iake]M!dN I"n9K c@W!;]_B^'u?,'ǛS9c= TwC|ϴ<혓{wB.N#u;o$ٻcO#7U0xu"S8S<7Ig񊺙|@U}۲aĞ\zDɄHsSq`G,y_SHR,s1bL3,5<8= T`׬%v>šsir$vRgda.ss'첢8;ןZ#cʯC3` (ڮ 0<"y!6Z\ZWB@tcmP;P> Z_X1!Ѧ$<$C+ 1s9J@PX9QP7R ׯtqurz"rj],U#˻kPNg.{0Fj %\Z66\D0IK8n{CXq>0cVg68IXIP kjACTϺl(96ݕoOWqKdG2ljYႯɿshSK --N}ia%8)N -"#NLz1O= ~0F25Ҩ4"9~U:d  {ڔߏ q5&gI%eHU- ~gDYLZH(2/MۏMcp"e!xj)uơ\E_O5)64dny`?2J^sGm'.uMe)2+DYx ecAnO>A`Ȱ هQbMYMxcc 46Ɋ]zW- IӢF ٝu,'N3xa 1 7:TѲ$8NH-,{@Tߩgyڝid'ۧV핈5>dАfs%^*,A3$Z/P9 U`6$Y|r) w @IbY|zփDv8آ+ Tg2SUA,GCgן%%P AP7iMSӟPKl|!O6t˖2dk >l|- DVOg{x`Ȯ D,q %Pj`\)aH*jGT|CGy}Cǻj^BDdsqh>qᇍ w W /%K%LA(r'_/Y0v|v:XW,P v*mSәz,$A|*Y\Z'cިWvR'V-A:ߝҀ`4m&4e9jc-nC)JHF }lbK`ĄO;4dqlTġ(NsabׯJI=%j\YH "tpg ?MYш/صiy^׿xjZ`x]]?ʞT7ؽG3/d2 c0U ?װL`'PfktWAleCʪk iVdHZeۘ9!v10h/B]3=GDU]rLBrt%$STA@L`DH ǯ@[*CǙrV5k0LLg¯zL\qɿ{`@s1`l[7 kR|#r0gIJaY\A璿VNkTFqb3֨5ysΪ`9kfs"X4Cb!~O\oW:a9sfun.PLfj[:()A +|&Ǯ0}Kj8 p+GH `D=Iw׿;{Tszvy׍}_JB8[0"vi4i5N:JC^ @ěo=Pzڵ 쉱}8i^l4"#3[kE""Mu|/JGw;Ya"#{v Ev/ng8)$3bU=5߮Ifk>`^a}АTcM1MWPߴ >nOIvh@ՒagF;3T®Ӿ5aռ# {foT?{*)AԨ:zX '=r7FCzڹlt7[C|djP!Nt Q~-56=Ko᭏82J5',QK\WX͌:zj]qT_ ??A)[JZP5Pi{],/7DŽ%4$fǨޙa=:>bAE kG^ȇ'biՈsB=Sܮ(obn6XKy7i6Co#' JハNdzWr" *b}lQ,L t^ UޏK _"t%W1w5$y \F~*\7ɽ {Tmyc:>nqQ# 4\ ?L"ɵ >-协˄ܿ@S3f?j|vقa}Tr "پXl_|e$5)_p4O5{O& /ͧ[r$v^&װ>7#l +$>$MYG/i$ .T\" A{A ZhRn4mNתjj4fSpE䪵Ϛchb.4xX镹CHOT06s;5m]Nf:I׾ y]\><.  qdHm:2=G4<>B@s `@Y( f 3WBo^^sb3ڕ&V,ʲ \WZ5j= 8fV_qke`wQ1HybbjɩJ KνNv'3c8 n,Qs(8yU\aC:2^a#dT C't)Q7>iyjs>O&ڑh1G맋INYtDJr%rF[ESOe*W8WA"%j5Fy^4q-D]`E;4IkeDb\KiNO3~)?̢YBm͖|[h ,ge@Ջ(yz̛JBK=*=PظML!_Ͳ -&)r7B,Iz7PG_]r&(V Lcӎ)2n✬!ھWۼm$Ut]썅/rjrjD|igmو;h.O}1=E u!K\T*@uUBu#s9'dʚR2[fGtQ 2'xp)gƥfU.)Vf˪F@#Z_* zX~ώ`NVˡPD}P,)9b2JxZB4aŘa$3 `z!_*GDc [c7Wѻjikfw@\/.udk2@_4zEO 艱 ɑzA<,5'@lI^]^ÊiRᅣ9Rm'\Q'D_kkPPľyv{!G|sʱS M)~WO^d$I88B$vn)AO#+LMs߄5 o41 9v_Q]\bȠs9=irͣ6H qdFOaFŝ˾PHO&O ݝ~/L{++#;-jyDh>k܏~>ejrxYq^0o{k]$=JOvC'CkC\OO``CZR֋AdL2F>dӨ 818\z~]"ok%Ё3SahGAy3_ ֎e]ќ(w>!(QD)"O~cFK`$N>ɭZ]C/Ð諄^6ؽPq^f |Y5gꕵ^YBa̦PLZ6˯ioe3 :b<o̍nqY1Z0huuZ .@D-aWqe\ʯoʒgCGr]? ;|b zrH 6}RZ?*-\c4 –~N/Sbo$1(߭y[ >a[(q@rQjR,'fmVV?:mko`d9Q#ky ҄GB箂΁uZb"9 Yp7*LB[iTI!➄o~J}P+/p@—$Z,N^)RX@Jv׸iY'㜓 j:gԏ:(3m(n5CsO<`ij@ׁVֽα/6jGu DE{Ae7HQl ٸ¾#5i\Yz8p3:n .|x;U< h ;_}CܷH~Gq7GlNWUm(&Mq,f+r\d^6 6c6eYSoA4k6: aE4`rC-hhXJ5+ZF!nVb2Ww\ :ɭ#?,fQ_Aj1 %F hl<qakAd;1g􈬒m1tf#BR<|Z& " "5+gڵh,Գ)p,$V4bk@n8˖WZ8NbБ_98Y$]dހalQEa:Zo) lL }(\ww#7"OwCxXj()0W.6ű4:%"P#3!سXIEz2ݒ'=M)v+J9qi$0k#t$@2oD\Ü[5I iծ 2 YZ