texworks-plugin-lua-0.6.5-bp155.4.16 >  A dkI%z NCƯp9i\u[w6p\E3Z.ϙƼQ`3Rlmk˒7 Y^ P@٥Ƌb*srD)[@xA-Lf2hF%kN6ъAE]/-98: }[N!<"NaQUqiW_ܟxsY5ư;` }4nEqi`Ӽ%Fvg]-fx.9Pd@9vPT=rC NuW?ˡEy = !"d:;=oȪWWᲜAR7"r7,_Aݓt]hC(El 9bH @`x8ʔ!loI2Lu{wD(7W 9ŵo-X[ޜZgG|$H ;'xEu B<)@vBF ;v>1up&ڕFw?jn t 6a{ B28 +@MeKDlabZ<Es&2h4x,"\;T"MWjڋ .i8T/81Gh+hh$/?fז@1.ȜA=STNd& qiW)#N>h2;3/p!}t"CZp&E"u-+-pߵxU.VBьFodv@{}1D9DG?w*QY8)_]4z/XO9&bd͂y>p>.H?.8d ' S $AJ[ u      *4X`(8 9( :< F+G+4H+<I+DX+HY+T\+x]+^+b+c,ed,e,f,l,u,v,w-x-y-z----.4Ctexworks-plugin-lua0.6.5bp155.4.16Plugins to add python scripting to texworksThe TeXworks project is a simple TeX front-end program (working environment) that is modeled on Dick Koch's TeXShop for Mac OS X. This package adds lua scripting abitilies to TeXworks.dkFs390zp21xXSUSE Linux Enterprise 15 SP5openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/Otherhttps://www.tug.org/texworks/linuxs390xxXAdkdk@8510b2bfe1c358608da3345caeec4cee94bf6f7215bc8aedf9771726cbcbb353rootrootrootroottexworks-0.6.5-bp155.4.16.src.rpmlibTWLuaPlugin.so()(64bit)texworks-plugin-luatexworks-plugin-lua(s390-64)@@@@@@@@@@@@@    libQt5Core.so.5()(64bit)libQt5Core.so.5(Qt_5)(64bit)libQt5Gui.so.5()(64bit)libQt5Gui.so.5(Qt_5)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)liblua5.3.so.5()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)luarpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)texworks3.0.4-14.6.0-14.0-15.2-10.6.54.14.3`)^3^}\YWs@W%W U>$Qj@Atri Bhattacharya Christophe Giboudeaux Atri Bhattacharya Atri B badshah400@gmail.comjengelh@inai.debadshah400@gmail.combadshah400@gmail.combadshah400@gmail.combadshah400@gmail.com- Add texworks-drop-FindLua-cmake-module.patch: Drop custom FindLua.cmake included in sources in favour of cmake's default module [gh#TeXworks/texworks#924].- Add upstream patch (boo#1198849): * 0001-QtPDF-Fix-compilation-with-Qt-5.15.patch- Update to version 0.6.5: * Fix text selection handling when moving the mouse. * Fix auto-reloading of TeX documents that were changed outside TeXworks. * Updated translations. - Changes from version 0.6.4: * Add shortcut (Ctrl+Shift+J) to invoke SyncTeX at the cursor position. * Make shortcuts for autocompletion configurable. * Make "Auto-Follow Focus" configurable in the preferences. * Make editor line spacing customizable. * Make console output accessible by keyboard; among other thigs, this makes the console work with screen readers. * Migrate to a more powerful regular expressions engine (e.g. for finding and replacing). * Fix opening empty files. * Fix the highlighting of TeX commands that include non-ASCII characters. * Fix the auto-closing of PDFs with the associated TeXs. * Fix the PDF display on high-dpi screens like Retina displays. * Properly handle "&" for recent files menu. * Fix syntax highlighting in the "New from template" dialog. * Sort interface locales alphabetically in the preferences. * Don't show invalid PDF page sizes in the meta data dock. * Properly show the PDF file size in the meta data dock even for locked or invalid files. * Fix the conversion of Lua tables in Lua scripts. * Fix the installation of icons on *nix platforms. * Update libraries for pre-built binaries. * Modernize and restructure the code to improve quality, stability, maintainability, and the possibilities for future enhancements. * Improve unit tests and add automated testing on Windows; this ensures better code quality across all supported operating systems. * Discontinue Qt4 support. * Updated translations. - Rename source tarball to %{name}-%{version}.tar.gz. - Adapt to changed location of icons: * Add BuildRequires: hicolor-icon-theme. * Update file list with new icon directory. - Minor cleanups with spec-cleaner.- Update to version 0.6.3: * New features and improvements: - Implement "Insert Citations..." dialog - Implement indenting/unindenting by Tab/Shift+Tab - Make synchronization granularity configurable (highlight corresponding character, word, or line) - Add ability to distinguish identically named files by displaying the respective folders they are in in the window title, window menu, and under "Open Recent" - Implement "Fit to content width" PDF zoom (which ignores empty space around the text) - Disable unavailable typesetting engines - Allow to change the editor font size by Ctrl+Mousewheel - Improve the detection of spellchecking languages (add ability to search multiple directories and list all results) - Hide the menu bar in PDF full screen mode - Rework/expand code completion strings - Add/update syntax highlighting for LaTeX, ConTeXt, Lua, DTX, and BibTeX - Add cleanup-patterns for beamer files .nav & .snm - Add new/unified icons for typeset and zooming - Display paper size and file size in the PDF metadata * Bug fixes: - Fix infinite loop in syntax highlighter (which caused significant slow-down especially for large files) - Fix underline when spellchecking with syntax highlighting - Fix "Place on Left/Right", especially on multi-screen setups - Avoid 'file "" not found' errors when synchronizing - Fix synchronization while searching in a PDF - Fix fine-grained synchronization near paragraph boundaries - Fix the PDF copy menu command - Fix PDF text selection - Fix font color reset when searching and using stylesheets - Fix crashes when working with locked PDFs - Fix unexpected cursor movement when using a combination of backspace and up/down arrow keys (thanks to @mgkuhn) - Fix the font in the log parser output - Fix persistent magnifying glass - Remove unimplemented PDF menu items cut, paste, clear - Use cmake rpm macros. - Drop conditionals for outdated openSUSE versions. - New BuildRequires: * texlive-tex-bin: needed to detect and configure the location of tex binary. * Qt5Test to determine QT version. * python3-devel: Switch to python3 based scripting plugin. - Use %%license to install COPYING file. - Minor spec file cleanups using spec-cleaner.- Update to version 0.6.2: + Implement handling of links to external files in the PDF preview. + Implement a simple screen calibration widget to allow adapting the PDF preview to the screen's resolution. + Improve responsiveness when opening large documents. + Use old content instead of rendering placeholers after a PDF was reloaded to facilitate seeing changes. + Improve the usability of the "Remove Aux Files..." dialog by letting the user toogle the selection by clicking anywhere on the row. + Add support for the bibliography program "biber" by default. + Allow custom zoom levels in the PDF status bar context menu. + Bugs fixed: - Fix PDF zoom speed for high-resolution mouse-wheels. - Fix a deadlock causing TeXworks to hang when loading PDF annotations such as links. - Fix crash when changing files outside TeXworks. - Fix crash when syncing from an if-block in the TeX file. - Fix crash when reloading a PDF while text was selected. - Fix enabling of the first/previous/next/last page toolbar buttons in the PDF preview. - Fix the wrong appearance of the PDF magnifier in some cases. - Fix truncation issues and misreported Windows versions in "Email to mailing list".- Trim irrelevant parts from description- Update to version 0.6.1: + Fix "Jump to Source" from PDF context menu + Fix fine-sync'ing close to PDF line boundaries + Fix loading of Qt-global translations + Fix pixel-alignment after zoomFitWindow in continuous mode + Fix handling of changing scroll bar visibilities in zoomFitWidth and zoomFitWindow + Allow horizontal scrolling by Shift+MouseWheel + Updated translations- Update to version 0.6.0: + Complete redesign of the PDF previewer using QtPDF by Charlie Sharpsteen + Fast and responsive preview even at very high magnifications + New page modes: continuous scrolling and two-column layout + Text selection/copying from the PDF + Go back to previous view after clicking on a link using Alt+left arrow + Fix disappearing spellcheck underline with some fonts/font sizes in Qt 5 + Update the width of the line number display when changing the editor font + Show a note in the "About Scripts" dialog for disabled script languages + Explicitly add a "Quit TeXworks" menu item to the global menubar on Mac OS X + Make Qt5 the default framework for building TeXworks + Add support for Lua 5.3. - When building with QT5, add BuildRequires on pkgconfig(Qt5Concurrent) as this a necessary dependency this version onwards. - Set the cmake variable TeXworks_DIC_DIR to the proper installation location of myspell dicts in openSUSE to make texworks find them.- Update to version 0.4.6: + Implement character-level synchronization by using text searching to assist SyncTeX. + Lift hardwrap line length limitation and implement (hard) unwrap. + Always show console output tab while typesetting to show progress. + Improve the handling of UTF-8 byte order marks. + Improve the log parsing script. + Improve the handling of script errors. + Work around a race condition that causes lines to become invisible, subsequently leading to a crash. + Fix incorrectly accumulating indent. + Fix SyncTeX initialization with non-ASCII filenames. + Fix selection of whole lines and when selecting right-to-left. + Fix hangs and crashes when using "Fit to ..." in the PDF view. + Fix a crash when running an invalid system command from scripts. + Fix encoding issues when reading environment variables. + Fix scrolling when searching for multi-line strings. + Fix auto-completion when working with RTL languages. + Improve the handling of Retina displays in Mac OS X. + Fix a crash when opening PDF files from the Windows Explorer. + Provide texworks.appdata.xml for *nix platforms. + Fix compilation with Qt 5. + Improve the CMake build system. + Add support for Lua 5.2. + Move development from Google Code to GitHub. - Drop conditionals referring to out-of-support openSUSE releases. - Update source URL. - Use CMake based build system. - Build with Qt5 for openSUSE >= 13.2. - Drop manual from filelist, no longer bundled by upstream, see http://www.tug.org/texworks/#Documentation instead.- Update to version 0.4.5: + Fix "Restore defaults" in preferences dialog + Fix removal and selection of text moved via drag'n'drop + Fix default saving location + Keep UTF-8 BOMs in files that have them + Make "Goto Source" lead to the last active source window + Implement close button for the console output panel + Implement "Open PDF with TeX" option + Improve compatibility with OS color schemes + New encoding support for "Mac Central European Roman" + Code cleanup + Updated log parser (improve handling of long messages and file paths) + New script properties/functions: cursorPosition, getEngineList()s390zp21 16847757500.6.5-bp155.4.160.6.5-bp155.4.16texworkslibTWLuaPlugin.so/usr/lib64//usr/lib64/texworks/-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/627eef526ab4dbfb67162237a11daede-texworkscpioxz5s390x-suse-linuxdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f09698a5a586a933a20013bcbca393a632f1663d, strippedPRRRRR R RR RRR RRoPC*ݒHutf-8ba361e27b56a78401fcb324dd4eb843d952a87001cc7ed0a9a1326fc4061ba92? 7zXZ !t/yd$] crt:bLL ؝G]+1jS)rkxVVKqż`UIYwˤChJj@VɪuAJpbP.\ 4:zXqdL{kjͅ |с'ԩy!Shn |Xv 5~CZgԏ1=Žf]ݺP"Mm!$4-tPi}"ޏw~8O=b<#pJJߦ4م+E) 7Ljc@n}7pR4",Y%Yۄh?!1CoJ@qa/>DSk኎ îLq$E'8[<\! (\fZm#nսz0xZDw7YfF`DަTI>ҥ#'/#KĀCڴbIKmAލkpԐm6Sl|2(@iG.`Ǽ՜уE^׺=DԓVT<7$46sn~)/y8;O{KEQM9KM-J5o{i gjj78e֙QFE>,ul|I۬ꗨ# mרD}~,ɀׄẪY\:#8b!|jSnu( fN9&{qS Ԗա`h_]ªs}h)PF#(\h0?p%q} |Ӵw}9l` N}Ֆ,q'9ǬNv{+$L2Lʦ<+׎Ԙؽs/uжDt]k]')^Z-KNmE,ȨiaRΑʡ${~^ #ހ)ŪݢU48"Rҹ•ElMk[(di/37 $KU16Dοs]_x]_ +WLNbVq`/<}35V|Qyg= pѢ0O;:Nj?{OJ\w8k7Nv2reNBX 72*u+q0=n" V2v~ʣvbGOsDyڄvR;  95?ӫ vކ^HpG,Ro: )qˬfB]$ȑavrf^R)$mfb gD6kf=Х& ;BU8~0-P3ZZVc3J-BXUahIEXqz^Z=DB-* Iޘ_(uo,ҰN{3E@\JO zs'WJRuy Z3p zWyM+sr$7O9JPEY6ZD E8kiOJa=.\-J, {凌=j9X'Tx䒦v/|$J2R3mFf5֮iB6{w[wƲYNH2i\[2Jqx@P|Boʹ|%#Wj#kȨART+yujL~espA@+iD)' giKB Rr0pjg8"[ 6[y /+o7vG+!@)y `0!ZщmM d/Vm^Uv=nć/34LʈTg%{02MʕB38hYx ~R,$ENFϨ =~'Wmn#լ 3R)lcƯլF _S䄊pjգ\-Oq@(er(/'p1=H6>e;.'ߑ@P cJteR\4I=?d+ZutoĪ, MMeV\fchA-~gui%< 8oL~_;%psRҒ^$Q}YC[V㞚yEk, GʆkL ȥ1GTf O2Hyb(lp-0fӰB: fE *=6 x 4Z]vԔa? qvsjSkC(/SlLY w3y}[]OC2ɌCØm١{O\36z5 @ڈg[l`J E)xe28aQ;U 6]ExlĊeRP@NA畞AS5YJdB9k$8-r}$Sp%֚J n%K'{7 HJt nz,${[4dPĒ$wi.[F3KZrT%KlzFF:3ā_4Т{ a,^+I4Lz ͖ ')qFu٘w&pǯzMԀ\t~f; Q$z8`/mY'o02,6.WԦy;,b+-"f뽆t'mDj{Ŀ<7\E'ӅaX1/A$z8Jjy}EAyZCCcqP%&ދLF@$<+9cMY kDXua E}w+DR]/pYژ<_m3(kC%xj;KOz&Y@`f#>P k!D;ub]="y&bAJ-P} ڗ\ZwSdh]LdQ|ﵶ8Ƴ7 γH'}MMudaX1F{G0WkyJxu^`KPfRMe>gyaG議L2I,Kk ي<ѱ?Y%8w"!VLX)q﷕[7ЅQNǚA~ɾ6|\B&%(b160pX ` < KĆe7~Y4hjZoxݝz@VmxǽΖ ңզ/Glndql8.+n_פηƏt2{h5X4=@~UɻMQ ЧfB LoǤ.inw̝!y]J|%2QaL5&@¯癞ł |Z{k5uxj:I6-YD}IS|ck"EpimVBrdgZ(@I4Ul0Ƅ7:fTo]Pݓ,2"&h@\5n}-=͇'Q^rT}{b_L1R%fQsr FF+Qfa֍[{ϥ#]sE%'> 𯻆=L^Vܧ9lJpOy-v8@>Row~ӟ; nj{x9 ͈JNϸT [蜙)wmw(G3edCit] ~|_U7 )X9.3Kï}5?&義X1Ol NfJ)|#xf5""ڕuD W>91g?cS*gsؗJ 箤EW׫[9y!w=@>3Uߊ>#EPuRvT)8I"jhӧ–m+OJ_~q8ڨkGjp*Yb#~cܔ3Y䁻n: T& I0XoR+tg"` /[^bnL=}`kTuUפD[Y9lY(cHi5ԽlNmj%+WYsBe` aaz-DU@zH(lޒvCé2qn>M$NO4C"x],[jf69r ST&_ [9C=gkmA%jc03SfrrF'&9;~uS,% bZBMnjzٳ-%'ͮYɈ˹9/r8|bOVj,IGn{E"fYJ/"!w,d,.7gCv:w< >qs,b ,hͱn}jؽU>OOo˿~nq GMjb2h5.kBi|ίJ%rLElaF_:5Q)X#|{"xȯ_GQK1l,=Y#> ]:E&QhPt*ҾUHYvm:!_E< FJ]E.OLlhޤqqp3HnK;t!>kn)]Nwo߇^пnOZ< `n A&a$%L]qF,]:bQ[[ ׊T%aoA*Q|RQh-.W JT5g*sЇolEE<ԓd8cVFf|`>a3.>~ɃEgdk A# ¨R̬0qT7UӔ &R6f}V[H:-&Q",-250f)`BQ.aKjPv׭ҶJbbRիzv{lÆ@ *.@ b%\S[q(|~57| +IuQuSYRӃ#KsL6Nh(S97s,tOAF4/NZoTA~Z4~⏨նɡ牻scm2 ӿ]?( 'g[+Ԩ{MU&b%н;pS0n'eOq'U(Ȥ"Tyo?%IV%_59y=X*0_Yѝ*;n-5ߟ@,G|S ~"i01u}\?t!٩lqOrNblEnrN2Nc&&d)oMޅٶ_L)+)ٝ;a?FV muN;Əa8-0}ͭt/dZj`wDER~\]&娪oL:%['W+zcV$SJb8U栓מ^jG.|D 6j7{H~N{nBFKzf_5[c/k^;}\  B@\7RؠN4)ҡK*<8Sgv1 w<lPM3h_ RHaeo=%_S~Y%%g32c2!B-\&w뭦i,<2Ukb ~ʴSB}HDGq-`^)Ea`VDXx͠tLX (!=ORyXsFljE*wv [R׌w,h" ~l|42xzU*'23?S[yPyqY0tl>ȫo,V]Ơ9d94/+1I&E΅rM : +ɝWK?} w{wWvس]`lj} d*"_¦!rg]n႘*V%0#ڰZ!Q㉾I5?*/hӗ+Y?k~k2c nk%`ϲ*kIv]/eYQUpx*Y_2*'‡!,w<^Nz.tЍ#yd*y/b:Ublj z0q OgcZŊ:C,|-4\J"ꁢ7di$ԣ$pl`?w FUd)`dكG2YQW~gi,1NE3"8n]tTצBqO%֌#|fEbvXLYWGeoU u Nf^_5nKoPzfYo|A8+Qm!zCsw_EJvWw6ʱZMe\1ms5&;U]/<~źHEUr6ʹ%=ӯ#F*4Ѣ'ܼ]l;.x+;Lj*t^..II_#ޙQ2ǣ{2 fƖ-́ja.(+$Î+Zr7\Kl@Vl_=j9=f3f4g^)ʦAaŬIG^u^rb i/'etIȷhg;G뱟VzvNg-6.Nf~Ɏɭ b pD\`ĠH6)HD"Z";Fx!!}P}rshXو|ͮз6NZ']ԥ+iU wf*rȄAT&8{ͧy۞eAj01vSL@lt(O'O斵ʹaAW_*O.ĵ> ҋL7H8|}x5#R2dvX0 ,?:>n?ɨU]7eY[w[CmEˡ=);oDz'yg` w'2j.4NGb ' dHE~$fΣ)5VH,~x?!fx`FT/GL[NzKh3e),J4Y 0i U AzwSig'GF1"q ބ,YX|P3GYn){Y`^,۽cZ6Nl6wmFUn9U\/:e˪1J-?%V)UE'zSu׳~VV7Mxicy㳽,`&&Nm?rMqbnvFɑ%pv%^/2 I=Shك밡 F.-# %yV⏏pU2[vчUX}D|2Ł /'QY5Mz![w[ ċ@FCl #jj[D9rN#^ah8̠~~T~`LU7)­~ _bhd<(G|u[\f~cV(Wx [ϔ11}mu_0QxQj*άU$v ܺޣ:#鐷Cx*y)l@2Pl|Mh hx# b-rkj:n-$EM; w%uSϺew}a(Zw1 yPL1E-82.v8NLq1Wz|`+GJ XkuBY \,|mF\ WW)lOv.ǼiM |/ehև3ěk d^*KYO""ϯjl&Y-BFB+ؑ܅+[ ` hó=F t~'GSOIpcm 1$7?;6E)6E{`KUϯLH.:z:MA rs5քfChEAG+b=*GA)W 9]CC5*5&f?QQ|Dh/V'kV\&]Cٷ$l #*Ŧ_|/?'8,s&acwˢTͨHfeڲdAB-TJCC^El)$n+e ^n 1lɿfRk|ǣ]ez4[WS:7\WpZaN isW?_L%<y,H|_FGDpy—qoM JoH5D mg@ Э.RԜ[u٠[ͬc%g͹fQxLOjHMh<]^ru@GB yqbo?t|zݶ҄ce"$3դwtƿi& Hqp(gT@تG!Yx]bpF<g`3^5.C1dgW_ꃵ7Q\-g P,4Wq ,:p. 3>UJ% hM⹛=ήԸlJ:ql q[HCއPUQ?`uhvp⛒=K=<=:.]T1i,TbQ0T'im/PwvIĨS@Z{í4؆W&ݴ$hdoòS#Q[Hz5,Q,Rԉ׬js^X_,sR6YBCѺzɚ?ߠnT?`" z\~\ҹvݜ?Alp"{avbp _c൝.Z;B>2X\2gåwyA^Ƒ4t JڣYˌl9~`[ S `VjI!RMHpZL"ɞv.\g8tp%1`GM'Vy&i i ;1s_x@I>"^)<[?N,6aBÓ#m$P{UYɊ7BӠQZ0gp"!CO?'nchO{> "35 zhAINMs@M<5&p9Dک}i# D/-Fnu]].}ۚg1'2>cݠ0Q%[ԩ̭EhO_htV,&`$r'fKEVfG0'=)qtʺ>~ۤ'{Q*$^[C}MOShECX Ml5;F*I) \2ʉ9':\cx%}N(Ɉ6Ȃ'p/c[kW&od&%;+/#_Sإm@S9uv!]C4;O!Q*RUڈ0b"-E"7p9~ RzǫImCYۚK Krm/( ࠵FL(Xa`߸\@f=v.$v# RZ/K #bm0c2!Z"URז}9ѩX9w|KҧKPRh)A*2ުK+m=d7$Omwd| *4&#8Թf6R 7)lYnT/hL'ӥ*`JIβ(F hӗm׀2vKBhO\g?H(:c8J@mM s6%ݳ=ƸW`-fzYnzq(DDuHMlLO3L@K{] {Xgʒ^d~ebOh}ƑG0!e_+Z3]q1GNdAku1 #ˡSyu *mr~}&llɭ]6NWϑ+H!qתp~#D3Vd[S$$6! {1)5!Ks{/- }GwUZ#= a9-SJ-R8w͝/hۄc:#$4O ď"PC̹~n =g3~C/eDJ8)$G\6|辟_j>qIN:qPAM~>Ͱ+O#;o ~fitT3¡pA. snnF3Yض=Fkڹ4ZU%ktH3%En2:3XqLtv1J|SjM̺TÖK{}sd]v[#SG(MljKU MaJvxj4¿%M :~x铨XC[%]9y|JL~^SՑoj[X&2.vAoc}T|~23yRA:C31OH>/fVz1Zr;Aȓϟz戧D?T 읇u#u!Y̿]K [F6ҽdL<AЗXG{U1 $:g3 >JA.]KHGP@iisW.L0FS*\|R-)t/"[c$ӯ{߷;: 2CxOzAE}k8\u URT䝁_L鏦ʘEt0,PE3h:eV]sIF dY3qeC nKqiwKdP|=gpɟd /K5+=")a)*><()(I=29' ,Fl] |޻~a#0D_DAub 71JY x)N>>8Fь-tgwXVQ'QvD򑥖HOq=Imid+^X̛ c?1fUFё_I $1wKݚlfn V.p-m,r!IJ3z&NJH?YMhdB5[7,!│7;# xn%t)n(.%~ ʉ{&lBT0HTf רf[L#.4nq سs6D>;: VᨹjL%M`th!j"A;V0a_>Ռ luuB5 ҫUV*` 7C~ՇӒ{\\@<_W?xtxQڈJ*Oa-_hsbH q_-?5wk勣QDDwʥʥu `$(Dkv};I?{AF\#,O/Q;μ= 2|kv'qcV;?vZz:`H@w)@36GE apd`^=hڇ {X=\p0$; VF&##f~6K*||BcZqGӣʶeTGD*rѷeU[~f\ڋܫP\g`eve'(n&>ո>Ur{\ J{n'}RAK0 57G Ѝ~eYtB7$˔le5bx`呇NݧRiY{sg ;rN})|Hkf|5!vVRE x\•;GHt ¹ Z Ù%:ȏwUǵyfbKr (8(?pER:+h`a•ͨe ՛#E u}H/mGD |f,Fp%k6.XDE#ho|5W@_F#csYXGu )j:'gE4!7iy"OHX'exibd`]Vy3y*QƩC4Dp8w:#9zu%2|BnRŬm 3}'Hz`.QXw7 H%یiCȵ`ճ_e{xª+)B+43,wZ}!ݔ64³QߑhqƝ1Hʙ}Ezc ‹;| Y`ev3Aj3;tm"S^{?_4XCIAWdEĐR\Hzc7:62'fWCCVH_]'{OvXfyy=fߋ> } ; v#لc^j`v|})YS3!n]U~7sI7Gr??{$saN?4-~R\_+ vMwu֠&q' zM1ſL8IJ䙞n$?'5&@]tY{ \byAB %k$!af\o@lVfxӭf^F+&T?T𒴧(uwE^i'{8^@ɹ뀝JܼDVhv9;|0ЎryN[@~o>@LۼyɆD[Z}kv)ȆM֜bBEAeUlKgv0N Nmj Huln)V&j`& xˍq7)KiYOi3co?`+i̝>RMOB/yx&!c}Zp($ ($)g',%p*_ 8V\*2LZ2"gj*/eD9lG KyO\on8C]fYjd\TožV.x2$%0lui(  膷q?42xhT^vNj&15NV2],GlDJг6`cBqJ !6>iInL(ِ˂x2T75<U޴UƠE|zzZ3h;=t/] ˝1)xe}oEZ>"⦜8'.Jgi|~ r3;fFAE8۽(C*%eǒR ^(N/&)t@6] NN,p8$Ll ^>0ؔДR83Yk*`$f+3:^k*tڸS7.;Wvb;laqp[.݆==d[hWn_BCjZFyYiǜqlxfۚJ9%\Q'֗Q=×TG;(Xv{y i'@7 ?#IN,j~jb-* gHM,Re@yTo'A J8M {^&Fa'+kuKhM%W;*lL W?<)x y>u[dNf%A\)z&Hoœπ^k*a4JDKb\k:إeM6%@%nCqmdmB4%ڭoUb'F~6@"[w  3y<69\c sʫ$U`/S˴-< ؛K̟m[ZcH\a]Fnr!7ZFr.!1ԝdYpέ A]> 2ۂ s﬒,S k=ۓgxSW"A;sMTPSf'fA?hKqA ]"Oɣ4&r^M*`G_j&xʪG%|-zVP8PӦ~娲z<{/^dE+V M;4Zݝ}' rM@L)px- i&ߌٍTh@h 7,($ vtA\5LBG1pDaYeym|xH0D_}mZ(V`Q0-v.Y"[9- ~N^d3_;&|BMW=/")Iɸ^w, v/L\Oފe3%Z*ּK ,+;JX8 ڻ_h*7>ē6.3;%M",:zf.&n՛#U"{2~OZ$Gۅ=ExDs`ht 7P*|UyƗ*RwfOтIo{x.)^G]V5"p ;dJf٬s!$gHr2 ̔:$2#?oЈuU=c[hj+%ۉcFrD JwLG~NwٲWZ oXtRM:(3LZ-xZ_6} ie\l'jZݲ*9by#Ӡ^ (47@-hMm-E@]L{h4w2aCgZ&X);4VR@_l4S YCvg2F@A|ny%sGPK`R#r(P;_ C ƯYz.=Tg!aZѥW[T68:]'B].Hy4CvCeH/ vcy7uEUQ*КjmyRfkR7}hzyHC@IYChs((ڻ 0s_U\UϫoHk[6O]eF~_X";f@0_P.+xmcF?umZBgMc$ɝ@AKa#vMFlP'-9eN'I#őG78i=.bOBŇnb/~#mG!"і4j'ĤZ11;φ 9mhx1ws7ݎP4bB~-TFb\;' A.hF.c^] )2<%kV(Dwͼ\RR&ף\ WIr/x3ϲf/T Zڐ?emѧΧ1sl %t ЄKu)K&%Bh4t}W5Q h!pj>w$"hd?@h8"_L:P\/Ub(q^#3$ux B(ʘ$AR菵|GdIC{-#M-D[z/UJ[w"-F@q۱BWbve9!ְ21JV#rOu;Wࡌ(EҴp5𘍨͚(H@U>Tfg 8pcòFNǬ1iH?Qw-OD?bTP_ƠN+Y5ʠ&ͳK)POyw4X+1U(!g{srjUk +yKx9KvwB.%8F<EU =!?<~"鄸Qʏ8 Ɇ\:L^hwO7" bbLW荣PRk#d`XBx;ѪRM& "&`5n_W'v"mܿ-TETgaM4^&-+ A~ 6ęxM5\M,7E]Hn sVÅ#va_PC":~=SBAXQ#]ȶ&FyQ2atoEvoMe\Nb~ST]Q~|ǩ9mO Çĉ2gaջhdsS9g7!44HNPdj,{^uHh~O)6*:P1&5SKjkx+:%Wq ,^TI 6L&hWZby6ԓz2pF/ #Qd$p!z_أSy% ,c29+kA%WVg)DaA-h!`Ly/lmK>G)O`@TF\XA@;%ҏ*j7M4w~"c:p؊ j Y~ovv9*m[?<ZԹ\)xmjY{ ;v !P(NqxÉW5*wrku(p|DpMh7*j6*1}]9el|5-"9"Ev9/i-ܢ*M? 0` յYemG^"EAm/*!o q9'QC1_-\<&|#)zڗ^w"mE5 fQ5q` C5ʷybCC.5&ׯ頡F~}R?^v\{P ̕$"9'fI 60▘d@d-obߚx\*2/RbXAJbyM<ϗ=OfCJGa[wX&q938;vލWWsMJw-pn0@1r@5k[Bk)J˾kSFW(G^ ?MX:3TvG?>{g mq d <8kݓqE!΀ yQ~MnÉ&jEU3$@`Ǟ b 5"X6=N6nSewAtvw־v< oq@4{ I6C[a3"O~9Tp̙VY̮:Rxwͦ&c jahڬ.5i.VK]VU*igupt+ڑL7ERq x` 7$h(VDw6CP4"KJj6CCSo5M<勇j;Eˈ0殹^Ixn R}mÕΫs1U #+ĜG΀RL4x2(ݢB:f+QCwûȈ픏lq([|a#f*iD._?Jab#/y/֊&Y{js6}ZźttƟd^_%@KKJJgJ_[],WMVFDx@BO=.w OL,?; k1+6 )}m3gp2@upcU 9qd+(Wn0zB|CWY9@1]ƭ37*(܁5*rEq ( |twO,v6y"d, uI "bOmt4|N^(~q>ݭR|I 4۰b%Ⲥe1?`TN&a9j9#[ζ[נuQMHO9^GwL(nhf1Utdd[tG8mOZ! sR⻒G̅p~ÝIW?g3'th/ I fP 0d1fF ll&MBKpfx;GhcP-ԟtT?EQހsq\] 4(k\\5L?b0QH8*(䟾Fg& P;L|xSG+6燘$#Hڹk|͒-IOLD^#`RVnt!ƨmWu/[oDכ4J B:vk ƨC\,O}V'qխBFX8ڈ{E! υj8e$#v𪌃*TQMx"n|`.X_J,GNUrFSy3ͯ`!LWoXw!Bh^ah=G:@r$Y-iܢ+C/`MA7I=wGiVv]UIΝ͟蚱'u+&, VQ?C>er4F{9L-Jf}$a^@&a,=Ͼ관L ĬR"mZQQMKe2SкK/A`bAE:J.-Pŀs.nzmv_29zTǜX -OYTO'-Pow^hTC5B'p%w?"3K_!Xi շ{~}>uAcњPb>J2,8 pcp.%WztђFaq;tKCw-LNVH1>8 l*jK縼+kcĠ$ ie ԔA މR} k]l ;Q4IkF~Β L=|bdhۗ 4ͪ'sL@RU^TbpgMOYB:bL+@R'U .q n*e]97p`ʊ/x*Ґj-l@2U@ ?wߡO#MvUw3mV-kjE`\oEǑ6}VlV# !s{ul+GYG;ìXb<ű4 O*Y8S*%[=2t8| G>AupX?'rJZvDŽ_4^x1K~gv\,/Yj]͛UL !Jk0Vc]uY?,\X)B\s*&?%32˥"mK;eQNуc}OS\/AL5aJM{FOY !^?_!2u9QcO`X#;ȃZ?r1\ B@Գ/ gȤ]mԵfR#շ0 BPUp\wp=U(_WZ *0y~G ]Dp\\dfCqkhrN网hɽP-&kL 7\}?(=Ɵ"ISmbǰ?b1 UP  VDYd:h x/. zDc&LyKЭl MR `z3` LL!P%We#8x: 532k'5Sn(lB=_?G-`ægM -Ws ©gĊorӋoVji7= ޞU"<L3Vܦ'oqM ,-.&FշxI+FyIc$VJ2IjO۹8^ɶ|U(g C*iRB;xq:bTA ')~;$ Z>7z ,#;2b`),ѹM[z s"4C:LGަ YZ