libwtdbomysql45-4.0.2-lp151.2.4 >  A \3\/=„i՛WmZmV}u`g'[\"CffĩɜXWŅGvר0;~?|f^[&<ɭS9|+4pl7xO5Oc} BEEi:hWuY5OfK8ĬDa6_ʺŭF=Äv7p;,,mI:2Kc01tuw-t-IC;x_E`Fm$Se>;[=9笮}b4a6b5c6c85b977bccb087ee9d9121f8748de7fb3a8bdae6c97efd1b4e98687e74b5973717d85f3e4ee1d7e5ae7c64aa4a147af4\3\/=„XzIK3?^\38>_|E#B-GAK8ܹ0p .Q<0F#r7;}sFjӬ]bSѐn4"Jp[=97}Zqš_k UYDޡϚL2 yt` FX6R՞GwW~iIJ֊|_%#a5.8Kzt3.k0?֯X>p@@?@d " M %,4 8 < D  4F(v89:>=P@=_F=nG=H=I=X=Y=\=]=^>b>c>d?e?f?l?u?0v?8w?x?y?z@$@4@8@>@Clibwtdbomysql454.0.2lp151.2.4MySQL back-end for the Wt::Dbo ORM libraryThis package contains the MySQL back-end for the Wt::Dbo ORM library.\2sheep82openSUSE Leap 15.1openSUSEGPL-2.0https://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.webtoolkit.eu/wt/linuxx86_64\2\27ca591eee292ea2d311a5801b08d000719503393f8c06c0c1c5936d683ccea26libwtdbomysql.so.4.0.2rootrootrootrootwt-4.0.2-lp151.2.4.src.rpmlibwtdbomysql.so.45()(64bit)libwtdbomysql45libwtdbomysql45(x86-64)wt-dbo-mysql@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-x86-64.so.2()(64bit)ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)libc.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)libmariadb.so.3()(64bit)libmariadb.so.3(libmysqlclient_18)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.1)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libwtdbo.so.45()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ZS]@Z@XW V'~@U'@TLSKS=M@O6X@O#@Ni@N7@MJ@MbSMQ0@M,F@LL@L@KKf@K^@eich@suse.comdimstar@opensuse.orgadam.majer@suse.dedap.darkness@gmail.comschwab@suse.dep.drouand@gmail.comtchvatal@suse.comdap.darkness@gmail.comdap.darkness@gmail.compoletti.marco@gmail.comjengelh@medozas.depoletti.marco@gmail.compoletti.marco@gmail.compoletti.marco@gmail.commax@novell.compoletti.marco@gmail.compoletti.marco@gmail.comcoolo@novell.compoletti.marco@gmail.compoletti.marco@gmail.compoletti.marco@gmail.compoletti.marco@gmail.compoletti.marco@gmail.com- Updated to 4.0.2 * Release 4.0.2 (November 24, 2017) This is a patch release that fixes a few problems with the build of * Wt 4.0.1, and fixes a bug in Wt::Auth. Release 4.0.1 (November 21, 2017) This is a smaller release with mostly bugfixes, and some new features: * Added WContainerWidget::addNew() and similar methods Because writing code like this: auto text = root()->addWidget(std::make_unique("Hello!")); is a bit verbose, a shorthand was added that creates the widget and adds it to the container in one go: auto text = root()->addNew("Hello!"); addNew forwards its arguments to the constructor, just like std::make_unique. Along those lines, we added WContainerWidget::insertNew() and WTemplate::bindNew(). Added the configuration option Previously, the maximum size of form data sent by Wt in a single POST request was capped to 5 MiB. In applications with a large amount of forms with a lot of data, that may not be enough, so can be used to adjust this independently. Note that the maximum request size (and by consequence, the form data size) is still capped by . * Release 4.0.0 (September 19, 2017) This release has all of the added features of Wt 3.3.8, but comes with many notable changes. In general, Wt 4 employs the more modern C++ style of C++11 and beyond. Support for compilers without sufficient C++11 support is dropped competely. Wt 4 aligns more with the C++ Core Guidelines in a pragmatic way, while keeping the API familiar. Changes in Wt's memory model Header files now end in .h Replacements for Boost Removal of deprecated functionality * Release 3.3.8 (August 16, 2017) OpenID Connect support Wt::Dbo: added sql_value_traits for Wt::Json::Object and Wt::Json::Array. Added configuration option for CORS Other small improvements: * Release 3.3.7 (March 31, 2017) This release fixes many bugs, but also introduces some new features: - WFileDropWidget - Scroll visibility - Touch events - Combined session tracking mode - Wraparound for WSpinBox and WTimeEdit - Some minor extra features * Release 3.3.6 (July 13, 2016) This release has a focus on bug fixes and some new features: - Support for WebSocket compression in wthttp - Time entry improvements - Skia version updated - Wt::Dbo For a full list of changes please refer to: https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html - boost_1_63_fix.patch: removed (obsoleted by update) - Several-changes.patch Asio-Fixed-for-older-versions-of-Boost.patch: Fix issues with boost 1.66 (boo#1074999). - Adding-missing-libraries-issue-6198.patch Fix build. - Reduce libboost-*-devel dependencies to the ones suggested by upstream - see: https://redmine.emweb.be/issues/6198 - added libboost-atomic-devel.- Replace openssl-devel (Build)Requires with pkgconfig(openssl): allow OBS to pick openssl 1.0 if needed.- use individual libboost-*-devel packages instead of boost-devel - boost_1_63_fix.patch: Compilation fix for Boost 1.63 (boo#1023886)- Update to 3.3.5: * WCartesianChart has several new features. * WAxisSliderWidget lets you easily focus on a particular range. * WPainter, WJavascriptHandle, WCanvasPaintDevice functionality was implemented by making client-side interaction possible. * WAnchor target (such as this window, or new window) moved to WLink. * A new TargetDownload target was added for links. * The included SQLite version was updated. * Support for seconds editing in WTimePicker. * Before it was only possible to set the partial state of the WCheckbox when creating the Widget. * The WApplication::setConnectionMonitor() method will let the user register a Javascript object that will be notified. * Support for custom HTML tags for a widgets. * Wt::Dbo: allow to forward declare related classes. - Removed base64.patch as particularly merged into upstream. - Removed doc subpackage: no content any more.- base64.patch: Fix invalid narrowing conversion- Update to version 3.3.4 * Support for dedicated session processes with wthttp connector. * WIdentityProxyModel : This new proxy model simply forwards the structure of the source model, without any transformation, and can be used for implementing proxy models that reimplement data(), but retain all other characteristics of the source model. * Chart::WAbstractChart::setAutoLayoutEnabled() : Until now, you were responsible for configuring the padding around the chart area to accomodate for axis labels, titles, and legend. While this is still the default behaviour, we added an option to let the chart derive the required padding (using approximate font-metrics available server-side). * Chart::WCartesianChart::setAxis() : Whereas previously a chart axis was a "value class", it is now a proper polyymorphic class, and you can provide your own implementation. In this way you can customize things like for example label strings. * setPointSprite(): ability to define sprites for drawing a data series * pickSurface(): find out which points on a surface are under a given pixel * pickBar(): find out which points on a bar on are under a given pixel. * setIsoLevels(): draw iso lines (on the ground plane of the chart) corresponding to selected z values. * setClippingLinesEnabled(): ability to clip and optionally draw clipping planes * setIntersectionsEnabled(): ability to draw surface-surface intersection lines. - Remove wt-boost-1.56.0.patch; merged on upstream relese- Add various missing dependencies and switches to ensure we build against system libraries - add -dbo-* subpackages for db connectors, thus our core does not pull in all various database providers - Cleanup with spec cleaner - Remove support for < 12.3 as it failed to build there anyway - Use %cmake macro instead of directly calling %cmake - Version bump to 3.3.3: * various bugfixes * improved meta header support - Add patch to build on Factory with boost 5.16.0: * wt-boost-1.56.0.patch- Added _constraints file to prevent out of memory issue.- Update to 3.3.2: * WRasterImage: now also support skia as backend. * Namespace Wt::Signals was created. * Checkboxes are rendered when CheckStateRole is present. * Client SSL certificates can be queried from WResources. * Fixed regression in resource continations. * Added binary WebGL VBO buffers. * Layouts: various bug fixes and improvements. * Render: added support for repeating table headers. * Render: added support for explicit page breaks and % widths. * Fix popup widgets confusing preferred size calculations. * New API for payment with an implementation for PayPal. * layouts: fix various issues. * WTextEdit: fix behaviour inside a WPanel. * Render: code reorganizations for java port. * QueryModel: added stableResultRow() method. * Dbo/Exception: add support for SQLSTATE code information. * Mail/Client: log configuration that will be used on first use. * WAnchor: use tag even if no link has been provided. * WDoubleSpinBox: fix formatting. * WSlider: add more hooks for custom styles. - Added SourceUrl. - doxygen, firebird-devel, libharu-devel and pango-devel became required to build because of cmake warnings. - Rpm_opt_flags became set via cmake option. - DWT_CMAKE_FINDER_INSTALL_DIR cmake option became broken and was replaced by manual file moving. - DBUILD_EXAMPLES cmake option was enabled because of FIXME comment at spec-file. - DENABLE_EXT cmake option was enabled to satisfy leechcraft requirements. - Don't package INSTALL file. - RPM_BUILD_ROOT macro was replaced by buildroot. - Let make be verbose: V=1.- Update to 3.2.0: * Backward incompatibile changes: WValidator::validate() now returns a WValidator::Result instead of a WValidator::State; major changes to WTestEnvironment. * New namespaces: Wt::Json, Wt::Mail, Wt::Auth. * New classes: WException, WIOService, WStringStream, Http::Client, Http::Message, Dbo::Firebird. * Add a Closeable property for dialogs. * Many log-related changes. * DOS mitigation measures. * Other changes (including deprecated API!) and bug fixes.- Remove redundant tags/sections per specfile guideline suggestions - Parallel building using %_smp_mflags- Update to 3.1.11: * New classes: WLink, WMediaPlayer. * WDialog(s) can now optionally be resizeable. * Backward-incompatible change: the item data roles UrlRole and InternalPathRole have been removed, and replaced by a LinkRole. * Many ref(), resource(), imageRef(), url(), internalPath() methods have been deprecated in favor of a new link() method. The same has happened to the respective set*() methods. * WHTMLMedia, WHTMLVideo and WHTMLAudio have been renamed to WAbstractMedia, WVideo and WAudio. The old names are still available, but are now deprecated. * Other minor improvements (notably to WResource, Http::ResponseContinuation, WPopupMenu). * Many bug fixes.- Update to 3.1.10: * Backward-incompatibile change: The signature of the virtual method WWidget::setHidden() has changed. This will break existing code which specializes the WWidget::setHidden() method. This code should be updated to pass the WAnimation object. * New classes: WAnimation (for using CSS3 animations, when supported by the browser) and WStreamResource. * Now multiple WServer instances can be launched, but only when using the built-in httpd. * WTemplate and WText have now a setInternalPathEncoding() method. * WApplication has now a findWidget() method that searches among all widgets, even those outside WApplication::root(). * WApplication has now a changeSessionId() method, that generates a new session ID (useful to prevent session fixation attacks). * WWidget has now an additional argument to the setToolTip() method, that allows to use XHTML tooltips (
blocks). * Other fixes and improvements.- Disable the generation of tests, because a boost bug prevents successful compilation of tests. - Update to 3.1.9: * Refactoring of WSpinBox and WSlider widgets * Support the HTML5 History API * Font rendering improvements in WPdfImage, WRasterImage (C++) * Plural nouns in localization of strings (C++) * Thread-safe and lock-free user event delivery to sessions (C++)- The build requirement on postgresql-libs isn't needed anymore.- Update to 3.1.8: * New classes: WFontMetrics, Render::WTextRenderer and Render::WPdfRenderer. * Dbo: add support for foreign key constraints (NotNull, OnDeleteCascade, etc.). * Dbo: add SQL mappings for the C++ bool and long types. * wt.css was modified, so custom styles may need changes, too. * Wt::WBrushstyle has been renamed to Wt::BrushStyle.- Update to 3.1.7a: * fixed a regression in layout managers - Update to 3.1.7: * WAbstractItemView: added support for column hiding * WebSession: add Web Sockets support. * Some bug fixes. - Update to 3.1.6: * WFileUpload: allow multi-file uploads. * WFileUpload, WResource: support upload progress tracking (currently only with wthttpd). * WInteractWidget, WMouseEvent: add mouseWheel() event * Support IE9, enabling HTML5 features. * Wt::Dbo: handle more complex queries. * WPaintDevice: remove paintFlags() method; PaintUpdate is a property of the painted widget, and no longer something which has to do with WPainter. The library is reverted to the old behaviour of supporting multiple WPainters on a single paint device. * Many other improvements, too many to be listed here. * Some bug fixes.- Update to 3.1.5 * This release contains mostly bug fixes. - Update to 3.1.4 * This release contains several new features, but also a few changes that break backwards compatibility (but are unlikely to affect an average application). See http://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html- Build the Postgres libraries, too. - Build the builtin httpd (wthttpd), too.- Update to 3.1.3 * WTableView has been reimplemented to provide both horizontal and vertical scrolling for arbitrary large models. * Inline editing was implemented for WTableView and WTreeView. * WSuggestionPopup now supports server-side filtering. * Improved plain-HTML fall-back and progressive enhancement. * Many improvements in the ORM library. * Changes that may break existing applications (but are unlikely to affect an average application) have been made in Dbo::sql_result_traits and WTableView.- Update to 3.1.2 * New classes: WShadow and Dbo/backend/Postgres * New features in: WBoxLayout, WGridLayout, WCalendar, WDateTime, WFormWidget WPainter, WResource, WString, WWidget, Http::Request, Http::Response, Dbo::Session, Dbo::field(), Dbo::SqlConnection, Dbo::SqlStatement, Dbo::sql_value_traits * Performance improvements in serializing the widgets to HTML and/or JavaScript * Added options --max-request-size and --max-memory-request-size to the built-in httpd- Update to 3.1.1 * mxml: replace mxml with an (adapted) rapidxml browser. * WCanvasPaintDevice: Use HTML5 native canvas text when available * Improved themes * Chart/WAxis: added setLabelFont(), labelFont() methods * WContainerWidget: support resetting a layout manager * Bug fixes- Update to 3.1.0 - Update patch file - Build most examples - Run fdupes on /usr/share/wt too - Silence command echoing while building/sbin/ldconfig/sbin/ldconfigsheep82 15528230324.0.2-lp151.2.44.0.2-lp151.2.44.0.2libwtdbomysql.so.4.0.2libwtdbomysql.so.45/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.1/standard/c052c0a6fae968e53ae131eeb1f76048-wtcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=dc36f93eb558a5f9b90b9731e9dd195424f5d0ba, strippedPR RR RRRRRRR RRRR R RRR=q#ya'.I?utf-8b3c67729bfe2ff519d8014e86caa795af69b26181ae36bbd77388985eb811c22?7zXZ !t/WI] crv9u@ ^PgViP;ZA< qք8zW[zln|Z ٪w}D8}9Tv^8ZMqK̝ppڮŧjFO!f0H#V7Y*Ad쫩C!Qm w G堣uﱾ~㟘l 6єTS<SY=nv-S[q϶g=~eKӎ:ctdL*l3mJF^Zk3xq!rSyY\7,H/?ԄE>rc iixFW!sͫ(9=^+L=`Al[4?-J) sɋO(& jnkRnn"-PWdxWpfF{@~@X^tuNp@: νztamHv9 N GB- 5 I)dc,ÍO2ALl2@fM\ߪ-H9L;q!ƿWc_ G!́B~=&ܦr[bt]'M Uzߢ|Lg*Es[zB1z-YR!vf+ :-`o{>4ލ{R-/SB4JE0eȖeN\Nܕ%x/f]D)9\)QK:=Gta^M'\#HQ7IbRVb0.g=ٱoP?t΢Wӈ=_ 9_w;PA9q=n`i(!h#(4;R6s^uQ`SJq5iLWr#eNSl{mEh@[DD [@IӚ."ԓd|U#fԋᑜR81HDD5P O"xJ"JfL~6Kie_Kgf?~;vJT{}Ujsh\Usfsfs JӾ׀ԵJ9f%;f'ӛezC 呀Sp7a8?ғ~E9o(Dqۋ%[*ވ+F_|)Aoz'NH.1 V$&0SwdC'mIz hiokDP )*dޢ_L|<!z^UYeNuj*&z 3!ΰvGt᨞0b{2>zT@OɁFZV4#Hy0Z)-UYn(Kق/3lй)!0X;Vn^ ^)*I+ى2k%-IA#L;-q}ڶdQUq}OmRєpXB[Wab&vxB"lO. tjAcKT[ʥP}k/?F{ j Mjˉ{bIfKr, BUn؉i~JYEkGN:W&'TCƘ@U1(_iia#bWcZe˨_ZxW˫Ӻ:駚n/@C5n'"'\R!J2>z2 cCEQVW/9:JƊ¯7;,H$U 2 oS# O6+ǬOm}uugpx LA/ ,.J FAvF2(lMtl^IȮFrFc%#lqumчC9VSAc(*%rS較zJ) P5'~9z?D r:Y/8dKyz lS3`RMUT QHeѧ<,wWur&ԖEɞɩdϜiz(Ps|߱L+zjcɪdB 6@ρnmMVG.뜧;H=|_WX. G,'状*ꍈy6/+|2G_3*r68Mf#LRpa<3_*# dUfɼ^2>a2Dr „TAba7j?cg&nv:򃗔HBIPh,#Q∏gIΧOoX F kz8 ˈ:LmҾK4̒%bqr`I1.}Ogu~ F1~]bfzE=w vǭUsL{wETcԩb҇c):RMR+i zc"zp~#aLqoqQ04\S%~)o+m:8+-c5``?h_'dzf 1.ިWREج i䔱/\T!x xkxBͦ+-mkp/E op5(E,pB4>SaLI>i*Kh_Jk}/S4z(GCF-Xŵ'Ѥ*~[!! :ʉt ([ 8i(cbmY^|'R5 !C0{#ц_Ebm*U p.qle1Q]< řrQTm;Mپ2˅[Hj)f?/URg-P1ꎕ =gپpԥn߷:aE]gjWk=U Sq Е~?K?^Gpa1ӄ}j8=ʥ Z!۟)H-2/KQs|+%$21N(Dܓ^ OL]ar0>nXrow\Iı 9{RYd+v7KO[(&5ܓH5(aX K4k,\"P_8,0ޏ~$xrk+,r6Q7_%.jc8T\h|QN/IBϝ;Xn@\ӻ\OKM>զ6"輫tiͬ 2)炗|"s<֗$F4r  ]6Yg9sĂ͠s(^ǩ6Pⵟᝌ"GwPc<77dCNӀꭡBhw*EQt%/IT|'uGZȪU>n{Yf;ܻ1=G=ܑ?_"lch.k622ЭH8dXklW^$uyvDŽ1iۉJLc`2R'G96-qĨ$S Hwp&=%*ⷩjoen@fjA^! N+j0A}ڻžqigJ{,߶~r_Hs{sP/2U|V<~ 5FƐ7jpdC7rܤ {V kkf@fOh^VѮCm̔aGYܜ]i`f 1i]u£6:ƣr]g#әѸA 4%d?G-yC. ,HPY"GAKo/k 94Džm ;qT=xϖH:2,ky Hv^Â`šLMZcݷ?dImeLd409$6𣟝և@ׄI" >q*M'`G|}he[wg7_[Gq[ ij3C|l;EYLh>EW CSbVXǍ Ynk>@B*jE Nc"|zl5dkd8ٙyIOh;4&`C05 8CTO@"ɳ_dVb-'ddfxQ:H"U=I!UX^HD曐TgwD?=tH(j20:U6u9gggA̻z֢uUJb?M)4 fZp͵. Q*k76N AߥlXp4[1$JSϺՙm}oD8Rnh4澷1$Iu Yf6,P=XWus$s!yL2zʠL8UW c+[[lqWW[/;hk^2B#DN@ܚ(!/+Z"Ռh(Y5xݣT ] ~sإ- c0gy:Ӄ@Q5(&:6'?1j2:RVw^6ƎJcw Ts/t淮>hh;#b9\*ZUKF)UIK&$g \03Q7}8 ,_DhkW./AÇa:ȡb):8PATIpà!ixrϰD~}gb206˃Ak"I`x@̳ɰLd4շŻ._xrHE(_qY6}!Y(z?57K1|tgi :@z:Чni6a1Œgr vbճrGB{ZV ؽQoMߎγc/; tE#xn̚a{R{v`;$٭]ձN 2>h3{6g8_*=0zaOԍ ?tfDWysxa_a6mK ګn/3yilc6XH BRHb=/9#3qwǹ#|a}chxn-v;,K6{ h F!vZ!Ll#>#k؃Ӣ) WmiSgbȜkkHTHOjW,*Q}:U4j1 U_H݄4SYWt#9!^>j2DP;${*@<$$}<́~Bjl\e H{c',b\ЎKC׫`1}ۓ%h&3m'%_#Aٙ #!!D5+< ?fsNΡo.]kh保J'35(_ 8 c3jLrLmҚz^VWg.cž_@!lA}nX'o@Fd dkMBa%G5w?OVi\.CBɬqAD⤯pVe\Zc >L'^gjp%9P:vADcmOJ[{W_>k _A7ZmETĴKdL`YCY;Kj nր17I~7 9x1 _jS"/"Մx&O|$_Z^&h>nB>%$6Vլl`KvzIZ@*H[>r0P:Ҩc ⚇'_?}+v1eXvMm,ktc}*vF9@c/&L+`G{bGߪ;u=sZϑvw<w.S'lj'{1H],PǞ}E^ `A#Q_Z/s}fWw͉pڛ{nތռlW2s~F `kBvd^Ixڄ!K*y kE@{|XUe3 JuPC=(ٴ% 65~}y|'gsSUTͲ1"D7LDZoP6Y5Q'[GT1Wl Hz|W#S;rS~@)cbl-_J2x](LVz~>y?l_K[2c2(2Y gﻪÚ71NQUEt/yO<3NayM Ӣ/M w\a:5΍ %A@C~ͻ[Kv#@t ~jf\gӿA]R ρx'js}Jѳ_o=hlmp(ZFDS-PqK Y_ϰ#y/Rrmqb_7 O a;&;TT𺻱um8dw\TWvrh;Njc^6k\N1bƉ(,_v+3_\2+r*(wd5?3o1ѦAx(b4R+oκ/-CvM;aH„UȌ{;ZH1=n0: =˜QF 1hTewQDG0[kZ-%L6KJ?^+|C*u_6R)erTl=]Z뱡^RϳJ}#G})rybeћhfU]um?OݚN "|&|nlBYNaIC&ZmkkTR.KP? /AxtcK2]u˴E&cYjkJvU*ZڭBBT2s[8lA%H5 /(䷴M^"eHBPULw:6\"pVFj>pn1"IuECjziVVb|UOLpl0gDӈk.\e;O[ίo7tP/ "$x/-GsZdŌl#]69x{{sV/ɋD2&b]!91E> 2iOGZ-Q/)^("Lc?&ysj~EZ;&qitWMTeȌ<DO,A`ߛ2{TJNy_gH~Q2*̮!`Ϟ.Z<`1H;<'wn6k T}{24kv3|EXx5+:xlW4ڍsˠ)7EVTmLjBY²/FZѧN#P'xdAjSEЬ g+{b!${䪌gNL",!rU>]k7}ʣد@#lOL ~g$%ߤ;,L$سcZ5wxFS6hl.;*ј} ҼY ybakگtk}|j{ټ[! 8^sc%jJ% ,΄:HT&;Wd~,/ҲթzR5\ʔC)Z-R1VKm|bt,$S:pBB0`1= Ӡ$>' @R}Ruh!п>?{GGER[Vj.j99x~^A~+J92:u)#O}QRjǙ.c@_0K)- vnv ] q3mr]ynEg10?=mڋC LiM̥ (4=_c .$:ŀ8ZH}_-t{5i_wޝ8LGdV_>7D+;%-,iaS2%h4ɟ~lڣR'l7*4#\g, U]/Sُ) ^u m dP9\(lnvat^1QOD(w*}P:d!5ܿ[^|__P1}v;ra`H '~ijcçh#' ͂1WA]4x.b|puMi6t& R#DO0qS`jM#H|Ӹ ƆWϲb5EG!LN5՚Yy~YIP;T/=RǣUl~c&@ղ|9h&iĀ(/CTƝnfx&iٴwPB!.o+֚?ϡ!|nGrgAH40lpg6g`&<!b`~^6HpX#Dc陵Gv=M;dP4{ ڧ(,®YDr.kh dg&;%:z JM! V} gŖd*)p37puPC[<>DGMɁE 7.Xt*uO#yر:v47(=js<(!|5\KPCzԭiyWBet;Y՘iXա1tӳSݠϔ~d|]ji(VK8(5?0nM䷽zuHќsM|Ix*_TE8Ç8F;¸uޱ,rI1x8Bf@'GT߮P Q3j}~O9{s֊A^wZϐw1 1 9|-MuLD)v\ZdRe| {Q1٨L|> 1V|TKAiВK kZW#KS4+ )Ҫ/'Au.OŒ=Djy=Dƪnr_gu(yF5EV|~.9&e2v9[ o !( sM̶UBhqz͞HkP4?e㼝]T,,kqda")a1C_o2%)fM7*lLь$ Gc+ԯR'5{Dq5EBYWLJKh"s$ݎV4}XpoiH3!}CAQ.X3lԻ1סUVpR8! ?_;pg2mW%oe ܐ)9 8BeA*{+ r͜Ϝ)< s<,9OT)U$~ Z'"TD,J+%WjUN/7^zJ ġ|#}셊4rd#׈B$A>mTdJO@^34s'sSE1^7A>V}+JgI(tŐ^2}c20^W+0c`na_(f qK6TT¡S&0ؼBZȠ45d?J'h9 lzc̸fg^q$#ޝ3Ðz9u~:=( bae[@[b 17fxj8Sg U DSe,XJw#v}tɒE!qJr6اg锨mu} ;~qtAiJ1fơLCȁL^[A6vWmYl>5ѴfTϢx22a+0}_ >Y[0=h-x&#J0j}릢ݥR"".[sEE{ -w[?8U u s%jŷk:=T`d67I}po7}دܺ?&.|9\gBw~=*L+z&٥f`f%/K"ٶ>gV5O+ um*Byǖ,U0넼"iMc(eKySp|?++&Ug:nzZ,o05f됕K :s б(/Ht1z(qd,UP5dcZv$,h%h_j*3>emxM?"7 M?xA0U`%vi#'y'[=^-/:<ӷPXe:CQ DK;FS7X5QN_QV FILEU/=:A[ܫv~ Fh;f-ShG#:V!$@_ ޶j0]*hS+1WsğfҲ.hqb0fNrΑAӍ🥃t L9)$]k걷VV!hr' J]-&&,ܥjr<ՠNI{?#nPtoqZwA>e񬤞dA5ZfM}.ܨM$-;y&sĎzz*h-5֞Ӆdg 0dTȐpmRiPd 閊? X'~H$72vMg3ZEjn}[,e"IB &QM[6(^*SixT$S;Z'ӿzY+~EtCRډM?t,O> \cV *CzRNrw졖qV8gxf3Z":rnRxjCcא4itk4O- Q‹xHHR'׸Gzex4GDNbOyJ|FzfԒ䵑*ȱ( e1al]TOVc|)n5B3yp]Ɩ^"#]oAqdH.s^ҩLLFS62&_~ 1~CI-S2~*1_3FY~H87ElЌMӕoA߱ym;IaZQb#dm_!.ïit6:2HU:axNc@¡e f5XZhrr+vS,5gxMeFzoZT젦m,DGw;IR,Y*~gI6 08.DŽ\(!U7NunxJ)zc?>[|$f?NJ3.6d pvHX0g/f.p-G8ݱᠩ<|#!^aQMWhQIۡ+uSW \=UHWwR &Nb/p,QzyMuG3i:Q( ʪ! .Ⱥ;c[pglrV{'>jʼ)RxdCN*pWe!c?M>$s_+&8b# T_sOorAP%RMtG%9jˡuL~A״A8lJQF,NqaH77B5(- މ.Z(Rs%Ϻ]A i~#%eF S044ȧIG%s4Df[#{[72}ZgnYsWs`.4yIM c(*p|z6sLߴd9)/+ XjfXNȪ޲?V [H1ެ~;>a+Vy UP&ʼn$𨥛DȟM ,XpگOt( {Q)R}Ǐ{ Fu[t:Ouժݬ\m^Eir3H4q0诰 [ kΈil1wY!AE/`г/9rn5tZ҄!W/G2HJ0rZ ނQC\\N)h] 򏟽`!ޚC^B40[GqkafsPK΁F*7az^;fқ@@"&5,*~7cN c ||-Է>f޺IVwJ~ -HvW]j*$=FZbTY͔K­|afJ[*wZt dyщZ}!H Nj:$.>i'>;X全_4OYJ"?դH:XMhiW[vq$Gܖt59D4Av $ɉnlʼn=)+B%ę4a 'W,@KyN iRA!  e^%/ 1Hȼ{i"؀#ktx[ He A:2-%4ɽ}wq:٘&n6](gdBi~ϫ(5DZc.ȟd$ӬwJC?kywOkz><rÊ9g;xwY? ZWc~JQy=oG(KrPǜvY^:-H,Ksf0nx\{\ ̭w,(QżorKb0HK?obl[w=HF.[$_޽KG#@ak[ܴyH`+ 쟃4*ͷĶ YZ