libmgl-wx7_5_0-2.4.3-lp152.1.44 >  A ^n\/=„ԊfN r-!aA߇ISq*JeDv*( QG|~A mia#ʵeR6FnWE_$01vTaY!a ;nU)DN߈3}vw͝0mX QAwG|r gOT1`P.(݅Q~lߐF,%,]U$e,"xj٨bm`00-\?4e178b139b8642c8216fd94dbb01991e48f094634d6c60f3c7d7afdab2a594cf02e5a67163efd4acd8be6636c78fd406768b54dbc$^n\/=„Bk=!8 AlOYp lT)hW%d`l1(CWar7tty %B#G&g#z[۶k׳]`"[?2[ctH>Qª)C6n˺6Z&KQ$U ڐ=n7z0yN (wt=d4·< $omؼ&cm%dG)_%fŧ%D osDX|=md>p@;,?;d " ; (5 O`~      TY(89:S>8@8,F8;G8PH8TI8XX8\Y8h\8]8^8b8c9Xd9e9f9l9u9v9w:hx:ly:pz::::;Clibmgl-wx7_5_02.4.3lp152.1.44MathGL wxWidgets libraryMathGL is a library for making scientific graphics. It provides data plotting and handling of large data arrays, as well as window and console modes and for embedding into other programs.^lcloud131lXopenSUSE Leap 15.2openSUSEGPL-3.0-onlyhttps://bugs.opensuse.orgSystem/Librarieshttp://mathgl.sourceforge.netlinuxx86_64lX^l319eb2bce693d1ab3d90222ea1e7110f88c6daec8dd19aa8aaa3bd53322486d5rootrootmathgl-2.4.3-lp152.1.44.src.rpmlibmgl-wx.so.7.5.0()(64bit)libmgl-wx7_5_0libmgl-wx7_5_0(x86-64)@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libmgl.so.7.5.0()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libwx_baseu-suse.so.3()(64bit)libwx_baseu-suse.so.3(WXU_3.0)(64bit)libwx_gtk2u_core-suse.so.3()(64bit)libwx_gtk2u_core-suse.so.3(WXU_3.0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]@]w@\Z@Z@ZZ+@YY@YbY3X@WV͛@VKV ŬUv@UrUjUTT-@TfTTd@Atri Bhattacharya Christophe 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/ldconfigcloud131 15917006872.4.3-lp152.1.442.4.3-lp152.1.44libmgl-wx.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]=8acad322e6f7e7d1f55386e0c8dfaa74862115d0, strippedPRR RRRRR R RRRR RRRR RR &sNqTkьutf-87c4c40955163b9e6736918046c90d39504e8831a445a623cf6465cd403cb9aaf?7zXZ !t/mcX] crv9vW&\^f#J=lT㤟ɸm޻:Ö&5&dm7 9Z5#ёST—'G3.$8>/~rp9#`:Ȓ\5&uHRJТӍ:tSҘƟΗ>Y/p\rŚ'Ğxï\2dREV$B{U{Ah>(EchUyO)ڙCͭ)xϻKy z1%j:s~1뺝Uȁ+Lv ׌tnëZޅS=,@lG,iS=cᴡ/=i MP7Ț>9멛E,i;d vNV!BUn0+/gJC=G/.<jI7 +nˡkl ߀#BT Jſ-A'5cH62u ҐS @ff TGW|~OuNv4%HM5,(Qx^dck @' N R4ULx83N;U_>4alV˔a'Z碄߅cB?_d Hj4ZQهUfE׾R&Rmy Y2Z%*O./jIf]i`H_ W<x;Q=:Aw5#Xm]P^6^4if1 Ky1]3UuC4"}C֐^qk%GI0Ȧ N 6:ג&%BƯq{?~Ҷѵ*fZK;׈Y5OaWSBl~<ymX-Iy ؜L5QcT|E@؞`dňyU=)-{[sE'M+I)'[xxïWɄG 5BTNp7mfL"]%"Y^C;u/tq| 4aap.mJR43fہz zғ@N-/_F:2[ZSO GbEܻY%mwN߳=' ?C%Q"Ɗ%MLxiM/ TMk6 ^?MAQ#d~9/goGoUTeȆYaUXghSHU]A$v62lYz\>rś*L%R)?wmkB^Q #՘ ˂Rxa6mJHfꃭ \D7:h Kd.&Mv7_]2FJ*\?$2O3Lm`ﯚJ gSe@mknO` ]Y7CcFs/򧻛pXBz4Ec#t+&ŧUi)$ ŗCGwKsj)rޘ66*++r5mZFIӥox,P+(Oc}[d ^vZD+{+䆵xC$$Ƞz8ZnSCd_gԠ`.BX"e~ߘA91hm>}\_8fd(N\֮b`?qBh^;lFz?饼J'j\i1UcуʣddW:U7n/BPG2f9iA9xB k\.n ~U+(g:k~6r;~g'ӣ,Y=K>tPKO:uk !bno[|%1]Sc ~3d 2‘Nt~jPmKG3W}7p'\]2wyZ=<\- T6ߥY_UTƯlRS[_y9m=6(L$^nWF.K`s9*ԔFdZS2&f5.whUzam\R,X~"rTL>5f -fSu$xc, B^&EG-e u97F(6V+a|*7z”YV苶n .$\xl4w ^wMu,O 2v*;>R9kbiL&>l qC0GK9b_e'qj-2F(6`Vĸ&uܞьP'I\ Kt.жʹaQ7U# w L)\mN.viٞ|W]W4mk4fbx|8jg&0eޟOdéo%Fxq >J;nKSjCm@7X{Ƽ={'TD(+EXnKbз}`ұ5EzV艫|_Դą7UxNi ]M*%WMq,Pϒ~(2U4WYn.~˾A tSa&Vp#'[.Kgs ̴A0niAAףJ%F|Bavxh#^G>EEѝVג&HGb ^p|*Կkno'3db;GNj"vҶGR ÓAQϋKX[lEDe**Xlm894pl%0f7.<۾stf6FP)I&|Y/e ;<3+ 0Օƚ6iKӭzڳawIaJC5,C㻬T"-o% VOfr& |cZ&M͊DvZ0cH zP x|o ؿ,\oi5cf\n3(7<|@~Z8O 󓔍=lyMB,يʾ+x]4o]^ÖҐfLw -7JBJZ `ЯG <ڧ%I6~, ~wYDU mpRLt@$0A*E4sgϢlE1L'9p$G ' ; g?QbTѲ1FM&{Ta8e?`H MK A%i OBc,i&GMpX6uk9d>a.x_妨7f+;#\;NNX۵c_BqY6\YVF:ELr1Pd`]JGj޷WR[*V}V]ueL"~(e0l ;Ec.* WL|]"jbG5!=&;2یI>싀!e lV0; bۙ,a +.΢h>Rf TvrQā?H uq%qK;S 3a֏ƴHn_ܹәm2Tڰ7AejÒ1h<ͮ0ҙ!GBL[ƏrSϴ(|&⏆c WN]/<vݩV62 cEH3# ބ*>LL 2M 3D u!#ш3IY aW3pX􈵰N mBNmb\i;ka+Ug| ԁ;t Pb5OAX;̯Ъz{%s^TjBt%I>Geh{4Ħjj;zx73a!g"Z+9hM6\s!+W,g,۵X24M#s (~ | `?VcjjA,wHE -z!3UL1МAH9F"6QF '޻z暔P^,{X0QE}h_#8.n{w]zW 8+.sN긏+a-Q9fe@)43BUr4MQHHot!5趸Pm7S'Ŕg+gZ? kiu҉ˆ pfBLeOgVvyYy$&{. Bgٻ"r/͸b|h>\AfpOHbyqoTݟEfm|ezƤqw-kxwf hFsE d o6R%C٩wqBcҥUX͒[+o,|uF]{l~@ṼBz6n.Fn5A||F cő(@[믜CXKNGWؽ^abV3h=W:=wVjJMw?ͭ6@T z̶ƍ.zӄnbqI@ 7|Փ+IFD@qn­i7q;l)"-C#K>"Ϩ0${oѣQEwTٲY[Q}$jҺh?{2ۋ!&G7n}_z z?Ky'"4cÑXKsAM2naf1CGGғQJy)H!>-HaIY9=mvoم*.ڝST<—V9r rqJB:Vc++ZoP&ъDСO@N:C ̣Z *ܝc +Y!pMs&Ջb n-)c-+˽l緩6e-Gq"bQ+Y|V0[vꂽ3v"DDY PWW:El (ˀM[Z|* 3+ w+\Lʲ_K{S6k@mgmHzшn"E"XTç;>uenHC1[;x,HA't9{ʀWqY$Xݺr c2yK|ՅU; HZ \DK/Vu$q]gTUAvj5~r'{?싣G Ƒ_e0ew2rK_])Tz."D~، qi)x,(3 }X3kV~uɰO0w^1Xjr$Q*vfz 'tF|uMcùUU|+ő^>ِ11դ\T``%DwA'3Bg ݋'uTgdfy H* , QjyOm6$Usc {kծ'J1{'yQ3Rܼ[ (s`>8DYo0F?-ک`ߝ>"'az]6ی9^B(օ&/_H-f$n4?I@΅_Ȏˇ7:b575vewdIu??cPw㗅Z[bus)#qD\@_""hӂs'2&>rO ׯǦ:"zzcR;xn 7qՎ Q\8P/r; ~F`n|[ @$d6yW9\!n)eA R4 W.l!d:|.@hg{i>!hJZ[<i:o{tڏBxˡh PݽEjt^_9:gYt#wV110;+t_S` A~ W^;L+>B!yL\ 5-)2qfx@+立4BRs[drSLOE,H2\C@K شWf9z֐N 6_MVҵ^XyNӃ mb8X&M^\HUVw*1r2X]]g %+k2)uzk!C$Mݞ<|\3<ǭOU}<+&Zm55;t`sM!;m˱WwuuTԿ"̚T g~=$1 Wks*3BDj[Yg,g-xb ,RSAsp ~)S ͻnG@s%")R ٝQKh 5aJz=Hx& #L;RM`b.V"_KW:MHG#%i`-#/MmW!Sdu'>\{mǂQI_F8;<%ͬ h('*4Å$ZQnYVUss!"[I5+~%P>\dO'Vw`^YaF.-47==WDM fNR M~nT' +kޗx~;fA,יKo4EWR{ҕ/f_;KD +搴)*WiK*;pn8#'G+!IZcN~ ~&jS|zǖfs qk>?r-zxghk1DNEP+ُ*I=}_~<>GL@lkahj mQF22wr.IX:Kg6iyq+0P ъ! o^b5}XQ ;Awጦn5;JMtm&箁sA>mX 8'9>CX,d[>SRLͫ`#1f{E>j*A8W#.z/6@ .[tHxCݾ ,D`c%aKpTO)yBbp::Q־[b>ݻ2K+EE"ghU^U;?8=Af8Gbu@oMn}u1rʠruy'dz9z,ǹ [{ϡ0 }7-+F2ne9#é8BD27!Kdbn3x]~h{t8V8qza_{{jeO2H}gd=/ຠb0 N 8e%cK,\2osQK4`˰VE?>@tOz\2-ʩ&YE{/-:aH$V˞JdVj/b/ y*|yM۰4&6o[tr҅gnDS1nR~$^pd(VKR3\us,G#ˤڇDփNW>4?)Ÿ0Dl(BG/O`,ﮂ]+_ ~`7[cY)Α.'0^3XBB8ber~ Z4%::AcX4]$'_lXvUkuo׺zǯ&dI 59d{dybu揲?4;M^]*&{]p}t^-9_ЧCҢ`1s@Q,「L'1IwMö]@k`љ nVL6Mwά 3>nj'~f|ue/sc1|Gpe-'kث>]C<T aX/^p(@D+Ce PX|')D.V69׋Z^ل!",3ךhY1totU VdS+ 0:~M6%B 7޽U^ݟE4[uo1xQ*eەhٚ#eЊÐq9!IIbT8s9IcEL"ɤ:/Mn9#BlȦs >ņvQ34Yj,^QBz]xuNdЧ?;2w JbPZ$q P'a `Ev2i%sf Ѻ"@ΠQy|^b wVLFR.\ۍ"*ޢ(3i%T$HtGL@&sLהk+al_UX[NZKҢ1!eOsޏvꯪ>ZA/" |l兡3,d<%NNg3\t -.z},XFgt[[H*GQY%H\oW_\+"47CYU7gI~U$8Y;w<y^Jާ᱈27݈1}I 5@ n;=IsA2g"|Yfm[k'jԨ" z1g&-J,|ϬmStɗ0mqs$n\IǺxL1@\ vNj_2,9&S*9VoUG B$yҴ·|c2ǏW%=E^Bm.U Vf+'cȸ­ɐ=ّvk0YaH!J>xdZe %,pcw`)a{<}u/}iL{ evts,u^ͤ*¾Y0^|ԆB1 #Q?"rbO1qsgIu6[/ǘ2H2%V1&/Ң$b,{~Sc=Q\ Lf%2S9,ؒ劃i4l,&- , l:䄒gBSy;_5d>M"A/w|ޅG];dC~COw[a)o)q˅V[Ĥr=/`ia<FAT(N+(_(ž`f7-q5M@Wi'&Ae:(Ɨ^u eGQJ`sSy;._1+3Ϊg,`t Rފx({T ?fp?;W[_ \?fg,z&9rX95,22t)Tf8BDDt2UM:20+Y涔uލәd*8;^`jawߘ(sp2*pQgmG@rEzVõܿ X;0dD]җЩ3;r[%YM lBAgYhTY;!<| NZO:6vw@aqA<ψKew?`G;iqwg.bbnl=M =%v"b(9\O! P/%< PT%-JVzTVoc<KΝZyiYSJ(yFki˙دYL@t4 R%K< L(IᧁcbZ_"CKEm5'`@2^L4X=>VQEk`£k[Čc.@ 72X%Qܥ%q.UG&@ﮉƠV%H(a~oVv9ڕm3ҬNΩ+,nD}7?(l0u *ki%`b)q+G)2YX]גMQøeeA2u^ 8Y ڬT)~1 |CF/P5euUmq. B(_9ɅY|!Q KyTz7I-LY4 ,!Wc (Z(g)>Ӧ ܲLpNNOXӨdhMT1F; Ri@WjD]wUcNK'WT|Pjv'(XMznjڙQ,#[ xq2/㳀vܟ0&ŇS?FZXRD5>R## Q# mAO^~4d/&!غ5P8"Jv-[G4'sŸ|n8)[XG}1a@i[ M 1U 3Gޤ0g1m $a-,ÙdJ!E|3xWSqpvcejVG4E."9ƘU{1[C)o In)a@|Ҋ& fYofRnhS*߱)[rIaY= PKkق_dE34_h##l#J;Qv·&;x@g[.`?w1`4sVmƧ|Q5hh0g|SwAƄ" >( s7`Jtx'BKتܚ4A ۥG >XzN4ӥk 2}+|zq5ԫe6:>7g곗w JF86CڄN$) pFE-ؼGKxΦbuE 8ƹtܼX(&zʍcER7H49]vcCk.$xlzMV[7h:v"@) p/nHTS$0S pFTf .2+%2iaU S5P<jhѐ^'"uu*i;nL`i `kV,ߗJ v̟?" qW+^7U@n ;0Qfȗ} ѿ!Ït]EJwYބeVQ =T|su=vzx>/KRgcr,Kd0oZH00̖cK@ս6\6!e"ƈm@@KbH&KX1?"N$"G%vgU}/+z\@Q0Br34eK c{#uk#nQ= p ֟0L 'I %sb.j e' n``ʗSNP<ۭT@J+ 42Ym<,߲*6ˇɌe}V;/ZkDcdm(L+74*y HۗGjV(A$fV eW5ZVL]Mq[O JH8¾t4zH 4>[mÊd])\ (5UK(f ԇL$|(|$d4|*0}&a焓{g1O^ɩMJG1x.F„R ȊuoS: MyNATr~–`fncHlfR.\3@+ q`g3uoУQ$5 nB!yO@~>{dl[({bu%ؗ3n$ib)U,#xyUujC񑯀&eǏdR`Na'C] `#X%KiE' "\,H9k㲓gd|{ňW^{ۜ X tۀ\SYxe BwsgtۿjOD^Bߋ ?o~5U<~_;)Ɍ܋n;h=KB鹿j\$jrbrϦ$m,L^e8(HTXVf#Qm~:ł;P 0PVҬGu0G7FfCn\%Mz&潜'la\_1QYnvx6d)Qy 1mwHJn '__-fP1ˆV ո51`i۸)A`/y9DbG*+B+3dsY*KA]!lj +g{FAp^G8#iB;.+,54hŧdZ07wvĿk(ӵlx; v.m:zdQv`\a`'abSm=$:":Un"vCpJøg/ms-f{Q+6H[u(O %@N*ƿq2ELy$t2tM1?w:J)Qj"w{v1Bt(It[pQO ~K|B!NWHŎDCeJ7Qydtzj,E=?&4lŠjr)7f^ <}FɊ5Wvi wMMa甹|NUa#%SL& F]{jW?dKѩ =@s|%.[Zl1wꏨwVܵj;k`mt1L+ūwPz稫[)ih{1+5 Q7z0HXY:o]ak_8c^Wf [UI $͕t3Ory-3n5[%` mYH3~'"e#"^X+Fp]3yakLx C.AMfnvGkY h(cuԊ NC,Mi([t_'' >hPtH1I U0sV_Y&#[+:/ rT8Mf[ҪoDwvmr?5?r<7ĥg¹KGnUfj@Vu1+a -E/.w)fDhA Lt;A4颲Nk 8.fn}-j;Q1neCP׺eް<3fU̔/8]^02Pb;YЕ" CV}:' B{B<:+geNQł8S \hy' U$iI*xz8V jX(/i2 Sh4Ϸb>8?Ůax{Ԣ.Fjpji+Ŷs[ 9we G˹i,X`iRM3Se&_x"όv9BЀb ގdG\WT 910#eCk̲{=K=gR l:k32)~L^= [|z9Rޤ.=Ox#^mlRO5Igr%pT~Q3@} zX4gz!DidQ:5dΣx;4pnL]zK\:+OGKj ЯA_R5ql<5Br l<x^xYNzlpU '9%0SOTd66 96ʜ]&DZHRPדm>aBjoMj6 b=W C(;Mrʤ:?XBG3츾Y\>+y-.RL M(>Oiy3]/(pSb<& f~h7 ֺ8e9 3Ɯ?lǫ.3PDQL`n^)g&Mx|޶I 7u0" .eҧ%%Hi<2h(k[DZ8`ĭ/ߛFzX=j !Q-dJ_3*7E*PJs9o⇌&/%1mYߑEdAjX`9@ ;3ZvmwG!R^3ƇhiQԦ@=d4h䤐 bqCYL%ޘU ,׏(;`(Q޳]E(w,҆ ]^)biDMn ٷ&c ?+40o $~J'眗r _m63z4BO,]t"~gUu-z pd^dŶQ1LDH( ͂*f d*.?$hJ 2>$;{1{_A@:BDMtyGZNiL:ۅZѻUyFp {3*u%kc;ܖ~uztum+Pol}$Nd te jr=n}*K63|/@u5ɚuT$!8C7d@1H>P)T]@ `? 8T2R]S&^Fv\H+{c4_ }GtK>[&& %Puiɘ&ReNcfAͪ4y\ ғ֩8"+$:3Tu+>}XԧMo2deTnobGw%ɘ19nJYN0{mi'$XaB \q' AwS9І$B)*Cl:#tt ȥt/L*I caf-ꪱլAQ6{o8e4 ?%,y6C£Kw_H˶\{OupqR+.;o$@hXUKy7䦨 $:wI<8\? \.dnB]d8]1sx&EQQ?[0FHRB5R?ĈGүO/Y8}'kx lF{37@>!R q9%Z -'Li>i}#q慬aNi$aR_U6d; DoNp0$@)y9[2`i 󈀳N1vJ .YEZصy ˝rx^! PVbV)a2U"%e#k={\B Ǽm\*HG0V[$-#DM =CM:>p XI\㝆ED;G%hjıoay YZ