picocom-3.1-bp154.1.22 >  A bx!M@eeeBSKϤB =t2.inl"  V0A&s5n>OPdI5@KfƻʫMr%] pNEtFt5*|}l#R//9ιø@y}Gk [Hhy)Cߪb'q^IB N1蛷f\{Ba(S/LA3Vܾ{,7~'8ffdceb9ec74dd6b4bb16dc25be8d316c5d18b8bab181e3207b9d00d5ccfcf379862fea2d4290da028a13ee1b2efb002bad08113bx!M@eeeʏL4 w=i?Fh8/E`^]zg,82tlWs/dEf&Q:K-6aOjE 6 /}+sǞb~=fҒ$%&Ԩ^2W̋@iu`:phn~!lLw 7|~Wl;Uz^ʀ1L\c2oXAB c\L+9F%z:궽_RGB/Ԗ+7{yUͤ>p>-4?-$d   A &,4P ^ l   4Wz{(89: F(G(H(I)X)Y)\)0])L^)b)c*d+e+f+ l+ u+ v+<w,x,y,z,,,,- Cpicocom3.1bp154.1.22Minimal dumb-terminal emulation programpicocom is a dumb-terminal emulation program, similar to "minicom", for the purpose of manual modem configuration, testing, and debugging. It can be used as a low-tech "terminal window" to allow operator intervention in PPP connection scripts (something like the "open terminal window before / after dialing" feature in MS Windows).bxobs-power9-07SUSE Linux Enterprise 15 SP4openSUSEGPL-2.0https://bugs.opensuse.orgHardware/Modemhttps://github.com/npat-efault/picocomlinuxppc64le Z jF.#A큤bxbxZrZrZrZrbxad79e1963820906833fe7f512b5d9e98c97bac71edffc83ea6fe078072abc5135b7e3160bb40f94651e8191d53f632171cc831628dc1e9e7f3a0e651e7e7998d95bcb44ba77d7902aceb7f7f94e022b6afdb882892703d30efe21562cda410ba9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f67af9e74a9898fbf3b8c7cb91b541b754a4c089c402e62856ddfc97180a3f42e40483fa798ae854dbcc714c883814404c4c7d4e62722e7b8e09bcae21bb1a2d68rootrootrootrootrootrootrootrootrootrootrootrootrootrootpicocom-3.1-bp154.1.22.src.rpmpicocompicocom(ppc-64)@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3ZxG@ZtRU{@M@Gjengelh@inai.deavindra@opensuse.orgp.drouand@gmail.commseben@gmail.commseben@suse.cz- Trim rhetorics from description and compact it.- Update to version 3.1 * Added the --raise-dtr and --raise-rts options, for symmetry with - -lower-dtr and --lower-rts (see manual page for details) * Better build support for custom baudrates. Now custom baudrate support is enabled by default for some systems * You can always explicitly enable custom baudrate support for other systems and you can explicitly disable it, even for the systems it is automatically enabled for (see Makefile). * To see if custom baudrate support is enabled in your build, run picocom with the --help command-line option. - Includes 3.0 * Added the --logfile command line option * Added the --lower-rts and --lower-dtr command-line options. These options lower (reset) the respective modem control lines of the serial port, as soon as picocom starts and the port is configured. * Added the --initstring (or -t) command line option. This option can be used to send an initialization string to the serial port when picocom starts. * Added the --exit-after (or -x) command line option. Causes picocom to exit if it becomes idle for the specified time. * Added the -exit (or -X) command line option. Causes picocom to exit immediately after opening and configuring the serial port. * Added the --quiet (or -q) command line option. Suppress output from picocom that was not explicitly requested by the user. Errors and command responses are still printed. * Added the --no-escape (or -n) command line option. Disables the escape character. If given picocom will never enter command mode. * Added the --hangup (or -u) comand line option. If given together with --noreset, picocom will not reset the serial port to it's original settings on exit, but it will clear the modem control lines (typically DTR and RTS) to signal a modem hangup. * Added the [C-g] command that toggles the state of the RTS modem . control line. * Added the [C-w] command (write hex) that pompts the user for a string of hexadecimal values to be converted to binary and sent to the port. * Added "to hex" character mappings (???hex), which replace characters with their hexadecimal representation. For more see issue #75, and the INPUT, OUTPUT, AND ECHO MAPPING section in the picocom manual. * Standard input can now be a non-tty (e.g a file or a pipe). Useful in some occasions for doing trivial non-interactive stuff. * Changed the way picocom handles reading zero-bytes from the standard input. Now picocom waits for the output queue to be transmitted before exiting, or waits to become idle before exiting (if the --exit-after option is given). See the new section EXITING PICOCOM in the manual for details. * Picocom's serial port output queue is now dynamically growable. You can still set an upper limit when compiling picocom, or allow it to grow as much as your system's memory allows. Usueful, for example, for doing huge copy-pastes. * Fixed some minor backwards compatibility issues. Now you can use command-line options compatible with 1.x. * Now SIGINT, as well as SIGTERM, can kill picocom. May be useful when the standard input is not a tty. - Includes 2.2 * Improvement to read-buffering which can noticeably reduce CPU load under high baudrates. - Includes 2.0 * The "change-databits" command-key has been reasigned (from C-b to C-i); to make room for the new command "set baudrate" (C-b, see below), and for some symmetry with the new "set stopbits" command (C-j) * The short option letter for the --parity command line option has been changed from -p to -y; to leave -p for the new --stopbits command-line option (see below). * The default name for the history file has been changed to: '.picocom_history' (in the user's home dir). * The default input buffer size TTY_Q_SZ has been increased to 32KB. You can change it by editing the Makefile if you wish. * You can now select between 1 or 2 stopbits for the serial port, either via command-line option (--stopbits) or via command (C-j). * Added new command (C-b) that allows you to enter a baudrate numerically. This is particularly useful if you have compiled-in the "custom baudrates" feature (see below), as it allows you to enter arbitrary baudrate values. The old baud-up (C-u) and baud-down (C-d) commands are still available. * Added command that prints a list of all available command-keys (C-h or C-k). * It is now possible to disable the send- and receive-file commands (C-s, and C-r) by supplying an empty string as the argument to the --send-cmd and --receive-cmd options, respectively. When both commands are disabled, picocom no longer forks or executes any external programs. * Picocom no longer uses /bin/sh to run external commands for file-transfer operations. Parsing the command line and spliting it into arguments is now performed internally by picocom, using quoting rules very similar to those of the Unix shell. Hopefully, this makes it impossible to inject shell-commands when supplying filenames and extra arguments to the send- and receive-file commands. * Much improved serial-port settings handling and reporting. Whenever a port-setting is changed (baud-rate, parity, flow-control, etc) by a command, the serial port attributes are re-read, and if found different from the requested value, both values are displayed (first the requested, then the actual in parenthesis). The show-status command (C-v) also re-reads the actual terminal attributes and displays both: the requested values and the actual terminal settings (if they differ). This way C-v is able to "see" changes made to the serial-port outside of picocom (or changes made from within picocom but silently ignored by the serial port driver---which happens). * The show-status command (C-v) also displays the current status of the modem control lines (DTR, DSR, DCD, RTS, CTS, and RI) if available. * Picocom is now more clever regarding its output (writting to the serial port) pacing. It no longer calls write(2) to send (overly) large chucks to the tty in a single gulp. It limits the amount of data write(2) can send to the tty on a single call, based on the port's baud rate. This way no huge output buffers (relative to the baud-rate) accumulate, and they don't take "forever" to drain. * Added support for setting custom (arbitrary) serial-port baud rates. With this compiled-in you can, for example, set the serial-port's baudrate to 42000 bps, or 1234 bps, or other such arbitrary values. Custom baudrates can be set either through the command-line option (--baud), or using the new command "set baudrate* (C-b). By default the USE_CUSTOM_BAUD feature is NOT compiled in. You have to comment-in the respective lines in the Makefile and recompile picocom to enable it. * Added compile-time option (NO_HELP) that allows you to compile picocom without including any help strings. Disabled by default.- Update to version 1.8 * Adds support for the "linenoise" library, which allows line-editing and path completion when entering filenames for receive- and send-file operations. Support can be compiled-out if you wish. * Allows you to cancel a file-transfer operation, while entering a file name, by pressing C-c. This works with linenoise support and without. * Adds support for more high baud-rates. Now every baudrate above 115200 is compiled-in only if the respective macros are defined in the system header files. This should allow picocom with HIGH_BAUD support to compile cleanly for more systems. * Input-buffer size (TTY_Q_SZ) now defined in Makefile, and defaults to 1024. * Adds support for locking using flock(2) (now default). Old-style UUCP-lockdir code is maintained. Preferred locking style is selected via the Makefile. * Debian's xmltoman is now used to format the manpage. * Other minor fixes. - Changes from version 1.7 * No ChangeLog available - Update download and project Urls - Perform a spec-cleaner on the spec file- updated to picocom 1.6 * Added features: - Local echo - Configurable input mapping (CR --> LF, DEL --> BS, etc) - Configurable output mapping - Configurable local-echo mapping * Fixed URL in man page * Fixed misconception that prevented the correct setting of the odd-parity mode * Allow non-alpha escape keys (e.g. C-]) * Enabled support for higher baudrates up to 921600. Support is compiled-in conditionally on the HIGH_BAUD macro. * Silenced compiler warning * Changed default send_cmd to "sz -vv"- Initial packageobs-power9-07 16520911123.1-bp154.1.223.1-bp154.1.22picocompicocomCHANGES.oldCONTRIBUTORSLICENSE.txtREADME.mdpicocom.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/picocom//usr/share/man/man1/-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-SP4/standard/47b44e65a3ed267abcbafa214509258d-picocomcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=d0e50945addbda876ff7eff37d86c14862e34446, for GNU/Linux 3.10.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RR~&j-)>lutf-8770d885a47c1e7cf40f584366145d4e57d7d73995f6dc6a4b538aebc2887994a? 7zXZ !t/ͣx] crv9w ,յvٵBu%3Y_,WGQ$IgyDڸcn-?|W8~jN>k [#.NvV MaZּP z uqᓳGڬ®NHe>+ Ua 'ՁR @ă Spl5,-Bg'`0k 7Zb''ѯ/Nzr:,U);GWYjk~FH Cn[WV|7 P|Tʓ>QjAZO3I_{*/ppӓTV-M_ѶbhKv;9|=jǰš,@7o~OB4&bO+) cD0 *Ԥg7t&=ξd lw.Wݢ6wtx_BE04i8 U>eՖ`pO7eS=08t3%_9~{zo 8H$l5Nqdtf$ota+nrqX A=Ra=*)  <2sINR0idn"tnL;-!o(-;o8SN]<>3u$H3 ߱;aGgRm((:P9my>1]#K\b8)J$Ø.g\O>Y *nlcvW<=Lr^]2^(NG&D;|mFMJqʿenG=7ÐJ p`ķOpP]d)#zGPgt1jCG3IV S%\*o*ƈvkbfIBZǒ./ˡjn4xٌ/7z[Vxk.풁e?e2K\-Qt1>[_uz`iDwtKNMkz?'NG'1{9)|xul_]VTvLä‡lkҩP΂Qkq[n΍yl+^#T7R$Jo;"]c)GA`VxW~V=|]7[nk,(дqSWt@Ԁ-oJe !QQ#fR91mEŞhTsUe;+g/mZoOTM4LE(x%xbzf % d!Q3{)-_桱z ƃ q!w^u/ }Jv 뢝^+j,c^m" 2](PU U&+o[ef/)cӸM4BNuy&2@R $`0S6æYßG{p }m,iU Hvx눷ה3[wԤzHd,KwQԅ֘dh3~yW_Gș (&DIdn_TOå3{ 6## mkwAr(@AGuRX/8eF}SB/^3#Q0-4?TݬJj hfd%0FYMhKq~2b R3PZPQCܤ.N`7xeK$x奣[z'Z(Ue jZ~: ~qȺFktk9{~*AFW4YB%fpr&üNʥxڱ!GUތ(d*NKK!{Q;Jzˍ̈usG]D=l+ f)*ԭAD\=3 ,L4s3@"Fş$O5Ao 9JTW4kD{&VԎ mv+ғ43k4`XV3 X 6ڠ5533OWCħ*a?M@?b[˯n/Of˾}b٧!ՠ~jȈN1pfd$542զ?|3gހ#Kɓ>tv]2J]%OV]5rY̯+^EU?^jV NY%`;0ҟ$%nH_ 17n~/oI5 pPnvW[lO8>2yy8=c?ɿ;<'/Mdx+h`u>%6g#W˓k J݁J,,@xpHdP$ө`A$.'>?|e0 l@"83mME G+ُ*vŮEPgVhydރ D1-Qhҽ&#?tRs,PU>;,JN|jyu%#sƆ܏.}*4Pa<Ŵ,:)n{6˞*9[{s^@~Ti-W9zY!"!52Nspq<jIrS?R{9- C^[|*ؗHo P1l lֲsr;'8iAEu/; =v(anr ˱mxc.Gqu f9!6&U#>IIO:O)IOl\䆬+{FmƝL Ijٲѝ=/=BG)gjYw+ ܘkڿHLDqR |4,vl{Vؐwʂ,f<y&[L| CY`jRLG1 zOf*>L>;s@hI-WHǰO[z<&qij>ÃmOp4KB,RAUDZ23(mvӂa;{fJoSuF(ʁ1)2gihFXskELTU5@G (R_>9>8)cg=Ԇ4PP yǒgHÞ%2 \|6;Mj _ $#J1ŴT:SdS73i5WNcHv?R/e~KߟUjǮ㪬Ɨ{еghpUfM YI|2:c Ͳ߯CA ae*147D q7po;P$^n'#|> h>r5GIB"XfZ^ޜ5Wop}3' > xyP4k?ų&C;Cn%>NS NlzT? |(qYrB 7P+it(,EqkȘ@g_(|B=PmŌL~-Ef&\m3h.`@̀hlLc nx'p??A)ʿOY@_rZ(Z-GR2h:UOJc_eFxMWHA>x{=g_#|/| gPenXvu+‰(׌M:8EX%a`m:X3maw=7 VnLBqI ͣ3~޵OW‘%0IOͿ]Y&#UNg F½tv2MZ-%%|a? ˇƍ2'4S5՛oY_wlk~m\\ERۯqo(uI1 ɬQ;c~|~i{h ڔ`s']go=1fSjbh-$i+QIkc-abon= CsY.J'ogA5TR>蘽ws^/4hRKN>c=J)fxs,(MEW}|΀j@آHSc׃|3UE$P뾬4S^qfJ+)@OcYMӲ-r=?@R35nsN0[-3N!?+i|c1REGh×4Cea}^$av-U5(:!y:~#ޫv1E1w\S7.1SQrNK(ï}7옊Jy}#Чص]H]{[ lp1/gt7jtEZNI<䚲9bIqk :|/ 85k|W'!"J5۬ h ifK_F\LO7Dp"CfY=Iˉyv-ӰƫE7j6ac#w&![CRՠeL艱FXZ(s3G٩F8.DLnn@Mp9G!@<6Lg~kgTA!EcZ1z )}|7H&d2쐷fyT1[y)D*[JHv CR&LtC ]I&gpYbuGP" "GW"֪ #dD3WNzުcYI>=G{@errM%t.Bޓ=*a۳R5:`oh,YEiءԶiVD)+P<)9l5b~#+6.^B~'_/qY|k||):.:}OiAC!bJ^ :|ϖZ.J02h́J}MbxcN Sɺ[ -5TL_ܴa0QMB!UN $ww*J43ce" 7[67oD%vKi#]}-h :<^:*$A?n}[yek4m&(}xçJSMwbUaqlL6B@*0&(סf0XݺkJgqa]G9COB["$Pã8g?IeeܲZ$}.|:6~+TT7E˺]%rp@QӘtIN]}YR!nCEVWO;Ѐ{R^‚S|(UgO# !jܫ|Q C:ޕ`,S03y0{'R#P-VDᷖQ5+t5mƑ>^RJ]07f#rXxQ^< }Td6 c5MVk Z:&YyYˍ}vt}_ZcQp-@H;5 {TVLI%!ߟ=\)P9 dܷK|{c/ ݭ߁ ؖ_!yi*AiR)ĝ+f0PXt'FAx)lٰ̖})0?[_ LaUj_S7Yސ[ϩ#AVIk uv iȷ#=՚}#:=Nݾ]V9I|AvmA!,.\?iW4&JS燑8 IG2G1L: P٠Qy)AZ\;6ӑ9LXRFJEhPY C=@xIuJ -%g)Z=1u͠0R]IcVݵI7/z3>ϩɒj5S՝ntQEҊC(:OxsP*<U'PMY}?8-uB[!2=g*c B<2.$V0W6I,q >\c&Fxf)+ Pj9FgDkȠ,5@}c`&6{fINrB$蔡Dd]j8]*-j <9,Im Li#S>\T "Ivle,d͑U2Mjl@fG8TG"xoN̖_EY^:ndQ|;@bcx-F$)mSC`}ȨchSkp185m2IZ^ŤPk7=&1+̤AM鋕d?eX3~3>}U)x'B49xMI/=EV=kǫrX@>0“9,|!'MMXe쑯P]R4%)LwE}1cwPY_Үi{Dt#A~DwYZ% 7I=]eُkFH3!ިeȧ)'>]O5U^}Kg3)5r`fjQ/jj9 U(IrN u(ܕ*&ւm*ܚOC; rO 2Odp>Zru pd&:D#omװ" hiU;B6қfN,ќBKxzfY\o"7L롁a!t#zdlw[jJ(³zǀ@E1h4a~Z]Y1q*z $,dXiA[2|-ҐȨ~ r*\TNʩBL*YћV`oCS⃛2SRTI D't Z֌xrkt&+^Lf'i j\GP2"3%!)p Z0HrX-#pH%^·@t6h0J-s/9b%6Ϟ^(9Ҿp;1=V%@i0ޏf+9\Ĝa9pbSI}.r/Ucn<@CS#}- Z&w1+ԃ [8{VFYW,"FGh\D`0ç%"fOi.0}+9`5"wD8w(yy# uv lOf$<Yid"AF$FV(yCȥAg NUdC.sew/,JR]RMl p dN?Q%Zẍ́GP28@3./Xk,sx3xU~^nd%ÊnQ9?l-D6TAv4Hyo0={hQ cTK$;n3jz=p6gUJeW%Aă=hv8H{&JdIVpł(d<3]+_({O(=uuTó`W:j*uW`! `JD0x#ی~TP]Zrtz{Qħ+*\a담Scg?E鎁ܺw$6R^g~oD/&)H4;m&F%KUE#F:Ht 1E݃^OQ!SblN4J[B*S7Zds~y:B+HDu6Q؇z:צW\i}|:0?K:}rѡSޑ3?:xnm_ ϵđohX\Z69f/)>!2ۥX˫CPuҚmj=qwSb/i! { WBN1[ kAohi̿S ]]k#257I0@gbi-yPKo9 !yI`5/o[~n0읟.G`*V4䈩Yn W|,IAd۳*eu#ܕ Frqk2@X(0ZN u*M{Fw5*fc N%BAawX:rAA6b0m\savVB 4iq(*n3AJ%LJL^oU*aw^c+p~; g?LG|\ˢ>ug!#: h̓HXzs4DA>c[BzmNZ.Nd?Өņ":9E ![:<<"ʷssK0@5tBMK[x٠la]܎QK4K&1C;BRm隫 dVе[tJdk2y"dO%<ځCPZPl}_2WNhSD~uDZkF%{ܮd읤LC2,?N3ks J_ҟ~?u~:P8`!Di`M vL{ q=8B 9Q%*f❬vښGeL\Ӌ:ח:! 7쎺81V!di[za5aYI@q6r v1zYIB8M4}Ut'0NqGR `7USHDC%#d4";J=cy8C6f~;}pNFij!XW* 饍fWSaGJ8E! 4n:a/5Wɜ*Ȃgwʅ+n`f2!BEJ鉡֒8s2+NV|ܽeT"MF}K`r:_quEǹ/kE ȾҚC/8 ~=d>ֱ(T4@R˺N}eA1zuZŎ;gT3[6dZ!ɷe`b5wGoͶ> `#_!Y=V,v:Fi=֪2H+@EȦ+y`v) 8D!fcނD'*FٮݲV/X+lqjEbQTư07G]oE,#vCЫ&Mͨ"1/ۈhGurb0O)&4H{UxAZ >Jzi" jX!\Tңx,;Ý8&<]'w:RVB4MX dSJ,e g7Ai? 2b.X'7%\wDiEYkZ[7:fԳ ”^~ms6~j{zn{h( h exm,`V6r>vc'*z`O6PR4VNrHGSg٩Ik̕"ϩ N^&giώorWwC (l2Z62*1߽gv҇`73!ZP<wIӉx*i6o.0H3UԈImZvS$ Fqqqn#7ضA0H^[%ޅ"g*d*j8& O7d,F8+#$QfިdijBجi1ٌ,bT,26 #+ʈ씪^8sQ$WSh[_6({P )\9 GSf}+33+yiwBVP@ J 7* 1Lբh&wi(1B(uA5έf _T$5NUoE9 (ޣqaYAC?ړ!z=(N@Zsz}pQ+o|-խ.XwLB=L$)iq~\6٢CX^6CJ ?ǦJm^ |i'hsUÔ+d_10&]:14fǻڢ010TM|* !(fxT%Pc\ qɝKg*"ku(g&hz"@h9?Vϯƍ~A{IlkQ!F,*2M'Zr&25YEkVnsU_Խ;:zm W}Voǡ|IvѯPEO⪸B.T%.$ZR+ޑnyjۨwgDuLg fCbr-H5L<%t{3֤UFJXݽЇ&HyLמ%^=/+Lo`4cūٹN7Jy yք.͚[,oI!RC٭$5h^|:fDxt*ntw s[o2Uoi]r !e䋡Go2QUe1pwN./ h=EG%;[\V]:9aWk١<ׅu,ƫ^4j$pFŊz4E3GJʩ \Ùu'x<6 ]o԰$q#h9]gx0,2+sz 9 wOdΒX,i~ 4s6ו-y]Vx6n≩/U٧4]Qm_>뜗}~{e65 Ou\sf3Lm@Pݴ!Չ ݅IJO.[wi3@`@WЦ W3yL.- vА1w|8F]ѬrrQ{ꊧjLIJ,bts$}޷w;h="QЧpK(м  yfg*d,# & JR pUcS׹ܴC*deg /g1j U':SœT&U8;RMYz]:}jSHTf*wb^#p2r]ky/n!K WA4>?+ u5W-i%];-b-mS7L\_Op7-~mz@L;AQF 9sw=kKb,)߽;Z, O60fS/Q7Β5̓) #+n^Ea>Kw.F]u6HcG.+qqa?mLJ(1.KԞh׽2uID~ٲwQiG;uE 1EbBt)_ta _oU{'MK&T\[́)ıj5h³ǜ#-*3efRae?ĊdpwDc!:K*jk9EUuBnj08*m|$d$JdyVPؒagO9yq_e44((; bm?rgkUO]->w8x'.=:S:f^ ARl|Qm67] ܠ "(0MFpEԶ#'ҩr.iԡ>dW[c n0,:w\;ܡC\#Ү8J;s6ǘi`a[S|Tw/%rASaK>Iޔ#c"5hP/)_$_|e7h?M^FA5Kɶ@O(9MINO]Y~B7ʀp;rgR|q9C,_I=<>$d@ N@1!q.7S˘lG-G3kΞ xćR&% *^@Y 4P!mD/ iʂ'.rS)[J9Ņ58u-eXcd4Z(%C"ܟ!DEQo_7x!P|MX=55@9N@t$ Z5Rٰ~~F 0 xcGJ_ w0#D^|@ʀtz(ir&V6AP0m=- A͟^5"YqD3 %1Xڛ ^YQq!o YmRN5~ϲwfe[PZAq,{wZˡ>M7Z6H=n'/ wv~a h9*O>e㷉vRRkMtLjd@,ӋJZ{n[rbJ('lx¸slιSpz"ck1` %!d<~ ?AAbΡndbd>A B,;{)*Tz [;v$+WN)D5 i47 LgTakA*,il*ȯw60َ b8YCiٿ9}yu we5>[ R %.klEO_,vLjB E|MG֩L \@O(kwS-n5^ %5=K7Hn;:e+nZlfQ'{BF}z1gd($bA'Rǽ'siKǕUh`'l$n$bRD} @ŸAȰ𝲪yŜ22V=S+ k3nd8NƮaJF 6(NN)C x·22]1昅e.-6 \-oOQ?|ňōسMslZij|]DzMF1_~Mt }ص %/%[oA> DH=|}r 6]!!~dVѷuVn%٤jiFyu揌uPߣ0FgRA2[s#E-*"Ucq  .K{ljmRY*J&z^j97`q?M[޻9֊"pts^^i5 ٮM %Ö],.{-w1U0 MN/5fۀIZ1EU05Bw(Y tu%ia}z0chC.򇷟b"y B?U Rd1(,Ơ(t&sU`C(?8ww^j+&2'Ö 53 !,⤼Ð=u>=ohKJld&pbV ,/:nkTD9ڃj` 2y}+/BfD2F-ln6gw"fdNA)tTwo;P.JA}^WB16ϰ_.R$Y=vbOu0+FcOS9#}l1.>yV܋Ko^kXo+3 igW EܖϾ(z]lzuW=9h'ϲvAC%ޤ&tVKtO0&B_>\bK`JM ;*Gb RY sTfǨGğ/7)/y/taWu:͆EuFb%4[{*W/)z|8@bK^/q#-4h#l]/:R1qvzc0=':i,YzR($~/jۃu\IJ|$ݢGt moi7?lCr:#KT9u߂U]=D-1~/l%ڐ lm"ݻcdwNH62{>TH 2Y'gs n̄?@)3K&^xV˅z#}+f9*>iZ^˙;g.>ݚ뉒B3ة|eqMER/i`a ei]>8ҟp B'O=0S~%_ݬ5M:WJ,ǦSĔ)sv$!XoL Q<'@tu08k1(c +0HBPŎCIB\^g0P>(h~LoʨIh1Dۺ3(>py^{;%l㦋˶/hn ^ +Oښl D*(Oد!#]Բ.Fd4=kAp<ϕx>]<)1Rw^s eո!{o>ߛFrtG m˞lKB%,>Z ݞkcz,pF Z' "P2X ~"=D}J+b|{I3+NJ.Q Kȯ9(8$N\3@ gƮ77)1&}U&s,qIwgp;.O*8꟞3],n1ݡ&6e%ER{D gM*b=-i 7)DCl`NGaٔc}i`Otc T1J-_o1G3cfMP 4 cTAm{~qŮU{$Jn|{s4n$;uNj1mֹ/SU5ДVTc_Xf 4]MKE.Z6d@έL7Am,e<܂8ׅm\bꖧԭ<ۦ?ˈH9ʺ_N\EE0oGYywج=C-.es$K+,} /ަ[yK24}(2oKcٶB)B_;TuGBz$9JA,1;Lqh5tMCÜra4J:3@"nO &#{ypѩ47!%Kg ([-IMYÿB]q-&pxyHJ)#FM@NLƝ1A)@pnH`n$E:|͑$)x_%ڐ>pXȽƘ^sE􉨨 TqAI@%xru$*&ǀ2<2>:>"83I2a4slq5q6!񫳗;Tt#+=H)2m&cijqKҦ'6;f ljĔ-0Ͷ]9ZTm%KDPC^`%XF2%Ul`u-+{e#` ψx`3OGKT*װGλxZoV!;guu(^4ӊFu%pQe`hWqN1M&Kj;Rϻ2vȉÕeoGl&C6h`D|V!ӗ{teb3C]4!bWORTBih%2s 1QpP'o 8;yX9 ֣{nj;sAZ>&V`C6F$%=DQZ 1p`2f~Bq?$XLCSp=~{zчE!2/y`9Rb:4}W%Bh:df[S{`W7ĥzR-֎g=y7COV]oZBZ{N:K?mx?Ԇj6Tܣ ~WQR69ˎ:J@l _k1XޭĞfA [ӃFhr]tE2T=B Ik>͢Ak<b$kHUh86xq\6 ?QGuHTEIhC.,sp[M YLӾ[y8a?%  w\;Uఔ{yЂKH߳'>9Q8ސ`Urozqvk-1KyZ Ҁ{Z`#[1 ռx<o7ꆤnh]lV]GJv%pӎ=Ks#P*\6 j:~O")Z37nt$c*TQN[9EBO Yڅ)>UiD5PT^'ukaubXo0$fbS@Q.q=N'6~0@ޫ@afL&V<`ҕG9wy/]gOwPU?iE4خ.ΒgPo_.֍dxAݎeo2;6/4q=5AUѝ8$ >jBp(g6g1X"jÍe+ l:.}^?W,MwQ&Ys״4~&S8OX~pvD4Z38`-Өµ+:"hE0$2 Uo\ -DZ:bl"xw%,wظ)`#rPlej7 pn0SrZ^Y}jsߝFn|bW 1ǵߑ!٭ ]f[{1~ ]onQ"H(1@ޡĸK>Xdn3 Vtʱ s 7Ysz[GmH`t"XcJ׷?yQ `9pMA`1]qC9rL|w]jo28o=i^w|$`FTd5r fja!\k;KXjRZ' el㲬%Ǎ?"XvƶZJ u1# j,؁)Ce 3dH$E4Q`Z6zCGTEǗ9#ȹaTVb\-Ԕ+t9KR+V]nVnʋ02X&Ϫ0(X2]Ռ`na@A)GƍIр{5=m}!&:kdcUl|\mBPgCޕ[z7 136ǭ ) j7T`;2?U>?)˜ֱVnXJ'}bH9b OgA;Er\ _C?O7Bu'ļgBZxU. VoZ>{v g}rWV! ?&u[1ap\NgDn |Sqh5:(R'г <1T=k:i,vu<)91Fl]/[&7lFM\x%'/nm?i$?ɐJKgRb^&,JK jG3vlu:f1O#Puچ])zY+1SZ7Yo768S8'4*]0# H/Q%qDEwB:ޞPyϙC ]*R5!ڀ5~*Z︄-8>&ˎpgT6K,J-&K bV}R[T&-=Wzqe~^gGCL&C!bK|cs-]1,19NML[AdMIc"~'ԛMH8~ؽ(6PڮVdx尾no'R=:6wf *z-C}LP[gD&&ֻ2Z>/FӃ3 *N#qg}$Q/3!L)ڒu2t,,}dEKATHT[-3 aИ F·BExǂJ3w[gqtaEL> 21nnq",5{{X !X&A;G>6w@qS/t}/bIQf(d?hf *A`nr99U\Q{4a5f1s9;26-|*b}V:d?^SgC$C&Mٳ,?ihLh@YHgUO`).esx CWi^e(lL& 6jdHu}譢`[)spu dɴnmM#%ZGWDɂ]`_Lۥbu`7؅(3(WRoY(q:+fu[=Jy0k3eZaSniջ1﷖'w*un u GwhZYl:}~%pWe:4p. hp!E5ujnn*CGQq8?{~JM}nLȂ A? 5ȿ]~~"9 ^W)©{tejjg1)z#`T1~')(ʼn+pԿoA2H4R,63v\g㏨?5%UA7,v&[Vn+Rҕ@B[C CS 6{#7&t TDl.ͧ)6xO^foG̋T*&T17#~Fpwr S"7#rv}Y};N,F{5gz Z'u]L|1 J)_ڬ7O9ܣnjm *.I+ټ.uv`K9ϱtDH/[X,Lֆ@1<"8Pߥ "mcVs#7ә@:JbGDyOD..!SCs(HKŒ.#P<>ќo?0lDCJYw_x #x&.@63ffp-N]YM2mQjy.tqk V؁MT 5"G:x3x@EqM&!^b)uYsdN##[XN$i>'"z0ipӲmN OR&~NۃXVecbxا`$1jBi"+z=h)1lZ/9./#O{aFO'9;zu5kKBR눂%v236"KvWVd2e$+"<3ULͤ@!{(/Ʋ 9g.TDa˲6w-!dz1eߍ /gq2`[]d_-$J4hgpcF;͓14wU@qP&]ڶGFמ6߯0ݟ2wNǔxMg볢 AvnSe8L$厦M\+Xҿa]cR~u2@Q&Z7;Kpy%JJ3ڻ;ĽhZ>`8'[\D-  3풠8Bal yqm;mteR)>%7mAP5NdB4vK(xNv Ѫ+?*hGjoh&oF*9ٺӇ)U:~V,+ >B],&堻{btTk=զzATo&cw[Ԑ cMNe"K"z~@a :"J_W;5A՗hENJd+ Bjg7KSw(<3<_ vD3FG ;U6GL36r;_43Hj+"YDg }~vuk+Q?[7K+/<Λ2ooUMU(1,2f]Ī uVŜ°7Sv!Qu̔KpesU4.׌-)Gf0|;mlQ<)$c;BWw6m)ݙhG/po( =<T#.BoP8Ͱ +1lΌs8|Eڷ=iPN 涡NC'ښeضx8ø//UWDl%I m8%C(#XgY[pCvBkG0C_3Ǡh:-%%AG򌩎?(H:s>lmj/{L8ℴw>"[pKSd 0v+BvP\n{'` '/&rwM Z oeK}+|+Y ~H t'z$[eer|e_1`P3N}=νPO~~2\h{@Fng9)0:l 42 iXyVwҴBqv&KR@j֔X"e+wzq^-2=@ʤ+8vW62 PƗ{m LGN-4`xm0kCNG! l~N^2FxnMGAѤ_>"LCf!ROA`4]ctŧI7P$5 ]% /fh[Dj"*2)|FaHtZ1ϊ-j<~oH({UJj ee@EI:jvD d]76B1~l,GO\?ࣦ!lDP;\t~;¢|^/!iR9"Wӊ-f9ت&iї|1【^~(xVCkF1N6]>ZáK WUa/<6YSAG3iX!@1!GX+n?gk / G\2Zr^ej雭<FN6uw@ \3E)*Bze1} #fgwu߬fN)o:uXWꭔߕl*X❂yUGb fUy%Fs$]/D=y,3GCgaaOD5 4#Yw!{@u3JKI,Iύ/w"LfQ7 XDsڤRȱ]%Ᏼ,UHSOp jՌAQȷS|KԖ/oʸv?R IX8W:NS_7&9 Y0t8$ /|4*%Kv>Z-" /L9jI~.d@kQ4IO=; JN[>;4';66Lb"`"[>*k*]}~])3V$&>:Sg sB YYTz+7M,qU)?|l9)s>zxi\/0}W}UY)617ҍ!|=Uf`s*iNSn4v0]rs>3Qd>|N/RI5/voqg^pa!3ymǤf/PA/3QJvj}0{>I$v3(]3fIg0Δ[uvOW(M'r$B9; Lo4L0޹=r3iv h;ʌI'C6yTzW} d49"H~kN;i \-Kp:*~6*{BH.f FpS|-nYBXapz}:n3 GF7 qXV;f<. e/"'F# |g 'P5S\[jl]1?XV;}M6ZL:wd6?#;Qk!UJGEYBA5@jY؀˥V^grlV5c 6\6E[!G 䰍8 @*=3kUԉ{SWeVC UfޠJw}n3`DfƇAnuH&,_6K]WA:`<:!>rC^ΦB`M} /w!88|wnvIP)؀&!|~j oΡXl-+@C>04~6Ye('~>.dKBᥘ 1&~W?8'"ao1vQ Ǡ}ji8tԔ]hI\wXiV |:QOf6!+^RwumtFnM>FwC0u%L$],.ân&aj" Uc5UII>49z[V 7($U-@W`vQL/-?Qb*yQRG!M!ˊq!8P,[jzEU34 It Y{t|C=aO~d-4 y{̀[lѲgjjsaDO ҸreH= ћm;|($yʞ5Mfk2 5pޢ1AxUT'fz2"|!7V`塂xb5|aA18]N9>깵I2ZstPz=9]:IҺc@5zd wj$-ʨNp+E g|opIţs`ev%O,ȻRɇP 0q‰0]To0üQAnPσj?Gfy 4l2i*$ps<GL%VfcJ髀r}2(є6#O:Hsz1^Zb2G6d-~;4%/}$ZT:~`JIqg^ʤ `gd.Wkw>.27AԑRǏp.I=\>^zϮ튎E EHСEO>/Y]C߳%=cF[z;f{x\&QwLr7F3ڐ4@Qim:p}@7$RdEL%61D06R3;f;P0N${xA=.̆@ғ-x-|_ܺd 7Kaq~1ȋToHֵMx#soK'; '@EBޗU*߹b[EP)/RHxM7ys o#c$_R'ag΃W(hQy!6't?,ɲtSV@Fl DU[\T (?d!-!ήHczǨY$ bS9Į$cmBW I*d )R"3ϊ1Vt#vd׎=^7F+ p5ʂNxW"o$ǧ`߹S>}5% S=ane6 ڣ0QGOeduU I~}Py+"rBu0J{C#Ȯ>%\ V L浖 #"R3{(viˎUv{Ci$&C,] Bze)Ys_upg[AAz,~ {?XOC ->TMG INg17f +\)< d G,:0,!&Q/^/wVPEXZԽs:6؇}+(܁~4jf[Ed=8ټ7ǒ$eED=LJ6P:Kb zw !50(z$7H/=gqp=S 㬥5֔^mӇi nF  w*q%X-<,MdWwpjx [EƭGZ',(:͐A I3]f}IFq3b2s6d X*L̃Qx hسm;hOnRA[6A &Ag8:,e¨A!cVx-e `ohVCfu qK:_`(;l[yHNfAýأ)j{o qRiSwmɩT{L݈e?Bo%ZQ~[=}Xv" z<1A;C DAj4<:N[/| ox~ǧٞ7 ~!AY2`yYr5*1R 3KL:Dhe^T{Sϯ&ZԺBm77ent:ľ,s`[BX R$x^ :o0~dBuz5Ly&P uJ#I޺D>H"{F /;$-xw>Z!w"bK䰈K`6^ 86{N'-} 24΂-`29zBnDN!ͰDQ]r\܀SX8" O8anI' /)"/:7dRX)90_GRpf*TIߺđĤq>;Ԅ+\Vɞb|*۰vE6K琿á8x1 ։] 7b'I?`_ G. 4F%ŶqcAZ-L<_L_/Z VZv0_+>显9/` '$Bu!#*yci?L3LGMb"[2SlN{ כ|jf5D҄˃, sk+ +^#%ЋaBX~4,,W{h1OY nE"& ʽzdL,}93()wJ`PSC},Ţa wò@=!/nZ@ff9 Y4 IuUY]r]4 uB"̘oc42C{##㾌И~JN6HPݙalU*D I]i pvt %Ay;%5Ëqxq>UDeL˃LE<Ȏ.I_NU\qC//ߣ/Kυeb6]续]ֻL'Ω+?Y:ؼqmS2HK%p/:%PZ{8 ?-4 `A rա5<]fL+="~7nxGìК3/iوۯ0X`Dg ɟ)H1pJ$n'RC73RGdW&_Y^AP.[N C/ ?oj=IN˰fOjk~* &v:t&[@#hɻ@ d8BBЙrUOՁ^Nɶk[ i l}h1SxLLs*ͩ}?Ṗ,$9n|LT&oV΃6gilwnbe9-@՗vn9P?ا60ݻ=_Z{(URlv*AεFK7߀ F/k&6 \c#K`I\Dz7y"65hJZ ͛PĠ~aXxR_-Ɖd0cwNW?/p& j)dH{S-.OEvnOH3ݡxz`AS&uqJGэ'+XWۡW"cl }L]aY!Fm>N W+fZ雘){qJML:k9yb8Н;( fq%:8md687dRږ/wOaj Ys/K|ʣdHjڍE>Y d)\>/BoDy)M:_:Af gkg[vD;dzY " PFx1lRQ?)i 砲dlyA/Վ^]69 %""Vz%blۿ [U~Y௪jފ 1S.KJڎ+FSpv}3dI6ű2eC<"DcD1}o'}#E_ذ#ثL=Tt!a7Kl.ֺ3 k2$?ݫ,~~c]%$ƉDؚұ!f!<%eֈ;`tH iYkˢc EґSW$ΓJ:f ]<']f Z,ᅎ'JAݨ^DYi{Ӹt9NN9e ;!&,ԤQk,Qe4y=#ޤ 1#%j\JZhr!yic^ןvmA =8p.lzkX14%y|KB> dE8_ޝ` Q5CX58;}%I46wбU.vHfTMu}o\Juަt-2:os3s:C7Y[tb` .e-i2k!fn#<'ϱ <^;/4%)q7qnԪTAւ:Qն"< /V, lf d j9L.ͼӏW^rK7#!"Mf;,Txk?lN~&ۛ,ˉj+X`oįn<<7<7K{o,ܔăOIRUh_Bv']ނVBD ED4X`DI;eG ZٚF\wr1+v\MRk`vdA_'x"1 fLj ew_kPS,ZxCkM~hnտUFC:zz/(Ѻp <9i~ = $w6+L½C%rveirsţ8„N (ZPDB/u*ր|]r'&Y0rm|D 8ss l=d_V~I2PJd@rN $LK5-7<;W7]4y' /T2Ne2}]u9SIfg4RM a$H$'R5Vn$u^" `I}grUw\ɽ!$Ӫh7{{Nn}P<`4"arLvʒ+Xj꼯g_gU`[Khr (4hvQDգAKctЯjkgِ.XB tF7|l׹z+yeꣲa-Ao%)"h~٠Ҥӵ~X|j9N_avCm{_d&p ~U01B1JYh2 k T˅&ȧW: |#M]ր#scgno2;Ѿ9U,\(dߡe\4:$2Ğg@=kVTicefM=@~yUPZS[9(_Q0& \0/x-1\ptRC+'$7$?\ӈ`S frM>hNgvLqN1KqEviBS ݏ4om Q~V»h=AS,Ād=TdAfp5Q=cQ~fd w zb%-37j_&]dҬ CpVmĪ-Q>>y'ٗHlW̆OY3 r2&u)@ E˷~rE2"G_17ɜxH/& ;tWk\^&TOcg, &Ԓǟ㩂Zz DP+hb9F8|4~JE+;XKwִS" v9$RSCbB* /Y:Tn:Qu>Y_(_,x!r8p-\fx$${weDQK!Гsq|~V1dHp=@f /pANSL)D#Α1͈ltJ+ vv`7Qؠ$R@"@U$ۘSNPSŔjMJuFd7Lݎ (?bsvK4)R0;/0tL*܀e)L } YqNUHG ~s^ch!LP6rD3~{0ynfXSVlxc:<6DE%vJ곕&\5 /:E#i%0"ce% rMߤcR<4xYj:>)%IlC$_׍ CbQ8vwdRRW])Bg(/$\d(ՃdM҄k&a)w~.ogm3 ̩eV44l3hm!d0K16T%)}X~%eOn:n5a􉺒 4L qS2ԗhS 2r_ W~sK#ѾɰZ]fX`:g0yQ,ה B$^]c@XBחqԡ3c÷qdf hG()kެy@lCKo;xNgJ6g.HK@ϡK7Y֘b(uݽ8U?*{`}N Mi]=[8!ٓZJl(Ყw~jQ CXpsjӞE/>,dFfS^lK9g;̿R[ZAuU/3 RyÞ{ReT/zXS̺(zt᭥ V0%2l!ZޜMЧ1cAA얄vx%٘87œ*X!TbJYG3uʅs\r?\(&n?O_W,8R񜌺LUR7ڃL/8n*rNИMe|AW;z[.ljw;pMYCxG)޳[" / :W\o œpTHV=C] Vm:~e %CD.N7Wo Ҡv@I݃SԭVu7FxxW!N3c]4"WO`v›ۤ<0 +k4lv^BR\(ӈ Xě,ƙaӁn&.$>|z>qiRQ|])+a0=":'/\R:كךhGQ>jdtsDz^Hn9$m 9G2xcOKtM8YcUވ)fD,̀Y/Q"ĭ߽֯D(/($`N hm1뀭l$ MĘ!]7\UM.Ao'a6f*G~l9z[ΡCm-ThH.S QA.>bWuq2M9D^O"aFgjzÁ\@qvъQ%yַAѧB;i;02yM7hೠJ&= ǫؗds.f%iaX.m"n$~ e2}ֳ`b0n9Fbc JQI~*j۫Qoq|>]Wt |(2. " \ B q$Y6W6AFB o"+/'$$. #Klj#CU_E+kCPZ2s۽]DsD3oM=[fJ 1R[]a]Y!LŔĒBXDOQj eʸ0LV wu q&彐΍h'Hy7lY0!!f61.{r.}/hGAե1\j_jH ޺tu'hʜSP*\ .,'"&1M$jij]䧔x{;BZisDSj`aξPN)>L$  .֕vIl-:+v5A,Qph'S\.}ZM"e3W>E2qvDqUg]Iq#دKG)@)EjBp >[͙oTb=FljtBNQ=P:ړlḬ0 vqz 2PoLyGC)l)nGOǧ8I>ssj BnT7S:(:ϼ5eDQvuJl={>2S'`~Rs7cJnLt`54mİr]"$y˒b 2Aΐ1*X<3#DO3` |jS7ZljuɍbfOLo-Mt"E; ;COz9*d+{{##m1,|֙DXH #8vY(và dsylj!NüZ %4w)NXYNL<ے(}P RԤ4gLR]K=v$V-y{ՀcR(J]v07h|!Bfbră2&xP~ l`̝#<|X|SI Y="po &~# 2 <5Ob'ND€gE`o6IsֹBlk"w G? 1)= 6zw ҴJ`ccPTX/" [ʂ{AO>VQ QL{{T ("WJ)N;wC@Ԯ+drzXWዡBaIzWRsG#hFj?&Gem5e{d}sID W9/%GQm߿6|5MYDWAޫȗF;ãj)9[/x&.O^XqxY]5 ;DCxA?.YS_?}5dZ}R7[+f55\V#Ϧ6jMS0 }+$܀ON]$;+.Tm8i-\WP<;A㞋MeS<; { V[s?ց?,9J a - -sw l}tXsM^S~*|v i[$f*s9g2w:lga>VɠcK׸TALqs|[vͿb0r@ȯpb? X)s}1D&$c LxR6'rh{pHeX;`X2Dtx|z6}i1W誴K  _Q>( Ԍ~|.5WPu0I{uxf_W޲t14}*XbՃw_y?E.l5W>yISkc `z}uᔤdb+00VlMߪb&k7^f?~Gˮ