perl-File-LibMagic-1.16-bp153.1.17 >  A `C" !M@eeencjJ,ӯOMɁgC7K`}:iޡF=_o dĒqn⻁;7["گЛ|%v~V,2fSUMpAfg6vXq/€Ovn^2`nPTi<05]@c'_;:lb0\$gMy;jKeG}%p(KE& |7{6Q]*+v)W842818436eed423c240572ade46ddc653f82f04e5c2bf27c34221056542d0d0ddb2f60761113b26a2fbed4c2b0fd05d26f9bd65fd`C" !M@eeeKZ'anCpտe"SD{“ÇZ2V| 7 Kl-O=|b7Ҝs4c4 VI4#Zݻz 8K-M^9^[[hPEPd@1?ռŐ㷖dy0E+sGWkA-}O2 لI"J>@)w`=CwpL/_8~`0PN9mC݆6A.X>p>,?d % Z,0<@]f 8 \   Z lh$ L Z (|8 9 : E FGHI\XpY|\]^ bCcd]ebfelgu|vwx\yzCperl-File-LibMagic1.16bp153.1.17Determine MIME types of data or files using libmagicThe 'File::LibMagic' is a simple perl interface to libmagic from the file package (version 4.x or 5.x). You will need both the library (_libmagic.so_) and the header file (_magic.h_) to build this Perl module.`C!obs-arm-8!SUSE Linux Enterprise 15 SP3openSUSEArtistic-1.0 or GPL-1.0+https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/File-LibMagic/linuxaarch645o<' ,H"8AA$AAmA큤A큤A큤A큤$`C!`C!Y U`C!`C!`C!`C!Y UY UY U`C!Y UY UY UY U`C!Y U`C!91392850061a577239e4e38bb5260b7fead511cc1254e06e98874d89913261d12f5a91e67821a9c130240b1162c565e86ad39d3ba4c0b0d327cc0262ca555767e7743de8d081dd1915cac6cff1638da12f66a9ac75305d5f6c96609bf0667ac4d48362d74e1f9b0f98f0fb3c13f349102090a12f752ce08522cfc59843acbbb24b0fa3a47c93dc4d07fce048515643812742da6d8aa696f5f7f89d7dfd2b6882271a36ca946377b0d3e88501c98992a518a1fcb0ed44e08f262def3b0ced764899c2f19965e9cb74cf303c08badbcaf5d6f76da502feb8e1e9474554c88d9aa6c888325fa696c603dc2485af469cb96118e36cdc2a0e7b93a115d633a2fb132d4d46a9ef9feb07327c920e1740a383186241df1fbf7e3cf711a84969b011fc07640607443683ac30bcced5be9119e4dbd71c25bfa41516456f5de603d402d209rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-File-LibMagic-1.16-bp153.1.17.src.rpmperl(File::LibMagic)perl-File-LibMagicperl-File-LibMagic(aarch-64)@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libmagic.so.1()(64bit)perl(:MODULE_COMPAT_5.26.1)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1YY.@T!Rv@R%@OB5L8L-L)@L%coolo@suse.comcoolo@suse.comlnussel@suse.dejw@suse.comjw@suse.comcoolo@suse.comcoolo@novell.comchris@computersalat.dejw@novell.comjw@novell.com- updated to 1.16 see /usr/share/doc/packages/perl-File-LibMagic/Changes 1.16 2017-10-22 - Added a doc note on installing the required dependencies on Red Hat. RT [#110796]. - Fix tests on macOS. Based on PR #7 from Tom Wyant.- updated to 1.15 see /usr/share/doc/packages/perl-File-LibMagic/Changes 1.15 2015-09-19 - Fix the Makefile.PL so that we don't install the LibMagic.xs and typemap files. Based on a patch from Petr Pisar. RT #107081. 1.14 2015-09-16 - Fixed handling of extra include dirs passed to Makefile.PL via the -I flag. This wasn't working properly in previous releases. Reported by Andy Jack. GH #6. 1.13 2015-07-12 - Fix failing tests with some versions of libmagic. PR #5 by E. Choroba. 1.12 2015-03-07 - The constructor now accepts named params. In addition to a magic_file param, it now accepts follow_symlinks and uncompress params. These do what you'd expect, tell the object to follow symlinks and/or uncompress files when getting info from them. The old single parameter constructor is still supported, but is no longer documented. - The old APIs are now called "discouraged" rather than "deprecated" in the documentation. I have no plan to remove these APIs any time soon or to make them warn, so "deprecated" was too strong a word. - Changed a test to hopefully skip rather than fail on OpenBSD systems. 1.11 2015-03-01 - The info_from_handle() method did not handle binary data correctly, which could lead to incorrect results. - The info_from_*() methods returned a full mime type with encoding in the "mime_type" key rather than just the mime type alone. - Allow File::LibMagic->new() to accept an array reference containing multiple magic file paths.- updated to 1.10 * Added yet another OO API to File::LibMagic. This provides a simpler and more future-proof API which can be expanded on later. The new methods are info_from_string(), info_from_filename(), and info_from_handle(). The latter method allows you to get info about an open filehandle. These new methods return the description, MIME type, and character encoding in one call. This addresses RT #54843 and partially addresses RT #99470. * Switched from using Devel::CheckLib to Config::AutoConf with the hope that the latter will work with more compilers. Requested by Jens Rehsack. RT [#46543]. * Switched the primary git repo to github (https://github.com/autarch/File-LibMagic). * A File::LibMagic object would not close one of the handles it might have opened, leading to leaks. Reported by Alexander Zaitsev. RT #93512.- link to removed, the package does not exist in Factory. - Fixed source url for version 1.00- update to 1.00, pulled from cpan- regenerate with cpanspec - disable tests as they rely on specific version of libmagic's text output- switch to perl_requires macro- spec mods o added header o cleanup- Sorry that 11.2 did not check the RPM-Group. fixed.- cleaned up spec-file, added example subdir My tests show, that this is the best of all. File::MimeInfo::Magic comes second. Thanks Christos!obs-arm-8 1615012347 1.161.16-bp153.1.171.16-bp153.1.17 aarch64-linux-thread-multiFileLibMagic.pmFileLibMagicLibMagic.soperl-File-LibMagicCONTRIBUTING.mdChangesREADME.mdconstinc.cinc.xsdev-binregen-constants.plperl-File-LibMagicLICENSEFile::LibMagic.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/File//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto/File//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto/File/LibMagic//usr/share/doc/packages//usr/share/doc/packages/perl-File-LibMagic//usr/share/doc/packages/perl-File-LibMagic/const//usr/share/doc/packages/perl-File-LibMagic/dev-bin//usr/share/licenses//usr/share/licenses/perl-File-LibMagic//usr/share/man/man3/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/27cd3d239d7e07291228e21fc19df9d2-perl-File-LibMagiccpioxz5aarch64-suse-linuxdirectoryPerl5 module source textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f599f3e6a41edcde3ccb52d73a3e5f721eee6a50, not strippedASCII textC source, ASCII textPerl script text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRRRRR2M{92#utf-88e3a18949a4e41cb46b5c56788f09c262f06538f8fd045efba654769a9998a5d? 7zXZ !t/.WxI] crt:bLL.Qa9:!l(\Tr/C;>+eb;.ި/4wi) yƉGʛQVYc@,[YJT8ĿI] ukِ=ipQ8USX6%>ְP#2*'N8fjމOP@hZ.^u(KxuWP&.'M|=$> lWGU0FE >2x>ٗSG ɧ~Hd/WN]!RCZ,eS*ACg̪zZ߫(Fz]kҚZ+jŝqxIç?=4׳ęS{5 %9a"X7D9/ -z@$w8mM~ j(SP?S}6ZEu}Wf?n7:M3˞sxNxD1Yg -BUG1_&u h 6|D Q˩N20R9GRSt)13K VʡF4XxY*Z<^σ{oN !RhD&ȶF(-vz] PaU~3oO-XC%X<2= ӂgd{=ēGRɗamk|., yx$ R 0Qr&Y_p 1Q*VY"|wXW߫:܊#݌/ǽ2iִk̼:JPsjn&J:B2 0//Q!DoB?Q%Sn>jtoWo1FiI0Q[|RǾB[D׫)I+@݃0?;4=\mmLoV?t_/)#j.XXU{ZPHFE'ժg4aAĕ!&CDZ%\ mePu?82#S郦rJeť5Țsj@aLi>P4&Q5U}+F{39<8} 6PO( 5 ]f!ŎtƎrxJQVtY"ng$\$r\F*JKNA0jw1*oI$Vxcy+X Oj"_pXytWǴB&Abaf[04Ruc>*DՌ-6< 1È/^K!b[zho6>b2qbF f<}@)9ޘ:J"2:qISH@jJ- fR&$e7Nn^w a0T+~rjpGۭ0l1~: wqU XuT^Bɯ ja$֫1 AK m 9?G[ O)!8MpNO͗!tFep7l(CCF f-g+z+:AvX] #diߒgX.H8P ;L}Ptҷ՘[`NKf "?6`=n(WZGwVG#=R {7TH1j2.6 B>L^G'_i" 30c|wD`@S|k2_ r+ңB96Bq$\bd'.Wtuѣ_β #f,x|x ^h\DÑC94_ ]^ӷ9M#SGQ7D'$J<RVm{j{gt vz XWҧt ^ayՐj3'.2sAGr9b>8+LL4e?^?[ĸ|M'II,rbIcE+2Gk /RÏpI} 2'CdCB, E! Okr;ƅG,.7rnlR+,'[t,Q[8ꢌp7 l]JW]UT0DŽ9l.LUay]@z3CaeH_D{o'2I*R^Eh9ƀ_m,x'E dתo(};9F8954:m6iı+7ite[ZqhL7ԾU+߾x\QI)A ,3W=fH7ϠjF"QoT"-E!U#]6u.RɹMZ1^;'O4xV) G{>eojuEmɛ XkX) ~!јǕ\Ki.lQи!7?@|Q!V$M$_E*g )I+)0x c0eH2#cHN ;YJŋLP`ˬZFBF[UE8h&U86ɑw:R}b*|xq~8r( ]pda}ޑ.I铤,e_n\w `qLgC!~%kqE4z:+`u=#cM-.SzϺO'5k?bݓw⳼t$_`3&Xx d<F5]wj?B*:,&)tp G|1_W<,ZW7[HoOJD' Z$\t \QV8|ZmhV 힣+Y4BQ#*Oa8"iLUSDZslM*i Oʧ|>?$t.ege8O$6nՂ:ќCܖ2 K{EP)}wM}!~jB1Le;hh1D;%҂QB5EdtKu(ܻ;&rMaB;}ajyZ$(war{ɮ袃ZZ@A&+ hD{.Fw.#,[aG~E{M7@٠T~,gtqGƵ3z(!yT[?%UP*HJ[)yS;=';+K3u+\.w0Gqpq^Rl5mKf)F"xЙU4ߏ^2F^| ŵ|G$aFޓ`X;\'3=*֪*tl$KAI#YJk=e~jyĒ_*DjVdٗT1c; ?B;%0nŠE&{c[ %P뛚+blʆ!pl3뤹w G z|+JtC; TNo&APhw1BDK.8ĕy$2L`*Ӌ(1w%f;[޷ \<ݹg!zmeSц.ܑ{L@lhnxX gNQDEd#FwwӄCtٽt(/=_F8x4HhWü+ Ϳ3.z0lH?)8-UD+K[=W~RGj8w7Hl[J>L;k^)J"7uLg5jcVN1QїXXy/W ׄO5^ $<%@[!7jE= t ٜ p(u B޳*xf_aatnNNF€bl;ȚT s O89tjaڪuahl$;cx| {b,ď4[d8g6Jwi)ؽt K,vɏ-( JIǭ:lS H!O-fFi}_WN1lwt\SV# jWS Uj.FфCz|&Əuך/fH>w肒7c?=LӆK1^ⷴ-hWq DE:UZ;3U:-A)N3A{bW?;S,Zkǖ\b.Ҙ@ 3/t_\p0 fD=e/TKNĠFT#ABds@߫6Q~ 6 ݢrodV܅O㲃oKB6qȭub$`3kaߛtIIYcOK˪~UН$x<\, U`ؤi(uDR\<{u\{|a5wb]8`Ҿ,$ h_pw"Y0aOz %c9Se&:8#Pw^\]i.&\(Za5^lۆ KDȰ|ȟ4rĮ`]!|U$quhXUILq'd%D~Y pwDP6@Ѓkg%]׋xTޱy +ѤBbھ}afʦgJL*xS{sZfۉD>cK*;Lv9l_WK-^a^G2Oi!Ž1/΁o5 gZWG-a꽙;WTQ7ޟ}B)II=0?< qJ䲳XhSt -Ci{% Yj֜w^Tsb E9,nEru8Ž- !%^."uDF$h?;5޺uw?fL <ڮ}czDT)ОBʒdVP-Ūؠ`0rY7}ʦZmVlb(A%=0qE)X 7fw^g|ȿrP>Azf8m % /(vgn5a@61ϣ^+HE,1"R]#V.'Cu[X̵G{ JLSR=2Fi{{qF=/su-ObR'EV QmԺ\-qڠm[ZyWzщ0ZϹm35qڴ^%Oާ!)BF7҆DeƐB=PMΠT_af恑mU ^oj>.vy9$ͬ>1<1~ Vʴ(Ncë^P?N& s"jos@g0҇raѓTpo^vlCZ&\;#۳E[_Yu,0"0[ϳhP^Al=h`>~M#ak\U}➡Acjȋak?h*/Csgs Nӧ،8@vЦK<wЮ6PgF8Txjl4b[+9N~-Xkx/0 hpŋ[&Ֆ;Ēl uɲ",>kb8 2"k,0s9uם6ʌJ-&2H^Q[N+ޙ֬&4X610wkכ2FЙR$xę:_etB9ow$0C$A t:-m*{gʞfM(G#: _x**{|Fιv]Im CtU пsz؀D8[;I,wd'9^qn >+~1)3ck. pWH4̐3Idߣ]]m\JW9yQ^k[tLGV>FO7[ bpa[[#u>o)G?é]rQ>OX? l`cy>W킩JN`_7e(k.\mDA[ Ƕ7<~Git @""?i0+xA*xP"IIzW{.mӃdSvڶKN%z]DB≮p{}|U:l)@mO>0d!oWV&\./ORŠBFu P 4yf6[UX5U >*y!mR$]׷bB7+ }"EӊRpHTE;?.v*3Ec0 c/86- / -΢x + C=WYGp<ڪYKkd(MHև.ca޺m:6_]=ȄV tK*?iKV`"둕Pa(IL3أf͟jQ*16gI&?b: BbftsʇW8ӒLzG؟g xwtb{['&ܪXrs=7O p&_L#wХíM7kTAuኚdvGR*4{!=oP7W\:}LQ$'(v|e]Ewf,;Y1Ѹ384JˊnxrZFɴd5KC,K k?8*s.#62Or>sӶ@ikYWt/}L'`³U>YH];VtccKR+Ћz~$N/@wA#g;l+gHJ!F9tgnwͱ.1sxO3hOȅͭ,(Nt es~,7y6a{D c*AFûJ~WN*Ivq!F(s`D({p6!YkM}7t0BTyn˝*AIm <a8W[u@;㉧`vѿ8*Ӏ*-P^i{t=Jb h <)XP_ j֬H>Rk?0o&_/*N.~iHc2%?E1+~=iP=m`Ӵ apJ8Ɯw##ZZpt͊R'(R[:ZnWށ, bxiob%2ՎdZa}PGnR'Qସ7 ZЈS'hZ^pYc殁l6yfGau6 sJљ˱0(6|8-M/x (myk>G=<}uN~Uy˲̴g](G1R(剄.@S&~JaGXa*f<Vlu_ V:آ)\g^?B@fc~2 BKPa'~" mBԲngc 6ߪ9Yvj}%QݾsҳMt1th/T()߯=JZ}?Fԋ.Fj)Z42CC 1^F57De%cڧJh 6V$Wıy).Stay d>s{u^^yv+wj/MCR'lp\Y4HC1~t^qݕpӺ9=Jϝ ~OӥMl׼HgĎ1$\|. _rdz[7/*hz7T`R칇/O7sϽ^c=* $ &&|; .9UҥVh3Z~?#Nx^Ȁͨs>zN{:j5rO3\o+?:0]W绾*ގ0AbA u_4>*r{9;E֨yOucϨkX'G}O(ӣ ؚVn翞,xz, 6DKdpɵp@R3}/Yg.ʹF^>R~Qݍ!z7"Vbw#_qvm%z>^"Dgس $x{j2љ+M~6O}U1ԣ-#˰<=^]G1,]llQM5tD7|][Z߹hhꘓy0N17%qTDٟj",9)Yy%S4ӊ^er IYXV(NT&<f:><&dsyxbO4(4h!*Dpvg6q+5v 8jirZ(߃ `ޒorMmo,}#PaݿY2!;!Z8y좒k1I7maX92m&C<%XXGgq_jFzQ\Z<# N^TSi<9]&)LԘ> 9yN9OeA7ui.z}Ibn7(3%IW.J;c3/Xٸ:ɰoP+k4% r]]WrMܝNXgQ+ E;aZ[-!?XᄢCG5Bi`T"q1MF\yiA&,?PeI6OE^ViL0B? HIIxh'IC`#h p^Jp.7g_|얉 &Cu#Qs/,tFfl6Ah>mu,}J%L3)$ =7#Wp5Y0W@ EZ2襭u {xӵ?wETxPZ셆6'n߶7`EK,ta*3 fLnoB@:h  )-U)'JATɕmN:_րm(펕N2]8Axbd7L< ŰW)%-_ m'QFM:X+7e)=`( eFb aKh]?Z7S8k bC[Qh&IbF.v̤uagU{]+lIJW% [@5d6VZRKQ DNj5.Z/+}iP>P+ѦJ] Ra71-'WuHؿpN 4T`Tf"(?I P~hQbYΉmz&T͓3ҩ|逸ĥޗT"]eG3_e\>u#WBeh5RQO;"WC>+<~F+?<%:Y+\M^D uvF+{j4\荽CrNdSի`fKF V.:*68 anwV,P`3%.ewv"vÿ< !xֹ_+x,XZ47Fekx۩9|U,EB٣lg L0^E? 4V0#hH z_Vkֵv$.uLO@SH .hn/++稪 Ym J`2jwA^11F@*BswY@/8&M{)"a^ol{1>ކQN{ _f_/9n{{hc.2"՝o۵ b\TA)h,/*G?b ʭ3y j D(_.gr]uQPY Kbe^ WCcvt']heSvQsh+X↿Gq-rKC5I+w9 .\b Q.~hO롁U0‘()҂WLZ`2N|~R|C-ڜpPBgT x+: | 7*xM!`e58dJ>,LՓiw.y ~z,)F9L3eR a]d)SάMXF=~{j5PyaNGB`NvЗ(x+R|Ok%ma LߥX ~D ^J2EduHIb܅bcZO3ˆ;3^n)xNyV>5&/QkBxl4U\b(zQ 2,Lz`,<(%쀱No[$7//r_vCבGҎRIDo|X´1~GϕuEу:':Wn:%)[t-dH O&֐bn:H3BCUJj.[ )r{5A 6k#Mqر**y!*W'#F7VRgcO:!ӷQcDXOGfq7d;/".Md@y,j~`ާxKj![iֳ\wcp ruf5dEnM38ƶe}\aPڗ,ީ 0Kyˏ5Uew=>d6Z_W*E LV|*߱wEAxT 6JexDcPԸiQX7" MIpVR^db2 \)#w4_pէ}uՏd¹!*I5f,Q;CkJƭrďbϟOLd/eJqF(n09 e^W_Se^s|䤅%J> 27C( LDwA {|{ן";ުsUR Ǐ&õB4in2Ve.C|f\p[w SU.X %@2OZz$'TXar@v^@%o8j·ѥJAvSږ?$ޕRn.%A58ot!(iza:0Y%~ř|lKjmg ]*dIN|*1(FO S5DHn{'N9ϥ*NWv`}Ϯ6L<-o`;V lޓ` +9^P-g# ro\S>w <{W&b| Phor suw07<[#2YY p4qr~6"8=4 "z}}W1&*Ǎ+U gbyLQabce"9^Sᆌ\:ʡw+"f4=6ە.pgD)İh (APeډCGmL h׍Bc-StCL\:AAA:Yv[&?RUЃuoa0WF`*A y D*-ՒK)vi8|ۥC(L6JN . L7/+2=uP891kbpQ. Hυ 'bHutTC͎z7(G\X@R셊{@wY[<YjUGIe}=`1_Ӗ^b`uΘϬ3%]9G^gq`r;2]t9A"A U#:W :]K>Nh-ZWV`h} /Ś#[ հELt5MFXP0<"\ Tؽ &/.i$. ѲCnd~jX,I~"G )#=T!ӥMݫYoۣ-j5]FO i΁as*n0qA=d(ſ":}l KOY8hӺ'3p`.EK3tM\3G,xFIGV>,9ןfտ#dľ〔bSD6@y )Ȟc 2]?7b_ưl`aa ]xcpo "9)yIaX͇V$ƨ|D9U_M9E.34rC~~ZuR.CW[ NEd@yޚЛmQ ~8TOZ̃b>Ve@q8V\ztW/GGSūݣJ;ŭ~Nk'UqDtW@mȁv,p 9f.sjjW'' b[:|ފew Ckep\ܱ= }h^ud<5@)g*EW0Qi*Q:%-[;ѭ?>%1+gtB S_=viUqx*ب'\_8ݯtB"W5󖀊kXmqO~-xc9G cŅMO-B?pJB_39?gџCtc6DŽ6#4TR{=kO_3[_`pvGAY brQ*USv{z/ٲ"-maSJ ugzi ݚ|reBR E8ۊؕ@v+7LAWj JtNWq7dJG&) A{sXȳ|r1٦؛¶8}6cNoJ?QPmd+nQvb Zxn: %B`bxE,z6[x7XrxI}Є><8"to\7مE(.5`Zo׳D{4gῥ >/7 ޽b;pEdmIs#^O;o\҂^Vzv4j 3%[4~i\;قқOz("~!(1 q5i>'ը\-#^fq\·s@gZ2T1D ̋5(n|m/>C3!A*程7T-F7ie@XT s=Į@*3 u0U'ۅ cG>hNou6eW#"3*jt0޾٦ #E} cEb_j;6_^N ҜcJ0'`!wx(!ȊQqM>9gwck tjT k <~*R;YKp=K5ֻH}3Gr:d ?do(1of*GY_t⤌+ [qW)Wu, \?o@ᵧ\<@޸F6enLj\Ԣ#0?~zZȾU0z**B=;jRiXM+3tHXC)C-7_"[Bmˡ(&L{448U#‘jƒm0{%?i*D!k~?%qm8Z]&zNѢzNDܢlAUKӢ/ntA5sڟFp:3{u_1q9Ƿuၦ:%#4`7Kq xw+Kt { ;?ʢaW#]0U@&gfu *!QTE#bs+yV|<sL< &|Qgg,Jl! Y\{0d.d 8+*΢Oz?lD.&V0. nYTN"8]B}ۗFsXo9zX\Bў~L7h %$NHNT !oJ^7QEC" (?}C>@2CAռE>E{>jwL(uӜ$ON3R2 i6eU>c>0FԮrFh/(E޾fBF߮;gU} ͎p^ /Cl?9Mj{2\[8fgsۆlN̍r%R% R>1SaALp%?B;al6mІ%z+ .S/7r5$CNG?vGDFbˆ vu{ҭߔ [*2wLZ8Q)`ȇ0"#qһVܚBe1KWU~ VVB_^M`یuNN %v3n1$"XL|xlo::`y8M2 AS%)2.|']ep%@/s-t9@8wD7<+S%!І[$BE&aLո:I`~ᏰT7o 7BST=FJh7JX33a7iʩ߯Xxz~BchbGy=XҰ.}< 0\U”-3qP *(P86n=ix{ xei jF{q3NѾp :ZSpI:}}Yڋ*2h'ȷ\(V^VO9 8-_T|baBw_LMuTuk2$wM±b,s"ovjN7m+(0Yk‹@dݔ˝/c<3 (]҉@ :q .Gڃ+XBG񖝲m^e) ɿsp[/2kyV;P3L3646= X4O~?@>{kq8uy72X=_OJzh&4.uk{ k4(0Q2S7SLZ%6(U @6dJgMVd<@x.28\PB(߳OJM/v_iG0y֨\/[(D~"Ϡ9ڌq4gɾw2P Ա[dSЄmUpP B%TddaFU>FFlb:Fx=bMIIaH <,)|/Ą ǁ,0KN>cӛۦkا?B = cSLM$``GN=h0uV ʓ}@|艣|_Tl1zנ͝=fHK\7(u]˘pn ¢ۤ4֦C'MYS=QWݳG3%e[ -?TEj/g2iG֛l X`yFd.QPo䝩Q5w5%)+T]f9k"x`8МIrZ]ݚ]dɅͭ5.h1; I\)CIy=<QM׀вհ: ?Vbw/#x \^]땙K4C\ 90L9Acw\FۡXEmĊ?n2hb,?{1G!RDdd}/6R7nHW~vejH+VM^Jebj5bsQg@ߖ? d IULCg]wTœ>2bf{VHKw/PWP[6 ͹GFϿΙf}P"B.kkT=T'Wj\s<]c-+F lf.߭46I>Scb mܐZԕ^_H_%Y%ZEh 69E<2`aT H6(6 Ȱ!ʭ(_"Zb CpJ[{ps4γzeNGIe>x(lrޕt gXAczq)XPxɲ ^I\(=4Y<R(C7VhmاnfmV'w c&MO/w6Yv 8}"G__rtqi^>]NF>r'J66nbZɼs 7A ,ȉ7rq Koĉ#Hu9bDiA܏w)8p42:S9Ŷ9w8nS;?Uؿg@R\ g>.Cnbu߲Ub_$MLRA/@z{bЬN 1Ņ4il?e 9)ڠT*0W[h«|JP.}1gخZ$x U$oe=߉xjSƞBHlJoלʤ>eF~D5PP=l0o1Oxh;_/jio#~24-(2^lkX*eH{6 'k. ?!] y>K Gchi[pI#B!lf:zVnbW7=<0Ǻ D$Etc,(g߫ZbI@PĖB1m I :Ahy^4'XǺ0i~QkƗN]Ɗ҈J+[#m E,{y|Aa}xb`0_eh\$ˡNs~4^U-R]8.вDdu!,\_ {bq:zbLӽ1:W|Jּi0 M$ţeR:yF=2@] NsDb77PK)ӉU!y.aΝ>_?/$hס7pχG7 I}=zFxND-4ML3ʚh6ˎ: ̓YbW@Єz5}nhDMz+88\RBA8tr8 -0#bwƲu;9hl{m WuqAzEZN]Ulƈn# _ro⥓>v)?EV^;%F&\; _Kl)xQ|ٌsB^w7X+Ծ>q&McQ]{Z,^PxFoC-f~ʟ}̎RȌ