libmgl-qt5-7_5_0-2.4.3-lp152.1.44 >  A ^n\/=„gO2oc#E|l,zlDZ<ZVF|{)UP4BF*FQNl3Lp5J5^qoPYMdU 2@NkcLCh96qS-BXXs S !|k՟m-,ہK](ݙT):ǰԗz6ݟȔJ k!7XXIC;.#?߰!Mga8rV!^j$i Qx(4W<c04baea68af482f4dbd44ad62cbb4952dd9b9ee0efc22a64b75d73af62797c6bd9e4f8a292aaccd920d95bfdd35df4d435bd8122^n\/=„c M$8J=ctp #? wtZN s7K&1xꁩJ(*:|Ԣ3qjqGgҫ\L*wWqkej}PMBMByZPRR4RU ؃8\[yIɎ]g88!̓"GOLϬ>pC<?<d $ > #,9 Sd     l"""(89P: >9u@9B9F9G9H9I9X9Y9Z:[:\: ]:^:$b:0c:d;6e;;f;>l;@u;Tv;Xw;x;y;zChristophe Giboudeaux Atri Bhattacharya schwab@suse.deguillaume@opensuse.orgtoddrme2178@gmail.comfabian@ritter-vogt.debadshah400@gmail.comdimstar@opensuse.orgjengelh@inai.debadshah400@gmail.combadshah400@gmail.comtchvatal@suse.comdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.orgschwab@suse.dedmitry_r@opensuse.orgdmitry_r@opensuse.orgdimstar@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.org- openmpi has been renamed to openmpi1 for openSUSE >= 1550; adapt accordingly.- Use -ffat-lto-objects when building static libraries.- Update to version 2.4.3: * Add 'clabel' command -- draw labels for colorbar. Should be used *after* drawing colorbar! * Extend 'ctick' command * Add subpixel smoothing for masks * Boxes around text (style '@') now use actual height and position of the text. * Add mask to EPS export. Note, mask angles are reduced to 45*(0,1,...7) degrees for decreasing pattern size in the EPS. * Update default masks: '*' become dot, '^' become bricks, 'd' become plus, 'D' become tacks, ';' and 'j' change lengths. * Note, you can use brush.ods to prepare user-defined masks. * Add styles '^' and '_' for command 'smooth' to find upper/lower bound of the data. * Improve FlowP() to draw both branches (in positive and negative time direction). * Improve CGI interface and update website. * Introduce struct mdual as interface for C and C++ complex numbers. It is implicitly converted to std::complex<> in C++. And need to call c2mdual() and mdual2c() in pure C. However mdual is binary compatible with C _Complex numbers. * Add flag in CMake to manually disable support of C99 complex numbers. * Bypass user-specified extension in base font family name. * Improve hints in mgllab and udav. * Add utility 'mgltask' for making output file with a set of copies of mask-file. It useful for making set of initial conditions with a few parameters varied in specified range. * Add example of OpenGL output. * Bugfix for approximate min and max position. * Bugfix for position of SVG output. * Compatibility fixes for new versions of CMake, compilers and libraries. * INCOMPATIBLE: Formally pure C interface handle complex numbers by new way due to strict following of C/C++ standards. However, the MathGL library is binary compatible with previous version(s). - Drop mathgl-fltk-includedir.patch: incorporated upstream. - Fix Group for %{name}-doc-pdf to Documentation/Other, as Documentation/PDF isn't a valid group.- Define MathGL_INSTALL_CMAKE_DIR to correct location- Update to 2.4.2: * Add custom dialog for FLTK widgets. This can be constructed from C/C++ code, or from MGL script using Special commentaries. * Add progress for displaying the progress of execution (by ’#’ symbols in console, or by progress-bar widget). * Add contp for contour lines on parametrically specified surface. * Add flow3 for flow threads of 3D vector field, which start from the plain. * Add variant of flow for drawing a flow thread, starting from specified point. * Add scaletext for disabling text size scaling in relative inplot-s (like columnplot, ...). * Add setup for setting all low-level flags. * Add coil for projecting periodical data. * Add modulo operation ‘%’ (x%y=fmod(x,y)) to the list of known operations in real-valued formulas. * Add style ‘.’ for cont to draw contour lines from saddle points. * Add style ‘.’ for flow to draw flow thread from saddle points. * Add option value in tube for setting number of edges manually. * Crop output of ode if NAN or INFINITY value occurs. * Remove style ‘~’ for plot and tens. Now, all curves try to omit points. * Add setup flag MGL_FULL_CURV which disable omitting points of curve. * Shift axis labels closer to axis. * Change size of LaTeX-like commands \sup, \sub to be the same as \overset, \underset. * Change ticks drawing in colorbar. * Add new section All samples of documentation with large set of samples for most of MathGL features. * Samples in documentation are generated automatically now (from sample.cpp). * INCOMPATIBLE: Make obsolete MGL command setsizescl. At this, the similar C/C++/Fortran/... functions still working. * Bugfixes. - Rebase patch: * mathgl-examples-install.patch- Have the -tex-doc subpackage conflict with texlive-mgltex-doc since they share several files- Do not build with Qt4 on TW/15 as Qt WebKit 4 is not available (boo#1072033) - Explicitly disable marking either Qt version as "qt" plugin: * mathgl-no-default-qt.patch- Add Provides: mathgl for the libmathgl package, to make the mathgl-lang package installable.- Adapt to latest openmpi packaging changes: setup the openmpi environment before calling cmake.- Trim some irrelevant words from descriptions.- Update to version 2.4.1: * Add beltc plot, which is belt with manual coloring. * Add style '~' for plot and tens to omit some points at output. * Add style ':' for axis to draw lines through point (0,0,0). * Miscellaneous bugfixes. - Changes from version 2.4.0: * Add mgllab executable, which is FLTK based version of UDAV. * Add string manipulation in MGL language: - 'str'[n] - get string of only n-th symbol; - 'str'+v - add value v to the last character of the string; - 'str',val or 'str',!val - append numeric value to the string * Add time value to MGL language in format: 'hh-mm-ss_DD.MM.YYYY' or 'hh-mm-ss' or 'DD.MM.YYYY'. * Add iris plot to show cross-dependencies of several data arrays. * Add flame2d to draw flame fractals. * Add bbox to set bounding box for 2D output. * Add section to get part of data between specified values. * Add detect to found curves along data maximums. * Add dilate to extend the region of 1-th value. * Add erode to narrow the region of 1-th value. * Add apde to solve PDE equation in inhomogeneous nonlinear media with spatial dispersion. * Add symbol to draw the glyphs defined by addsymbol. * Add addsymbol to declare user-defined symbol (or glyph), which can be used as markers for plot (with style '&') or drawn itself by symbol command. * Add openhdf to open all data arrays from HDF file. * Extend crop to cut to optimal size for FFT (i.e. to closest of 2^n*3^m*5^l). * Add function mgl_data_max_first() and data suffixes .m[xyz][fl] to find first/last maximum along direction (see Data information). * Add function mgl_datac_diff_par() to parametric derivative of complex data (see diff). * Add style 'F' for bars and barh to set fixed bar widths. * Add style 'a' for plot, tens, area and region to accurate drawing of data, which partially lie out of axis range. * Add style '#' for region to draw wired plot. * Add possibility of manual shift in multiplot. * Add parsing arguments of options for MGL commands. * MGL command correl now can perform 2d and 3d correlations. * Option meshnum now change the number of drawn markers for plot, tens, step, mark and textmark. * Function step handle data with x.nx>y.nx similarly to bars. * Extend tile and tiles by adding manual coloring and face orientation. * Add variant of MGL command copy to copy data with "incorrect" names. * Improve tick labels drawing. * Improve time-ticks (add weeks) and add subticks to its. * Improve fplot to handle several singularities. * Add LaTeX command \dfrac{}{}. This is full-sized version of \frac{}{}. Unfortunately, there is no support of nesting. Contrary, \frac allow nesting. * Add mglODEc() - ODE solver for complex variables (see ode). * Add cmplx(a,b)=a+i*b to the list of known functions in formula parsing * Update CMake find_package to find MathGL. * Increase line width for wired text. * Update documentation: add description of new commands, add hint Mixing bitmap and vector output. * Add translation to Russian for most of labels and messages. * Name all are reserved in MGL scripts now as synonym of -1. * INCOMPATIBLE: Replace libmgl-qt by libmgl-qt4 and libmgl-qt5 for resolving conflicts of simultaneously installed both Qt4 and Qt5. * Minor bugfixes. - Drop mathgl-oldtexinfo.patch: fixed upstream. - Add mathgl-fltk-includedir.patch to fix include directives for fltk headers. - Split out a -lang package. - Package the binary and desktop file for mgllab as part of the - udav package; their desktop files share the same icon unfortunately. - Disable doc for openSUSE <= 1320; no longer builds with old texi2html there. - Move AUTHORS, ChangeLog.txt, README, COPYING to -devel package for all openSUSE versions; package it using %%doc. - Add _constraints file to require at least 2 GB of physical memory on obs; otherwise builds on 64-bit openSUSE > 1320 fail.- Update to version 2.3.5.1: + Library libmgl-qt is removed. You need to use libmgl-qt4 or libmgl-qt5 explicitly now. + Compatibility changes for latest MS VisualStudio. + Bugfixes. - Changes from version 2.3.5: + See Changelog.txt for list of changes. - Rebase mathgl-examples-install.patch for updated version. - Define a macro for deciding whether to enable octave bindings, but disable octave bindings for all openSUSE versions for now as mathgl fails to build with updated octave. This is a temporary workaround, and once the build issue is fixed, we should revert back to enabling octave for recent openSUSE versions. The "enable_octave" macro is defined with this in mind. - Add rpmlintrc file to suppress warning of missing man pages for the example binaries. These just clutter up the rpmlint log and have no practical use.- Drop dependency on swig3 as swig in leap got updated to 3.x series- Update to version 2.3.4 * Minor fixes and improvements, see included ChangeLog.txt for details * Update mathgl-examples-install.patch * Update mathgl-texmf-dir.patch * Drop obsolete getopt.patch * Drop obsolete mathgl-cmake-3.2.patch- Fix octave-mathgl package dependencies- Disable json examples - Enable Octave module and Qt5 support for openSUSE Leap 42.1 - Use wxWidgets 3 for openSUSE Leap 42.1- Enable Octave module for openSUSE > 13.2- getopt.patch: Fix use of getopt - Compile with %{optflags} - Fix %postun -n %{libname}-wx%{libversion}- Update to version 2.3.3 * Minor fixes and improvements, see included ChangeLog.txt for details * Update mathgl-examples-install.patch * Update mathgl-texmf-dir.patch - Fix build with old texinfo * mathgl-oldtexinfo.patch- Disable Octave module due to swig incompatibility with Octave 4.0- Add mathgl-cmake-3.2.patch: Fix build with cmake 3.2; X11 is no longer implicit linked.- Build with MPI support- Use texinfo for documentation generation on openSUSE > 13.2- Update to version 2.3.2 * Update mgltex. * Add reading files with complex numbers by 'read' command. * Parallelize reading textual data files. * Add 'i','j','k' variables for data filling. * Add saving images in QMathGL even if corresponding format support is disabled. * Add cmake option MGL_DEF_FONT to change default font name or use built-in one (if MGL_DEF_FONT is empty). * Compatibility changes and bugfixes. * Update mathgl-fix-python-module-path.patch - Add mathgl-tex subpackage - Set correct path to texmf directory * mathgl-texmf-dir.patch - Fix package descriptions- Update to version 2.3.1 * Add MGL command 'load' for loading MGL commands from external .so module. * Add Logo() function to draw bitmap (logo), which is stretched along whole axis range * Add MGL command 'reset' which restore default settings and clear image (i.e. call DefaultPlotParam()). * Change y coordinate at x-z projection. * Improve projection of 'unrotatable' objects (like legend, title, ...). * Add projection (Ternary&8) which is the same as usual (Ternary&4) but don't print text on projections * Improve orientation of axis ticks and labels. * Add mglWnd::SetDrawFunc(). * Add mgl_set_global_warn() and mgl_get_global_warn() for set/get messages of global scope. * Make copying private of mglGraph and derived. * Add virtual destructors. * Add some static functions for mglGraph. * Add option "-n" to mglconv to disable automatic saving of the image. * Add option "-s" to mglview and mglconv to run setup script before the main one. * Add light scaling at MGLD import. * Add scaling of frames at Adjust(). * Update docs. * Update mathgl-examples-install.patch- Fix build on SLE12/sbin/ldconfig/sbin/ldconfiglibmgl-qt4-7_5_0cloud131 15917006872.4.32.4.3-lp152.1.442.4.3-lp152.1.442.4.3libmgl-qt5.so.7.5.0/usr/lib64/-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/9a6fcab9a7b64f06ae2626031ea132e5-mathglcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2c98acf305cfc4c3ca11704da4e5585a2251a40e, strippedPRRRR R RRRRRRRRRRRR RRRRR RRRRRR &sNqTkьutf-8e8e1eeb230212b344833d63516ac3fa311f4a64849e8b1ad2c421d6cb56905d8?7zXZ !t/ϫ] crv9vW&rT=s?R KΥɆh6u?\vH,ӇDԁ_:bj&0١QEtV `~R{ڽٟAU - 87~Ƽ$FA 'c˘=AFb1m\.D2sD.>5q!pKfD'jᝰs*O<A1Ǹ]BMMJLf-S(7Ezgϯn3Z]oҼn=&zPoRm"#Ń/2t9z|@ocUEaTscGfB&7&/|&hy7H9W0PY4O-N)h<~% yXF|_$@Oa}0VR (aʋv.p*lщV xpr`X)c:`q_>(9c2_W 2 ayxڝ?!rkվnl[NΜvDnV]?w7gT.FGsE 7cxpiI#viei% e~毐Jᘐ 6BE^ka,wiu | q2ܶo+!e}aozݦ%gSM%ϖ.1RPD)7zl)ىYj;Qu0]׀2d+1 )Y'ȰwA1Q? fsDM|F$7qgy#ey@WCDmuE|WUS Jqߚ(-j{ ::'g&1i2gy^ %ׁC.c3"#E7ZJܶΐeGzXk˚4W Jh%ͧJzK$SO~o?iX)XF~bW7` P!1N\6z}Vq#kjuQ,֡E$`qF7Ǒ+0I7*m^./GuUYF-3c*]To}\-Q||Biv+\ 6\Fڔ~K@Jvt.F޶jZz[utF h<а?}2tP ;):&uVg9T^sK~_۾~a7l~[7u%sdzjeQ./]lLI[6е[:r\cBS|ƒG)L+ԺHY: 4EpꊝuDK|PTޱs#`JV?~q ~gke(o 8Sϋ*6W)Ž<;qNl^.v4>k@;U!DsYY;!eĽXf(/vUFB-艧ND:ğ^LܼZa2h489ȗFΰuQ=c Nb!1F7PU'" 3eɟl&>S/>qLpX4glq}^7Ђ^4@xjg(7 E({֕ iQl!blOۥ% QӀ ӿK"?NBGO|Ƣʷӽчr2Q!Taq>H& Sԡ9jW2 h V+h\hX^b=(;FPk8ȇRd$B0^S<7E5㘴0WK` yv>8Pti:kśY6-r^1ME0FT͢8 .;XYiܷ_+(:Ui8)~1u "Jca_ܨAψ OqStt=$46@(B~/ ;W pQ\ffymqmy~vQ>V0W@nK0>PЊB:e|L>a{ TD+#/N)Pocn =^+V_-V)ԩA!6®ˇl;*M11{57yPxmuww(Qި+Sdy|9F)t*;vz%ݕS[L uE$}!rVQ\ #;;#`HYOl1 ]9ҵÿ2ݝ.Mʁs3Le(գUn@Yx͡ iuq&/&K1S *7U&r. zXD6i)oSaY"v)[QD>LҖc ~m!R\PV/71H{V>Q;y":ƾoK/MTqޕG -8 _Y#/)B&ʅr>݇{{YiʔyZyOJl 6f{/ot?98Q Uks?B4;Obm¶C쒐}VL$ţbrƑOB*i.-V}R[dbS& ^%窣pӔ#U}tLշn8kx~Un/)ܝP~x YB{GI(R?Ve3XU wzC ? xQE<, ::SMQ&^<>V>o譜2Qyq-MkTV-yؤze..EB[qC8yCU0YKAÌ ":@Cay'jk%@XTr(-IP$d7feDbRK(CKW,Bg+KC'B(4J1biӝ4ž\hL@۔H-4kxU~, XA%6zNvZ=l;&с!0VNSC}@vwߢi}K}2!W'mvNy5aM?it%sq)]V} %[u^kubrGunƦȼR3XpmG̊ю[{d:{1$NqOkl"&"cj$ 5qѤ! AOGiS7٬q}H(TDV#Dڮ@כ(]a#Lj9W9xٙ20Gkî؆0]ysRskF8 ?"Z$~ UfS_]:LpҾ*_}ͥHsNC]YdK&)HL/ "LO$wh仱.#}(8>S$By1PdN_ D;YL\#b[B0jc>/L W1Ru׫=$˱gC"c :J2ǃ"MhPIޡ$]\vjȻ5<ޗq,-2 b5*JWnh@.jeů{2%ߜfKL#vP\w+S5*wיg.P'Epx(^oǗf نn2IFTM&7˞WV9=޲vV򻐈3}KhG%=/HA/OǢh.̰XSso: ݜd֐ooҦw 1G䝜Ύ~>C?\ D#Ujo|e@D>d?է :bI0`hT"=tYU,/Y2Cb VkiuL:7Ȗ2k'A:HGY{1GfQSZzߜ֫*>k7|$n^m!pnNd 9gVv[VsS&UDF G@~%+ySc^-˝1~P +/OQXz6HmS;^z ]uԽC[7ADŽJw3H=Ӷ@lA5{q^W2mhJ-\!KʰB609 ;o4e R ع⣉ )N!\ֲ6G(rPX#uO}˲ OpxuO s% !i!H$ i%T6~̡,s1fĹPr͖乖qNi ?RS!K>1}$+Oђ%q4^)yŜ,^b'kH=;C9(KWۃ2OT+8_pR'(SD|Bl ×o`wޏn&b=3;,!Q&b4)gi-gϱC|M" 򖼲2/A b3יhkt[tE1YU({F%4pl'h`4|2lª2KmVfJr TU#fʥ}UYߨi|MڄahW<I 6k"E<.M<"V>n2cK֞JdO_.X @"Qs#A8~.J7Z=ao n:B$ITۤ; Zs)h{q' vRTO0Ȳ̫::睕0:̟s2{(_@ɑl#Q3n_@K"$\v$$\eDdYg*%KR^RR &λtƗs"*MBBkKoF MCeM7X|=%bۃ 5+dZ Hy<sm@{!^kwG,ZQG#fp;d(ϾODBKK3]D=L?\ϤTl۔\遈tV!PYevp51J_rD.o*xe`h{@ܹıXG0sxpU]Z+I<ŋӻڿyQmѻ sBJĴMG7ǞWc٪b!C/fe_3{MڻP[O5^.K.vZ jNKI#HbAPR\t ݿD77>t閲UFΑa|K.exY*yz3mZBk Q{W/(ڡ7 a\Z!?Bb  6 {,uk&oDnPC}Q^Rlab@Ξm4os!;B>r(QH;703u:lLP0.)ahLcn Iszu?d~,geC/*<;]bw! J[?n: *wBS*yF^Pm\o+ӿ.Jċ4ϳwo#_[YXZWWssp8`Otc!a,v2ەi?]f6WX8 d*%z/yFG+>NFj)/^Sg`i-9e#@\z$$Ȫ﬛svCwB%xyu%E,^W~m#lh]-2ڱPCbJm&O~lE'[*i f0!F0\0./0%ICP&L`!JPU_tʽyj {$Y: N" 왑[)Zg8pi8+J .SVg@OYp{مl<3BLxGb(W`bHқ`[ k8bԿ1_K`phl$yvXe :_@r,٣vo e1}az7jηEj9k. k>, M}.ŁJߴ.P=*pi" v?UW0(uVч HTjֵswׂŀ~-ɣPp% rzE8gA9h) ;"!4ʰj{/ն k꤮q~x3Z_?q:=Pzaw~6P8>U~W:!\ν;kd1VQĐ~ȰG .S#(M*3?و~[\@xlW(m-Y;1uqy1uq M\Pw6#0$*?hX7]|*W[<$ oܞȐKZǒN9a5hTʼn,v &9Ipo.Z ",!Xq"hwx\"1S7ܲ[&0Ʀ&Vn#M !OTN0MkV38NDoZF2tN6!;m#'r>Jc9)8F4<V"dHϷ`&jPB'abD5rܐCybB0QpEc*T%&qcIe!glr`9]sHIJ:al5ilmr7RM ⿑5|Wo#O',ŐM4E,bWcCC+oR*/f Z. d]"-^d/Iv6;:`<>Ne^c[` # ù,`"A \kmgTh ;Wtv};6 BM*naʄ$k솗vw%ql O _#qyUin/I$ Oc&8I،HE7]0BF)j!Pj\x_jxˊj9ȥ)䏑/\M$NlTݛ3KE؋Bjmk HbVCQaMa];:%#b3 +3JrW)'bWo6"j9P0ؕ`<2D׫gLԿ[eVO;b)]CfB;%Qz[gAߟw!h2K}JzwL/]wl!5; *1_w{2]!8%و$^@jcWfˈ8Ūz^ro[UykMcHY>XmEDԬ1gRWjJ+U'8!n/ ]FsF8#0H잢l$3X*ʼHkBV,x[W]!cm+xϙ{.YQMGr3D~O+pgG%S1 ".GIͦXV};9Sdl8Yzjdx BI-͊ɲԄgp[ɝkKo>~EM9huK.lPƦadCczKkA /:˥eAwDv,ҧfy#_c *8\* "G+Y-XK(Zk^:sp{2+9^i3GNa7>|%NuRoX,Z6遃dWVWwi{R'bzԼCaȈE0+-!z߿s!km6{) {TX3RN֋ZO/e=b{ZK7Y |v2Q+J'u?B!O.rR7c:)[%A# y p( O'R^ ?ԊvP<{ޝWV^qGbt,}? t$`. X aH3& $*Ig*IJtq-$%P[5|-Y@tn y,5GvkvDJb )L&zv!JSsGnDr$G$*vӚ͏Hvbs<73/~ j)TN7PađȌk\ Y*0]L Pѹ"qq@ضR0iHz8mZш;XJ;"24Z"_AHZ wDgaDϧmo;#~g*W&I).o o6`/UhjE <(LOY<2VVT* ;Q%9S'@{@yi:FWt~T*V_^庈)e=E{L3N4xox_kj E9M" U{rrTO'/8S>T [_t)oԅh:Arl gЀRIv+ɋT԰t[RJi9mƱ1jsS"Q@ĭuD'i0 .TƜTxt(a҅<"{6Ԯ\%zT%3׸ۯih^{fYp/E:80z5xc'tF53N5_ 47U D\#C_ߪdg6w&^: mPj YM'qsx cνE ؛Xb IXY9եByc6ZQss.Ta6.^^Fje;uۂ@DũZ&uvO\.Xy`y@D Fׁu2 f=x/ekismE'i0.`~ӆr#^ dTt*t[iu/cTY]wuAAPO~*tZۈqجf1nEDSgJ:-;/!RHa76E WM6m>֘!eqI.g.P\v 9'>+FTù# |G{JϰV?XF&Rr)QהYSl+1N9L-LV[ssϤ&xV< h許X UnZ7n^x/1&~:H=b=jypj (Q ;WhλZbD,ke^C!4W Ҍ97Sț3B>9-ӋRfCNyRgj,Sj?utx'6[<j&ykuX{zI9+ t"P+Xme;-C ՉnJUEi ֞{Tq/EeuXj;c8ڛZM\5WrWqSIogW=i5lDw_u=_A@Wm6ҢG{9$*&]鹡cV%'jWݦzaRaüChYG[[}h~ \:W_^* ݥ0Pâwuv536t ?Y[X>X3:V@3#I'ԩ(3H]V,ݝ4nLw5vn@, ٹ$*d GCAN/?Ťf)s݁w~=@U78ә\hFtw ID7N<18="r䛠KĢ˦Kʮcz%DX!'a;hy'DMzAfG& oV5+iJBzhdB ULɕ L#w3ɡgᔌ;t/賋[ C{Bfq׳,y>Z%V4;h$q5u B1Lib:YF6󐛟mr$22Z0͂c(kA?pk'4c̃(&/Q$.x~<^!90Tzi~!8\ >15N6.Sxgj:X;^#ϻ@4z,]Pr nuϬ_~Zq&)=pSGu*^.S:Rn|w96d"z 䉥 ppwnA &5p-Q@C_9;=X 05=5^8$DYJhB'm0Ol\d3߈1)6W!XK6T<Ұ481t%cI0ufՉ/GlVN9{ ܁#YG\jI.pU?3]O܄! iӟ&u&,tZӀοp7,Ǯ3%lVTiœTgr{@?R~[x*J%H;Djo^jxƳи3kI+3&]54PL=?:fW/aHa *vfN$q@~ߥ~ G4LLȰQL)#KmEkk}oU3']NE2e6%ʼnRŷePI qXAPnl)^-f:rnAx!GCA3?aPԔu7tWhMXz)˪>[6cl;*EW uI9{DP]ʕԱ݌).LLu"SẲ.3sok@ă^ 5q:gNjdۺ$5_^7Y5X2_C5jFc_ͅXe !F.gY +.Fd@\gu}àS1*#z  ]r#XÆZr?)ݩ~+agTu'Op@3텨WIYΦ*hMK~X0líhf\ҴA7>Qbt1ob (,6n*O_P& %TѬ(R n{ G0PR veZ)܊_|?aeRXzUp 'vSt.[qh4,dh/cm+25i1%} NА_v&Wqowt`5GK92=R^!ֻw3K+P1*d,Bq$'$yƒŨul€zOOzmTVgfv+%zu"N_q(w2JȣNZ8ik޿']/oAd?}H4-tje~E(v|u:bvnjI0AXR4=f6~]Wk1iص}]-F Ml=lΛ_?*= ey=Jvt3ٓxIE!uC ĉ\h#p%_ٍb HɊ;FEnH8soT,b ui4ئ+2^E hrtsٶpi\z;67+#muB0n.}=ZFBs1{A3GC5W߄m0[U?@lMb}.#gu3Smw壦*=ŧ/.@'d.QB~\e\L\WM~=tΠvXxD J^+M`z¬9n]yo #fXA*0MXCGfHďȯT`giAxݠ h:Y(|B'ۄuvNc[nfFآĹ3gI]/FE>ԮR>ޞ*MfV H xK9_-ntcHG RP$f?C6F~i_KL{  e˟n8_ -ε6Eh&94eUH+7.Z$@2P eq{  *&z|[8 >u|qAAAV eۡ#8K_1 " ,yg6F8&s#vO}da)4Z_T> [/[%W'9rͣ!jxV a{˖AUDo|_\Y\}٨>e)650w t͂ 0XJt~kJTd٤ MR_iBp(쩱rZk.Tr嶼ީE;%c=ξOT82l⣣a$Nv1u降jGַf{9SL.TS"X#=2>s7t:ҵ#ӍXs#|}NZXM aL4@<&!VBkT0GK3 $ 1X |ڒ)s0̒>5͚[ Ɂ3ngAc]Չ iE,mo~s6Y[Jx6'O67q{˘JG|.pYalQy8)E. 7Sr-=sظ=hP _Pqc=ʢ3<,ySn =migGA\LXQ6-e oN|l.*ƖHN6}XSVxU(+蓿Q[oAQ,7gǣVGv-w|"s}s6z @퓦dP$ 5.vޤT$k\{29Smnrx=(ev=+UV .hRE+LsZѢ ͙ȵZn=4Q \<^O`_矺 ~&rz=(E謐5>ↀ ǎoH]c۴n6BD (lQtyV?Kޙܽf[y ~2+DQ$1>f4w`K\cu:nSZ[•OXY˔#_6*!n=;prS^ тX7;ZB6xUs1s2@,VY=PAS3rT-F[w8Fwb]wJW^T<1a9 M4"qp+Ktxs;4]sn;ώRSUKV@JDgO`듄3ScÚJJRSiC<_Nn9˜ّ\BLLذH>gmA l09YOI3!x~ToMBIV2s]=a3g(0Le;]bۤ tM(gzרd 2LWʵxr-q:ݤV#%P RX(/y>/JϝХuq3zPjs* Cx:eaLJ.X8;qA *Hv<).35%\^>%P#J? he7{c'݀[\o]g#1^/a8ccG1go'FId^a[|n;z:\cf'!wNk⊉:T:hXRS.I#UakD)d߰ImbwƙeS곞?a 66JY2sVW %V$0t&ko` ga5aoԚojŢ`ԣNVƟqL`q؆ʏNK-C&cpImҮJ_Kw>%/XQPXm+4G5fb J{5ϭI|AT^/W,'72']yTgFdX7@l!CAveCQqANӯm$uVLUhf__#m =Jgw>hˆTؐ~ʝo%.OoT܁Y3lrX=  ⎴'_Tɷd%hnH_ ?&M,G.Ru5=F&2'd!䗘df-Q ~l/iGhmybAsDrrEvap4('3x9䪋,D[/dkcHҬX[zjOggWOA F]I%_wv"3 ߿0:ATh9M SڴL<*H;eFf|1GCyg+ՑҜҕ#Qî8[900pˌchML𙃴u 2n\pFGTpPH=ޮ`Os 7% YhlfURz9]sD,}ݰDiMW('(w7ƚIƷ%P {PG|]"ɂ/r}4QJ2e/l.C.-(gdFPSЁAѮlD! ȣG蘾VpU-2!*Wk,$Yݵ4Ԇ\@PȌ;ӳoە$RR>ċ(SZt(&iP|¥u(_td3}nͦ]6e/KtI&Ov忉MKرlܬڞ7$~21LlEyDg%o YaTݠ/F!D3' SF9s(vEh8- =p1+dpiˏB@B96GzVj.J9ta߷,,s=t,y]Q߉}M*2c9ɯPC~=XXWSn4ϼ" ǬT9hqN (ϹWf233p}ˇ`*z .w>({dHawIJDp+!_m,ں{ )a zaP;W1-Op9s ַɀ9}6ehko/qKo6`6'"L6=e 8<&`gJع{}EQ7g.Me5XMp'9 4uGBaRz}%}հ!bv,ob!J#yW(X<=l ǽz#m VvB<2aiP?z}c۩$: 7v-[]j)qewp NwI#[cy YcCĠ#b8z,)x鍌[qt oF~d [eQ|p?k9iznI@A]Qa?@HZR+,S4N~;4(=F+*@ÅyoЁۖ^|} FrD ӵO6HO8ʁaTL*`y 8L^é%]moh;y4i><0z+u $gA~S ǃ?(˝Jtk̚#b#k_Nxx!Urn [CFklo*$ȩXP>3JcфVS3JuA.Qu0 (+[r<}PPbi]"6`4Ӆu6~ k 4,_d+anG 6eo6ƒhŏzFK7U6=ָef)}eu <+WHq.}W?Xg2\24T[FUĉ& H6kՕ{!K!Y)(K>jSXSd|O +~bwݠƒkYRQؽ  %xA.! vePyYjYwR\f?].9C3L; *k=!_:?$ .^Pf̑WܻAg;Š$8+pUC*Qфӎ佡u2LWy$0xq ݠ@ҺMp]q ,卝*y\JJ/ \ Cl'ЪJdej';$]Q;l\nVܬ_eZ{$ 7sdQ.On]U{"SQ:0dqWMbKgZ6$USh!kW =lRG)Jbd)3L)yE.9ɐ q=% ~2ٙw7mrdΚ$zۼ-7셂C[$54c-5}wDjr>F'oc@;p9{5I3W5)8dyc=`U9Y@ULBcVg}O`)A++5P9(|&ҭ .) ,LJ9'':3sz۶D4o!P er *-촲ņ.@1N#Ep?bI`@vu_|2-'1)Y-o ?e~ RLmU7swyuF:8kLL8ؒٛ괞;cMlzֈN\"Yп]t[1ɯUsH*m[`o'}cbMA~xq$ mrwjGއEVxcu(S3ʏH0|yfhӆUsgO~ G 0@κYccgy,9"ֳ.Elv5*TJe. LFו+1Ka !LRozz9cOڤE|\~Д@vV&oﶏidS:*C?n w<ۇFZG&zDp͑ߑ-6K$pCKd xl+h>V UONqg)BR5E{J7@ͳ:uk@/#ùxu@Ʈ*f%m]kʷpťm73I-q[Q6LN54< Nֵ1cSm[cǶ i$Խ[hP-Xt>x~ǥl>lK01-iT W3)7acO{MɁ_ ;3ek8[yv=w8?53~((i4^˛u28_ִdq)zJSsMY5ȖJ| M0C$;/ z 6ܡjMɫc.&S^X5u'4ߔJ|R"%X 3>2 Yq~81ƽ+737)H ?+_^V*R!()TZ ߋ>EUO>LțB{|:""b礴u͵&RRf@h}y9y4x'9|Avf֙K=;_ŝc̼àO Ls`j@@4/E灆=Ã]Hcn\[X$x.9,`OĭW! S浡X13n$v]8="rď5UhF$%1UdvuPJ={[u)y 69eyF./f RACcv+*7a{Ic .~ aTJ6_6ZGYaw֛㗡(֨mD.W殕.>5UInɦYM@N{ c3qSPBlj@{+;_3=` )FN8Q7 /dL,DP7~c{xnIDlE _a%Yam&/r;us-f}wZ%Z&uSg[?F3èal陳sǂf;4輂 `Sݗ0z[uLs嫏U|Q;,R`'B>B \jF(rO ܞ*`:)]8ϋ)07~}{(ك@2鼄]&ʲB1Y ]=䟈[w},A6aV0ZKʝ2H &6:hV5V{d*ᚥwD G8? u`2vHaE0*MO,ɼ}20gN1!ʕ*4o?*bCl~#%?{xpVAEs۪CDwIZ%c(q qY5B_|kqe&J"yٯ K\.pi-|HK eЦXzOW?@A'^pix }4}ɒ߱ 0 HP-j>ӛ_ ]e@qaK<2c/%Wsh _c&%2Y:&K$EeUL.]eEtɖB}\}5q) th\X݋\58!Nr(٥z6`?W|I<,d0+7'Vɱm^*hatܩ<%[[׹RC+[J|%BQ W|c*> 9XfScsm+*K|`{  IpUP V_R>=;-Ef'*DUɶUM,bJ[FFcF.y|H-cʱ!4q[q_f|CL4HLY Hg؋ B\?Xf@R= CWbu}I@~(*׺u=u H > zFwZXotf\\J=3J5߲"m>J 3W ڎK$=K2YS?I:g#&薴oe&Yb o,4r<lDBE~N NL#+[aıtoĮ]TM]`t#:rFot0\`jPEֳL = IL>/&mdYpW5ߎk׷OX&B8Ĵr`++.,=7 Wl};b;&Ȧ*uA?m'kLۙjml?{(yF-btۍى琵|̞#濞jͲ|1HS򜲨ox^S @!qZp6يA!A4T}gO 3Jê & Sh}75gc4DW昇Шxc7摏af%`v\|,lm$ߧt2 ^а00uqJ('A1PIC ,H+Hșq"˞w`p8_S4b5ӼkRZ0CrBU{M39$p;-#*R-v#swT5W"Wkˀ:5ʣ,|'G>MQ")tqao 3*[x20n0NHh[+P}cttןSR<ӡz`QM@]DKZWq.&v~xĵ:Dߦ}1X %"{XX㰲L+Gs{qEV3y'}UC ȌG7 5ڣӗULw726o7I2hǃXjCEy`$‡ˎǏo&Fwsa D[J}ڌ|('TcQdfMI &Ux[-%OUd:/v+L3_p(ߔS]6l@Wɫs:c SV?G̉>VUe-6u,A\.SScм Fy=`JQs4' 0`>eʽ%k -#@FCK+ӣ&&yKt+wZ/5 \"1a/9K&oB\p2 OhזV :ysTE0Mo0L%uA\i3zH!?_쉜s;=*ޮ3_;MXI*'bo.: SuqY4G~ZKM@d{1M/7U z'>]V>G| R0?в\ mj\y߾(s.EG7Us &[Ρ>G#OlpI/mApvI^y}eooU&p$Y`$Z:._N8(K9 2TZ׺a_S4r58FGVm {9ѮZuV\&~&sj޹``Dc :&pKTuS !3iQl3MЮf8tbTPZg笚a`k<]lFWPV>iG#ƥ$OÇYH<1 7N'ȑCxd$bI+J.Ng<.y&ycD#\/R"8(@4s9#2#FQ=ڛ!NuQR6x?[-i&˄qʋ ][//ܞM!;r95״MI d6 `CHE9ä6YqvDIHE!CI9czR[?,x,>_Lz1l^~_΃1|GZL%tZ(`]IE8ʗhel=Bui/{ R8Ш|!AL=F(G]:d @Ӡ$S6(NBdԚ֍9BSc0>Vl%Eq0b a80JxiE(7˴Ct)}B CV9o>.{/!|DXb _bYA>*%z:n8W۔QWP#J[jULezZ<p%{>6"`"ѹl2F?}Or]\~h ֍MVXL1j歱ژϺu+U} oL!O:Y}oI1#%@/, 2߲_=doc0K~ҳS7s(J柨 Xd6z_)8o!Oj}vwt^/4+.]b^`6%lC\Џ`rrW9ͱ\|gxL0A z78 Ȫo[nvbhҳ]9r&pF zc BtJjr}iO%(lҎ3׺zAYէM ^M/˲ F\#!y3+|[RGyMI9 Y4ۊ[j5eOp_60m .UVɑOwVi)܊=Wv7-~2`USw-OYL˯…, JPG'9W1lCүmG"3ᦍNAL0 /k^ᬧwYOs6ohs̉ѳD ͽlZm7wĪ-dA0(ʦE^8ռ|o)aP!9f4?Yj$U!Ǥq On 5*>Y;kBC>mr"ޤF!U7Wgw1̷yrP}S,kfJLWҶcku%|iH:߻m~ëQ لX Ds5=A?GfHAX-xXXOQkh$A?A}Dfy8ÈP㽜٦6 ҇v"R\pgvYVC] ,K?#Ƨstq+ 1JR/iUc]ֽϪD5'/Q]D\čJ%kR39N\m:ů&9Z10_) Kki#MjYm:;*2 L]}/n E?~<(xjPH WG8T4F 45xv+:]g^1\ _k6'vyZ\@CYԴĥN *z y rc:QQÐ蹾mĢK#kL` S'{sgˮAWY yQ#/ZbhL.wbsQAX+x^/'[ؼB8ke'FkE}9'FpX %k8lOxVIbŚG"ڻD\9]h/Cl&mR1@1N@p` X:SZn0ʶ|DG^m9coɛb-I Ă[eG|5we$cD`ũ%G fy HDÚU=YyzP D̖Իx ܬٲ}+ܢyToW'osԣ0B]sv+٭<.7R">`f1yvN-?n'çkRiwTpB~ z2LM< fXEPKڃ *Nq[҆??&6Wdѵy}&˸=SS9h[ci%+B1p0 DM3pV$o`]Q/)5lD]nq Kq]e$݆'^-\x5BF~5Ϋʠ%Ag[SOqXOV^:Q`쾡-⦺5o瓁YJ>ogarr(a'/"͊z+^f$^a*Q9Up3kM}fJzÐC2N]]Y Y ޅ0cx=wNWό S2 ѹ m3Bw) IX^wI8j!T3{G,RW51C~mKRVp9$ʀOC`Qσ(N^[F$hCJc}~ 'i9fkt+ZA{,"Hֲa Cz`˼Bԅ3rç"g$hhdaBFiePDP]Mb?SCkc#P)e %77qU#f=Z^.5Ĵ,78PUOXџNH״2{QI Ѓ;%o߭P?oFUl7xۺ&Nk>uSrhKo2nǯ\jV< H#*2}Lޏ"( R_VLW[}$4\5nE˼+\pZ┈6TC%mR9f'ɰDUYw׉zaqhaBi`җV)n_\l\[$.\Xb Q)ʂY-KI1$5e!WnU=E`ހpOdȌ'|$ ô')eT{0oS:7+ R`np*]we4!pf b{|{ _Z':jGbjv@!D:s⥽+r[sS\ɲtH^g˱7s9[ {<T[~T}}p"sxN[Hda%_%Wf2!6`zmB_D&xa!sLcl1>#gKvؒ0$ӭd(86ͨK#gNh/]0[u?Q[,]iE*);/ӳW.HaD9O_:?4%?%IhyF"={+ {Ukg %KI cVpe eghDB{X+;ôP[GAcP7[7#Q[[PW<h|NV4%O%T|ԭ-u۟M9xSyo( ǦOz8 Wjy$E*Y—| f (^{yKߧW;Y}Qa^wKlm6_I:sFIgVMDK To fC[Q)bxhW2g͓S(+ȟ'(-It%8>B0N텻]8臩Ne; 3\hh}OZtϾ~HW<Ѻ"ş/hzZA@P$ccն"m.zg4Lz!Xr3B |-z~@_m)v|)F[ _:!PʃJ"'m0j'cfe I O^OBh6 v@݅9eu_|ҩp_XFyT/qBuWYgT?RILW?BV`5,-rCf)Ӟ)v/'˪ѱ͹RZkjt#V1q9=i9#U}UZE'|"]MTl̗p2iT3!-Y?<%Uib~墶3afbSY;rQO݄X5|]Em`ɈSS,PO^ E{Uui P 6Lv*ȆP7sٝ $4"v[l;Y-.?&\U}E =flc}iԁc i;3Z_6%rz&}'b"L9"Z*5ʚ{Հ-HsKSHO-| bSfuj< ܛfz"0KE-UIJ%X |ŠQy}€*#^l ?ӱ*_R~gzE.o$$MVU1uЈ\_iOSw#)dbLH,F[껐L LbKC kT5X6nj += ]1cF E+-7KxӻؑFp*\Im~Ȇg3 ix`fF/)Jei:i&y0d~X1X# ≡Qӕm04zlDzhQwCD KO~[k44erv{G{* U&ٍ[e=J BVLJЋJzwEš^^rK XE]1j}@شg~ $CY~<&n|Ϯ>(Jmc;XR#KC8iG3jϋ;*K'0:h9C3O58`me<*/\\J!ꭖ \%8}}kQu^2'rl^G}z]r&gR{w9DJ~زqc\Oz`L?m2Kd;}HH7X6JHweO%%qj)H߶O3 {3FʫO"+Ű>NmB≠qفd߭ E\v~($p7tb >I%0GxRgx(4ٝ[jRTGn:Үx}F\LVk^]fc| |鍜V/K8J̀4\f#|vٹNfyuKw#&?Ҍr\ٺhBա7?W>أ2 ά#;:7;EEU}EYpĥEsټ U'-Z'N@<#< X;==S,nV[,嬑 6dƧE:H:[hU-.n!_k1z9,`#'N|k1@jTøAw3fQj\-_wP:u +%9FUn'\ jN l_vɄ^Ouu k9~[:hX!adiz?ޣa&kau 㣖2{0F46ڶ&]8CEǧ+Qi:©<Vy9U%p&!,SxfbYvP-v;sZЙ=L+x>OIh5 UgT$Eb@"@BNP}4,-#45i2˹iv4 ."|ǵQJU!$h w>SꕑĖt+y&׿o/QV (W+h, [Ɖlym}P.CS:B"Q^A;PtzDQ  {O6@'O(5ܙUQz#N<5+Vpy>(]GuP2?ى\=͞AHz^H+E-xu BR_"8s¶AtާyQgCr]3*XG;2@Di pzoy'=|>@:&dsAXdOS%0ʋ׎YįB5(v]OSCULd#*IDY kbmk R$)0д?(D`cQ0%`pp! /$v2 ^r\tӚ#Bʓ#jm+jSP_"M=J>_y / v \v s@A%H"%TwM6_\*C|-d˖hmp5896t\=cS~8 tEHdV?~1<= cI;{i;U AyNRLxD&Yʀ$v6ζcn2%ł,8J'Gh ;DTyE35- L%Wӆ1M'?^ZaqJu\|S>miLrZvJE /[Jcx1D Vq +O{-xͨ˩VFs&qpMR;guԉΏ4aQ6Xrc1ojkw_p̲?d1IQ0VdX7x)QiqFB&y }K)FE[QY @^{n02&Rqa& WX%3p g J8WH6QaTqW_7zOC`m+X)Cq *LЌj.vL0~LwTDnhIҶYFsb]!) TTWTJ?(0ta7!sRmfň+WР` Z_ʙ8Lnc'sQq-?".CJ),-A*h$p?n{fA ECد.ȏ6X* j^dȎnmf5;r!(joAWE'ݕo G'QRM3/c#% R\Bo\4 WZy?Ј 5L26ghɀЁ7A M4HLwSu;g؛N݃H,z<{ܡMݑ5EkH!5] { "[m? g!FvQ Bjf*"vh RK+b5Kز>elb֥+1,"rSmr L'kZjh-c?:@@ 9ߧKd ֢Ԁnb)Z[MeAW;K;$gLnk]k'5KKW{#ۏlo5(>)):vZ$C_[Þtt"p痰z~H_ b#۸,兼.tSramd̈dZ:;%5УߓK!sQ:2dSGg,<rbaҠ? H{Loɪ!T.X Yᮜ%H2`[H`:ZQ ozV#O J\BɺSO|& HN'Nbӌll~QV! |y ?)ݩ".1{ =58גg%U칙pk oM3[M^w^^;˥+,L'<~&yڳ^鞈 t4f%d̨]\Has]5|{%!K zD'(%{#sn"YuWRkⓥ2Go3j7W$y/3[SA' ~jGO첺)b#b$oB` #;=EBwޝ$@HWΈuT!Lg!;dX\G24HrоRP,gT&cU a"Ke O@G(i~y_bb}Җr>23rcoߊO]CHwVbRQ5H+k|+fшS)}w}a6u _穱dfnEw^޲8 R[OacvcQ"Rbo/T]^r DX9S'Hg.੆m$YW䜟'H~E5Mdojv,xG/a!2Vh煞GkL-v5k}3wEe ucw?wۏB}Z:*Vk襱HҡbLjm8.G}Wb-[?F4B0N7&1[juhh(p[i,CaJi/Uq.ˊP/H[s bݛ FW4vexM~b.KEͿ}'P]zd 3N[Zp#~#"zJp߁X3!gx^eS>S Ʋ1t5:5UTFh<^L`v҄`5b`9roFCyĒr\M!N^m62cL+8 A Wݩ5oS78d՚k !89*aSܣ`对neRKVUAd™ܲ͞feh/a*$"&c07FF2J@C3kLYMx 'T Y!!(rloT߹fn~EhQ/ Iji/)vzCd@|WP- {\Xk4PRl >֊ !M0nɛˀ.YYgEՑ^$!Flqxc49O76-aXWcm"L '9(8Z ]H%5_N0Q CJ+;Oxx%J֘じqh(K珀ïUV[<ɪju)e+ wFum$@IAz1&}wЎMb&h xRɍ^z2|';=0pM&7^ĞTI/iMWp%yX#t, #imRU!ܣ?qeN¼iEN%i۪ڹ|%IFDhWٰ3bBBZPx~pjSxYY\g phCdg 5.`4WyrgNQ[-LQŜBg7Kc