ghostscript-x11-9.15-13.14>t  DH`pY`#5/=„cJxʩ 3VH`C؟CgT\*9W8MVJZ`%oo)[%Xn2чuw܆ⴙ+|a]#'[NV,u˝8k+N#r.>}n63k93 =q#9S?7ΞpwPs`8U,k.q9@ CM٪j/h|uDAaVIp2"kec062b9120f12b2f242d091dcbefed36f7cab36e Y`#5/=„0dE[Po-njD=+0& W01?<&VyEO/ȹR"5K׉v⻬yW\I>HHQfp7gFk)ȩQ&d7' Waй~I:?Xq ٨^B13"2nC9 yL^q m,˱x^[ k[? IE\[SL~H4| xTaY,6|MWP>=@MTvcizek@suse.comvcizek@suse.comalarrosa@suse.comjsmeix@suse.desflees@suse.defcrozat@suse.comjsmeix@suse.dero@suse.dejsmeix@suse.dejsmeix@suse.dejsmeix@suse.demeissner@suse.comjsmeix@suse.deuweigand@de.ibm.comjsmeix@suse.dejsmeix@suse.demmeister@suse.comjsmeix@suse.dejsmeix@suse.demmeister@suse.comidonmez@suse.comjsmeix@suse.dejsmeix@suse.dejsmeix@suse.dejsmeix@suse.dejsmeix@suse.dejsmeix@suse.dejsmeix@suse.dejsmeix@suse.dejsmeix@suse.dejsmeix@suse.dejsmeix@suse.dejsmeix@suse.dejsmeix@suse.dejsmeix@suse.dejw@suse.comjsmeix@suse.de- CVE-2016-9601.patch fixes an integer overflow in jbig2_image_new see https://bugs.ghostscript.com/show_bug.cgi?id=697457 (bsc#1018128) - CVE-2016-10220.patch fixes a NULL pointer dereference in gx_device_finalize see https://bugs.ghostscript.com/show_bug.cgi?id=697450 (bsc#1032120) - CVE-2017-5951.patch fixes a NULL pointer dereference in ref_stack_index see https://bugs.ghostscript.com/show_bug.cgi?id=697548 (bsc#1032114) - CVE-2017-7207.patch fixes a NULL pointer dereference in mem_get_bits_rectangle see https://bugs.ghostscript.com/show_bug.cgi?id=697676 (bsc#1030263)- CVE-2017-8291.patch fixes a type confusion in .rsdparams and .eqproc see https://bugs.ghostscript.com/show_bug.cgi?id=697808 (bsc#1036453)- Add 0001-Fix-locksafe.patch to fix a regression introduced in CVE-2013-5653.patch by which ps files couldn't be opened in okular/evince (boo#1006592, kde#371887).- CVE-2016-8602.patch fixes a NULL dereference in .sethalftone5 see http://bugs.ghostscript.com/show_bug.cgi?id=697203 (bsc#1004237).- Fix multiple -dsafer realated CVE's (bsc#1001951) * CVE-2013-5653.patch * CVE-2016-7978.patch * CVE-2016-7979.patch- Add fix-mutex-crash.patch: fix crash in mutex (bsc#963017) (ghostscript bug #695862)- CVE-2015-3228.patch fixes out of bound read/write cause by integer overflow in gsmalloc.c (boo#939342).- readd ppc64le patch ppc64le-support.patch lcms has not been fixed upstream and lcms2 has been fixed in a broken way- Version upgrade to 9.15. Primarily a maintenance release. There are no recorded incompatible changes (as of this writing). Highlights in this release include: * Ghostscript now supports the PDF security handler revision 6. * The pdfwrite and ps2write (and related) devices can now be forced to "flatten" glyphs into "basic" marking operations (rather than writing fonts to the output), by giving the -dNoOutputFonts command line option (defaults to "false"). * PostScript programs can now use get_params or get_param to determine if a page contains color markings by reading the pageneutralcolor state from the device (so whether the page is "color" or "mono"). Note that this is only accurate when in clist mode, so -dMaxBitmap=0 and -dGrayDetection=true should both be used. * The pdfwrite device now supports Link annotations with GoTo and GoToR actions. * The pdfwrite device now supports BMC/BDC/EMC pdfmarks * Regarding the new color management for the pdfwrite device introduced in the previous release, the proscription on using the new color management when producing PDF/A-1 compliant files is now lifted. To reiterate, also, with the new color management implementation, using the UseCIEColor option is strongly discouraged. For further information on the new pdfwrite color management, see in Ps2pdf.htm the "Color Conversion and Management" section. * Plus the usual round of bug fixes, compatibility changes, and incremental improvements. For details see the News.htm and History9.htm files.- Version upgrade to 9.15rc2 (second release candidate for 9.15). Ghostscript upstream QA highlighted a couple of issues that they felt warranted a fresh release candidate. For details see the History9.htm file.- Version upgrade to 9.15rc1 (first release candidate for 9.15). For details see the News.htm and History9.htm files. - ppc64le-support.patch is no longer needed because it is fixed in the upstream sources. - Removed trailing whitespaces in spec file and changes file.- gs does not seem to require libopenssl-devel for building.- Version upgrade to 9.14. Primarily a maintenance release. Highlights in this release include (excerpt): * pdfwrite now uses the same color management engine as Ghostscript rendering devices (by default LCMS2). For the duration of this release a new switch -dPDFUseOldCMS is available which will restore the old color management. See: "Color Conversion and Management" in Ps2pdf.htm Due to constraints of the PDF/A-1 specification, the new color management does not yet apply when producing PDF/A files. * A new device 'eps2write' has been added which allows for the creation of EPS files using the ps2write device instead of the deprecated and removed pswrite device. The epswrite device is now also deprecated and will be removed in a future release. * Ghostscript has a new "pwgraster" output device for PWG Raster output. * The CUPS device now has improved support for PPD-less printing. For details see the News.htm and History9.htm files.- ppc64le-support.patch from IBM fixes endianness in lcms (the Little-CMS library) to support the new architecture ppc64le (IBM Power PC Little Endian architecture) because ppc64 is big-endian and ppc64le is little-endian and lcms has a hard-coded check that assumes PowerPC is always big-endian which is incorrect on ppc64le. The fix is already in the main Little-CMS repository by this Git commit https://github.com/mm2/Little-CMS/commit/b4f5c91a2c1582bd284f0d0f49cb43e2c2235a79 (There are some cosmetic changes in the upstream patch.) It is not yet in the imported copy in Ghostscript. IBM will work with upstream to get the fix imported too.- Version upgrade to 9.10. Primarily a maintenance release. Highlights in this release include: * LittleCMS2 and libpng have both been updated to the latest versions. * The URW Postscript font set has been updated to the latest version, fixing many compatibility problems with the Adobe fonts. * The CUPS filters gstoraster and gstopxl have been removed from Ghostscript. Those filters are now provided by cups-filters (a free software package hosted by OpenPrinting) that contains all CUPS filters needed by CUPS under Linux (see also the openSUSE issue bnc#735404 comment#44 at https://bugzilla.novell.com/show_bug.cgi?id=735404#c44). For details see the News.htm and History9.htm files. - fix-undefined-operation.patch is no longer needed because it is fixed in the upstream sources.- Version upgrade to 9.10rc1 (release candidate for the 9.10 version). For details see the News.htm and History9.htm files. - Prepare spec files to build both releases and release candidates easily in the future by using special different version strings. - fix-undefined-operation.patch fixes http://bugs.ghostscript.com/show_bug.cgi?id=694546 - Removed BuildRequires for liblcms-devel because it is not needed when we build Ghostscript that works in compliance with upstream (see https://bugzilla.novell.com/show_bug.cgi?id=828751#c5).- Added url as source. Please see http://en.opensuse.org/SourceUrls- Version upgrade to 9.07. * As of this release (9.07), Ghostscript is distributed under the GNU Affero General Public License (AGPL). * Ghostscript has been extended to support file sizes >4Gb in particular reading and writing PDF files. * Color management enhancements. Full details of the color management features can be found in: GS9_Color_Management.pdf * The pdfwrite devices now supports linearized (or optimized for fast web view) output directly ("-dFastWebView"). * With the addition of linearisation to pdfwrite, pdfopt.ps has become redundant. Since it is difficult to maintain, has a number of bugs, and is believed not to work properly anyway, it is removed. Accordingly the pdfopt shell script that used pdfopt.ps is also removed.- Provide libijs (that is not done via "configure --with-ijs") because libijs is needed by the pdftoijs filter in the cups-filters package (see the README file in cups-filters).- Version upgrade to 9.06. Mainly a bugfix release. * pdfwrite announcements: pdfwrite now supports the creation of PDF/A-2 files. For further details see the NEWS file. * removed moribund dumphint tool, see History9.htm and http://bugs.ghostscript.com/show_bug.cgi?id=693223- "export SUSE_ASNEEDED=0" disables -Wl,--as-needed linker flags, see http://bugs.ghostscript.com/show_bug.cgi?id=693100- Require Ghostscript's font packages because the Ghostscript package provides the "Fontmap" file /usr/share/ghostscript//Resource/Init/Fontmap.GS which lists Ghostscript's fonts but the fonts itself are provided in the separated packages ghostscript-fonts-std and ghostscript-fonts-other so that a RPM requirement is needed to make sure that Ghostscript has its fonts. - Extract the catalog of devices which are actually built-in in exactly this Ghostscript and provide it as catalog.devices in the Ghostscript package.- BuildRequires dbus-1-devel for "configure --enable-dbus" to have colord support in gstoraster (see the entry regarding "color management daemon" in doc/History9.htm).- Install documentation which is not installed by default (LICENSE doc/AUTHORS doc/COPYING doc/thirdparty.htm doc/WhatIsGS.htm doc/GS9_Color_Management.pdf doc/gs-vms.hlp doc/Ps2ps2.htm). - Add a link from SUSE's usual documentation directory (/usr/share/doc/packages/ghostscript/) to Ghostscript's documentation directory (/usr/share/ghostscript/9.05/doc/) because "configure --docdir=..." does not work.- Removed BuildRequires docbook-toys which is not needed (db2ps and db2pdf called in ijs/Makefile.am to make ijs_spec.ps and ijs_spec.pdf but neither of them is made - both are provided in the sources) but docbook-toys pulls in packages like texlive-bin-jadetex and texlive-jadetex which needlessly blow up the build system.- Require the basic fonts for Ghostscript (package ghostscript-fonts-std) and recommend the optional fonts (package ghostscript-fonts-other).- Cleaned up BuildRequires. - Added ghostscript-mini.spec with minimal BuildRequires. - Explicitly specify configure --with-* versus --without-* in ghostscript.spec versus ghostscript-mini.spec to make the differences clear.- Unfortunately ghostscript-library.spec and ghostscript-mini.spec have unversioned "Provides: ghostscript" and for RPM this means that both ghostscript-library and ghostscript-mini provide any version of ghostscript. Therefore any non-matching version of ghostscript-library and ghostscript-mini fulfill any RPM requirement for ghostscript in the ghostscript-x11 and ghostscript-devel sub-packages which is wrong. Therefore explicit conflicts with ghostscript-library and ghostscript-mini are specified in the ghostscript-x11 and ghostscript-devel sub-packages to avoid the mess.- Configure --without-libpaper disables libpaper support because SUSE does not have libpaper.- Configure --without-jasper and --enable-openjpeg because since Ghostscript 9.05 JasPer is deprecated and Ghostscript now ships modified OpenJPEG sources for JPEG2000 decoding (replacing JasPer). Performance, reliability and memory use whilst decoding JPX streams are all improved. Accordingly the BuildRequires libjasper-devel is removed. - Configure --without-ufst and --without-luratech because those are relevant to commercial releases only which would require a commercial license. - Added BuildRequires libtool which requires automake and automake requires autoconf to fix build requirements for openSUSE:Factory.- Using fixed /usr/lib/cups/filter (no lib64) because CUPS in the Printing project uses it in any case.- Adapt RPM dependencies to what is actually used in openSUSE:Factory (dated 22 Feb. 2012).- Added RPM dependencies to make sure ghostscript-x11 and the main-package have exact matching version-release because both could have any kind of Ghostscript-internal dependencies. This is only an approximation to have ghostscript-x11 and the main-package from the same build where the main-package and its sub-package have been made but currently there is no clean way to specify a 'same build' RPM dependency. Therefore currently ghostscript-x11 and the main-package could have same version-release but nevertheless come from different projects/repositories (e.g. with different patches or whatever kind of differences).- Split files which require X11 stuff into a ghostscript-x11 sub-package (currently only /usr/lib/ghostscript/9.05/X11.so) so that the ghostscript package can be installed without X11.- Upgrade to version 9.05 (see bnc#735824): New simple ink-coverage device (inkconv). The ps2write device has a large number of improvements. Fixes and improvements for the CUPS Raster output device (in particular Ghostscript bug 691922 regarding color model). Renamed the PXL CUPS filter from "pstopxl" to "gstopxl". For details see the doc/News.htm file. - Removed "make cups" and "make cups-install" from spec file using "configure ... --with-install-cups" instead (new since version 9.04, see "configure --help").- Upgrade to version 9.04 (see bnc#735824): For details see the doc/News.htm file. - Added "make cups" and "make cups-install" to spec file.- Initial ghostscript package.lamb65 14994725809.15-13.149.15-13.14X11.so/usr/lib64/ghostscript/9.15/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/eb01ff1e299b30d6a454243d375f9ad0-ghostscriptcpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a957bc78b87e36439bef945758beed5bd44e723a, stripped PR RR R RRRRRRRȱꝯ/O V?0] crv9uhЈt$m qZ,JFDTy=rjeLd|Yx\,/v#M:ٙ Hݝdm{ -1ig°,a80wS?BY6.VMbg0Wc8}Wߜ2 7{SHu=4js*>>Ȇ3A0Ay!DrGUA_dryh6  M"Cuc}H7'A6MeåX;7XZVi.b77x)-s!"V+y12 k0zjBk 0c`65"oJ`sJC LIw60m.NE 䑙2G.ZmxH[gL5!1fŌdNeTC'iSgF wb&y*db=ɝR'u~]` Gc)3&oaJ@Csh:7J,5x%!XBeNeSKpGIaMZ%/:r%GI!S| +@;c>MdhPpPgܚ'%q.Ɩ]F|!D>6>U;D˴|3)Ց}`P},b-&& byn줙D)IQ-7}PBFw,^rªEB/19<Ѕ!ao6Rcԓ7d|`]+ƿTfL1o/HSNߏJ]n*Nn)Ըm /k38J ׅW>Rh!)%r5w%uJok Tq9Ƨ'w,m.rJ @/O鯔Q^LȬgN}V/[DshIdé؏h+m]mXsD}4@iOLPâk ̍(QqJ]EUk{7 2_m'X Řu{%`{fL! PP6PX8C?#k"ۇS"/1b?k^QF.~OJm9s^ÈDQ8OӅEF,ȏJ69$.31vffYqKFz_ӂ$JN/9L_k!m .ҖLNѫkꈽXȁhT+ B"-L ?tDVM.383(2FfIu]}⮷l\;hv|_͓"3?~Q+8g:C9U$$Rk Su ?o5_XY?SV!Չ N 8CH|Ғ*a7N\pž#s'c0|LMgWIߐ''Sp/[]tQ#x56.KVJ;u¬FLVUCm{%w){7vj/UDGD :os@3 AO/\hԍ`oV#)6WGr}i@ /XY}[0OڷꡊfӷtilѠ &$d7K_gf)`~+w!{ry4 ?Y{Q"6},8(MPE 7)@k}qyX$HH8dνҷׂtj4tgPzYbwy QM-JLXގ߲shZdK!węVIpI' Zo&~zI;g?+3fVWA>@1L _|*YdSMXT0$Y S@>@1D=+q!i^[p90%)~#'XI+Uh`g݃$Q*Ss3UԹ[H%1))ݏ hVPֽɨI);m% u]6Bq_qQ Ar=v;d8<< yTjzJW=?!5`u8` %pp;,Y}&Klyy}_F陣z)K%]qEytY2؎Jb>tm$RO :yX-Ay(c?@ :zF**W4kaTPFbvIo0W0۶NKwG`Gn bfԗTO};3|bCA H.eG:Ω3DZ27ܺnOJ@Lg:SЛjNv0*>oͯS&Wln3 ~*f.ѭNB(v$nczNbqey( M/JLVFG,Zh.o.:O;3)a*V'ڛH i"cf x))6~Ac*,yB)[GX`ǒR4fa(6`hhEV:5cSrGsX!Q,sD=0̂#Y:d'|CM?3̥9#2lf񰌻]xiIʕppLuf +܊=؏OڠfּsMSމa >QAM/D np{*Gmn4e $vuEB]]Ke.0˯Fq#c} waGR1Cql2)%`67y80BIQozTk1i ZP I;U.D]KVQhKPMبr&H6 B*.U(˸+ daw/3ʻ[H8 5Y :KJyulaSPDri/E,VEt,ڎlP@N< fOy- ;&8'´qPsက~4`fz#W@weTFR\+Pl",ۥ1!\3bDlr:%@= +-s"&98|M3F7j^lfokFxa z9ТR1zK/4ص]w?ˡ6fۉL Jl$?lWWy1u)S[avoQ5a;K8u2)dثIz_Bime-T:kLYNaF ,[,.QaA]iMF2=-"9OV (|88*͕]!'9_{ŬxKzQX|׃k#*Dž#z?Շ8ˆ+ZeE*GgR{*.js֔@Ur7x5H_!*ckc󼿴򕑦Aml}$eɘ3m~o\ ;22C(umlF9&dX0iq9`ʘ%#ڗ£wh62t}hxkj;KJ*3濽s}⁁Z$GP H*4-͉P#}ͭ3^nǸaX ?Wg{537yGb:]Jh烺w".Ao%hqW@ǶF.>ʳH0mm#F=?=Ei 0'=LQ 0H_jG n|Mȴh"y/ҏCײTC \Tce= b?*'ׅ>q%d4Tcc VN^E4HbjL2ٹ3td sbP%I2-Dҝ*9W> F5gtHVy>8HI=0] Ը[sYD_G6 JLbfHF0:jPlwwFr vՠ*ՋvzpDXU!]0Q(}¹xZ~1&{I2γ1 . `b&ʽqrt<\Se4I61 +!/ >dg D@N\ZR p산H6ž&,& PTmP 0oVR\xĆ @e֤I\m !=CKHM/a/A}~uYbZ4Y0'TnUŁ^E֜ H]dWuNG+^ڞP׋ڂ+N#to^65媪0fMT-5;kr랄5ZaHE(AK&^H((䮐=EĜcm@ͽ6ԱR/Y!֋c0$rz=8ZI!xqz?bJ]_nA8,͹Pgݱn=L G9HÜgHPYh j&!k~7 =8 Pi*_u¼O5w4loc~zG͂XR5Z)9/w~ zVf3&.TK{(6\uݶ/$@aUrV:nK5F~`d#=\[EpUjx`u-eCcowmLaZu2T~76.1_Sd 8;Y̜Cm))p\lӧ88aaMn39\S-vU1v/P.䒏9. G9Zyg4AxTՐ`ldh 3ɸO9IoCT{cqJn ~܎^Ց["ȩ*rm}}'?ۭŲۋ5%*R#ZÆC"G|'#!k;LF1m&>c?$=$uyc"~z\Y^r+"ɱ d.X5)f b Eb;F'إ1yQv!YMpà8 D^#D7#5'7"i$@U.5/Ie˘nۃw$d\dEgnFW/0۵#d{M2s?aL[ b~ :*8J7$jG>VyR{S!࿯}n 㯝<ÃoEÖ"ÁL)eg``v9|~W &Qj.:h$3YPF"R'ϣ;K'C1 .;F}k:5][yqzN{"8$ʬ,0$?<3;D"߰?qOfwm,RLS.J_x%Iꡟ'! #l*GvLJmO;%ipyϠduxP$' [Wb<ʭ3_{.䃘\;[hc'O'}3 Y"9f" 8б] 6#[ԿE"h>R%ޏcPy|FTP^h/yĶ CV_78:QkXu"ӘM.W Zt*/|D7aY$ԸͭeϿ>;P-XF7.4QiIBE#% ' F-VH^HOyYl^s#G)8QNoN)ݷ XLoӣ/!Ӑ71ɍT\ZƋ5en+X'hUPBj?vK_BRX\t-2}X; \Wb}Q*-41w\`Br7uK5 AihMMWtq %(N)@ ).yP>ՍoԚp@c-  I Cc u266i{5 bLs`]zlk<8zbi0t5T'm<Y .‚&g-\:_Q c[GG^Nb}uhVuetlBǾa:UJ XF܍; JsdɳyH@&9h>ab9۪vK:$p)@"Á04 H=?8U*+k 4Z{zS/ZMl-(<3aFH qE%x n/S*ErFL/3SՕ"s?y0N޶t;ǜ>M*z~͉hB71ޓ 2ųۢ!e%+ k6"+Xn9c4{f<PPF2WX99;( ^b^]#uG9A680zxT񾈥$G@]BשDzByӮq֖ z[0@")P1lW;.P:  zF]0ΐˤlB#3j7g^m7}|:2ֽ(M!B6b_`䐾hSDg8D{Ȝ],lUz~p w?Uz7EoP)r7w= Nܩ}IKXr 61[wG4u*Na1 r;M-&f&)-S X,PLASɂzxDf8t?8V~SՎL4\EKJ:A^q1")GJ82m4āxB>`;8Ku2s'Z{9r-#;{uk0BZPɑǎI~ 9o1ӘB׎4"a$P=B?]o5SuN(ڐa}f|=<^S!ZQ94)uGw-4c?hYpfda Vu9\U2#tds3HKG)u!FFE82uY_J~U!]MUWt*7i |cL(͡ZlIVOI3-\nb W䁼S1"n J,5uWMT:/'ٌmn Qvv2kFApچK{=!hȇ؋Wj4m.T1[Y V"eVT2יlYU>jr/zn (m%q2%qEMk0V[vJ!pjF$8a(m͙/_c=wŲ nM!yE'٤J'`ε3>= -#Sl<4 _ݯ*H *Ԓ^]atL¡P^QuzDmM%=G DIU+]3ItE&}9Yn8!aӑӁUr1Z9L'9|@m#ARiWH~NߟEyлawTޓ7V<^*ZY|N yM@hNElp MeAplyF3 !+Jsym~3"-8h:V 8>IѦ:p՘phtӂ >7f4>$`/Qa/[E~ aui,ۿlcGTx%#2P} NdP]|l.M߹K=7<m3+]MXjJ37r!-:),IuԖ@Zg$Qyk|WL hԝum.'; JPܪZQ +)Sl`$g%yKuPh e |r}cl# =޲_}GZ~;Wk󱇌FXl_όN ףX 6aݜK1hny YTPȳz,A;<4}X6X Iג|1 'Rf|OD0֣>1upI%5.kpݼE%y'io?] ͐i{=#g6dŐP/ub(YP>$R*[5 xթTz=*udݰׇEчDB {Z9PTL4,Lvi# v^:!/uW:?pW3d-^B+q@YiSID$54ɼR%qBQSDƜs6)V4 )HK=5|BĢv;bw8:P{Umw‘`,irF2HZҳ`03h*J(V} ٙ`17qhj 7ìߧ9a 3OL(BΨ~}V_"ѥ?g04AZصoa0(H j̒5zCeaGP`(~vZ)|R8UЭZ"@.*8~]h%!$/0R` 0}ȕz|(d S^;W:6cab*.2FnCs"ɺ`+*V98qM#q]D%W}%N☏-e$ȅQ,W3U e&D\'Z{N@OWkFÖ́&K5N2[f^bDN-b5!LuFpmjc<~: [tSK37&jᶾg]!&{։+rO.z_`r@`q.#@Z/c-Da&o-xkb4g/{!6E?GDxpm놗=+͉2?]g^)cxƸ85Qj/٭pyg~L?N;nhhڋ9j1m!)t'1T-&ٖv2+Yc\zS]n…P5ꦪώr6XUtRgGL>jDsuغbONpfꥀm%PnYf淙AQr:AS#HP"Q7#6MV=b \Gj ks5=?R I(Z3ǍOg  (qiEl̳2Ȇ@diIJx4i v->̘ ~)^[{ŰWuuП 11B^jcwh U榨O7|6#|ąɮ3~XP{DH1ll1Y4o".ބ6]6tnf_Iy}X8f9h:! z|)'P:~ =LP;eB|?YN< dɵcd| ilVYGT#e_B=z ,:߫t%D9H;YbNUɥN!/|1S^K>G>O*%?#UZ\`HVvuҩT*ƒ۔<ֲ8'?auIz=}OjC!3ˌLrUE5J46!1M L+uv$Ώ`B]SgoLSlя6c/r +0(`w$Ax+HqHq0)PX"Z9ZSoW`ۓ&Ո­Z˾G{byp a>s)>9Y6{m#ۓϏs ,J7[=G PRՏ 3 'S0)w|vؖ*<]*>J]V@tqKʀ9I9+"j?(f@#/G !|hϲbmUOמIˎ,"s$πus%5*x}x04?ަИFԏ8FWj+U p+[h8\Pq+0gM+Pdcy֥2kqX `(D\)r?_" ܡ-̴Rs`5A[24 z}9m#Zw: 0:,.Y.Pb/jc@s8Rro#C+0I)kzXVoKEk=7*(qs;vI@&iLHz㧲yGEyi7kVh% + .tڤb0{;*k.F`|p1|ϺkEM#ۡ;N[ TZPhIΚ;i'&W*bpBqڰX,*/ξe8 HLy4Q<R(η1=DWvm:`22Q= 7o-[Dl?۰$xM-f?(₋07Pq6 \Aj\~tH\Uz OJ0MjpQ~;8 fg?y1`E Y ~]{VQE[.<[9Ic 7grINfoLwqj+269V0Z)Sc}BE_l[mxOkE_Cl¨8 ) 1\D$ tO:h:6[-#Uм݄FZpȞs}\ONS]̇b>/*;nQ-(%gk-j_" K+_0vǺk6KPjYo-ջqtˢuZMHo>N9-Z0.MO^K%!=$H g뉮kYMЗx5qx);6&{Cr嫊 |77a>}]^hMT:]6iO%O>Jnt>5DJ"'7w{"IO|"@O\~sX-9LK^mD@ou-ֵ-ܒV}Eh ҁ F=!І3gx:E$6VM&֡wuǒtJ.ݫ7\erJӂXjmO2=/GhVR =ZVtZ X[RƳ ՖO(=c|;K+L}"ah|n,dN vDyT03M=Ҳ;nW.e-,t4'D$yS6!h*\Mm-: im/I# 69?|(K$$ ߕ 10*@KPuG9^[ fxYr ?YEYJGSk"j0|ldl=T&* n^&nu4HH}OIhD@Pz:Lvt{\)kSڡn\Ԍ>xbq{ӥgJ[4EU y4c*DT1k*3эӇ-od KT#pSFebPŅ~v#͛ `c ]Bj8e jKg@B"l8D=9b(.u)œ:ߢ&O)"UY o۶R{(4[tΟ>J}Khhuk{ʧϓcgNp5s!b ^5g87PVE[_wkS=𱧖;LTa)LLZѣqA;x &'鵧C"%v0֊${-97}W+NAzT1|wpQI_?j"IK`Tt컟!DTo0-EJtv˖g}I%J Z_rU U_8O@`/%|&r WqtR튊a8nDƓ)̶/!ZCIvO.$hm E$27P dS~\JɆ=+5%|]ΫTORS' Ky*7]U%G{/-k4 LNQ/:aHqqW@bx? ՎԯZݖi+P5:4`裀Dx 6$/9 aG (׼9Gr1JE"S~ m|oN?h d 5 sѫ.XN{jV-S_ǥ[p#E'134!̠>D9FG o!f%&H R?B[ &~bᔒ`4p05([wLS`x޹{3$WMj"`r\=rҨ)_Wo~FP: 4u[ Uyu j(m\&0-q^^i ^TpNWtn7G Mʂ@i2'8NWa^JQ_3,v j2YrARЎ4Ƀz<*˦4urb%H&,O|E B 'XL.Xo?Hz{kڢgG-^HB~ [ϵҔr|v"d \l p=D˞8m& vzpcDI:A`(sqbHVnlo.+˅YQ<t{^TXɲmcz%9/*ev]ٕ V?J/ut#]-zە7hTriB. YkL9kɐP p g6HW$IfNRe#[UqX!\rpg^d8ds*IMdk1Kmn sY`}:5?RyS=䤀YK<3F]ET'o]O^ɤnrr~+HrB&8o|I#9{E-O> XI֩d^r\tՓoU㟀ԄRp}Jl+p.':@tw_x> V7^Lڽ~=x2"EJ@A)|w/:%,4ܒ|WSاx/'9'X$5"7dzaѱ@Lc(Dk4^]̱df_/}{>}3E%3ٲU-X-Pte^Kf7"gapCH{9ې7uU)Z|y\ZL!z 'f\Qdwͫy#˼b׳\Oށ`ADfc*̦j8nSu-JQ;:V=ip7ʬ(;aMQ'_ lF8N;Yw[YOw FTrŀU!_uir[+x RzϔE M_(%\۠?UK_cod/vZMCE ŽӘ@7oB膷z賾!.<3IUH BZ.Lu[ܫ{GTO6 =)# EIPo^`q߉cҘA "zuFt??42&ݔ'sIL'ڰՖM%CQWg r͠8AŲs*<Ȗ7\#kZ+~(4Mf! ݤM2p$uƇ_e'E)^(ωKe\D~0tkgĢ # \OVŜub2"'H"p6i*>\ݸsm~S51ȿ'`pʳ">ZхXfqX9D=;sBَKql#j5`wթTǎ9l4'w6StSBXqmFlMK=$ =9w1^@^Զ:Mrsnҳв3rl  |$R9*ꖨqE7cOF[3AyB3Q6l=kygȡnDD9P5g?BY'a):32r6U#`3( L:ǡZ;kTZÝr_FL9 81֒"f}?׀}RBRXg4FfandZiq3­j*%?'X6Rx} VerHC_ےtX$/b{:$?+g^a祲|'{c OK| =vRȽ@e-p=cI ŶAVS:7it(d]aT ؉+Ө8RGsr<|vصF7R \7nݎ7 c9NΉ>dq0\_M+jatP}d}B2Ss6D`E<~d8K滈* Zcȿ;jCnOzZ̛?n< %+?N5#S~!96b:3wUٍ3ï20UUV؟o;_}ڥWq܆htUcV6Z!y4**B2YȻE^Ջpb(*$TkD[59#^;;1 hCTy4z?qӝ4i錒᳥UL$$csG rH|cPXI7~Pէ _޲fM.jQJfصJr-uqEJ=8*H'NGhr 0~Y& M[I}ȩ/ThˣcC1jj$Pշ. *ME#A |#*~!"?ٯ~bIf* G({9@}/muOЪ&"nnt'ry.M`^hFC43Q6Vvvq vJ|bA`Ec™Kˠ@S z5#0^B? #d;re2\“) [;G mJFҠe6{'qP~ ~!izAӚiPaBXse{uL~2 :{5<@3,)[X OtfpVH7J =?vÔ VpHfC $v,`"9qf `F%ߤ](׫}~ `2; e v8IE_Jbz;Hw9Ie01lՙ0 .NCs,.֙!\YFUlCZ>h'rM&.JOJGS9# GLͽ+ ]o9-bgFSgjksA,(N|&|b/{ߎ}"n_BO,hg=U6vJC 5!fܼk=su@XZ SĊʋ}nʙNI~Exs͆ UO9KɟNRP_2rM4+j<NsTjJJ2u}h|ԏ4-I*;~k ,튁׹!WRU ]\d>?"n3K^دbl,u^X3g0r B{f翛pa_{c%̢zgޢ#P#~嚺."ϼбP{Zl"zم@t-\f:^'?؇! 58ܼRO(p^Lvo \st`[~+K f_Ns$as%ƙ&D~(T)K[!a`P8B(}Nq8hvQ0?O+eGDk){ JҜgh]e4_Y"%!(X}q eW(ssG4=H5=+~L/Ϳ<@w|LuBI##Θ)Xo`{ïoq[cXQ$q87qQ#Zp[N/NGZI]p $Ut^tt-Fi&ٲwʅj`G Z+2vtO'a, 3Y_eVA1o'nXQ5zbu`w˓xjq|AՏVa2Nbb:iFMFP{+[q SD/oy9Ewuu"Շ| O?L );bч&%sU-A(I٢ 'lTt{hJYk]IscM<v JUf~ݲ".NJZ55ϚLeBŔF dq!9Ŕ.kW˴࿿H0c7^j Ba>S]!95tLb ɳq:@, Y w5+)Yca:><2;1=+*Vb8&6'F  R!($݌oЌ泷\i >#>NkxZȊP/u&F9eoMTtFT>z}ز|m>͢Иji*ub(Iy4f$Vqד){7aޣ;poyB/6yr9i9sf7:cbsC$kz7h"b=Ʉc%x]r.MW2 8R;w p0^C>+f)73'|9󷷼SA6: hkDUɩk N{x#5N z3/qcfʷg֐B1i_D!Zݑ|FnZғ,'X:m8\"gGJw3ނ1Wt-O-KXVr) }YRzvgUzsG=|djԐuP*)7eCTj"#K}շH@];|GTpsLt^M od*ӿ줷~nȚ&pZ'uj5ط9 9~ iPWAτSHg(_^ I(+Y6?d9 q胏B)00&ΘFįYuj;x4>lBHt4 H\$j^ KZLD7tj7zzƭvz5?ekgqݤؽșq]3:LٚaVh~^pn[ | 94Qs2oR}@hMl?("i1EīC~کy+La:*jU‡NNܴwolrTWa 3;J $j+6'5&E&;UƏ-)}"<;- c`@`ۏ mI f|yolOY'~YWc$ױ}XqolC !S. IM06kj pjw FPJUE;|7