typelib-1_0-GMime-2_6-2.6.23-lp151.3.3 >  A \K4/=„e梘'M~YɹLu$bM"C YzDQa`Rg:k&&rn} AN\hD+l83~F*!אyIT4PK1εz2!'$^XP=؋+y+ǶI$9AL|.|L-/ҡ ke(PJ;u) wtm5.HB-E+A?4ХT=ע.!H40a585a4e355d2f3a4da7b34021344a13df652ec5bef48c30103798d149174f425d983c7c288f9502ace7693e45d5a09c4af534d|\K4/=„(t6*|;f-W*{@(/1֝D骨!KsT kH>C^ snUNj (a:^r+)!&3to ꬃD(a~%fUyU嬽mT#rz:nn$G^yF$M];k3åPݐ:עe ΃o`YN'dyu$Y(~\ }^ !787ן|RP1A $=l>p>;?;d ) c 0Afltx z |   <\(/88(9(:(F9`G9tH9xI9|X9Y9\9]9^9b9c:d:e:f:l:u; v;w;x;y;z;0;@;D;J;Ctypelib-1_0-GMime-2_62.6.23lp151.3.3MIME Parser and Utility Library -- Introspection bindingsGMime is a C/C++ library for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME).\K%lamb02PopenSUSE Leap 15.1openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttp://spruce.sourceforge.net/gmime/linuxx86_64P\K 1f1f2d5cd51eaeaf7636fad1c1da3678981acc055678ed7f5d7cb4aa474643dfrootrootgmime2_6-2.6.23-lp151.3.3.src.rpmtypelib(GMime)typelib-1_0-GMime-2_6typelib-1_0-GMime-2_6(x86-64)@    @@@libgmime-2.6.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)typelib(GLib)typelib(GObject)typelib(Gio)3.0.4-14.6.0-14.0-15.2-12.02.02.04.14.1ZY@Y*XM@XVz@XN@WH@W@U@SRcR6R@Q@QD^Q#i@Q#i@PP@P@O@OD@O[B@OOdOC@O?O@O yNxNvNA!@N@MLcLq@KuBK+nJQJx"JKOdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgalarrosa@suse.comdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdmueller@suse.comdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgcfarrell@suse.comdimstar@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgagraf@suse.comdimstar@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgcrrodriguez@opensuse.orgsbrabec@suse.czsbrabec@suse.czsbrabec@suse.cz- Modernize spec-file by calling spec-cleaner- Add gmime2_6-utf8.patch: Remove non-ascii line breaks from source files. Allows to build gmime 2.6 with gtk-doc using python 3.- Rename package to gmime2_6, for compatability with packages not ready to use the new gmime 3.0 branch.- Update to version 2.6.23: + gmime-crypto-context: Fixed naming.- Update to version 2.6.22: + Updated Mono bindings.- Update to version 2.6.21: + New function to determine if a MIME part is an attachment or not. + Treat all character values >= 128 as url-safe (bgo#738583). + Bugs fixed: bgo#756270, bgo#760573, bgo#760681, bgo#761263.- Add baselibs.conf: + produce libgmime-2_6-0-32bit package, needed by libxplayer-plparser18-32bit.- Update to GNOME 3.20.2 Fate#318572- Add --enable-mono/--disable-mono to configure call, based on the build condition. This avoids random rebuild failures (outside OBS) if mono happens to be installed on the building system.- Update to version 2.6.20: + Improved performance by using a SIMD hack when scanning for the end of a line. + Don't clear the mime_part header stream unless we actually remove a header. + Only add nwritten to the total if we've written a MIME-Version header. + Unref the disposition. + Don't write out 2 spaces between the ':' and the first message-id (bgo#711305).- Update to version 2.6.19: + Custom writer for References headers so that individual msgid tokens do not get folded (bgo#709031). + Initialize the mutexes earlier (bgo#708818). + Fixed warnings for glib >= 2.35.1. + Minor code/comment cleanup.- Update to version 2.6.18: + Reset the content stream after writing it. + Fixed an ABR by passing in an inend parameter. + New convenience function that handles opening the file for you. + Fixed g_mime_message_set_reply_to to parse the reply_to string just like g_mime_message_set_sender() does so that the reply_to field can be guaranteed to be in UTF-8. + Updated API documentation for functions taking or returning strings to clarify whether the strings should be in UTF-8 or not. + Various fixups to get rid of warnings in mono/GMime.metadata. + Don't call g_type_init() if glib >= 2.35.1. + Properly deal with obsolete routing information.- Update to version 2.6.17: + If no Content-Type header exists and the parent is a multipart/digest, default to message/rfc822 instead of text/plain. + If the Content-Type header didn't exist, use the default content-type values instead of assuming text/plain. + According to Rfc2046 Section 5.1.1, boundary markers may optionally be followed by lwsp (bgo#705612). + Fixed to properly handle a 0-byte substream at the end of the very last source stream (bgo#701572).- Update to version 2.6.16: + rfc2047_encode: Respect the new GMIME_ENABLE_USE_ONLY_USER_CHARSETS initialization flag. + New internal function that replaces the older header_fold() function. This new one uses the rfc2047 tokenizer so that we share the same rfc2047 workaround logic in the tokenizer (bgo#697407). + Disable g_warnings unless warnings are enabled in the build. - Add gobject-introspection-devel BuildRequires in order to build the introspected bindings. - Split typelib in typelib-1_0-GMime-2_6 subpackage.- add buildconditional for being able to build without mono- Update to version 2.6.15: + gmime/gmime-filter-html.c (html_convert): Fixed to convert the last line of input even if it doesn't end with a \n.- Update to version 2.6.14: + Fixed the logic to actually scan for the beginning of the mailbox.- Update to version 2.6.13: + g_mime_header_iter_{first,last}: Make sure the list isn't empty. + g_mime_header_list_prepend: Prepend the header to the list, don't *append* it. Oops. + g_mime_header_list_clear: Don't forget to reset the linked list so that it doesn't contained free'd nodes.- Update to version 2.6.12: + stream_read): Initialize presize to READ_PAD instead of READ_SIZE to prevent potential buffer underruns. + unzip_filter: Apparently Z_BUF_ERROR isn't actually an error unless there is input available. + parser_push_boundary: Don't use strcmp to check if the boundary is an mbox boundary, use a direct pointer comparison so that we can handle Content-Type boundary parameters with a value of "From " + parser_step_headers: Don't assume that the first non-header line we find indicates the start of the content unless we've already gotten some basic headers (bgo#686223).- Update to version 2.6.11: + Misc fixes. + Bugs fixed: bgo#679388, bgo#674032.- Update to version 2.6.10: + Build fixes. + Bugs fixed: bgo#676692, bgo#677088, bgo#676341.- Update to version 2.6.9: + Properly handle application/x-pkcs7-signature (bgo#674032) - Changes from version 2.6.8: + Bugs fixed: bgo#671785, bgo#673493.- Update to version 2.6.7: + Remove the trailing comma from the last enum item to silence gcc -pedantic warnings. + Be lenient from "From " lines found in message headers. (bgo#671680).- license update: LGPL-2.1+ Reduced to applicable license in SPDX format- Update to version 2.6.6: + configure.ac: Add a --enable-smime flag which defaults to "no". + Fixed multipart/signed logic. + Handle non-standard Content-Transfer-Encodings names: 7-bit, 8-bit, and x-uue (the standard names for these are 7bit, 8bit, and x-uuencode). + Various other code changes. + Several optimizations.- Update to version 2.6.5: + Stop installing uuencode/uudecode. + configure.ac: Added --with-gacdir to fix bgo#667072 + Several other build fixes. + Bug fixes, including: bgo#667684, bgo#668085. - Drop tools subpackage: those are not really usable programs, but are meant as examples (they moved to the examples folder in the source code). Add a gmime-tools Obsoletes to libgmime-2_6-0 for smooth upgrades. - Pass --with-gacdir=%{_prefix}/lib to configure. - Drop patches: + gmime-mono-arch-indep.patch: fixed upstream by introducing - -with-gacdir option to configure + gmime-compiler-warnings.patch: fixed upstream - Remove libtool BuildRequires and call to autoreconf, as they were only needed by the patches, - Remove xz BuildRequires now that it comes for free in the build system.- The binaries shipped in the tools subpackage are GPL-2.0+, so fix the license of this subpackage. Fix bnc#741054.- Update to version 2.6.4: + GMime 2.6.x is ABI/API incompatible to GMime 2.4.x. + Most notable is the lack of GMimeSession which has been dropped in favor of a much simpler callback mechanism. GMimeCipherContexts constructors now take a password_request callback function rather than forcing you to subclass GMimeSession to get this functionality. + Several other API changes, see documentation. + See ChangeLog for full details since 2.4.x. - Add xz BuildRequires because we can't build a package for a xz-compressed tarball without explicitly specifying that... See bnc#697467 for more details. - Add gpgme-devel BuildRequires: new upstream dependency. - Add gmime-compiler-warnings.patch: Fix compiler warnings and brp checks about function reach end of statement without return value. - Add gmime-mono-arch-indep.patch: Revert commit bce1443e321a2: we do not install mono libraries to %{_libdir}, but %{_prefix}/lib/ - Add libtool BuildRequires and call to autoreconf, as the above patch touches the build system. - Rename libgmime-2_4-2 subpackage to libgmime-2_6-0, following the upstream soname bump. - Remove gmime-2_4-devel and gmime-2_4-doc Provides/Obsoletes from devel subpackage: with 2.6, all files are now different in this package. - Remove gmime-2_4-sharp Provides from sharp subpackage: since 2.6 has a different API, a Provides is wrong. We keep the Obsoletes, though, as there are some common files and the gmime-2_4-sharp packages should get removed anyway.- Compile with -O1 on ARM to work around gcc bug- Update to version 2.4.28: + Don't forget to register GMimeDataWrapper as well. + Need to decode the content of the application/octet-stream part containing the encrypted payload as it may have a non-7bit Content-Transfer-Encoding. - Changes from version 2.4.27: + Register all GObject-based types to prevent race conditions in multi-threaded apps.- Update to version 2.4.26: + Don't skip validation of UTF-8 text. + Improved logic. + Bugs fixed: bgo#652056- Rename gmime-2_4 source package to gmime, overwriting the old gmime source package that was tracking the now unused 2.2.x branch (bnc#635094). - Update to version 2.4.25: + Fix a crash. + Fix for MacOS X. - Changes from version 2.4.24: + Fix PGP/MIME signature verification (broken in 2.4.23). + Depend on glib-sharp instead of gtk-sharp. + Documentation fixes. - Changes from version 2.4.23: + Fixes for EXPSIG, EXPKEYSIG, and REVKEYSIG gpg status. + Documentation fixes. - Changes from version 2.4.22: + Fixed memory stream writes. - Remove gtk-sharp2 BuildRequires. - Move to pkgconfig()-style BuildRequires: + Old ones: glib2-devel, glib-sharp2, gtk-sharp2-gapi. + New ones: glib-2.0, glib-sharp-2.0, gapi-2.0. - Remove explicit Requires for glib2-devel and glibc-devel in devel subpackage. - Remove now unneeded Requires for gtk-sharp2 in sharp subpackage. - Remove Conflicts with gmime < 2.4 as we now provide this. - Merge doc subpackage in devel subpackage, and add appropriate Provides/Obsoletes. - Create a tools subpackage, and move the binaries from the main subpackage to this new tools subpackage. - Add Provides/Obsoletes for old names (before renaming) to the tools subpackage, the sharp and the devel subpackages. - Change group of libgmime-2_4-2 from Development/Libraries/C and C++ to System/Libraries. - Drop call to autoreconf: there's nothing requiring it. - Update summaries and descriptions.- Update to version 2.4.21: + Do not write to filesystem when checking a GPG signature. + Make error messages more consistent. + When decoding an address, handle edge cases where inptr reaches the end of the input string prematurely due to a malformed address. + Code fixes. - Changes from version 2.4.20: + When encoding, if the last input character is not a \n, append an "=\n" sequence. + Fixes for when there's no end marker. + Drop support for iso-2022-kr, and use euc-kr instead. + Code fixes.- Update to version 2.4.19: + Handle unquoted boundary values containing '=' (and other illegal characters). + Implement rfc2047-workaround hack in g_mime_utils_header_decode_phrase(), like in g_mime_utils_header_decode_text(). + Keep track of the number of ='s that are backed out over in g_mime_encoding_base64_decode_step(). + Fix crash when a group name is unset in InternetAddress. + Fix build with old glib (2.12). - Changes from version 2.4.18: + Fix abusive unref in g_mime_multipart_encrypted_decrypt(). + Internal rework of setting a name on InternetAddress.- Update to version 2.4.17: + gmime/gmime-encodings.h (GMIME_QP_ENCODE_LEN): Since force-wrapped lines use "=\n" instead of just "\n", lines will be 74 bytes, not 73. - Changes from version 2.4.16: + Fixed to take into acount the possibility of having to force-wrap lines at 72+ characters. + bgo#615685: Added a --disable-cryptography flag to allow building without GnuPG or S/MIME support. + bgo#615594: Use g_set_error_literal() when no printf-style arguments are needed + bgo#598855: Mime-Version header re-written to MIME-Version.- Update to version 2.4.15: + Prevent possible buffer overflows. - Changes from version 2.4.14: + Disable strict-aliasing since it cause bugs. - Changes from version 2.4.13: + bgo#606875 -do not try to skip multiple characters per pass thru the loop when encountering the first '.' of a possible '..' sequence. - Changes from version 2.4.12: + Moved -lz -lnsl, etc into Libs.private in pkg-config file (bgo#603273). + Make sure to always increment inptr as we force-convert it to ascii. - Changes from version 2.4.11: + Fixed the military timezone offsets. + Fix ptr_array_insert() code to correctly work. - Changes from version 2.4.10: + Fixed a uudecoding bug when uulen % 3 is 2 (bgo#597794). - Changes from version 2.4.9: + Fixed the target library version in gmime-sharp.dll.config.- Remove unneeded zlib-devel Requires in devel subpackage.- Updated to version 2.4.8: * Fixed possible buffer overrun in charset conversion code. * Compilation on systems with older GLib installations. * Cross-compilation simplified.- Removed unneeded Requires.- Split package for the new branch. - Updated to version 2.4.7: * Major rewrite, new API. See ChangeLog for details.lamb02 15450959732.62.6.23-lp151.3.32.6.23-lp151.3.3GMime-2.6.typelib/usr/lib64/girepository-1.0/-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.1/standard/1966d7d50a6c3b972d30ecc169ffb986-gmime2_6cpioxz5x86_64-suse-linuxPRRRR4? (V Rutf-8a14b3834501ebcce75a8a262ac6c0ff62202bdbdc6c98edd0c536aede9cec1b3? 7zXZ !t/k<] crv(vX0}eqgÙ6TR#ʃ8cFB%T v' ;mKJoԮx[̿MKss( By÷r?1Gz5dU[^u@d C*OAO})`ii Q6 3{&֚q4Xw,<#v_ ;em\~! ]m79(*;HVlҤ'c/emᅈg$H%{n"ϲ$\leD.bc]3˽>9m;?2 ͨG"9tEIo(F=v+#m0л}rc [@ktGp槁Cc]&p 0TDND[GMxs)~B$D3azHyofj|C,AQ#*/{F|~"x"X!s*]rxin#ѓg*h+ ?ᾞsEp^G4[0,^d_)Mkz?rsVk]d8boJ%mDʆgXbz_eb.G!LeN~o!$WHCn(HzkF71ZqK7 E7vZsd;4CX?=aR8sv|ʦ?c(d=YK#zD"x3f{Hfq`$#{]885cTüh9nU·F3Ji6 W6kWꏣ82םzb&ut5j=jKd01"iA*nThIs_78ٱIºs0L0F[jt'xw!2v.#!7S 4Du#M 0 | 6[':j/уls?d"{AQys.N3H_Sn*J컷ok]yAYZ2m<J$G|t1K†yo?Yd/ֽl~Σ^`mtㅽ:na%cqlaU nbl3H/ hE.F]H HBfUm{c $sqcXj~G0!lޖ9/jrh[N*WRԟ{1ˁaXDvxn1cV|MTDԛ_=E[t£z5^3{7QmX[)!ljzJ>"UfGNͱFj bc{z =ID`@fri.bK7%nXf:(h]ھ'LRoZ.y$aQ!_M@դ0Sp}P*f`br{{=K:jL6pvPj;椺(WЪe66{ape[oEj̏?! tB!)-ҷMZivF@!}1PƖSZ3#6xtuP.W'* mL tmտYzGyd O[ݥ| -E[]bH)c',у򬱝Fd2UqA"ömb3wȘN$!_53G/oMdq_*_ÖcCS̶Ȣ$b/Tt$H9^+K1#<٩ i!YP,"J-E^];%eb]{J'ƽ}s,Rn\ѧ0Fv^ܖ[HFPP5k0H sܠx( ;HJq8 6z<>&$"3ɒUx04ds3_>obzdK -Kq0> Ds,l+~2Ց7t WRfzN~kY`;1ɐ2y+Y< j<=<0 mHb"%wZEW!ؒV[_c[2~?r>35viO\c%'b#>✙(lz#5 г<񟈑 #m>jC}?z&A|Z~[x҈ij|);^CQ!Sf'Ʋϙvm<j$L/mTc}rp2M#ZUTs?xv5iƮz~SbNkC=[FmO7TU6̀z;Lιia S+Os^eԾ'm!<2q8y1Yoѷ h<@ ϗbJeKڥHm6ѯAO׉gxS8yZMDixI7_Um!MKGhr⵸$]mJ jv\F<͡6.fj{;pE"ِJ4A N q2xdtK[D[k *Q#T%xw a\*?0Kd&a+v0C.{1Eؔ2a'?aijSR+=)rS4ETm]{daZT/p{6\Ev]X2¨R%Ēλ:aLTZce!GslpVmgbj)wQEltHYuaEn-H/-+ӏ V5|Qտob>Wř͉}x;f_iP-G&,^~L"sqKź_TNlV#=ɏ׺>Yr_:^VXEK~fw3v&bB%03 0翉 恈#+[^tS,R6.jcJ6OL@#|Z[>T$)?Jq g,4^W#+٪`!et-abĚ<}-n(%YV5hMj$ox5~7Qs޶GhElf%1zm˴ک].\sj#8ȳnFj( #/im7nr ʲE (W#6Q#WZu((_O1]5UUfxP bۚA;9XKQD&Jk%w37|Ro3>0o*|S\}Uv8r,v-C\rbȉwV>soӞ69Nɿ2o@v.^D{h:ױZRidIj.$AǹW ZJG\1ݬn8 7DuHމ: lS=b|w(3!-Un vOmr1Ov"^PʓL"ζ",$&V2FĉyG ^`[:7BQ1 \L"@⇀L */n4&:N1!7>$/8E SC4fMGqFӦV#E>̓I򥻱q@$ u"AB֔3OXm}sW1EQx }~" 2~v vY'F}զ:F/Ϯ+<MPNl.H.{XkO"[@ uУ餲W=k"LGp8IU=+(͛(b[ǫssT{P0맂/EH!2wȐo 5REڰ{E T9wd>OWdpLvDZ)E+cu73^$5XEX٫0vrI;10f9uP;eYZKbf0ߞܚN@0 {+\1uW!,?rI1&_Y C/&_<8;(dΟ:sG%m!e_A^|HX6^!mE ]WLo$j˙Kr5,T0qt9 E+gvJ=.Y|W]4 * Hx.nWK=ZInj3ߤOJsH`W^PK RS]հݒ]!:l9+xhDKlV-v-r Y!I5:LTb F T ‰68s|Vai}<={]uSk*E S`zR߯Sĉн}A}ć'w/+:%6i[j ϯ`4thK)c]͓M'm_|تvQE1ՄN̢t*BaoWjV"%O>\ x1(3MX`h_.2c@Ej,o30:+$&!;Oģt2,jp;jQdt޷QԁKi9/zS4W<XC[5=- ^c."|:ck4)FE++,p08.)k5֕h`:F7_ثhaN[-1Ipµ1X#)݉ 6ca/$gvUkR !?j\g{P}L=rOIC~e97@iOwh˹׈`#Y6 /Fr%W&譋گh/ލ MWU]-NQUbwŴ1zC WT@kzy+CUA)ɫ/gUC l5ԾX +A@Y XFv:T tzCr(/$ vo=k6ͤeܿnkǙ i^Ei˖>p,`IlVUMр8ieSo--N@WB<:Ѿ[r @  -(EukA+.{6 wP&dmy﷨6`vT`lŰ1:M.=ɤ8 2{@^&Gồ`}0 3" eM/Jqx#Fl`j,TqlMUrljLF̒*YO2`+$\ōU -⦔Ypx{`Y+ɶ3wdYoL>RoӁi~#wݍUp,a#\hlݧN#1)<)iXel硒L:5+ɢ^-k_ܤ_Z*#つPs0Cڣxl:0)k%~R8f%:%Y#q*6U38,}OT.ܢi~-$ʹ)qDۆ͵ῐ*7A?^m6;gh ?sz4SC';%kdwRV9MtB;g/6d -~#Q~f4+(MuD :Yj. ^*[rffB&{3bQ m@L{F%fX&:ZMj^cT䙓Kx9&:'3[e2Մ-U. G`)O0 1B0V䅺/Q [?Þ`裗@O!>?fsNhw`TjOc6A&o.s%9'5~o)hSqC9L37rGyR; HTDmԟpbAyUe2KgV&3ܿAX~ uɦyK PfZ\P6XwF _m/7;/_湮UX ,>UGPv֚߇jHX!l'} GM#ne*& {SWܧnf2m" ŜԝAHA-;آF\ `-٥Fo -,%>IP0Z}`؉(V(A=+J׭DěF-8W"b;8ϢVURC.[Jջ I!rɅ`!D|I^ߣ8{¦(;j1݌!Mgmp}g=.v*wHZS/zeCcς2bӝgХ%,AVG. ⹰ z蘇y$;˭Jhˬ5 go2Fxg0v7qeOL%}VOJ=]pwG ~_]u3ڧfIN>'?J<-kA(uލDe";jL:M 2 p?CfxlyBj(1Zp\T4>cN y>s} _ehnަ%peI9Uv-l!`xL,a֟ywÉ`j`/+(33=%M.t:ߞTѪ\B_aPu Sp^cM_#GPfu{'Q:+vr!/:d j竻Q~@yS|w*`8@Ҋ3xS6a?{em1L~U@Sܸ⼥U8l\@**؋.6 "' =۪ Iv י$վ=۰6C ݤ&@ygqXaoKf}O&+^XntY-#1@sȐr"9S 6]!Bhr&;mmG>W# +˟9-9tS,vm NRzƌl2[?{ h<`s~Ԉ `>ME®t9YSEk>WxHopzu/nj?l`BdL}A8 9DǁLCM}Նfb? 9Đ8mHFp6crx4{nKŊP#d;}l885y()G;~ Y3r(5U A`[KcٚDd,MJLgPл's8mf?I*&Q:Hwd`  ryHAK^P'伙YOËʘ>).ؖ^J~hRgz,ЮN"w4CVH/+g:clra`g{&w >Xh5~a\kւ܉ gi\H߽_^ IƄG@Au)* (D(%@bfoZ-OkXQ@([TPRl{ UzܦleU@>5!q:_X9j1zo ȩv]^LԘ*?Cb&Km>$xQIЍ];5yzb!PNH8ךXuqTiJLɒ2R@knfrsG)"C0K8Kyy{]L/3JxĤcm>LC XW~`/8آn{iV }x{b\ZPhXF$V%yMMJF5 2q#.9SQ-A<رcɃYv3J˃My3 -I metwqJZ/7\'$}xA1+iD)4f/h5EP)wBܑGbވO fiax%4c Ωt8m 8 "=r!'bt"ߟl8#Qc4*6.\D,*,XLY5Ѐ1]dzUY!7&ccU4Q/{ͱ ٛ'n_'UYUi7B;;sa=oO1Z+)z(_#)ǯ>óԮ:#p2L)$6 }cc~U Q2NJj؏_RyI?|$P6fNBQijy1SN$l]qfrӦ(?ex֤}آ*.8pxc)%VX 9H `r)kH͂ e2k8aӡ x<㽆VrJNz bJllpe&_dG#7@cB׉x@-xVAd;\^:6<o(Ž'F/H3?ZbrզYj-L> Ҹ y^&ӌ2~7Zs|ڤG1W UuEF_ER dw]0e(~vN 67P),q8n/Ï{$RKϤpRl@j[+f*fIߓhzw5&AzId X+|["by3;ņ2]nqZ/qMGv+K tȗ5)!)Iht!hqI1XDV9F3VƖ>[9ql94Q_߉uD z{^# %6#*kx2(Μm~.}JIU لkMG#ߖZa8"J!F. :4oAv\Tګ-@|鎵Qؕh!aa+Qh5O-iu/>M4# \iSl'IQZwPj*>Aq~]C^}F&NlHu4O@a"Q/6%}J2@e-oZ>Vb9Gcǩ5>= ^/Eؙ<"ե |OZX4*%^mFj$ovYhP<~p9X' Nd_):ϭ؍0#gQWUh׭4SܰV,!#=w琉,n%B$̼z(twM"+ct\֨|F=c8XP$9*[Gk4wPi}SZd#v>^E 1z3`^WssmM'cBfm#p鿻A Fxl0K7f,hXPٌfZAIw+Y$vtFWMTyUH %h{*/\ ASJЃtv98) :FTVQX{g /cE_]{L,J !lEGk׶y?L2fsDF`!XbG`ܰCB3&\P>FC[!p|~msoG9:pA-WWIG*F.&=8(w~jѫRdƄus-cQ%Me},Q{b }p"L};:ve-9Vk S-Vz<=-(e𙕆-NbʙlXyȽ~P:ͮ=u5g)$*mx7ʇ$M@&CvCJpw\Bct RLi:0^J;#"ez_YZ£+ 1yJӢ,GB& 3thʩN3@FĊxJ]lȕRݰB]S{B]1e SY rF~L E^M0F QHrd2k:/1-Y3!Sez$8Ӗ8Jih Z膸rG&q'y5qls WUG{t:Ep҄KSvʽAqfEۋBQY^H58b(pJqc켓{mj>r٭>9*9 ߫\9Xa2~EZ YBh)mC K?Db %hu ܹ\] ^w)}p[ذ Mп;f0)|x§͌eeeИM0p8ȎS:Z/< xf+%ZA؉ >;C{1]-zrU=ert8BJIJ?L˾=t?"֣/T#N@󕾧DX$kNC?SUKFj*h}M]sR[{fH 'E$XSfYUT˄ZJ9^\e1RjLV1\mu4?Hvq oδ>6ohB4w?|{ MR5im 4*'@L\bka vcHqK_VED} xB7pcЕJCwjS@Jt7ݣlzbӅn֥7PHl3ϼ$6UJ횰Ei\f x09QtmWJD Td\=K>}@y^3̽&Kf-˥ۏ\`wSՊI_y ujcYdj( @4m Ubs/w8WyujA"-&GC A2\H@kypB)$fuMsn?8%O*֚Off >!{ژ;|i`qsK)6-2_<r *ԯ'g 9udid2|)1 ރg̝Gl6gSTB\空_# BvFES&oeZ2>eth7AE'_:gDZ^4!2˷o/CLSdfa4IqtC2&\"fFqإ,oh؀Gk_)>> '  ThSj]z OXH`('\zd_1NigSg\a:h͐GKȄ^+Z%1WKtX"ޯj 8kMF1#.Ȍ~KCMдk#:2+IonS2-<gTk@SiѵQ#~#r78Xx fzPM47Qpmd/_ ҫ#^Pv7QÂm3f:ދ[5"5:E:LWM)f"e%qY:N/:M@IѹyQV˱ {#qk'% ݧŅ?x[iN\% @miOwGf澰qLJDׄ~9UJ0:jق8S+z  eXImX^†q^^G UsUmGINݲF SfCLLoWs. TtBT逇'xYfbo4ˋjԿ݊+&Ppa0x$z}P4FWNyp jn z8m~;PoLY[%ΦVFF3@-' A%WB]A6V{<UI۲ojtDh_5{k̡v2.Z(DI6Ҥ73N5s]W"G[?>r$V kk{:3" 4On$YM]{F%oT#@RheGEώC𳯾tQ&PyPTM+1ϐN>!kF%ͫxT'*h8FlK5Y'd. Fp!\ !K*P|8߾qaEjXBDiE\[t\%4^,׈)oھ>B_Z|'n6ArȀ[]?vW.8=|E[ L1egHQOw5{><rP/8l%&[ q &SV䏞,nm`05L nTԉa7rC^:fbb?q]"W⊄hdzny/ YZ