qtermwidget-qt5-devel-1.2.0-bp155.1.10 >  A dk>NI%z I8H:4' O]v5)D@9)vHrNI%z  0> ln'W$m*?$$Q`S7=)Hag͚r(*nZ c.D3_0ixi 8xBϥ<=bx?Uc*5rGފнS˸j3{ͬua Ѭ `&Gm^ 2׎:1%0Pٴ* ʭsƼ"W{vdu3QvkWOYKfǔ^.!}T_4VyG؍wߗ*37\ڬg8! 5Y1vH82p$J%v_(xP_W+QL~13kV65෶q7@#12jaagȕq9ʇ9ɟD;c@ڐ^Z} p aѻi̧c3]}}CPm3!6#8C?FXLꗾ$xJlq6(>p>* ?)d ) Ctx "(0l     TP(89: F$xG$H$I%X%Y%(\%X]%^&b'Ic'd(ce(hf(kl(mu(v(w)x)Ly)z)))))Cqtermwidget-qt5-devel1.2.0bp155.1.10QTermWidget devel packageDevelopment environment for qtermwidget library.dk>Dobs-arm-10,CSUSE Linux Enterprise 15 SP5openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/qterminal/qtermwidgetlinuxaarch64E4N[*yh0u,IA큤A큤dk>Bcf Pcf Pcf Pcf Pdk> cf Pdk> dk>Bdk> dk> dk> dk> dk>Bdk> b99d0be946d3dbfc6fb7762bdb52a6f4593874e33c329eeb0e051ca2f8f76247f7fc400663fb85311cdb3bc34bd1696e1734e995606525a4b3539af887435f8726a215647eb3d2dd9fd780a8baaffae6d6a719dc1c2fd08d02f9509dc2de075cfdc83686bd7f7758ad49d30366b6d36ef03b191ab1581fc80c2238c8e8ce693c67622e0c5bdd6e62e885377b1e828fb27b47d8525bc877f05717880d17a1d2d3edb95f9543254ebe9ccf0e2bd892d1e4bc8dc9cbeb0419bcaf23dc8b0495cf80361f884bd4757abf6fb5973ac483cba61834f5c5eb4a9323338bbc0e6369b981cc0301cadca067e6b473594ff6103eb5fef072756960182e3918323a48e566848c21dccc94944686dc7018e1222cae792df51ac02e08a6f2951957a072c2fa0fa1d90f6f6de8dbb13ffabf42bfa03381175254c23a76dad9b2c5c83d1c62ee33ff03576f3cb093a14410f9c8f8d61c44270820439455cc49cd8c7fafa04bbffa72151e756744cd39a45102fee15213612f79bcfd37f489d14d1260276d6f354alibqtermwidget5.so.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootqtermwidget-qt5-1.2.0-bp155.1.10.src.rpmcmake(qtermwidget5)pkgconfig(qtermwidget5)qtermwidget-qt5-develqtermwidget-qt5-devel(aarch-64)@@@    /usr/bin/pkg-configlibqtermwidget5-1pkgconfig(Qt5Widgets)pkgconfig(libutf8proc)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.03.0.4-14.6.0-14.0-15.2-14.14.3cfP@bgbga@`y|@_@_^@^&@\y\R@[@Y|YXlW@W;V@Shawn Dunn Michael Vetter Christophe Giboudeaux Michael Vetter Michael Vetter Michael Vetter Michael Vetter Callum Farmer Callum Farmer mvetter@suse.comMichael Vetter mvetter@suse.commvetter@suse.commvetter@suse.comdap.darkness@gmail.comdap.darkness@gmail.comjengelh@inai.dedap.darkness@gmail.com- Update to 1.2.0: * Enabled Bidi rendering by default. * Made text DND follow the settings for newline trimming and multiline prompt. * Allow `QTermWidget` to be used as a Qt Plugin.- Update to 1.1.0: * Handled the zero history size. * Added API documentation and followed the naming convention in some places of the code. * Return focus to the terminal on closing the search bar. * Code cleanup and enhancement.- Fix a rpmlint error: * libqtermwidget5-0.x86_64: E: shlib-policy-name-error SONAME: libqtermwidget5.so.1, expected package suffix: 1- Update to 1.0.0: * Bumped minimum required Qt version to 5.15. * Fixed crash under (Plasma) Wayland on opening tab and splitting. * Quote drag-and-drop file names. * Backported CNL and CPL support from Konsole. * Some code cleanup.- Update to 0.17.0: * Dropped the support for KDE3 color scheme formats. * Properly implemented the "Action after paste" feature. * Added modes for background image. How background images are drawn is changed and manual reconfiguration may be needed. See docs/configuration.md for more details. * Added a method to disable bracketed paste mode. * Fixed the execution after pasting when Ctrl is hold.- Update to 0.16.1: * Bumped version to 0.16.1, for a point release of qterminal.- Update to 0.16.0: * Use qAsConst. * Don't search application dir for keyboard and scheme data. * Use Q_EMIT to call signals, instead of the emit keyword. * Dropped the deprecated class QLinkedList. * Don't use 0/nullptr to initialize QFlags. * Fixed ColorEntry copy operator. * Disabled the use of copy constructors and assignment operators. * Check for successful ioctl() calls by testing that the call did not return -1. * Fix find_package() developer warning in cmake. * Use const references wherever possible. * Handle keyboard commands properly.- Keyring change * Renamed qtermwidget.keyring to qtermwidget-qt5.keyring * Changed key to tsujan's key- Update to version 0.15.0 * Fixes for macOS. * Fixed the PyQt5 binding with Qt ≥ 5.11. * Fixed a memory access violation. * Added saveHistory to QTermWidget. * Don't set the selection clipboard if it's unsupported. * Announce truecolor support via COLORTERM. * Fixed the numpad handling and added entries for numpad 5. * Allow to disable drawing line characters. * Fixed compilation on NetBSD. * Fixed flickering on font change. * Select all text when opening search-bar. * Fixed search-bar's light text over white background with dark themes. * Fixed build with LLVM/clang. * Several fixes.- Update to 0.14.1: * Only translations was changed.- Update to 0.14.0: * Clarify the licenses used in qtermwidget and added the missed root licenses * Ensure .bash_history is correctly written out * Make Backspace behaves the same as xterm * Fixed visual glitches in the search bar * Redraw cursor after cursor type changed * Fix handling of ST (String Terminator) for OSC (Operating System Commands)- Add asc and keyring file - Update to 0.9.0: * Take transient scrollbars into account * CMake: Prevent in-source builds * Refactor and fixes Python binding * kptyprocess: Try to terminate the shell process * New color scheme: Ubuntu inspired * Fixed some github pathes in uris * Add a comment for potential future breakage * Use wstring in TerminalCharacterDecoder for UCS-4 compatibility * Support UTF-32 characters correctly * Fix "bold and intensive" colors * New color scheme: Tango (#167) * Finish SGR mouse protocol (1006) * Fix build of example with latest lxqt-build-tools * Expose bracket text function * Drop Qt foreach. * Revert deletions in .sip file * fix python bindings * Expose terminal size hint API * Remove class name * Return something * Expose bidi option * Add an example for remote terminal * Makes the use of libutempter optional * Fix behavior of scroll up (SU) * Install cmake files in LIBDIR as they are architecture dependend * Check if utempter.h header exists (mainly for FreeBSD)- Add BuildRequire: * utf8proc-devel to have better utf8 support * Qt5LinguistTools new dependency - Use switch to not use git to pull translations- Update to 0.8.0: * FIX: #46 fix vertical font truncation * bump versions * Really fallback to /bin/sh when $SHELL is missing or invalid * README: don't recommend building from source * Improve README * Don't export github templates * Support REP escape sequence defined in ECMA-48, section 8.3.103 * Fix build issue related to utmpx in Mac OSX Sierra * Remove the deprecation notice * Handle DECSCUSR signals * Copied issue template * Update building instructions * Require Qt 5.6+ * This commit allows the consumer of qtermwidget to capture the (#111) * Allow the terminal display to be smaller than the size hint (#123) * Backport Vt102 emulation fixes (#113) * Backport the default.keytab from Konsole * Fixes (#122) * Updated README, Added support for PyQT 5.7 * Fix memory leak in hotspot (URLs & emails) detection * Adds superbuild support * Use target_compile_definitions() instead of add_definitions() * Update find_package() documentation * Use the lxqt_create_pkgconfig_file * Improve lxqt_translate_ts() use * Adds COMPONENT to the install files * Renames test app to example. Make it work * Drop include_directories() for in tree dirs * Use the CMake Targets way * Pack Utf8Proc stuff * Adds export header * Use LXQtCompilerSettings * Packs compile definitions * Adds package version file * Removes Qt4 stuff * Add translation mechanism * Use const iterators when possible. * Enable strict iterators for debug builds * TerminalDisplay: Make resizing "Size" translatable * Exposes receivedData signal to users of QTermWidget * Exposes sessions autoClose property to QTermWidget- Updated to 0.7.1: * Bump patch version (#105); * Added a modified Breeze color scheme (#104); * Accept hex color strings as well (#101); * Remove the stale lib/README (#102); * Implement background images (#95); * Implement other BOX DRAWING characters (#98); * Preparations for context menu actions on URLs (#97); * Drop the ancient wcwidth impl. and use utf8proc if possible; * Remove widget size checks in setVTFont() (#86); * Delete unused tooltip code (#81); * Fix size of the array passed to memset() (#79).- Updated to 0.7.0: * Remove support for Qt <= 5.4; * Remove Designer plugin; * Check CHANGELOG for additional information. - %%cmake macro.- Trim storytelling from description.- Updated to 0.6.0: * Full Qt 5 support; * Drag & Drop support; * Lots of bugfixes and cleanups.obs-arm-10 1684749892 1.2.01.2.01.2.0-bp155.1.101.2.0-bp155.1.10qtermwidget5Emulation.hFilter.hKeyboardTranslator.hqtermwidget.hqtermwidget_export.hqtermwidget_interface.hqtermwidget_version.hqtermwidget5qtermwidget5-config-version.cmakeqtermwidget5-config.cmakeqtermwidget5-targets-relwithdebinfo.cmakeqtermwidget5-targets.cmakelibqtermwidget5.soqtermwidget5.pc/usr/include//usr/include/qtermwidget5//usr/lib64/cmake//usr/lib64/cmake/qtermwidget5//usr/lib64//usr/lib64/pkgconfig/-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/500fc74ba2b20bce106dcf7ba918c6dc-qtermwidget-qt5cpioxz5aarch64-suse-linuxdirectoryC++ source, ASCII textC source, ASCII textASCII textpkgconfig filePPRRRx%oڍȄ.7utf-8e683d26cc189f4132ee10b3b8aaeb06ab8e5fabcdc19b68c5b863b7c3fc4d390? 7zXZ !t/6'H] crt:bLL ؝-~t#MTSA |q|7)sKpW{`~L ,WrO׿GV $sJ)%Q`њ,"D<(BmO[^*'̐B!bFLkOt_'s0h_cqؐ.#>D"#H/ k+@J_ZNtXGz&M&ƨXNI]|NTƆ2 ){R?dJg97dwago>,'2 VJxj~^Xih‰CZ<@GJ]f`W=cR)@Cq' EC8:`_MՑABmSG!X27\7B[]clBCn~7?,0pu3$e+_汖fIE|KbN-bm)pխ0@T3Vro9 g^MAgw`24~SNntGn `/QXλmD[۴:Nkc7G߄^Fd߻||ݵqެee>Tz[T@/ýhõNHFJ:)s6_k$t b!ۨ1'ƙw҆?|YF~M/V_ӆ1kbf./9s󄇷MnӘ=DTф7e aK'=Yz ?Sm5o'W _d}m =ŢBC,|8_엖[puėUbAlin>rq3ba>2X"En rp`yФ@jU2z]83)UZ$z QGX~z֛C}/As`lD S@vL`j]#;HUYzFk&Խ63_fFPe-ROp{Q((lr5UqIwp<ꔡj_D'jXGiTg_mhB fX[f;`Hd C"};?|2?Fd6&;u IA ,|C;T}N_WorL*3E<!X[Wsm8VX[iXpoZ"D0erZ`89BxVU.^I'Ue,LѪrKccü2T{? VNke|hra^ 227p; ;+JJ H"%*]YwTF7]8D` GDJLٕRͮa,IwKUF*Ưb: c/-P+DhqnǩCVI`HwRPW1]qP~)!F` e 7l)Q@k^*.'F90BWG#X;'U U>8iղyq <  q>٠=zi_*KA$]紀W_F玐Ey2y3}f6|a7^(NRzOt<8ĭ*Cw[,F9{yYy?kE@0뷫]-7**>C(l!3-h m䆲v߿bCx|Fs ۙӄ*K4eaQ0 =l{ɏ[jKkf`}c˧[΍ _ay4O]Kl04hGF^ץb: jR[8#/Ua98 fJ&H֎[۰cT1@:ѯ?*y'^wXH`f \'\96XLn+;Eѣz(ilzTmTxcg>DƈB`ٸxΡcj1]# O3s!3 YED$Q8Q g< Tp)RF5swr`׈=4#en^|7mAbhf-UFO~(D M?1!*C=P#NK6E+:Нw7qnܖ@Q-NP):d[tGtgw6,`缯f98 +y]f9lM$~ I&I0NqANŔW(jDXn!$RFU6wB0$e-@\();Ț$NM%7b7r JPtѪOh(rn!P]˚eni]!i0=$Xtaglj]v/wSuELEQ}L๻>)]&J9U:t2RJz}ښΒB Tm/OHL:i◪/=P$ wU"nY4V - M^]Vn>WǯI>sMe"pS]&:F]n3 ;we} A.} I.;3j.AQ`m}"x/61x:eG zz\Nq?ڤS'{x:%c$2 e(jy70 uef=nzgO*M 9-_j%EMF%C=; !=߁I(U=ς!ϫ}dcDi%4I_xj0|l!h;4ʡLB7qG8r- cI!}}1M%Z?O{{ 'C7ӌ"L ,r28MCxK%E= y"4bu&~$KC82eK=t kSH ٚn7w^.kl;Bpɩ''Wbz2u)xvԩ-)@nԼ!vN(E Xy֢ U_X0@aTtǸd77÷1*$[*Ju+U!.PGdDHW5cyMs' Zj[ J#΍72)?{k RUFRta+ #5Od;+<F< ;KX/9U:>ͷֺNJYM(d4rߚHLׁ+Fg *9KZ!PZ3CxEAn-MCtoP> 0]o AH;)0)MaHtDQe!=w)9&e!z}i G"VsJ¤yrS . YeT%Gpϖdc3(%_MT& l"r#;9];LnVr5[Ê@ۈvM!rqRp_nx+@5~s2, [vn}wZbpFXZOq@FNhJɒqu#>G1,&8RoRx|\IRo\(I`X;^,AyDbwA}$s3$αVH :NiMlEUPlc3 ~s+17 @71_Lj7F>!ڡJwm5iIe6 ϒe0B]YF&)c+=cKԜB"1ͲewhTCZely:B#z#1sCDw]&5MoY%.®QՄI% Ǭ.ǨHdexT)жEs[%jVatD`pů_y6Uj.P>'e6:$ 2Ibm[?]6P{GB>&x:pJy^#rHTBRZ7хMT}>匚g6-->yh;9D8lc)X|;C{/eyK-+܃א%R Z :RIG N.;#- ݍu1$dAJ鉟c ՜my\E6ѻʃ6K,r:a?RIhCGPUv1hJ,Ǫ⠐- H)/fzRM{_Eslש\_KNb!5-mt%yrzldh3kѸœv'fzLƼ=Hܐ[ \wVZm'$ qup"7kyz8 vэ0O{cWZdÉSS 94]_!{+$|,Q[A **k_o˝99U 7-aڡ@K8jVaWf^Fs)W@BG@GBW'XpMt46P!G.7l- )#hdNOn(h_|lcwWj>?6G|aok%1b4EP&..Bׂ+#t{5'Vƭ)곱 AN=WeҼ Txx!&OBޡg~| d<"l¬p@\pd ЕP]Q$SB'36t o0?y . {7.4 Fn6ЏZu'%hM`tNqi|nqljGF3)tJDWHv2 }T.ff[jY^C_:Æ,kK l|D_GO[P2YBI?t?F.ؼ`_>4=pŋb%0>Yx\:8 "UQN(`3'M2ڇ,꣹_:U1v<4ɩ'ȹ,<<߁vc' ̐{צ%4$bz驸d-F]Aۯ^66ojzc N@շ眧ՒsG>>&y}<Щddi\[HH:|Ō7Szw <+v1=Ce=o4{*MWڐ6 hY茢aΝAÝ[ڏ` I G!Tސ[P"7 ݟ6g~P!75Ex[6ڂGI6 FBڮ(޺LA8B+\FTd, MN7sVNHu+ X$Ty @s(NTa~:^=@ zlm8*mHvT-\@2*Fo(3Õ~ 9GQUbhYU__Z _u=<(*p̙ڈ qHvx R(`)Ũ`ǙvLy]^?7+[_i0Zat_8\CTg(?\?hB{( A \!C&Ԛ7=Μ?53`' d hOZ#YS^}7ըּ8=9:!;|w>' [+߹3i9_G}[BoL_fm:C2!bq! `P=so=[#يny7H\U:-Bp, `q {ƕ"g,Wsru'R}k؉(m@TJ{q_/_ІE *eAO8np0O!%9~3I`w{317fQA>j&H]=u™˵? cOC5Cs(7Oszg2 UK_[_za3:KF|ڀsj([Lk՟B;x1E+J`Y5K#W͕Gz(jUj7@fF L ܗƛ>YG4ql77X dL;.E<3Vk ?£(g|ߗ12bx2`.I1-*;izdQh+ zs? C &W s[ eRy}p` B'!˓ Awb>R?EWUQD T}<\aCØJ5aP@Z` g9wЍ4ؽ2ߊ"[ax_eZP(DY{FuRڍiP~|(h"NZBf\pm@ȑf/,8}:̐e/XgT?"ςb`zK~cY̗jQ<&+y3VoނsokK;cߣᒙ+suRޝ=Oc4 5PZңL yoܻ0I7.'vP&mY.q;4&r8@kcМ㨊4%Eّ Rk8Pxv-tNɄ|<9(ߜ@5pW&hʪC(z%S͏QA1[2`|ĉ}+^f I>i?eL357vql"==q!@UM؝؆X0MŪ,g$ɾ{ڶTƱE)(Ua֐.Eb{ (ܹ(F|`#m:rܘ_\&8O.`'Ka]תC" O‚ȇjdr>/m3 L:V_șequӢ^?̛Wls7etj3فg>yiSx(x·u;{Kg0%g6\3yTEA\͖% 9ek0V߁a`"eO|5hqŜf0(pBRPP Aw0n?BqU/>.W4Wi1)XaGCle=Xe O[?zIVNu)*Ѱټw'NT1DQw+Kw >;|E:mAgl: Rcbw|^ \oOY._"Z{dl$8Д 6U%n_P,?!Q#bMޓ:}`0-_Ӟ7㵤O\5s)hw}@+3;X+7N2Ť$\w? \^ '? h}X,WTEױ-6@|a*,%"_mb)gm0Ze|3!B<""ך޻,JXZbJSIW%u@V#ң+u+G9LmR'vFFGQ,_ NU̯|En`[īR ]iM t*{}=[gT>Y+{Rz?l]2q}v'.#_ΰzCZIa|I@@BO Z.R &X\I&PX2 !#~NX^ l`:+#~Jӣ@-޴SYRp 8LehG C */TFO|eϥHa_{Ǖ}m ̣Y[z;8o =nRs b :qJQe뷠P%H:&1/,S&Pupj8"~0_Ud֌N}W‹B{m[ E"Yd.TY~4sob.-P -CZ^d>MR4~y)KKxAw: Y1IS5B"(`alc2H~b/9n/$e0\ꦯ0XۻֺバQT5vu/k6j؜9OM&Ej,Fli1~S*|+(%Ӷ{!"9Xz(b(j$f s'-P^lg o8UL)0 #  A@N3itCM<^79ڙˇ7+u.m=_%\0h(E7$e|v$e(u)L҃r3Cu_i xW꺪0olH-+6)%jfyiJk9w:x\,,/t7~fI>eT p4v;ѵsDC3:,)ӧ'Q ZSiӪViT'q WV{?wt=*QIX_4<$[I9}uyh\C,- +$Q_v_1[3e9w?]-S&E0)wsqp:bw9( <t)Z[A9-Ic'vY3=JK-959#-i}.k!ph54vxfjvZ[ c=l6u]*Ghik#XWJ)"\.d+ι2Ws~2MKlM@64&Z[ܲQp?KVc۶[\ߩQG1˱11-`g2W'|Fryi@rϐmi"/:+DM% }=I;g 6s~u=^mKB8lI 5p¢yDcVKQ ‚C+N_HD=Á*X[ jf%JW53ˌ~cj;̿Ѩ\5wY Y/R|Q7{Ƴ ݞ|^ɣx"MeGËs6dTKL|K=f!"M:F.eAc`Ӊ!'r0RHGZxNXf.JZ>ӄ#yxN[$)8h(ik Q ٢"~f2(2WI2Ǘ~j iw-~B,0+ 0"\Xk8[f|r77lQa`DMT ੏/+7법u~-jås/vى:a2"; t1Țe&6/})f)X#W<ϐOv!6+Z=`1Wҕ"$7*JϽV*jNXSsiel= =Zg73( [Ff꽞'"7β)6c l: M~P.8SFs4 l3N~8"dY8I!Oa钍sE--[뻽DBˉNVе٢: ԟ-/2NKҊ> 3;%ŦrXp: C\?F5JAvѷMZ}Fp[ ޽I(nJ@LkԨk% WwfR}cH9JXIAvJ_9YRV_R_.HU&2y{tN eSBC*}ZzL+ﶛ0q>=5vޓ*}Z8C30|dת6z -<ש c2!UZVO5!Яӛ |/ 'Bq T\[Av>B%|a^`0g;Z]":}a̭|"mٷA(2Ȑ$SX )3r͜\$F1V a="ل~E"49R2,a{"1}K {Xգ(_dV1EZ&03buESp+,\ۃ "0(}vO!ql ] QCY(,+x2Q.{l%)~ih<b?a#:x QƤ~ôTe=z9=Lia\HrI@n.tx71Jb(Z*y\>M%]R㹱F% j?4`pSCnC~ânzmfߕMco6b1nc>lP鑕S}Y9ٌ{⪉dx`ݎv)UUϦoyU O޵`}0_. 7P/.ΚZŭ+m^$T_ agxf .^{M ,9t/]Ib-R*?]~^d4 0Ipqd=&21T$݄<!t.9*Ψwѵu%^Z(AF9p_uO32{Xt^TԂ+_ i(";yPY7>LJ"wJ~!P&mݧVr %Q$m2bس~֜ !]YhpEdx訅aN*Bt$ ϳQJ"Ḋc& ‹@<6Wq, ;~L;F)\ MeC?jN?PÀB 8cqAiAxW|1]\wk߿46^`NaX_8+䈙R=wh>`%qh5'뛭tPD@grT$A}Z5{h=Zx 05[-Y.Xa/ ѭAm}թ AZ엩 <ϱvVԳIov>R''\'=ud˯FI!c#l~}sPgYGɬ7P,IJK=U PeŁ{k}n:;3Bb*py &<~,c"z8ֽ͒MvY3Y&@mjhA/ D۳:2:;'BϺ9B!V Ӎ 4P]V k ѻ|$KLWR'c> }Ķ bR-*fD0'mαNL2dJ9ХE\p wX .fuܯ!piۢoe8OGf A/ֺ3c2q6h%f1HRQr$ 8'#tG~%L^s`3τ1Jnm+6d?꧹0r"Mo2U _ ciIIt LYBo 玞.7*HҵJ SScaTWu}y:kP˵P,e<@CD d\6 Oc5ڎF*' 2P7L\p{3$3F? wSUr@EX"Yї@{W$e&J#K(LAl J6]{i6 P(b\]=KGg !7Y5̦`!˘ܲ8MHtPQG!I.=O!5ab[ؙ<rgH(﬍$]Qw`sbɶ֝hJ&Fa{[=pܤ} 5&:0݁ ssc8 ɰ|[&<7uNuH\ ;rA\F֥OWz]ȩ67e,SNӒV.:Wxm:(rq㾪 )PhːY "ֹ]HQ54"h(oXh M15T5BڞFpoDa@`Ry3k}x}a%f)OUj 1cI-=`G[H4 |UOj=P䄆L,x RBsxDjA*~aE,'`^rݛ-uZ^LMtM_iI󞛙+ܿwOE4lfց1TN2F+80LH WG‹C,d/* Gf)`u '/Iݾwq\>TcxYDw Z l:99AAs>WtcRTN\j bo%'K-hfWUXZ2wYɌ]*k7ΓcsXq&hH ],+8PZ7c\ul7j~vPhZu%2M[K\`uq`&NW(n!.F#$Pr Jb^ӹ5+]HNLiUElr%#ɖ=FZeb,u:g/,80\z)1lyMbv+!@\oҀ ^uľMv9ô) / g6L1/>( YZ