libwtdbopostgres45-4.0.2-lp151.2.4 >  A \3\/=„QR\Ufz2΍F CqYQ5=. <1s>A$q(?EAҋls"UɇRIms  NH`В gHcwBZת0EpIrYxHr1=1wwnO7nm Y|cO(,zHe!dIT2tr|QȜE3%JzkF|tB4861448b7f3ef852b24c4013b30e0bba4ba16d220616ab07412f6741822248c064fa9040aac73a1e9e8104554e8f8c881b0a3ea0\3\/=„2dp]4)#s~nNX5"56f,ƠI U>`v\?u*}`(pZ.&SLT(J bg{FID]>rsa5 #Aj3*nGA+? 3VF4s$pX{Φ7ɠU30Sϣ%MܸNc dQoQrPVzO} 7xb=ZzXWM҉\o4>p@@?@d % U /5<D H L T  T(89$:>=@=F=G=H=I=X=Y=\>]> ^>Qb>]c?d?_e?df?gl?iu?|v?w@x@ y@(z@|@@@@Clibwtdbopostgres454.0.2lp151.2.4PostgreSQL back-end for the Wt::Dbo ORM libraryThis package contains the PostgresSQL back-end for the Wt::Dbo ORM library.\2sheep82PopenSUSE Leap 15.1openSUSEGPL-2.0https://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.webtoolkit.eu/wt/linuxx86_64P\2\2df25ac87f26a1a7480701eb4ffc212f663d579366ef4c1ba96830e6718ce6a09libwtdbopostgres.so.4.0.2rootrootrootrootwt-4.0.2-lp151.2.4.src.rpmlibwtdbopostgres.so.45()(64bit)libwtdbopostgres45libwtdbopostgres45(x86-64)wt-dbo-postgres@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(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)libpq.so.5()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.8)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(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.2libwtdbopostgres.so.4.0.2libwtdbopostgres.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 (GNU/Linux), dynamically linked, BuildID[sha1]=67ffc2983e1d4d241a345336517ef04d338765de, strippedPR R RRRRRRRRRRRRRR R R RR=q#ya'.I?utf-86839f265da377c74f6da99a1024314378765ba263016244cb7e88ee67a2bb8b2?7zXZ !t/] crv9u@ ^Pgj7 LVYw6(h`mh!TMuUzܵ9;E9OΧKfSufߔP6fIƂށFcWCE eQg"]OҧH2J92(sLT;VoN+/kk?YگurSݞɎthVjT 캵]2*#*s!%K(LmڢRf%+qF8BUiؖzdT#!Z-Cn"΋LlOw26z*ʅ'@2t}Z̒mkYC| 1ĠOF.(` ig2J\)L*^``cР<4O~W]St+thu+UFw/bcr,I*)a({n jƧx˧0D_Bif|D6GN.~)V *͕~O{_Tw,K>cGNM{_<mgEŅC/ggJC;??wkݑ }l1j"䰲e c& \{uGJ7uBNux#4VSj'K#ẃ 4'"!06CΥE!v9VKD%{UjܑEXd[A# 5oXw+w~ѣe3iZ#ofFw ڄx y_K)sA惑AexhP98mAj!zTK '縛f m/;5_vrJֳ*"N|P^Iɒg:Mo G"r6tu<Ӻ&QC+AϊlNu(pV.Ui_)P0ǥczi6W=ŀ.,DdY_f*=i*CL#SddBr^9u_Z{?!$uN`n3WV^#5^uBB! 5ƍ` I*W-+ 1JiT'<.QGNeLC#&'fQp.Rn>jfkz{I9 7EA`,=!U*at<{xG1nXEU-V7VP§9&mK&/ 4]EkaMbu)cGe>/?6O3xtX yTsmuED95Ş66b'Xha1e0\ Fa_w1֧^N4i/FUSv=OSJ=Q}/-xN|EpUȒ's¾dp2./['-k%hU5XIf tRpZ f/UM{Ɩtnq jYO(BIWAA{mKD t|p?MLfҟ|\S @ r4 Uv[w#[2ɳ6fuaٯ`Y$0lJ ʹ1. y1WedOZr/KѰ4`\R!RX F0EY.֨ _Gfƛ4\ϜhsWV5w;>'+qV!+= Lq4~[>QuobHlt2A$x&iu u(nq:?KJY"w+e|ڕaʯiL O k "!S+$ԗD*yfǛp&m&ȑMU|N$6sQnƽ N>f<"EFM_W-[U7eThz0iY3fM sO:ULB8Pء=|GBQBȘN4 hC<0*>F<5-eyMM0̻J'|\ 6 b&Դ)4ld_#?umB V'&.7 rGw4Qk܊M"fnЮ!cA|1YY6Fґ#l+Tt39b' 쑷!8hh7kfđ}Nxja3f PT'< LߕLa!:cPi*2d= ^Wۜ+MTPQr{Q9m@Bs[EJpw3V'>,HZJ%`r"n>%5Op8E?E V]sSŊAwή]~h^9 :enD1%ӱ1:W9b;]y^u*<3p)K˦1yq& 7I`k.CX"Juq <|gU/n_ lIeו/xcw0,6v{yw7.!1 zX\xaJ}dniRPN ۲-CS"CN-FP f;o3V'}Pd7#>:"|nw{hU|,o/ҾWV~ a- A >by)5/Sk^3[^cC|Ӵ)W5LE8nEʙ^Dx' -! +dtq`,%t0ZFFh+H<=>,NdS)Գ|TYe"CyjLr>rv/HĮv O;F{iHڧfQ{=DžDWg|ʊqj,!wEh#E\E)3j+f!gZb =lDd~#= ͒L`cHdsz ݀J Ck&-*F)53 +a_2)B 46JT]n?H r!;ocOhRVMڽNacl=6>@+ ISvJu֌I"ò.u]B z213+ue@t*C>ܰ@΋?.!iĨT4JI^#wDLpmsy2g5*Ju=)BcPd$=#QcMvvTb S=sIm6!"Oa{euLhUu]h^Jd@r}zW'1R؆.)69Yʇ|*CtR o G ژy-ЗT 8\?Fdê?`#H! { Ecn92*+戌EZ\ښgVlEнh7Y+7&Fvj?&AO(ԁ`ǿ2!Dk<XZF-p׏(rsya[ƐqvAfN OP=WduA$^lbgt| Gz7J1{f2g_&GڃX[x+w vOH!aAЏQ1z]']?M AOJ1j擬mp CO(_֦FCf! e"@IuILѱ6I_19N9i!6aȡ>=3 YUqkql_M 륐њTUŪEh!.*D ?Gâ0ml{/ʾgK ;WZe򕁉ԇ<6H]tN) a(3[C-X '؜Wx{DE4.HA}/|_ ،燨ec uۋ :jdHM~`!#X!j$O-Drp&hhmgwhfghT8҅!&7͵6kKdBbu,q:͗a4- YGíJ]vꟲgr΄PJYȸ5ӛl<<=C o9a Hmj樅)NF5^Km3Sr캔$纴=VjnKYkIDXOc5#7m!“lxFQq,ꎜ桧>-!@ܾܩ.eX !H}ēC㇧i \!Dd-Gv38g<4*bg3"{b3,]ִ*57z)s :*(0֦De~uS J]lcr4ɱ۟, !llJ Joe\Ye7 0z?!p߯@*r~<=&}Y.N:e;O߸"|P>IVoNM=+zݥYЁ#Ov @%>U蟓x=!('wA.c8 FscgDW*>Z6+s#tGDɕBctCNNhMzȷiF3-B >~e11yWOe8*"v#Oùt)wdc S@O;qfڦ)痸Idp.x/o, =H#dI|`hq)edE 9y,Ou+HnRv#p9̜ƉiBԂ/ҫEzЉ2/r`Rf{6hclm D.pc\(,Ғֈ}4Ey0+~Py49)X4agʜ<X`5e Y4!:2{*[m%K.tl3qD^1c(*|^NC0?Q}){CN6cO$JgMmK3Wf,ۂ0Qkջ>hVi.Mv5f QpJ,å1TKsM5h7\aaX{ &ކ##Clē1Q62^s)tTyQ*!w7H6r 5F2yKwHLКw쭿']4p>z^HW05'0PzcU7& >zϋ SzdA%Lڨ)DVh@d~92nJwXW/K3L4TVƞ7tK[bDz36]@XV?.29'LjkN2Tp|qF(pYRa^=xw `|H7@kՇ@۹yj2ׂŎ6b19wjBc\#x6.A%'(dmq)tj_NXza99x6%FиJȀg_NhPNP1uFY;/Y+Z#= қ?=Qp;nGV,˖wMHjAۘpdi<hZԩ{ kbA.{T W?ws x8)&6jXi>Ēx4wHˆ.4Wӌ36W^tx&PN:J~Yp fE]_oi -h5f[qiτ"W1T^Ur(̰xQt94,f MqYtq=N<,ьVD.i5=F8{qٖtX"Cm1Vv'Ȫ;s64RNd8 12"B5C P#)VNH3x6?\6sP`bC)y ^'ed ~-Q:~ ѫ@3xL1oNFFs#s{xe=(` rdg8.D0~-tzÈT] xݬQ߄MF$[ٷ“K(SNK-"=:h5s[#Ē Te܋?b X<2Ul?HseHWB/)$a ]-ʚ-dL *4<@3֦܄`y5gK.z{i .yԍC4!{SKgr|7)]y&IwLam;%6I*ۙ(,jo$A"e"0KId>P\eM(aw[LWA==tJ?54sI%u0#xlwg(9#t̋:U pJ3E}C2G @Er|1"*w,s~$nX|ZY| rQy t*G!9L'W= DXF7rh'ibуhtc̖IuN$NS5d8jh)F*e dq\a9ŇƤGQݢ~_\r0!#g|փ&%!=.5r[d RKj{L;}kdO~/Il|y'QVSbm O6\u5[`W0c5'DY'K~JO*&`#db3]Mk dڸW&#W&ž_ULNiuވ1~Slu$;͖9mxueB QB ]=J&z1u$)H5 ukkbU&񾽉x%gn2 mBUH;9-LWbO"i1TfFd5EXcZ6Kwv87P1)Ð\Gԋѻ]j:X؃͹͡@8;| ?/T%E6k*)P<)ymnb[KqNB~]/~@$ܬ YlC]~X״jmG;IKsEABI|LֿW c VHFx퐁 G҃YD(gq3^\;0%[;Rs@YB;]Ɍpu M5B$6.#:(i*9V*u'm9ݙg=!52 p Y&qc8VqzϏ\]RE0B>g5y,Evɾkf:0Gg)9Z ZT EJ]s\ĸ5㏕Pޟ4!r%Us9B[y։ӈ 4+QG`J*ML"fd_c "Ce1WRZjA9?H"6'4-w$8|y<L oz]Z,6'Ѡdƍv H[v4AA]*a_qȋlTu<MBܸkdl]i K%[sRNa2wWn ̿1s[3=ּh&2D P3ntL;,`*ی䕞["Nw?NW)D]iGEFV >Aj;KhښO;WCBA *֑elo!|տ({nKx roux⶜sF͂a.#[㮋QTxD`a&O=#OW#h|R;Yέr~O$$M7\c0.UR?>ckws ^k11(zsScML]dmnO+#纛opZʍh 8@Y\j|ik5vavRҡڗu#=ǎ! 'rntZDWM~ro{^.H&~zS;s7{ +T?".HGb4im9q6^1!c[K陫}{i2ci@$@̴9 `E}rLd4(w|.~! PYz-~qlJ%]eS' t %lXJ|"v9Ut݊E5IiB`N6:zNxiP7_.;a Ws>q{C]}>ORGs6xe9Lox7߫0tv0{W:񽲂| :|I,#~"TqH VpM Y+|a7'ک&bBP+.ĿI;**s %CZϊy>Toj*;KZ#pf (3_"{Ƹ{u}͉uUŠEIuS"O^cPzE U9B\ sV##V__`x^[s6 g zIW6b,M_DUę:?_]Sގٱ]Lt`Y2mnͻU:G<׿a &‹\jPуp\Jh,6 Vi?):nͼ_>EWq}жޞ&b4#q׾툹2_?4[+"@QȘ)6hr|X&岿\_җ&jlWp Ă8H?b|l_ט!Ȼ`R2$1=U%jOLNtkw`'?ChDH";QL p60(SX&B'D?نCsT[Ϗ],,o&%q3/cTSU ipbB4AɐkJ ͰQEQ Ne9k̠'+yZ|aZRnt <#!KkAӼRPҳ!PU<}*r[ǖ |dhxtAB 9#JIMi/vʱ- ^Gk-]5j~Bê'ϤG]^o{0hj^lŚX&J ei!U1]5=h͡"oYW=brtg Ev[ʈl [w!!uU'bܐV^qyMFKAʩhս`@T8!'yO_(E1‡E-2r5d$֤cV cvIĝ?,ZfIF9&Ce:#ڎ>goz'N_ho3~ёXCϰmd:~FkY둨 {,͙ d_;E6 /sqٮQܭFl%tG*rXs"./Zgj`l~R)uYxA=S0^{(>9סpLy7 5Z S8}lHjZ#2׼>ȋAHk=+{QGV$Yc``PVz'4kbs͔P{I镺ZAwS}1lQ^ <<rcƃvqnz+S<.Z$@E6;n{z*0ֲ6j8ֳ knWߋs^r1ou+d~ޞPmG+9FN6~'9D2υ'yȇV#,OMYzUlpr|p⒧eg,ծzԋ5W^Ta Qe"~z9⹤c +ߟ:8PkԥӐI?s e]nV>1b)qx/Yv<*l{̱R~%5t K3Kno$n")ǓGHЊD._ʖhЊpgL;"kάji{E9m~ t(K*M]﷪_2Y,ŀ~Iğ!)d-/+F+<6S`iQ_7DYJSv#K>Fel"D[ߓ50JgQxX89<86p#{, 50OF?}Yě%tzIG1jzǎq,{;$>i|a7c-Ķ[ QZE큤~"}? Lܸb(eu,٫7LWH_H1 6-Qvpw=1^K<_} 7HHQMMxl14ob7uV .پhIW$FCЙJ4!r,9Pz뾱0Y k{YzۏLsL>TQ=jt[_{X l:-#,:P>OʱmcwԿmѲu j>K;n1Bv+|>?%o wJ 2w1G1Z,pMӃ8LOj1Se3x}?ߛģp Jjs<9R3hj ámߵQY׳]"٣Y(B8ޒ `7=*Xl~Ù$j0`]kEa@ˎox2ȷPu!RX; -/)ײw IO!߶֦0޸ER; ik.@EN47 U~J 偿C^*豼Ynl ;h6*u[mASԳ~P}w1DO21Ys lydC[S:#͚ȅ?ʢr% ]hG`Wuve<$Hld80Ο[8c@xSHt<Z k'*xt2FGZH3N+ 4?F6dt3^_S;HXrH \N98݉ 3 Y3P?#oq $~r$CDνB'Sn%szD˨Z9̉bjOm&1>}WOK =>X 8ۗ$K̭C)eˇG$|k^0Ѿ)55WfR[s{.ϋ1f*Dˠy)Ң_ L J2"c8v_6siy[XP\6/8&[4C/Ѽi(,0Kט4N%tf{ܑ3uA΢4`߹{ިgXڦׄTpzpoњz :^4h|0UAw$M@:hM*)}l-s"%AX$?v;NƳG-BJV̾beۣp#{=>YY9&>^_B U ĥ C]6XF+g=7JGR)b~h;@U2{{Olz9L$Dx0%/*Oe|S?ra'2U~Ye:ّ@huk%ʧBYҕ2ؓ~x /,9!W<x9eC\P1\:юW~7t؈/&lH3c\;m 72d $hv0Ԩ[3m9\<7).QN]T:qf<#_~yOVX(eQoJ/XFl7'{!YA=@*Ee[_޵lɑ[VJvq~ ;R0tjn޻,[p?P~5So?XC쟔#Naash]Df(9B )uGfFD\Ϗdv#0 1zS.}HJ(s +ʕ"r6V N&%҉i~q3WYxv`ȫȇmKBuj,:&iV\Jl,s .4\j N~עWZ à,Bz!&:(VTcWZʐKq_S2nz[/qhZti$t$Cn3WÚ&1J+>-=/pbVRfMx(4p[7+u#Ƽ<|4d`}a,n5b*v NCF~U&nZ>V*.T^+-sfG'Z, 4Q·xdgt}0SZٲ7U /y^B>l{? ! tڽz3cэwoCZ|Xvm'u`kf- ai`n 6nۮ.hYL8z/JJAÃ,,QmIS/wu oT^=_j pe]=e~43izOgukɾ=Lnv}% U1Xse(gѝ D/Oc\!wi n/|N (Epb~C@ _yBiz,&M GWSLUa6k{R0OsWr 5~lϚxjo e?5M9P~*q̞M3,g*ᘱ%7}b`S޸[i#8TN^PH dɢӚ=ÄvY`6|"nwkZw68CW2D\6Uw@ XW̼KR5@j3kJqJ]X k6)8gI🹯"7r@>]TJC H3uԒlEogmj[n]-&{%s'2`Ieqjv⥼|mM@OU7y%:sqيTDm@3(7&HZZ{κB#ks:D{. kgyɫ( ^jfcK^.%?9=-nyRf+XOH{n+TyL\-@"/~7~dZWK:Et%\M߲ͤt%CW;nZ.剰vG"-C)uCd-˕esFcoCNGF>R{Z <T-dYW6M-EAybx7y'~VX1.xĤ@(6 .Hҋ@šk|W0:%. uq")ɖg@MCX5ýQj\EZ]ۼAV UƚE!Tw2677AGtCjgE9Qsx3p$mzwɺ D!v/6 FcT(铙J7\@ ֩7!~uD`ɯ8Z\;4C4;DF1.*/p!QԾm3xȪ x%vO# ve% Uj_RsJ&ƒȨgƽmrv7q^! " ɱs@_:-*{5l(>|%M>U0:;)/l,G偷BC [QE`5M-y_S8,i~&rraL3`|` o9myJ͂} 81*棝N \ֽ h ?Ft,:1fLp:s2 X&dgfZvm: _+ Fg \u+ӮlxoʜdvӖM#|H M;F5BG^\q/[\@vriN#{*{?iLU>„Mrw@;5tqGޫ-7̍Η~R˂Zlz!hbB gMb{AhQ=8ޓlhP:iJK@Ad|WE/xP{Viog' ["܈Ju;LfbAʄCH#1JvYu|&yZ:)d"E(vu:UTa%P +:@7_ AIcL9$I+ ɣVJS:pKj H`Ale SVO(U|yLR^<1uLzoLR^.Oy m/ᡆCK&f /|n*`6hgIY(\c#?RW]+ u\@Wwۥ-i:d}X ݃?9+y x o9 I.7 yfUȔX"Sx:b<9qAecgܕN#Ws3{D(< V ).^;ߦ@96甼v#+5Ǟ Fz>%?L[K,nYKQL3V/ߒQ^7nrR驱7}uS I+ '\ ;cDWٓ"~j]X1`ޱu?Š~&mAoab`;`8v&u#*e] ]B~NfX /DBϻ,4t_=A7345Aqi; Z`*TEqFh)H[SHX873'z<)G~[C/"w~ʨD6(_(+3Pp-"A+jA'kcV9jэ K\f(}=\KWWArU\qhY9)%M,XOg԰,T4T,b}lM$^=#֋=fEt0TAq[޸JC=Z͆aMW}6FYS-7F; 0!lI+JgY?9ɯ ђB OSyڧ|Z=\\h!?XSt.Xyr:X2uȗDn?{Թ  ot"Ad>Zy0&Q\UL0wL3.>8i#f\"2x:G$Ŋw/~$Y"ib%]ۊ lk>cNFn4rdMȝjf \:v da#hQmSRhXQ.xrt8gkl#3K> /:ejìЅ8dAMS*mުb7a8l ?J-"_G3fGq\x>EnLw81q?s ܺzᗓ%M3@<ڳ`<{QE& (>"bTvp^M:aБ 87`K'ؚ"u) Yu3zi4M+DoxPEeOfvoMQ897[ |.N_Sf EzӢ/D<yI(sǛBrU~kEIT`M{ 99%ا%IN5|.#>W˯դ 5"Rc\C:Ƒ4GJse;Gq67uCz/#"̏&5x7{pKJ 䣲B_/KAr+ aNH+dzrtt$yՊG&KBd0-#+y/[G^ۙ $\1.I(H#3/OwnP,[Q웺 ?RS ­vBZ]S/˹@Þ޵IH"0SI) Za$P:x 4}߮v0f7Ot"~Dą[x2:cx h-VV5 mh}@W<7G uU3^v;շ,'1Y';g'7[]'!jCo#2q`AWJ^^("a=%eO| )p6Bgހ\iI"H5겚 F7:YUVs!aÐ:ʼp+<ΐ#,Њ /ehzlk=ό+sq^6NdUm숭(82}s9@0s9 ZQCU\\¢=mCx]%Z~VW;6/]\.+n{-2Z8wpF?ut#lO_yP|ˮ!rS vQd[P$a nE`Z3`b+Y@C>xjr6Xo' Pno!/kz|!7.~]ZQgCYk!umԎs{j#eR }i1Gw͉§Dg76I쨥JīK nih S&lݕoMH&PΝc>ɌPT=ˀNǦ&gm9yC!XD' LZ_*kݩ}eZI2_2=0l={9r&9KJ×20ݔ]3du+alޗԲz67\0?OɑX_%=7Q'~/PZ&D!U!]bi ] n(k3zHhkѷکi2E3&jYrn{!<ճt/Whx2U7{>"EpzupvL|eľZr/ye(0b"7LZro!8\ᥐ`{~`_kApyݨ ѫy˙QE{ب6ڱD. Y"J; }$ C3oU\(owZDPA*iUtG _Ҫ~!?&Jf-/z<%qխAC9sRSc_lSÚ74A9]Rf_?մq0L'Rv`mntrxd}*RZ SrɆCg" 9r~V b,; 0S:Y$F\1ks B {qShq\ R *`AX84ԓ*Ǫ݋}xi7SZL+`[$> ㏬`Dɔ&?!rՍUrSK.9)w/M7ʸ%z48W*O1}|Fo6q ]Dp"Z󮴘ۢZQ<\VH-  6+{?[,-Žy_*Ir@y5M׸XOONSlȆz/8*|uu蠋1x(کd0L;XIp;@zX!{b7i5hJP@HOtԡIx3"Y3V GN,֔ڹ[)Q )Ϩs=}rar^.[#rv,+/-U[b>}ܦQ@md5C*i=1Dm#*kUsUK e:9YhYIJ̸/ "6Fu'f~$B <4p#2:Z>I"a q]V#KL՛\YSоq&$b2xE+:܈:*B1n I0:s PL6&eLIO!lxx?X-|[i—D=CfqsDFTl~Q"d-[eAP"10axG#Y3AρCrk~jB^_9;Tn 䴳'uɶX05ȂoM #Up#'k=*"DN7cK; fΒkk oNqD4]p$6:a&enԽV9J60Q6{#KgW%Shqv $Mj(}[f~Z'l1'U%BWv7V [G=r?/om MFq7cO"R:Qrtj *Y"DۘpC [|&e- 5d5 zT oeygN{cE#s?6ֵyE!?OI PrS0G=a>6VpZ|.2].E@ N/.)ɘշݜ?glh1@D՘V|bX.~8yC'T7{, %8(Iو*(?`&}wi H3&aWT+>hcI`w1.;*k=V#sDz{_I 8טqT;#8]Vܵ (l.YEW?O{Ѡ )X1 GfJSRvԻ\dO'#{ȯIDkĺ]ĿMyx]M(?nKR BOtp Ŷ4ZX~!ҼK Y؜IGۨ f0=#׏/_DX/eOl9.髥/}=ͭq E[pʾDžViN"ϯ4q>+<Ҳ/@]>ȆE@s+M tn^"u3Z-N)}.vRrPهYfO`<=t(~GiqtlD1^ixG^RDGDb_irN^]ΚL+Ws3&sEkn=\)z mܵnU?3S@燴쨬3Xʭ$WR9=d6.DӃKʦk:KBWv͏ 8YIўbnhJ)OLR` =lĬ%ch;BAx a̖ia\jzcYaXYFKiݪpa#c$J-I zKs܂J0F@4R_.oD%aIX1= 8~QZ /=j$&6éjuj~Z|fc,,H`[#c+4wL& BQ֩e( cT.TSAjjI!yV;~ZzN&溃[ه}P_&`0? D9YC- ih N_]M DK'#0X'K %A@iq>%"Injw4- `_DŽ߼;"kNTA8w6of%4,Ϩn2;^<)6^،b/َΌ*gGP7.[MBV*oByU Cd-V^9j^Mdbw~NK?EG&Jsg.c5jK'W=>ΕD,E.R$*s 1JgQ+bba~r ΣWdN!}12]&&YyO1h/IJ# IilNFd}|s霞pS<օL+%Ĝ N~KrW mNP"^92| E-a9lW=m@?.s2`pO  QKG AY)ajyCh'T1i:kb$cSH12;#/$shkALI3_O,%$M?ȺI+\>LbJqED@av|]5b26mtT"ULŭ/H#H|-]~6a쬕D%M`r!&Y[>hdx&ZDIE5;< u.A_;th" ݼoz70iBq :ƞAQ Ӂ;L MRۅ/=[:-X(f~fUҌ!w/WtmJ0;!3qC<Ӆl\4@3w-8ܧ@. DզbM,+6*g#JpM~D}%R )Iu1]4 %Ci"\NZ^S BpA| bk\a%L+%`@=h X>4GB5GE(my_mV# G6 Z8)kGLg F]BhɸYaoaEAo搇 M&9j}bߛIcA¹) ٫ 4ʇ'sq~^WJK!|$5\V_Ómg)Hۊ^A=vWJ/<,dϚMvT԰}EeeS\jgjYBCnGlIV۞~JL;a`z ~Tø@tݓ_f*+;љuұV{:J$5ߖH3-]ಃ =9uꢽo%y|HUABR}A)53oVen"v/׉fP~R "f0I&Uni̷[XblL 办ˀ:V Zw}cG1^jכA^-'Aw{ΰnI{_hwz[/֤XѤ(\?i}f 1YwĒ:k?|*EH b*:w/3lCG[Qz_mzKB CEz9xwfŭ* mĂDooyOT hh3tOc8l¦ `';cْi[ W\* `llI\an--άw,U}TU]?G'b:g\ިr.30%s@=PȣQ`  ޤxlBXQp1`0x]Zuxz^0a[vPf- -+:; KXO2 v:%bZaN kbuU GKAF aF7ZuB ;ãX&  D}ҽ@>$?>LE[*7rUe Oi/cj-/).R45ݫsMpe [+"̼F.Zm沧;eP,BtV"6k?B#$ ;u/3/;ܽ.qh/ 71fƑ5nŨrsD0d00tpcZ99|K8#g![\89x# Kl· dfЖq!&XP6,?jȽPm @$YtA&9z?$4@Q&C^1 H\ =_1ƽ1TGLXƽemp.0&Cx9Xm.ՐV Av{{Ff,YNH;RX_^vFPEД@kSYg#ctТP->Nni&[ɳV pD aΒ7crt2 + ;D 2xYiy;*۰D&Cg?f nֵ7|DWnQDr|&8jۮ=tS(J咭dn)njγ݋nd\ zfrl9k㦒6EXZk6L+0,:OǤMC>yYm5k'>Ax&mUq9VD_\,'r$ՙa\)@-e!Y](2Z3rqdd)+%x F&z2̲D;g)lp]rP^5:b3`(ݝ[ڣ4J爷% "S0! ɆiX):>*arB \Ya_bz Lqa8,i5-a{tlw=NDJBiwWC }<E}$CDGQI$EefgJ qMR۲B+ӯ(4=`?]*f55dUwK7 4{xQA c0FKaX1"ʕ> g#*.י |⁓tĸ#] ,z,Ht`_e2=cهu\-k#ݺxT :ħhc'wފtvܼh.`ˮ-4=8Fa7¸k̆X,=Spx2#/o–Y}0anM wò~|o;cR hgu<q"ejuZK=A^wlp8էpNNv Cq|pf)wa'4t~.b914R wk /^IxcXc:ˉ_HT8W}T9OqwS-NevRsNfbd I@nEY^zq`nem0P|cGȱ[;߿ 87-d؜}q]1&&vo[Wp0YG'>q ^f!9Ry< 31ػR VlwGa?+D!1,M^}zXr<Ĵ<葵9G_M?T5 }q5mHL=.rhҡoOZ}7/A+\YPA;?x-U&keqȌ/Tv[lH'[nLO{Ӻ"&9>ۋg?+0\IliXjFTƁX:v_LVf6~tG=b5t*rOj#*n bѧ< V& 0K:%aiP~vlg'ЫMESאK[S Xk;? Β;pHUyTU83Lt&pTwQ30~#$}/e5~̍f⢮FIx })_tgS{;1γI3}ncCy(dR@?ahSГct(YᎺw @ܮ$/K'h,. BIlagKF?+%`Ȭ!#o҅.HC0kqc .%uwWQ 䖊B93xyLoBE"̷( ⱅ\l~+y+y@j=x辪  2pWtgXC"RMg+01;GQ{Yo ]MfO]Rm^heX3lY.~FC*J 誌$ LEkEf5zrO|*$㧣ݰKږ/?50e &5 JqPЁ us>, 1)Ē9wnU~Ua)O8D{WԪ#_W-l[o}ZQ W/nosvQIuRd8 @Q,yHIh9S֊,OI`cnU)2/T?$JR*RրOLC[ESw,&OH )U^½$VV uʞ]4+uuP рŎQ_2~K:Qm]U"w.PrLE؜8k9ho7N7FX/C:]0㱆9.AgAAoo\>hͧ3rOWKu5+|gdդW+~?RJ3)ŤSev.9IN&ѵڈ~JѷY)2=pjF1ܨ ,1mg9栃'* |\R )hh2j">ޜq5Sq8χpGFdn[Q8bm8 dPLX_!9!:pY:S%GbS6Ot{dj\Wh,n%ɿe?WR.]&o$""-ڟ 3T;I#3( i2e|H39bظ3n5 ̓ޟF,q9WeB y1£ |;ډN!|3/ܨ0s_z|LŤ?q 61#cJ459bsVP-{]wZG(8qf/a4QXg>SabHN;(@' s2ۻp)pj׮KEv{kHe7}Uaȼl9MV0U{aT0&歁kgP!~hs`L`0鈭?1hp g>E\] I]%Ҷe'"\mSݭV\EHiD٬Ӎk!9K]q|٭wåu78T#>JiQN`5'HNҌ iVm{¨l4$e^Ra(޿#QqQXZ<&;LZ9_l+BdTpq 7&T2Q |Cnh~.@5{wZǘW'.hWpMc.;v?h9E~wBR$l}Oef ܥ#R;CEW/\YCК(JY?u\'\S`A 5@]v-MO*k.C疳+5Dx.4}ȡV+[nV#|* ^gtw8Lƹ7!3?>}k!;pIi<ðSTmo}}k S"-7L>di@_Ȋƴ~[-ȧk$Ku$b͟lGuT{q KT^CK3 XXs\$XsBF^V<] Ѵ)WM^MYY뤮쪁tvv+]ȸN[ѳcjrnQLJRHʠYO_iJcrnk,hL8 ˜+e0 7) df{̚*8UCwn4ӺSZ<ܳzl"$]ۇƜR>m9a;F>Tb Ub(Wk3ӑ%[Xs;Q[5fF(D YQ5L>TB,(N {f-$qgy\f+Y?XME 䆍ï_B.f7gԋRџH+کr=+:Yfy-v&}ܹ'Ub) rf ?:0:x,_VL⽞jKʷҬR/"9r.hPp K6F1'yj8 .m~TB!dL{ Ũm|fa{ :\t-^A֒ð'>XU,#NQ/c3}s)E<`2}W*< 6Z׸ujﲈ ˴ g8/Zx8]cg}sn /V$ľ '6iy !z >~e Ψd~O@.HO.z 32LoV:A̒6a"‹'Λ~"ܚ 򝙳k`1mv >jCEcΒZ'!\KhYSe5M.|yPCϓT,&//ToIM{sf֠fZAfu2b4.Qh-ofYήnq:/SEE 9vII|g }JCQD=omswQ./m k* JΙ/IQ=r OBYF ~!轡Y)µZdm Q,6[LDwBڥcB a~TPg3d~$AζI^c;'},myvva0 }QF;NCW4 W&1Qڋ?k|ӵ,!8O7]-*FuUe*{S4,vCE5ErQBu ۂ91袌 ?\(Z@w|BK|szs35AgcR90)m^#R8bdR!cś4% ʁ=nfm -&}<΍a!Z&bz;vÏg?_:Rg|o]Ds%RCB^`"":Ct+$ }#'!3: JS͗ H?iAaUg^c+Kcl7`T)R R<b=@*AJn\H!t D0 ;Ŭ-:Eת4\d}U`FkeSBJ9" )yטlӏ%NJCv0kn-DZ B8N Q@?%TJZHɝSg] XBR@~6Fx8a9U ; XLQ6J8$xC !57$`/L^nEIce0wݍCTHUR¿a]3}͌'Kĺipn {P17,7qu0gǎr/ !(]-L_q~G2j6Z\o3y~PdfcCj@c6qγ :נUb LK4pe:]Zo?vxFgf Ȋ F쇹ĸ.9?C ~~e95 $#UxFZ&jAjD澖.:k m#-_,tKv'D&$mڮy #sZY~(]m1]2߷Eb[Ъq[&I, ]qM /:^;"rᗶX1=rx 1'{Tɝ2E "*&~hgPz -r:Z 7Ճs[g0f?ou4!kt~Zc>D7BwFj74b-o@k ,x⸊,9ht>ٔ*r=}Lc.7q11d6LoAme:*ά&̽v)I.Ŷ#O}>F&GpE_'. B%Z;خVC22HzX Y2*d(N4eoĠ p%hm0窎ZDczM{ })c ֵrȊ?oz^q  5CɁA *4QOin|$C 'gV|t~ȗQwxu-95_Yb[U>;fzҬwCcS7[zzҲ` tUf[qU1QKszX"^e;1TUQg +P6YT+,{4tj/9q53v@|xVW6e>;iN _Za90$D5bυp"5"y@"xnDURU@5RλPF09ԕaJT)nG 1VA֬O`CjU n2?3(pyGv/QĶrȎk׍,h xGW#_E@ݻ+[LQ }gi@dQNaZœM$@;Q=uhJ$ѥ\=EYX׾P$ *xϨW8t|[>gMYh`!wI pqQ\xe@gSmJ1-]M:SFطpexvO`o@J ΢ eBc4}yYBܙ-?L{:>\d4뾡;cdBzoNs_0kOrf.^L.]:UB,Nj8DՄ6nsC[*7;++қ)DzZ$WxE챑ݾiק:cـ~ GAM&fUDDys YZ