discount-2.2.4-lp152.2.8 >  A ^Ҏ/=„Bq@9e4_,14UÒ7sqʼݽ(-j}T">DkK%QSnq(x"!n`]Dtĩ[M= xg1] 2r_@ }1zd=7.S#y Z:Cq/'pB(\?(Ld   ;% ?\T    d  p (  < ( `8 h 9 : d >@FGH $I dX tY \ ] ^!b"c"d##e#(f#+l#-u#@v# w'x'Xy'z''(((HCdiscount2.2.4lp152.2.8Markdown text to HTML converterDiscount is an implementation of John Gruber’s Markdown text to HTML language with some extensions from PHP Markdown Extra, Pandoc, and other implementations of Markdown.^҃cloud130vopenSUSE Leap 15.2openSUSEBSD-3-Clausehttps://bugs.opensuse.orgProductivity/Text/Convertorshttp://www.pell.portland.or.us/~orc/Code/discount/linuxx86_64update-alternatives \ --install /usr/bin/markdown markdown /usr/bin/discount-markdown 20if [ $1 -eq 0 ] ; then update-alternatives --remove markdown /usr/bin/discount-markdown fiPP==`8$v$A큤$$$$$$^ҁ^ҁ^ҁ^ҁ^ҁ^ҁ^҃[g`[g`[g`^ҁ^ҁ^ҁ^ҁ^ҁ^ҁ7518f1f1ec9628592826cf1e846bd0c16250aaae5b138d44d7b26d5d2b40e399f503e3d76c41cfa2d05a5ffd273e7a9a0150fc70dd2dcbbd9fd86dd52f06c61aa05b7ecd9ad6bc4932c07ebc3d85ba294b7855f24455210824fe012f5a19d25a5865d7813183ab13e91dbf2ddef11a90f89a810ef51d87040d412a44201d7faf4ad6b805d7850707cbb0481fd35c139a817f5427d0cff4639ce3300a3c25b5202a407f0b22952b2c22ee69b0cd97d0834462d138aedefd531006560fec9d90cb06f79c5770fe3cb7c4379d70d4994b8831f75a0451cf0282bdf3dc59eb9b8eaf3e2a9b70a0b68623965dd516b13bb2541ea2f5f09ae1c26efaeb4b99e27b8d54b9d6dc523de8d434759ad9a4a92c65f8368c2459e2308f5acbfb28f8e446d8297f371a81119b0c00e952bebb13e77db7c1daf8633b1468d1554a50e494b0ca4b703f51214c3582cd9dcb4ea467e7fe59e370be082f9050ea3654eebe94524ef91c8417f4a119e1104954655b66f779b17a4bcfed03cdf631d92999840b1994e8b1edd37e24a390170dc7cfeaae7314409114f05e8962cb526a8845a2ada8eabe/etc/alternatives/markdown@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdiscount-2.2.4-lp152.2.8.src.rpmdiscountdiscount(x86-64)markdown@@@@@@    /bin/sh/bin/shlibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libmarkdown.so.2()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1\3?@[$@[0@YZ@XYXkW%U]UB@UB@Martin Pluskal Martin Pluskal mpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commailaender@opensuse.orgmardnh@gmx.demardnh@gmx.de- Update changelog with references to security issues fixed- Update to version 2.2.4: * No changelog provided * fixes: + boo#1094809 CVE-2018-11468 heap-based buffer over-read __mkd_trim_line function in mkdio.c + boo#1098252 CVE-2018-12495 heap-based buffer over-read via a crafted file- Update to version 2.2.3a: * No changelog provided - Refresh patches: * discount-disable_ldconfig.patch * discount-fix-compile-warings.diff- Provide virtual package markdown- Update to version 2.2.2: * No changelog provided - Refresh patches: * discount-disable_ldconfig.patch * discount-fix-compile-warings.diff- Update to version 2.2.1: * No changelog provided - Refresh patches: * discount-disable_ldconfig.patch * discount-fix-compile-warings.diff- Update to 2.2.0 * no changelog provided - Build with optflags - Refresh discount-disable_ldconfig.patch- add symlink with update-alternatives to un-conflict Markdown.pl- add build condition "fenced_code" to conditionally run configure with "--with-fenced-code" Building with this condition enables PHP markdown extra-style fenced code sections, where your chunks of code are surrounded by ~~~ lines instead of being indented 4 spaces.- update to 2.1.8a - correct license in spec file. It's actually BSD-3-Clause - added patch for fixing some comiler warnings: discount-fix-compile-warings.diff - ran spec-cleaner and specfile cleanup - change from version 2.1.8a When I put in the patch to ... * Change the mail demangler to a debian-specific ‘always mangle one way’ hack. (enabled with the configure.sh option –debian-glitch) I messed up the format string and made the mangled email address into a fixed bogus string. Sigh. Fixed (thanks to a patch from Alessandro Ghedini), updated (and I really have to expand the runtime configuration flags array to be long enough to fit 64 settings, but that’s a fix for a different day) and released. - change from version 2.1.8 After a year or so of letting the code sit and slowly accumulate fixes, a new version which fixes a wad of bugs and adds a few new features. Some of this code is front other people, and those changes will be marked with their names: * FINALLY address the bug where markdown extra-style footnotes lose numbering when they show up in nested element; I was not carrying the m-e reference# inside the footnotes structure, but was instead carrying it in the parent structure and not updating it. So I changed the footnotes structure to include the reference + the list of footnotes, which made the misnumbering go away on my tests. * Fix makefile distclean to cleanup all the generated files and corrected the names of the installed sample program man pages to end in .1 (Mark Pizzolato mark@infocomm.com) * Change the mail demangler to a debian-specific ‘always mangle one way’ hack. (enabled with the configure.sh option –debian-glitch) * Add –with-unmangled-email compile-time flag to disable mailto: mangling * Allow the magic output filename -, which means send output to stdout instead of to a file. * Fix a bug where autolink + github flavored markdown absorbs the ^C eoln character into a link at the end of a line. * Tweak install.samples so that the user can supply a SAMPLE_PFX on the command line SAMPLE_PFX=discount- make install.samples to install the sample programs with a package-specific prefix. * Emit pages in utf-8 instead of us-ascii (simply a change to the Content-Type meta) (Nathan Phillip Brink binki@gentoo.org) * Patch the horrible list handler to support long numeric list items (George Hartzell hartzell@alerce.com) * Various bugfixes (Masayoshi Sekimura sekimura@gmail.com) * Fix support for CFLAGS=-m32 ./configure.sh by using CFLAGS for all build invokations of CC. (Nathan Phillip Brink binki@gentoo.org) * Github-style language attributes on fenced code blocks (Loren Segal lsegal@amazon.com) * When defining WORD & DWORD, check first for the MS Windows WinDef.h file; if found, include it instead of defining WORD & DWORD ourselves. * support url-encoded anchor links with –with-urlencoded-anchor option (Daisuke Murase typester@cpan.org) - change from version 2.1.6 does nothing except for some bugfixes (and ignores some particularly scary ones that I /must/ fix soon) and adds two small features. * A < at the end of the input is exactly the same as \<(space) * Markdown.pl does not appear to escape \<[nonwhite] sequences. Sigh. * Tweak the previous Markdown does not escape... commit to simply push out the backslash and back up to the start of the <[nonwhite] sequence, so -fnohtml will continue to work. * Treat hard
(via two spaces) as whitespace. * Tweak divquote handling so that two adjacent divquotes won’t die if there is a space between the second > & leading % * Tweak one of the list tests back to the previous behavior (I’ve put in a hack for list indentation, and accidentally committed the changes. Oops!) The features are that I now use styles for table cell alignment instead of align=, and that I’m using the 3-clause BSD license for this release (because there is one widely used closed-source license that claims that you can’t dynamically link with code that uses the 4-clause license. Fine. I’ll 3-clause this release to make the stupid GPL happy.)/bin/sh/bin/shcloud130 1589629571 2.2.4-lp152.2.82.2.4-lp152.2.8markdowndiscount-markdownmakepagemarkdownmkd2htmlthemediscountCOPYRIGHTCREDITSREADMEmakepage.1.gzmarkdown.1.gzmkd2html.1.gztheme.1.gzmarkdown.7.gzmkd-extensions.7.gz/etc/alternatives//usr/bin//usr/share/doc/packages//usr/share/doc/packages/discount//usr/share/man/man1//usr/share/man/man7/-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:Leap:15.2/standard/7457a43ff473083a0e4025a521da04cc-discountcpioxz5x86_64-suse-linux  emptyELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=b654ed7fe8bebb51bcf7cb49fb1d1fbfda48913f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=28b8006bdb7c326aff17c42c79d9bd47ed44252f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=3c98a2407ad470c66478c2ec8435a54a9b651710, for GNU/Linux 3.2.0, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=88477646d37e7ee75f8abf7463c675390faf3b56, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)HTML document, ASCII text (gzip compressed data, max compression, from Unix) RRRRRRRRRRRRRRRRRRRRR[evi^iyŴutf-8d2630a2a744ceb013804102c493767030708f02ac76ad5237b6e73e16ebefb70?7zXZ !t/E] cNſ^Js$s$Nȥ!3gO@AtЗ a6= odh5/ZgK{+ t w[6n̖heBaJj;UyĨ q|j;Y^@3lwPʎ޹7W4 ;DsFC-$|'56S4L͎ FAA5eMj|ZncՎKUhgyVHkGZw6 +(&];R:\/j&!R[+ :H- RQU LsBU(f;2Au 8N. \@䪴~cCncOuTVJm@Q,knJ7V{ 3{ ~ '. H2$BT?iV[py)#;B H=:˫``KQ *fߒ --'r0yH2NrbآQte9!0{Ε/#HV1r"ϡ#Dʜ8#w 4ިm,FosԚ*ꠅڸM)#A+FjcCK镫B(wBi Rwu/F# j7"vDЭpqqT5-vfGdLu,FMPtܽ?|o@ҊYlV𷗵_3@X ޅ QKef.]%('r CC|3?o Қ5Y쑧 cǓgih.=EzK#V sZ$i1tYGU8{IYj4 VGMm%ݸypirYlSiL6IΒuK.àv-Й"b(-Ad*Ig$s;jj ZQ_ͷdsr$ 09޳qǭ0 DX UsjS+VG=2FBYD{e`sjb J=<XE ^evs- sOO2U]:'"8ft?OwF&z#L4yٖr@~zatd(:AzH|?UZ_r'XvwH~!*{| pϓr$m->yzwax<lȐ&u7:"krs*{jOj60$ݗg>e`)4o3μtU2 ]cۋeU~FlZF9}nޭs\"eJ*N_ճguϩ2z~lڝpkR)*j/#ym'1I>odC[G] mU/"<-y-V0JD^F"k Y,; I}mm0jL%^{J #0v&F mCM*V1d婖Tw>А6`VJtNz$a# ͓^>'~#RZʇy꣢lƱ5CAgiw)';;nV˪T!-ɡ5|R+!3&uj-&%;iײf Mޱ7ǠnE9Mju<5o4 l?Q$1޿+Y@@ CE,=BLK dpȈxP*[ d2̊=9QGR .:H"5˷uXqb>jaKqv0 8|le)UgtG̓Ö[G7BHT:f~n ,gy:gKb;dUhe/~ ;%V71Ȑ.faʄVf&@q{s0R:0r[uQ:',.7M&,  /kj2& 윋c)UZm,䉑p1=*:=|FBdvdmNl:RBM: Sv AD-\9IB~l4- ixZw4Vȃfu-Bos>ICtȊuڍ)\R/tOY('TSfx: gn"1_%$v0]/YmUt AVT{t`D(_.A,[$>lIc<[TB"!l\zc快ܢUp͖HL )@CMr}o%$ϕ yIiB)`I:S2DuAtEΧu +CWlKP n"it/&jq6{Ƿ %WE*ipf_I.c ]kk]9&suO/#|l䘁u "Ot}`A2m9:t5S~ӻah( 8DjC  @vgqF瑫[1>U)C{C?b||$ʫ>J eK ިcՂ`2,ex) vn%yV2Iō@J !>-Q)K<[F7{%:N<}@;[H*u[X믊ƿڂ{׳9ޱ4~ nj`ɂPLYd0}xS>yF y}oV-=~]-[Iqj{8vEg/SES7:cl\df.ƫO\_s"YmE!79Mk _l"쐵>zUGչ;Q)[DF[s>a<#кӼ ֜Զ\h^%9[=2Xこ3*-^-C@ɺKٰ BIFw>*  wRVV>(T7_ljC*gE yN?T rh~xy;].lEi$-RW ,-a `[+2ct_S{XW9g F S'xN{H[{fs5[TTSʇ̓$ihe~L)4n%8}@N7:HIIi.v *o>?ܶ5%hHO|A&SR8iSRiJ.;Fw&8qچ tKsDm,񖔎9t|Ʀ&&$ҏ^K;4*@u,7{&s("xD 8tkE[ !,-*$⫈jOȚV.3egN$z=FwdŸ[m>ZZ4,Deλ $ћsT Uz#<}a\i .}h[ÓcRs>-0͆چs?;AŤBr2V(E]TsXAh?>cܽR.axIWG+f%{q>eįMcK(mES t.sEbosF(cKUA4)UEegCKS18l}]ˍ*9XuJ{U~hlX)ZѨ-r$+Oh!pK?G^Z^#XCUk"j{qR8K:$XkАzc@WF%;*U9/xqȞvyhZG{fmi{$FZ2`c֭) poޒ"#,$d2?~/T2Tt(ي=iC:N6(<. +pV]S ;h'w5J% d1Y׫~6^?+C=OԿ|4܏[kؼϸ|vP50ßyP'IF&?7p0ayϗ,"KcnƣoXJF1 Dw "kW>z^B"\L zp^M-龟\@v: .p'gXgaT4U?mSE̍CJ]M~eyt#FaQDIj(&4fk!Rc `~<7`N5r?LWx.aDr 4SL 'W}MSrrU 3>=/ D> *QDr 2֨{_g\~8 i {34lI(? 1裫Rϝv>? J&~",T$v0임-ǖꌃ緹qŰdچ ~\5)v7}$ >|VE/n.ĪeY~qڷ7Н &6LpԜi=D M6FZ{َ|~+DFFAnijc.ꋉò s)Xnx& ZfۻԬ(+NwQiә_6BT& ,aI)^P; %ۡ95X2[؞p7҅UU+L Y)X % 3M=5%zvLbuiHP:W !U-m`-3pxW\tM%:4qsCas^wu!$qpB5b,NJ?Iq\@_ Wc#/X9z,e7ǩ g01x.tP ]AAj[~Ij-k@"j~ۗ7(*LV/FةnN>״\>+/BH̹G}etʛHh."ٚ[q{?9R[$:_$Ht"H9SWx+jEx{sr (f]*-WxB7$c 匡7“:m}<RQHotɌ[T=ba|2س걼6"Mq;qq!jaP"^xnJ^.AtѨR !h!qb LDvq,YkR2X71_]" ;W g:+L/h~㋞Mm]d_=ȵV KG<:wDKl2fXsp>{64 \n3g("VG}=%bO GP@ܑYnއwkNh,锗%^D31[v>IڣO5gfa@DLuvbpUvcu,9_^tx^4`WF W>›W,@&R%*$ Ia%$?y RTQOl$ h\]9LE柍Fmqsqsόݳ#48jͺY,K˒ ,t#x9"}v(GPL)z1P 0Uͣixq%Ր eB^9MX@$[7GI B%X* &T`iSίQcnN7{6ʥܔawiW8ޕ/ ӎbF%.õ%Vrq`co!=KMWĴ. LpIdIU`Z.,4zϚ~]GNon$A#nxu'1Rs/X-C1ִ7UEi["gqgl"tYJV3l EF̭&cЧb^HIO{ETCUwDY޹Vzx3AhCǑXNSOr V?#9(Xo᫨Q8p9xabkNQI} *#ʖvgm}q6׀1ΚџØ E>y7tc`&"%9xW(e3g X$2oF\«O~1:ΤjYήZq!_:g ZY**s%h'(L7*ShPZ!욃g^$"a(1pg~nq%$UTlT$A$trȕBό8 1mL.ĬL-rQXd!%6}A3iLV˭n Sx&UCp+C [p, ;mnQ]NgIO4{`:#n50RpbAu'1T2C,.k2C^1 z8"-Ө|w |իD1+ŧ`񋢜2 ^)Wսfl,hSJʻhZSno#7O ^E-v rҁR~޻خfhsY|n|l}n)){_s +g:h"QEۙ.zg Պ5 _&{x |MP&˹ /R*q}-*GBIjpsߋLHsSjLt E" JCͳ%N+0Z%xVžӈ@ 붮Jbbrކ4 "]i|1A1 B_:Ё11gTXz1 Ki#-bk!݁hKF@pM)0o^'q¯V#JWhK !?&Y,7ia$FqF'}(|wajg=[-_ڭd=[!`>7s-i7?:U!Ȼu~ܖ2RČ}x$mZ,T.5puln V9|%({uqu !Oo_AWZARq`Ѝ0?4]&0=:,tcgðLݙuU]Feɫ_UžiҦkQ)NgVw9?${H\KȢ빩ein]@TF{ѻ{~J/pvcM&aHgz-!G*%fLE 9-=៸#ǃ?k[Sjppg/n+g! *ի!dP͵f? <[G~ 7K=J',V`$ћ+ [XM5}ȿo%-5fq / OvҖ۫1 T4QUMH FirN7} t @u (y#XJqX4*[gj]ge> ;:K =}140P5==! VYgO:C''t&ZǞC4>#129;_9<0|!L3.큆IɄ(ͳ^[6tS zL%{cω_=)n cKLzn {*+q1(#lidžAߝ@Mm!1^ wyrh`*+Y֠Aږ:W2FM?=mȟםҊiWaueCvةپȧ9$U%07%B rG>[⚧>JˢlЯRW7G  ø3߆[X~u_좞O^6+벓ix&f/$cb7tʦ/ر߳,dNgpDĜR\Ar2UTeG(~&Qk>^gD4Rfω'| G9hq#&)ǽm./Զe"F)<ODec2n<]f K`rn ` HiZ ヘKKl'NYr:31l4u%4 `M>No"dϼ#¸&nGγ|;aH!LnEqgTI[pql3؈i0 Gmԇ/Q{򖯅'>ƞhl:WdQJVM8oM_NfO}Z oll'HLf˴w>߅g*cu]-.f;$+,sO<9pi,UmR(>S7~/ =|1EL!6BtDjSLS@ou3Yx-ة8cQs²J/}/O2+)*ښV77Gޤ\aUoLZkMA'g먝ۀu2?Pڀ`(IY(Z>|Nh7W>ŲNcm-lYMΈ-mtZ*2~[4ݗy,xcVMR4+1<0J e;4m]ܰ)QH?9. 7 ћCW45n:}O& n$41nPzB\2a0 ws)즦-_s&jN+;sJ)l@f؟gZ}QOg5oxz&M э;?T(+Avfoi5!PBqz\fnk6Lc|D`IG- 0I{.W#P,.S\yZ< j~Iw#h u,M1?rl)f q^4Mry;J2_>Em i˥OqRVÙuf?JlCi=$\n(ൊos=;t< HRN V-l1ȹ)Ol3An/b3b䍙* J@A{V1gsN#z"ԏsO *lؿ;VIxLg={s>JiBZ-oF渶F 6)% h<5?\kAgֻ"0ŧh5E~76?-8 d)lԣA֬i\NC|-'\8LL4ٳ O 9fo[~Ŀ ɹ'c\pC̚rL?l;vhAW)3IPBI=i~(lŒ-w&f;[*ZT EN'Ťr}QC4gbEO3Ͳ:q)g&Ćp"]\35T(*RDgp);=tnrjr,8~{14nFHSf0(В)rey8QĆ;2] p͈ -=$ߙA]!  fExJq54q ^%1I_7Kd=[)>Jqy^xSwoƲT%H̯{03$!<3@bz]kn\l?IgAh;W  ?J?lt1T r. !:y#zBbޢn7+cQ6rNO7qS)B‰:5q=V̜qb sCx\U6Yν:VΎRƬ,3nZb!Rz҇iK 2~F3ef[֟e\֯)iO2?ZP{Mխ`!j@+g2+e#O"p*q q/ꬥ]'6hK9i ӣ[n|mFi['t]}g %* bZޠǗ4$=/S"i+n&KTSAltK@>bYRvW(/z"6u/ȏahݖ+:Uu)'rxv8o tGLypmY?y+e \#+iȩ|Qc\Nsk0l8Ĵh" q (BmirXKߴzz .a~O:DzS<`R"w eJ6>$ x!t43P9ި/)j᫡;ϔd?9Od(7u"vQ6e 2ȡ.w;Tn%ˏ+ר Mb(m{bOtȠޗD)%IX֟029 <,(@Zt#a*{_x ,S<~1#/Ig͏L'F#XϨN=ΉF ¬婈.q9ln[IXoqg繉khmC1+*e>dq|(bFŗ؆`AW.ɳҿ?vzG0=<]z\r_n ш70; -`TP{Š)E)GQY kQDne|]\P@m=Pǔ8-)lYru6;Wh HZő/Yәomz0_X:mB4o\pWicVr,:U!A H3wXZ1aW=28}`^)8;65] V ͩ+F|xxҌ'E]S YGD;Tp@L9n#˵p.|8.0%H /LMz3=x0VC57r`fӞAmcLw^ iJ`8D(uLU@nUBV*FMڔ䉊vreì,gVquqi4ΥbلorEC`HtqZv! P\dcmߊW;ƽ{d*7|j`a:9{Jj% D/|zUQA,$%%kfah8^ppxkJƢ)w":..nѼhWhz ,-G\ft ʘO,[}I'D fEv]8gXA413ֿ/es}Z;0\~O&9v-ǻcz\Ud[բcx{B}Wq_5K8$5P.ZdQy҅4ħ.8ex8W)y-,O%I]Cn?+UiK@"$XG sbN:7Mv:"3ZYI3I""Dh,w,'48`q Ǣkgu. -+J+JW[BONWt.o&+tDڦVT}/5tNN7c@orgv;fqC}ǃ&@?7?ZI'^-9^4 J|OK;^7HF&I "a]GA.w s[`j(L+M)͟ޖ"W`W"\`k6 m>v q7-i`\5LE?@I)Syt4%8bFʂ>^D pRGFFylRlZLU+ q/qj߰cu ̭ǝ1gbXƗat|9Ơk)-fGS^n39/PNw7xH<͠bn倡{Urs[)E9=˝a{o7W:?v42YoYM /i\F27ivLTvu`tq^܍G/ @paݢRISm/} !#{le0eJ.dzh5Ncb_2R()J{~:/ץ۬R-* l4%/FUH ~p2v)XfHK[@xB&/'5GlïO_O[)$&=x{YɄ:q*d~sf&dd24ǎ_*nj^B 6+ִ(i{i,Rphvؿ=GJq-|a͌y+ )\]hT$NuF|Vh FA!qW/F+=y%&G y*0E [d-{@2UҒm/S\1벼J]Pϩ]g6.sz<"=G]/!ƿNe _b~-R%VkSoL,f._`ɓtӭOX!SsHߺ|̥qJFy g\d7qXkZMN_[("LEJ31d׬"`kC,E`~u W٧(~Z~c$kaݗt"2x sآ3kE蜌a2Z΁Y;:&T-ap!3ވPC-bzp>̨ ]+K^y~>ޯhn3Q.*Uv: MmԘ[]"włنtī&eV %Ui "(gP(SZgTCV%XOfb^R~J;F<';-ӌMaAornJKdC@u?3`/̠luN8zz)a]77ʫ]ftbȒS*K [9Qq}MoG y^.nl!c:PETRK:biOm;U Pp4QK14a1BQ$iAw_y-jG3፾jTTK%(<8)AݴGA5WhO >ЈN,I/oӘ3G+^V?1Nw5W\5ddPٿ!86ji hKqBM֠k-+_E9$xI%jvYstg?,tw Cx: T~hlnDNKk1!pkTS!8/E$N5wãci1GZ(N ו2`ܞ&@ьvfwK$@Ӫ4!ëM]֪J|ʛ|%lh|9vw2z3X-2]Xr +ᣒ e;G}7ӈ5iH =YQz0HVjZ>~~~R"݄Y2 #N6yEoDಫ^pb jЀuTBwJUZ$߉H.F @)U9/:K;G}$U`)`0=zo:M.UȫP\bYsbkN-SIO9♷ Mv!,^bBOYJMU]?IrX@kͻy5, Ҙ_o_)0ூ4bx797q^Z6W@f`AWS$8 K/ޥm[=2L>h#8wƝz0ЎRd~5O]=;q{.p#D׺g{1jФ qBl|-$WO6 g~&ԘEGO ˤ03)VT4Aq҆DS8`䍭֙]˳1)P i(&5SkCnxs\=hl>RL36NᒧAs`9/@ϐP&c!׫$C/VKo Zy'F!ظ?NDli6݆ ?v4|kVGV52`MH&^46l֬okɬ:dhQ/4%q;\ѴؼmN yQnwDHN_:>M8E>7֯Em÷c0 }ޗ.يO4 P\gz]_SVC_.6Uޱf~OmuI6,ދr=^5$C0;v[!FdkRvS,ۿ0 0qc|BtϲUx<.;uw+1Y3I^9Gvۓd?h]0ՐtPs&+'2%|p!J m6r B.Cw-J؏zz]9Y\39,Y7:oGG9gWnOCd Q-ѭ\|MLoc#D>ah-`4 7U|Ds$a3eJO$M1tY7Z#4:ܨtUW{4V^l6VL&;jղdžٶIex!+9Q> O=Y%>tZRޓסG=P!$O%sO6MVt;6 V]:>5N^]Q|G٠O v`9dlMDξH_HN ݪ N8Q hxc&,ٮ.F\ ¯B }mZH;+0&[f zlҢKإ~sYpvqדԜ>6Lwe~:.E ! Q"z.ӘCbR+ܾ4/@z<Wp|~d~[v$]G wN0s%HD,TP#Wt"xU 10V>BVI't4VOeQ%y]9o(ODtG!qM3t ̄\n}XF]B䂹k:STw`$OqRÊ\'8@= OPhGi02eq~70I< #aHFK|`aleÁU(i@24Ne"/Ĩa>̜d3StqXwp(. |*>3Xf~-AolPO6|F iGz}!#Ut,w%]\ΩЂ ٟ ` ix*^7f ;.l\82;Erހ<|l=*YZ4tu{+#Y-1W|ٗ̿t]|J%y!Ƕ!p7NOk_?| ,N@8&;&M1>ɯ-.1zd{y<fjO"Vl )yN]з49 ՝1+٫ǑđXl 4k?2qw U6*" â;M,@]E.\-?ðW#+zСvtr rٕ OAhHG53kY 2v,yU<0KZ n{G=A\[;~Vm,%PlaL98qFHђ&vR\M,{f,a33@;S?g]Ġk%*e0R BEItNBj_ߐBEE\`Mpd*g@!3EGlЩL=$n|%>^ $_  " "S2ޝ4ΣenjH)kKV:[Ffp>Ǹ\Έ6Hit<3FEPx+4R[?B7d*a9 |wLcf;+4Q+d-on-3i`)xt 7_LOOOrE+vGR^ ;TV1;<,S[`N6d4^1LMaHɅj < \{rW7': if&}`2W"~#N6 F0 <>4|@ֹkDE1I3WZ{I{~j @Ӕ|JޡsnhW籢$*R^])!:=v"J؃Kg pzhyV!`uLqYs{@"ytS dИ8+8s;~PDb];c" R?> Jyz! 0I2h=4\ a}ѡ3E,K-͒q™HckQflkeN4]zQO:\֏Q%z$y%Dhٌ#S"Rb"ƣx_lxg,\Dr-'/RS!VcBLll0?F(;ҽ)JxOc}1 H1Y߳.}k>DzURrbovR-w믲B:CseY `q;Mݹφ}R.\ dG6~ʧN$QYPqufDob.ܶG[׃A90&N)]|XRǽd6|;l lW绦\f-^2T7wj*ӵCˉ!5ylt%1_:^_>ϹCuI5P.HЄ4P(2zp 4$J&l Cջ}]&Ix oqywצF7Uj9Ԇlk_\+(k,!fL$Q~ s2gIȶ{P=ʊ.(s O\t6<$z%5'Z@MUL%lٌ̄rV_qǐ{^|>)~cGF/}Epe>obCx`#,z[Co[PƎ{Z٨ڐM2TCPO7|%ⱙաt!Ag݌@4_,d.6jPFH9$ͱ]er&NK҈`lK։18B+nhV^Ա>{Ƌ,dKݺWXM@`px|U'UucsE/6J̋C\ngb&PqWsp@r>iܔ!`l&1!lTQKkrǎ渥`:xFA.uhEcH{;sʼ5u}1'o K8HTq[oĢy烕H6?f9"=)-՜qXȒID& A~rNF"&ClfwT:LbI|}qٷ̂'-MMGE{಩X 4?@Nku|M@<KEq-`NY <#.ʊ9$ sX1}:sms!0(}ssЏĿjgLu-gQ=H!:sϺ{AEKeZ{ݤ f=I@}#/oMx;̸ܼGR t>kBݏTDѤ\Bղ̾zFFg! '_$ErHxu^Qc|+BsPbX o `}nVd 9i2 Id0ܚ>{4>6ifW.?BWwUv=΂?A0-@Z[$/e5|3!zZ1 nE^WYQMCbg]bC?9ee:—qHsA)!w1N[7- -Pw$ϡO=nuF(1I)QTVM1bZ%N9 %T+K4]zCS|,[y8|`6!d7 LbU]Xacy1~}}hޑifzy _-Sh1rZ0B܁dSmb KEVh1|zK޶kZZrsz.'LLaK%﨩jĩ2npO]&`94@\0,XG՟0eU*}@)rĪ`dA_\{Pzkk85|寔J;w]iMSbRbYMa",rE*)퀚xHTDSƋg稖 fGN9_w Q4YfYȷwrT)yῑXaދ| Rs~ F4D_ȐJ[mʆ(HG,+ )xEp&aǜ.>e;i 0;-1D)X )0| c i1Ofkhli K[6HScM,V'ә:mcǤI-"[ 轵jF4דЂv"z҇SN".xXsb=Vu|,0#T?MO6PNI#.dcBlZ1%5X~ 1̑>qX"zw"P.SDǂpod9x!j,vMΪb#mlѯJK%Qwu[k(ͨIvfLpǥnwWJpMgI`&`<˅f<(n6:.RH'Wn}ĈC<#XH܉ULW63!k5d1B#7b|66Nfhu&|&$݂ŸL*ikNNcosyfV1JMZqn?c 0!o+ڡێxэh R_1I=Zwş€rh }yhb$ǃI5!&GVb瞜2BIP\*W}/UPricJWKnl'r&,+d*$ W-1췜mfsJqlCg:jmq 3r;,a960nʗXkkօtZ[ʲ8AGSff"uZgǽ|*<,n5D3y5)\Ϻ$ʧOR(7¦e@;L #/zTTeI mr-FYLFEn_WZT[7x9'0ƪK:y=붵|CW>:EV ͗7VOzWQB=D\ QbTWS)Ͷ{@DE<S{0hm[Ԏ Qr:~mJDz$7<1ƺa` ݝ>M udDXS|rt 9=,06N}7V:^([86 "\:gRm]JINI$VM 'أ6TЬd2UR)@t?\NM}XFyJ1͎@VӞo#򽃀f}Ϛ-) 1pz"ag6: fgT@lC0622D21D*7 WOk1 CsLRgLeffwJlVH"fIF+<2A[=fK(콁#6оoe6>@8]s:֠x2Pn C+ie{'w}\Y)ou[3;%Y׹d8%YX:LVhrNHl>韃3 T[8U5nz娿) `wڎ8pY2r=\fݕ \pC[yܴx\9vVjWl2v|l AMm T |Ƹ:Z8Tgf>%9p$?8B;(v5oyH UYGzG _{SH^nǚ24K6X`M6r[قS&<'Y4EI `ЎOMT?Y Zy+:lRbw63%iT\tWEVQ #?.~ çPzkJ|h2iEE^3ɉ y=QkCj2`Dc|ED d,c?}t]nAwɊjSfqYJ?g^Sm"&M]r(x[xnyc_;-#;v0> /颢LKAlsg's{}@mI=$(D"ʢ'\@c4m{Q5Q7]L&B6/__5v"2ĝ)hm>o=ȃó‡\ #HӿLl_aKN҃ȯ?Ѵ;\8`o&fG9Q!$=)o7 O Rkc7BͳUQ/_V}-d||B`EnxuQA)䍘fC:n/+krG%)аPnl ]S[rS^FI\RDuSCbK|yj߲h>TW={JcfDw4iY&2N LfjsRSk߽7'($s$9m'>x5 4όuK^vOf.APq ~=8V(:rP!5:pLm3i8>CmzNԗj)=zW3a|F2xBٌx og 7cBuD`\5 ߠ:7l4h-Su~P3&~xr?mWAh>^ /ng H}鵥=,t=K_$װDLUEĞe,$sÝjn-3ѷ!cw^}qV5[, DlJic-Ͳ~ %/F;0O7[ q&9vyEue٢t*_T(:psѴ-fK̀5iBz $]r&ob~9\%bi۴,r&&gVESFpDݗeze?ﴺmulG*>T`}nY LCQ33TizV[=Au>ԝ*37 'Zqp{a⬥wȫh{BJN/!X X&OQOt` 3OBo_R2dGoĩ+&iսI6ҵ}z.%r~v.+nhAe_ppyeˋv8mA‰<绢V|lQƜr9A"+HC)ȜԾG(\6 l{84 D2'גCwܔ[g\}'\]z6H3 d0r4gխE"Mp#*/Ƕ7/^JD :Χ ̧|1aȴ?k1AmCD!}5җzag& z#p\'N8Q'zmɴ%%Epq-1(7zN=bY81qa:?y_uGƅLԫ iAք]"tt1@edqW֑RBݺ6&A ԎiɈEͥ$jfN*ᥙSPƢ2)[CVLCIeOr3աZd0-In': $/ <굵 4ztWXMoi{vZ38;>/)#!&5hܚ.ca#YQXI R HСZUmYh:">oTB6g_N}0MDDcL8Px\KzEUśQ^Xt.5-32J^/~.E96 pobܯxwGEUSVA},T'xtyfaOދޯ Lc@"l"Nv"o ?cYiQLjs5IYr;  аNi=jΜyqBRԟ5͍TeBoy[腭3vSpՔL/+a4ŤeWIFqDMs3'G8n ":ֺrZS V7;Y pJ% b h\ԭiv]xQAk