libQt5Xml-devel-5.9.4-lp150.4.8 >  A Z/=„d#\sɜ􎞨3c/~f<+>_ "rcʿrf$"L3z#ֺm4%*e*A_k4X:Q]8nf&F ~43[&0xhjAѨ=TpGn~Z2Ф+|#ی~LZ_>t ^w[u؜^Lj{]?1~3rPV&|a6ff397efd1135aa00b0fa78abb5446d81bf8f44ccc692cbd02e84ee1ff076f44ad4279de6fd55c69402f71efa1b1c19038eac49Z/=„' dJSc6D߹j޾TPG94.nDQzWfj!v G\ YjX_ӅAz"%s0?]6-]_]m}{n } v#G:&J0й@Oe*K2 ՟Ap9zmR; U $v\w}bĴ-V2F| 85!%da3mp,#g-R8wS_9L>p>?d " L #,^ x?? .? ? ? ? 8?4?o??4(8 98:'JFG0?H,?I(?XhYx\?]?^5 bhcduezf}lu?v w?x?yz$48>ClibQt5Xml-devel5.9.4lp150.4.8Development files for the Qt5 XML libraryDevelopment files for the Qt5 XML library. (The module is not actively maintained anymore. Please use the QXmlStreamReader and QXmlStreamWriter classes in Qt Core instead.)Zcloud125)openSUSE Leap 15.0openSUSEGPL-3.0 or SUSE-LGPL-2.1-with-digia-exception-1.1https://bugs.opensuse.orgDevelopment/Libraries/X11https://www.qt.iolinuxx86_64(U= 5.5 on that distro version anymore- Update QMimeDatabase-use-QElapsedTimer.patch to latest version- Added QMimeDatabase-use-QElapsedTimer.patch: reduces the number of syscalls greatly, by avoiding the timezone conversion every time; massively improves kbuildsycoca5 speed- Fix the suse_version condition checks - treat Leap equally as 13.2 wrt which system libs shall be used- Add patches from upstream: 0001-Fix-QWidget-setWindowRole.patch 0002-xcb-Fix-getting-the-window-types-from-the-property-o.patch 0003-Fix-centering-dialogs.patch 0004-xcb-Set-_NET_WM_WINDOW_TYPE-from-a-single-place.patch 0005-Restore-documented-behavior-for-the-WA_X11NetWmWindo.patch 0006-xcb-set-SM_CLIENT_ID-property.patch- Update to 5.4.2 * Important Behavior Changes: - EXIF orientation is no longer applied to JPEG images on read. EXIF orientation on JPEG was introduced in 5.4.0, but due to a bug the most common EXIF-format (big-endian) was not working until 5.4.1. 5.4.2 restores the behavior of 5.4.0 and earlier for most EXIF-tagged JPEGs. EXIF orientation will be an opt-in starting with Qt 5.5. - On x86 and x86-64 systems with ELF binaries (especially Linux), due to a new optimization in GCC 5.x in combination with a recent version of GNU binutils, compiling Qt applications with -fPIE is no longer enough with GCC 5.x. Applications now need to be compiled with the -fPIC option if Qt's option "reduce relocations" is active. For backward compatibility only, Qt accepts the use of -fPIE for GCC 4.x versions. Note that Clang is known to generate incompatible code even with -fPIC if the -flto option is active. Applications using qmake or cmake >= 2.8.12 as their build system will adapt automatically. Applications using an older release of cmake in combination with GCC 5.x need to change their CMakeLists.txt to add Qt5Core_EXECUTABLE_COMPILE_FLAGS to CMAKE_CXX_FLAGS. In particular, applications using cmake >= 2.8.9 and < 2.8.11 will continue to build with the - fPIE option and invoke the special compatibility mode if using GCC 4.x. * Bugfix release, for more details please see: http://blog.qt.io/blog/2015/06/02/qt-5-4-2-released/ - Drop patches merged upstream: Call-ofono-nm-Registered-delayed-in-constructor-othe.patch Fix-Meta-shortcuts-on-XCB.patch Fix-upload-corruptions-when-server-closes-connection.patch Fixed-a-deadlock-when-the-lock-file-is-corrupted.patch Handle-SelectionWindowDestroy-in-QXcbClipboard.patch Make-qglobal.h-complain-if-you-use-fPIE.patch Make-sure-theres-a-scene-before-using-it.patch QSystemTrayIcon-handle-submenus-correctly.patch Require-fPIC-instead-of-just-fPIE-for-reduce-relocations.patch Try-to-ensure-that-fPIC-is-used-in-CMake-builds.patch Update-mouse-buttons-from-MotionNotify-events.patch fix-a-division-by-zero-when-processing-malformed-BMP-files.patch - Added cmake (Build)Requires to get autoprovides for all Qt modules- Added patches from upstream: Try-to-ensure-that-fPIC-is-used-in-CMake-builds.patch, Require-fPIC-instead-of-just-fPIE-for-reduce-relocations.patch and Make-qglobal.h-complain-if-you-use-fPIE.patch (qtbug#45755)- Add Fix-shortcuts-with-keypad-keys.patch (qtbug#20191,qtbug#33093,kde#344638)- Added patches from upstream: Fix-upload-corruptions-when-server-closes-connection.patch and Fixed-a-deadlock-when-the-lock-file-is-corrupted.patch (qtbug#44771)- Fixup previous change to also handle arguments in specs using %qmake5 - Also add QMAKE_LFLAGS to the macro- Added QMAKE_CXXFLAGS and QMAKE_CFLAGS to macro %qmake5.- Added patches from upstream: 0001-Speed-up-compose-file-parsing-in-the-X11-composition.patch 0002-Speed-up-application-startup-on-X11.patch and Fix-regression-in-compose-table-parsing.patch- Add cleaning of QMAKE_PRL_BUILD_DIR from prl files in %qmake5_install macro- Added fix-a-division-by-zero-when-processing-malformed-BMP-files.patch, CVE-2015-0295- Update to 5.4.1: * Important Behavior Changes: * Restored binary compatibility with Qt 5.3.2 on Windows when using MSVC 2012 or MSVC 2013. This means that Qt 5.4.1 is no longer binary compatible with Qt 5.4.0 when using either of those compilers. * [QTBUG-42594] OS X binary package: fixed incorrect linking to libraries in /opt/local/lib * Library: * QtCore: * [QTBUG-43893] Fixed memory leak in qSetMessagePattern * [QTBUG-43513] QXmlStreamReader: Correctly parse XML containing NUL bytes in the input stream * [QTBUG-43352] QTemporaryDirectory: Properly clean up in case of a failure * [QTBUG-43827] Fixed regression in QSortFilterProxyModel which crashed when sorting a tree model * QtGui: * [QTBUG-44273] Fixed misplacement of outlined text with native text rendering * [QTBUG-44147] Fixed VNC not working on some VNC servers * [QTBUG-43850] Fixed crash with multi-threaded font usage * [QTBUG-43850] Made the old harfbuzz fallback available at runtime * Improvements to the experimental high-dpi support * [QTBUG-43318] Better resolving of GLES3 functions to avoid issues when deploying on systems with GLES 2.0 only * QtWidgets: * [QTBUG-43830] Fixed crash in stylesheets when styling QProgressBar * [QTBUG-43663] QColorDialog: Don't lose focus while color picking * QtNetwork: * [QTBUG-43793] Fixed disconnections of QSSLSocket after starting encryption * QtSql: * [QTBUG-36211] qpsql: Added timezone support for datetime fields. * qodbc: Fixed converted string values on Microsoft SQL Server 2012 * [QTBUG-43874] QSqlQuery: Fixed failure of multiple execBatch() calls after a single prepare() call * QtPrintSupport: * [QTBUG-43124] Fixed QPrinter::{width,height} return values * Platform Specific Changes: * Linux/XCB: * [QTBUG-43436] Fixed regression when drag and drop to other applications * [QTBUG-43809] Turned off font hinting when doing high DPI scaling * [QTBUG-43743] Fixed constantly resizing bigger window when devicePixelRatio is greater than 1 * [QTBUG-43713] Fixed problems with multiple screens with different device pixel ratios regarding window mapping and font sizes. * [QTBUG-43688] Fixed physical DPI and size for rotated screens on X11 * [QTBUG-43049] Fixed grabKeyboard and grabMouse * [QTBUG-36862] Now sends a leave event to the other window when a popup shows which grabs the input * [QTBUG-41590] Turned off subpixel gamma-correction on XCB * Added support for SelectionClientClose in QXcbClipboard * Fixed -nograb and -dograb arguments * [QTBUG-43623] Fixed use after free * [QTBUG-43436] Fixed regression in DnD. Make sure to preserve the QDrag until all data has been received. * Tools: * configure & build system: * configure will now reject invalid -no-feature-* options. * pkg-config assisted libudev detection was fixed. * [QTBUG-43302][Android] The Android style is included when cross-building on Windows as well. * [QTBUG-43205][Unix] Fixed build D-Bus headers cannot be found. * qmake: * [QTBUG-39690][Windows] Fixed file separators in 'make clean'. * [QTBUG-40264][Unix] Fixed 'make distclean' for a dynamic library target. * [QTBUG-42678] 'make distclean' now removes .qmake.{stash|super}. * [QTBUG-43026][VS2010+] Fixed compilation of .rc files. * [QTBUG-43457][MSVC] Fixed QMAKE_TARGET.arch for amd64_x86 x-build. * INCLUDEPATH+=. is now unnecessary with all generators. * For more details please see: http://blog.qt.io/blog/2015/02/24/qt-5-4-1-released/ - Drop merged or obsolete patches: qmake-add-usr-include.diff, QTBUG41590.patch, Handle-SelectionClientClose-in-QXcbClipboard.patch, qimage_conversions.cpp-Fix-build-on-big-endian-syste.patch, Fix-use-after-free-bug.patch, fix-drag-and-drop-regression.patch, Fix-detection-of-GCC5.patch, Fix-typo-in-Qt5CoreMacroscmake.patch, Fix-physical-DPI-and-size-for-rotated-screens-on-X11.patch, X11-devicePixelRatio-screen-mapping-fix.patch, Multi-screen-DPI-support-for-X11.patch and xcb-Dont-return-0-from-QXcbKeyboard-possibleKeys.patch - Added Handle-SelectionWindowDestroy-in-QXcbClipboard.patch and Call-ofono-nm-Registered-delayed-in-constructor-othe.patch from upstrean - Make sure each lib requires equal version of other qtbase libs it needs (added filtering for shlib-fixed-dependency to rpmlintrc accordingly)- Added patches from upstream: Fix-Meta-shortcuts-on-XCB.patch (qtbug#43572), Fix-detection-of-GCC5.patch, Fix-physical-DPI-and-size-for-rotated-screens-on-X11.patch (qtbug#43688), Fix-typo-in-Qt5CoreMacroscmake.patch, Make-sure-theres-a-scene-before-using-it.patch (qtbug#44509), Multi-screen-DPI-support-for-X11.patch (qtbug#43713), QSystemTrayIcon-handle-submenus-correctly.patch, Update-mouse-buttons-from-MotionNotify-events.patch (qtbug#32609, qtbug#35065, qtbug#43776, qtbug#44166, qtbug#44231), X11-devicePixelRatio-screen-mapping-fix.patch (qtbug#43713) and xcb-Dont-return-0-from-QXcbKeyboard-possibleKeys.patch (qtcreatorbug#9589)- Fixed qt_instdate generation, so the Qt5Core library doesn't have DATE embedded - Drop fdupes usage as it provides unpredictable results, and fools build-compare - Add libqt5-qtbase-rpmlintrc due to duplicates waste warnings: we rather have a few bytes more than to republish same binaries due to fdupes - Added make-qdbusxml2cpp-output-reproducible.patch: don't include date/time in the generated include guards; prevents unnecessary rebuilds - Added fix-drag-and-drop-regression.patch from upstream, fixes QTBUG-43436- Added Fix-use-after-free-bug.patch from upstream (qtbug#43623, boo#870151)- qimage_conversions.cpp-Fix-build-on-big-endian-syste.patch: Fix build on big endian systems- Don't override the shlib generator, but split gtk platformtheme into platformtheme-gtk2 subpackage, the former approach is creating problems with other dependant packages- Update to 5.4 Final * For more details please see: http://blog.qt.digia.com/blog/2014/12/10/qt-5-4-released/ and http://qt-project.org/wiki/New-Features-in-Qt-5.4 - Added Handle-SelectionClientClose-in-QXcbClipboard.patch, kde#329174- Update to 5.4 RC * For more details please see: http://blog.qt.digia.com/blog/2014/11/27/qt-5-4-release-candidate-available/ and http://qt-project.org/wiki/New-Features-in-Qt-5.4 - New libQt5PlatformHeaders-devel subpackage - Use one global define for gles on arm and aarch - (Build)Require Mesa-libGLESv3-devel when building with gles - Use system harfbuzz on 13.2 and newer - Filter out requires obtained by dependency generators. gtk platformtheme now won't pull in gtk libraries, so users can have a gtk-free envirement if wanted. Those DE's that do need that platformplugin will already have gtk present - Drop patches merged upstream: 0001-Add-QFont-strategy-to-disable-subpixel-antialiasing.patch 0001-Allow-panels-outside-of-availableGeometry.patch 0001-QFileDialog-emit-urlsSelected-urlSelected-in-accept.patch 0001-QKdeTheme-use-system-wide-kdeglobals-as-a-fallback.patch 00010-Replace-the-const-QString-global-static-with-a-QStri.patch 00011-Use-correct-signal-name-when-disconnecting.patch 0002-Always-lock-the-DBus-dispatcher-before-dbus_connecti.patch 0002-Move-SubpixelAntialiasingType-from-QFontEngineFT-to-.patch 0002-QUrl-fromLocalFile-QString-should-lead-to-an-empty-U.patch 0003-QDBusConnection-Merge-the-dispatch-and-the-watch-and.patch 0003-QFileDialog-turn-workingDirectory-into-a-QUrl.patch 0003-Support-autohint-and-lcdfilter-fontconfig-configurat.patch 0004-GTK2-theme-should-use-GTK-configured-font-variant.patch 0004-Partially-revert-Fix-a-deadlock-introduced-by-the-ra.patch 0004-QFileDialog-implement-getOpenFileUrl-and-friends-for.patch f1ee10f81ac18789e9a7dc715b464415ba2bc2b8.patch libqt5-add-support-for-byte-swapping.patch libqt5-byte-order-byte-is-address0.patch- Update QTBUG41590.patch for commit that was pushed upstream- Added patches from upstream: 0001-Allow-panels-outside-of-availableGeometry.patch (kde#339846) and 0002-Always-lock-the-DBus-dispatcher-before-dbus_connecti.patch, 0003-QDBusConnection-Merge-the-dispatch-and-the-watch-and.patch, 0004-Partially-revert-Fix-a-deadlock-introduced-by-the-ra.patch, for QTBUG#42189- Don't install CMake files for plugins, they are useful only for bundled Qt builds - Downgrade sql-plugins from libQt5Sql-devel's requires to suggests - Added QTBUG41590.patch, improve font rendering (QTBUG41590,QTBUG40971)- Added 0001-QFileDialog-emit-urlsSelected-urlSelected-in-accept.patch, 0002-QUrl-fromLocalFile-QString-should-lead-to-an-empty-U.patch, 0003-QFileDialog-turn-workingDirectory-into-a-QUrl.patch and 0004-QFileDialog-implement-getOpenFileUrl-and-friends-for.patch from upstream to improve QFileDialog behaviour with both local and remote URL's - Added 0001-QKdeTheme-use-system-wide-kdeglobals-as-a-fallback.patch: QTBUG-36184 - Added 0001-Add-QFont-strategy-to-disable-subpixel-antialiasing.patch, 0002-Move-SubpixelAntialiasingType-from-QFontEngineFT-to-.patch, 0003-Support-autohint-and-lcdfilter-fontconfig-configurat.patch and 0004-GTK2-theme-should-use-GTK-configured-font-variant.patch QTBUG-40396, QTBUG-32254, QTBUG-39643- Add libqt5-do-not-use-shm-if-display-name-doesnt-look-local.patch from Michal Srb, bnc#888858 * additional check the display name before use SHM, this patch is equivalent to what has been did in Qt4: https://qt.gitorious.org/qt/qt/source/6a7f06d70e1267d3d995a3c863ba8f748d45e531:src/gui/kernel/qapplication_x11.cpp#L1986- Build without sse2 instructions by default for %ix86 architecture, and rebuild QtCore and QtuGui modules with sse2 (they are installed to %_libdir/sse2 (bnc#897758)- Update to 5.3.2 final * No changes since previous snapshot * Use official tars- Update to 5.3.2~git20140904 (r05670f5): * Tip of the bugfix 5.3.2 branch: * Recreate child windows when changing screens * QCoreTextFontDatabase: Remove number type asserts. * QGLXContext survives screen removal * CoreWLan: terminate scan thread in QCoreWlanEngine destructor * Also print the class name in the QObject::killTimer error msg * Initialize textureId in platform backing store * Doc: corrected autolink errors corelib io * Avoid crash if querying device that has gone away * Doc: corrected autolink errors Qjsonvalue * Network: Fix NTLM (SSPI) with HTTP and HTTPS proxies * remove always ask option. * Fix handling QT_IM_MODULE=none * xcb: use keyboard event source window to determine auto-repeat valuen * Fix invalid memcpy(dst, src) calls where dst == src * Fix several regressions in font selection * Detect wrongly labelled wheel buttons * Make QWindowContainer handle drag'n'drop * Resize correctly on orientation change. * Use correct size in fullscreen mode * Properly null-terminate ifreq::irf_name * fingerpaint example: be sensitive to pressure only when supported * Fix a memory leak in QFseventsFileSystemWatcherEngine * Do not set QMAKE_{INC,LIB}DIR_{OPENGL,X11} in the freebsd mkspecs. * refactor disconnectFromFtp to remove cached entries when necessary * Remove reference to gdb_dwarf_index from the freebsd-clang mkspec. * Fix mistake in function extraTryFontsForFamily * Fix rendering of fonts matched based on stretch * Fix x86/32-bit build when using an old version of gcc * Fix selection of fonts based on styleName * QFusionStyle paints sliders outside of clip * Set iMX device specific compiler flags to QMAKE_CFLAGS * Fix QPainter::drawPolyline() painting errors with cosmetic pen * Let QImage::mirrored() retain dots-per-meter settings * Make sure we don't cache old file sizes prior to new writes * Correct the SYNC hint for the release barrier * Fix QT_NO_REGULAREXPRESSION build * Fix QT_NO_ANIMATION build * Fix build with QT_NO_MDIAREA * Show the correct cursor for QLineEdit's side buttons. * Fix disconnect()ing from signals declared in a base class * Fix rendering alpha-blended text which needs to be clipped at the top. * Fix build due to missing include when using a minimal config. * Fix build with QT_NO_DRAGANDDROP * Font Database: Add support for private, system UI font families * Apply upstream patch r1498 to our PCRE copy * Apply upstream patch r1495 to our PCRE copy * Initialize member. * Document missing QLatin1String methods * network tests: add manual test for auth / proxy auth * Uncomment some tests which accidently got commented * Both HiQualAA and normal AA should mean antialiasing in rasterengine. * Check if Start/EndPage returns non-positive value when error checking * GTK file dialog: pre-fill the filename if given to a Save dialog * QFileDialog docs: remove misleading sentence about static functions * Doc: Placed Qt OpenGL class convention in code block. * Undo: Fix state entry bug for parallel state groups * Do not add QOffscreenSurface windows to the global list * tst_QHash: check which of several equal keys is inserted * OpenGL: destroy QGLContext allocated by QGLContext::fromOpenGLContext * tst_QSet: check which of several equal elements is inserted * fix paths in installed qtmain.prl * add /ENTRY:main only for target builds * avoid that CROSS_COMPILE affects host builds * Add missing power button keycode to keymap * Android: export ANDROID_SDK_BUILD_TOOLS_REVISION. * cocoa: Fix compiler warnings about unused functions. * Propagate swapInterval to QGLFormat * Fix double clicks in eglfs * Work around ICC bug in local static symbols for Q_GLOBAL_STATIC * QCoreTextFontDatabase: Fix font weight value when populating a family * Don't convert signed to unsigned when we need all 32bit * Fix compilation if EC is disabled in OpenSSL * Fix warning message when re-setting text on tooltip * Improve dbus cross compilation * Fix buffer overrun error with some proxy servers * QNAM: Fix CPU load for limited upload QIODevice * qmake: Document the "aux" template type. * Use the stateless UTF-8 encoder in QStringRef::toUtf8 * Doc: corrected autolink errors in qnamespace.qdoc * QPixmap::fromImage() should detach when changing QImage format * generate QGL header file from qgl.h * Ensure transient parents are top level widgets. * Added stream version into network cache file format * make QtWidgets claim style plugins * CMake: Don't check the existence of GL files in the Qt5Gui package. * QSplitter: Exclude top level widgets from child event handling. * Doc: Hide QTextInlineObject constructor from the documentation * Work around ICC bug in brace initializations containing constexpr * Doc: edited qtxml.qdocconf * xcb: QTabletEvents and proximity events correctly identify the tool * Fixed wrong function name in a file snippet * XCB: Enable loading of the Qt::DragLinkCursor * Fix fallbacks for adapted common script * Fix fallbacks for adapted common script * QSslCertificate: blacklist NIC certificates from India * Doc: moved saxbookmarks example files * tst_qdir: Move QFINDTESTDATA() from init() to constructor. * Doc: moved streambookmarks example files * Don't assert when HB-old is unable to deal with surrogates * REG: Fix nbsp in QTextLayout * Support getting test data from qrc * Document QApplication::cursorFlashTime() can return -1 * Fix for code snippet in commandlineparser documentation * Doc: removed trolltech.com from namespace in manual qdocconf file. * Fix typo in QGraphicsView documentation. * Fix QTimer with negative interval in QWidgetLineControl::setCursorBlinkPeriod * Attempt to work with Visual Studio in -Za (strict ANSI) mode * Improve QListWidget documentation. * Fix debug output of QTouchEvent. * Doc: fix a link in QAbstractOpenGLFunctions documentation * Accessibility Linux: Fix crashes when accessing invalid functions * move loading of testability driver from QApplication to QGuiApplication * QPdf::addImage(): avoid a QImage detach when it's in an acceptable Format * Make QDom/QXmlSimpleReader reentrant. * Move QXmlReaderPrivate to private header. * Mac: Don't register for Pan Gestures. * Add opt-out environment variable for @2x images * Listen to touch events on the master device instead of slave. * add support for device linux-arm-hisilicon-hix5hd2-g++ * Make tst_QLocale::macDefaultLocale() more robust * Fix some tst_qwidget test cases * xcb: make sure to update window title when it is changed * Skip unstable autotests in QtBase. * Empty icons and Cocoa menu items. * Address Book example: Fix QTableView column sorting * QOpenGLTexture: fix the feature test for Buffer Textures * qDebug: fix data race in qt_message_print * [bcm97425] Fix parameter issue in platformDestroy hook * Doc: Various \note fixes in Qt namespace documentation. * Fix QFileInfoGatherer threading issue * Doc: Fix typo in QScopedValueRollback * Fix pixel noise in X11 systray icons that are not 22x22 * Don't compare the target methods for SlotObject connections * qtoolbar: add missing header on OSX. * Remove bogus nullptr check for reference * Support MIPS atomic on pre-MIPS32 architectures * Enable sparc detection. * Remove -Wcast-align from QMAKE_CXXFLAGS. * Create the 64 bits version strings for MIPS, SPARC and S390 * Add a comment stating QMutex::isRecursive should be made const in Qt6 * Fix QMutex documentation saying some function are static while they are not * Delete qml_plugin_import.cpp file only during distclean * WinRT: no read-only paths in QStandardpaths::writableLocation * Fix compilation on Windows without precompiled headers * QColorDialog: Do not update custom/standard color cells while picking. * Fix -Werror compilation on big-endian * CMake: Allow modules to specify the location of tests. * Mark behavior of QFileInfo::absoluteFilePath as undefined in corner cases * Translate Super/Hyper keys to MetaModifier * Fix logging file location docs * CMake: Report an error if unit tests are not found for a module. * Fix QRingBuffer::readPointerAtPosition() * Make the fetchAndAddRelaxed function a member template * Doc: qInstallMessageHandler cannot return 0. * GIF decoding: do not seek() if the image is loaded over the network * network internals: do not try to cache a deleted entry * Fix memory leaks in QFseventsFileSystemWatcherEngine * Simplify mirroring code and add tests for non-aliged 1 bit images * Add that the corner settings are saved/restored with the state * Correct grammar of missing Q_OBJECT macro warning. * Doc: Fix docs for QFontMetrics::height() to match code * Fix installation of private headers generated by wayland-scanner * add buildsystem/qmake changelog * CMake: Load plugin files unconditionally if present. * QIcon: Prefer high-quality images of Windows .ico files. * tst_qicon: Resolve all files using QFINDTESTDATA(). * Move most of the QLibraryPrivate initialization to its constructor * QComboBox: update focus policy when setting a new line edit * QDBus: fix data race on isDebugging bool * When filling the path it should use the painter's pen not the state's * Fix data race on QLoggingCategory when using qDebug from multiple threads * Remove the use of QT_STATIC_CONST in QtSql * Fix compilation with /Zc:strictStrings * Correct QImage::fill(uint) on RGBA8888 formats * XCB: Fix leak with touch devices * pass a pointer instead of a reference to initFrom() * Properly check which OpenGL features are supported * Do not overwrite existing event mask of root window * Remove the widget from the stylesheet cache before polishing * QDnsLookup: Fix build with uClibc * Remove unused define XCB_USE_IBUS. * Attempt to fix intel compiler build error. * Use QModelIndex to get the data from underlying model * QGuiApplication: Document -plugin command line argument. * Fix compilation in under -no-c++11 mode * Fix compilation with the Intel compiler on certain systems - Drop patches merged upstream: 0001-Do-not-overwrite-existing-event-mask-of-root-window.patch, 0002-Properly-check-which-OpenGL-features-are-supported.patch, 0003-Fix-data-race-on-QLoggingCategory-when-using-qDebug-.patch, 0004-QDBus-fix-data-race-on-isDebugging-bool.patch, 0005-Translate-Super-Hyper-keys-to-MetaModifier.patch, libqt5-avoid-crash-during-querying-device.patch, libqt5-fix-leak-with-touch-devices-in-xcb.patch and libqt5-listen-to-touch-events-on-the-master-device.patch - Added protect-geometry-QTBUG-40584.patch, to workaround QTBUG-40584, so widget geometry is preserved - Reorder patches- Added upstream patches for bnc#890168 * libqt5-fix-leak-with-touch-devices-in-xcb.patch, QTBUG-39596 * * fixed a leak what did not free m_touchDevices. * libqt5-listen-to-touch-events-on-the-master-device.patch, QTBUG-38625 * * listen to touch events on the master device instead of slave, was also affects by fdo#78345 * libqt5-avoid-crash-during-querying-device.patch, QTBUG-40820 * * avoid crashes if querying device that has gone away- Added 00010-Replace-the-const-QString-global-static-with-a-QStri.patch, fixes segfaulting in global destructor, for more details see: http://mail.kde.org/pipermail/kde-frameworks-devel/2014-June/017086.html - Added 00011-Use-correct-signal-name-when-disconnecting.patch, fixes crash on QtDBus unload- Update to 5.3.1 * Bugfix release, for more details please see: http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/ - Drop libqt5-fix-the-modal-dialogs-can-go-behind.patch, merged upstream - Added patches from upstream: 0001-Do-not-overwrite-existing-event-mask-of-root-window.patch -- QTBUG-39648 0002-Properly-check-which-OpenGL-features-are-supported.patch -- QTBUG-39730 0003-Fix-data-race-on-QLoggingCategory-when-using-qDebug-.patch -- Fix data race on QLoggingCategory 0004-QDBus-fix-data-race-on-isDebugging-bool.patch -- fix data race on isDebugging bool 0005-Translate-Super-Hyper-keys-to-MetaModifier.patch -- QTBUG-38428- Improve baselibs - Improve situation with rpmlints duplicates warnings - Make private headers noarch- Build with pkgconfig(libudev), not pkgconfig(udev)- Fix the modal dialogs can go behind other process windows (QTBUG-35302) * libqt5-fix-the-modal-dialogs-can-go-behind.patch- Fix broken Gujarati rendering (bnc#878292): libqt5-Fix-Gujarati-font.patch- Only enable reducing relocations on x86 and x86_64 arches; fixes build for arm, ppc, etc (QTBUG-36129)- Update to 5.3.0 final * Minor bugfixes over previous RC- Disable logging to journald for now, as it creates significant performance penalty - Don't pass /usr/include to qmake, not needed- Update to 5.3.0 RC * For more details, please see http://blog.qt.digia.com/blog/2014/05/08/qt-5-3-release-candidate-available/ and http://qt-project.org/wiki/New-Features-in-Qt-5.3 - Drop libqt5-add-better-support-for-keymap-update-handling.patch, libqt5-fix-build-failure-xcb.patch, libqt5-fix-regression-in-key-handling.patch, libqt5-improve-keymap-error-handling.patch and libqt5-update-bundled-libxkbcommon-version-to-041.patch; merged upstream- Add support for byte swapping, bnc#866709 * Add libqt5-add-support-for-byte-swapping.patch * Add libqt5-byte-order-byte-is-address0.patch - Fix keyboard remapping not applied on Qt5, bnc#866051 * Add backported libqt5-add-better-support-for-keymap-update-handling.patch * Add backported libqt5-improve-keymap-error-handling.patch * Add backported libqt5-fix-build-failure-xcb.patch * Add backported libqt5-update-bundled-libxkbcommon-version-to-041.patch * Add backported libqt5-fix-regression-in-key-handling.patch- The no-neon switch no longer exists with 5.3, so drop it: fixes build on arm/aarch64- Update to 5.3.0 beta * New feature release, please see http://blog.qt.digia.com/blog/2014/03/25/qt-5-3-beta-released/ and http://qt-project.org/wiki/New-Features-in-Qt-5.3 - Drop qtbase-qatomic-ppc.patch, merged upstream - Added f1ee10f81ac18789e9a7dc715b464415ba2bc2b8.patch: prefer QPA implementation in qsystemtrayicon_x11 if available - Added pkgconfig(libsystemd-journal) BuildRequires and activate journald support - Added pkgconfig(xkbcommon-x11) BuildRequires with 13.2+: it's now needed for full xkb support, for lower version added xkeyboard-config BuildRequires - Ommit QMAKE_STRIP flags in mkspecs/common/linux.conf, otherwise no debuginfo is generated for packages which use qmake buildsystem - Droped passing of -javascript-jit, as per upstream changes - Rebase libqt5-libtool-nodate.diff for this release- Added use-freetype-default.patch: allow using lcd-default filter regardless of how freetype2 library has been built (w/ & w/o subpixel) - Build examples (added examples subpackage) - Make sure that Qt5Gui devel package requires libdrm-devel, as it references it's includes in CMake config- Fix wrong libQt5OpenGLExtensions-devel-static requires: pkgconfig(GL) -> pkgconfig(gl)- Enable jit only on supported archs- Update LICENSE files to %doc- Update to 5.2.1: * For more details please see: http://blog.qt.digia.com/blog/2014/02/05/qt-5-2-1-released/ - Split out (private) devel packages for each library. Also added common-devel package, which contains mkspecs, and basic binaries (e.g. moc, qmake, rcc, syncqt and uic) - Only create qt5 symlinks for binaries which conflict with Qt4 version - Remove libtool archives from packages - Apply conditionals for %arm also for aarch64 - Removed unneeded or upstreamed patches: * 0001-Remove-the-GLES-2-dependency-for-eglfs-and-kms.patch * 0002-Fix-configure-script-to-not-dictate-OpenGL-ES-2-when.patch * 0003-EGL-convenience-deal-with-DefaultRenderableType-when.patch * 0004-Do-not-disable-egl-on-desktop-gl-automatically.patch * qt-never-strip.diff * qtbase-opensource-src-5.1.1-bigendian.patch - modified patches: * qmake-add-usr-include.diff- Explicitly (Build)Require pkgconfig(harfbuzz) for 13.1+ - Explicitly activate system-harfbuzz, system-freetype and fontconfig options - Drop clucene-core-devel and giflib-devel Build(Requires): unused - Drop pkgconfig(atspi-2) (Build)Requires: external libatspi2 is not used during build time (see qtbase commit 4c1c820)- Do not force -javascript-jit on ppc platforms that do not support it.- Update to 5.2.0 final: * For more details please see: http://blog.qt.digia.com/blog/2013/12/12/qt-5-2-released-the-best-qt-yet/ http://qt-project.org/qt5/qt52 http://qt.digia.com/Product/Whats-New/Qt-52/- Import patches from upstream which make possible to build EGL support without requiring GLES2: 0001-Remove-the-GLES-2-dependency-for-eglfs-and-kms.patch 0002-Fix-configure-script-to-not-dictate-OpenGL-ES-2-when.patch 0003-EGL-convenience-deal-with-DefaultRenderableType-when.patch 0004-Do-not-disable-egl-on-desktop-gl-automatically.patch - Enable EGL support by adding (Build)Requiring pkgconfig(egl)- Update to 5.2 rc1 * New feature release, please see http://blog.qt.digia.com/blog/2013/11/29/qt-5-2-release-candidate-1-available/ and http://qt-project.org/wiki/New-Features-in-Qt-5.2 - Droped xcb_193.patch, included in this release - Drop gstreamer-0_10-plugins-base-devel BuildRequires, nothing in qtbase uses gstreamer, and config tests where false positive before - Temporary disable qt-never-strip.diff, we can use configure flags for no-strip- Added xcb_193.patch from upstream, for resolving SiC and BiC change in xcb 1.9.2/3 (fdo#71502,fdo#71507,qtbug#34748)- Fix translations macro- gstreamer-0_10-plugins-base-devel are not required for devel subpackage, so remove the Requires- Update to 5.2 beta1 * New feature release, please see http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/ and http://qt-project.org/wiki/New-Features-in-Qt-5.2 - Change obsoletes of new library and sql plugins packages- Added qtbase-opensource-src-5.1.1-bigendian.patch, also needed for building on PowerPC, otherwise fromWordToBytes is left undeclared- Added qtbase-qatomic-ppc.patch, fixes PowerPC build- Further split libqt5-qtbase package to libQt5Concurrent5, libQt5Core5, libQt5DBus5, libQt5Network5, libQt5Xml5, libQt5PrintSupport5 and libQt5OpenGL5 - Rename sql plugin subpackages for more consistent naming with the rest of libraries - Apply the same solution as with Qt4 with regards to rebuilds: don't use current build date, but rather last changes date- Add convenient macros for packages building against Qt5: %_libqt5_qmake, %qmake5, %make_jobs and %qmake5_install- Added missing pkgconfig(xkbcommon) BuildRequires - Drop checks for older openSUSE versions - Enable GL ES and kms only on arm for now- enable support for opengl es2 and kms- Update to version 5.1.1: * Bugfix release, please see http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/ http://qt.gitorious.org/qt/qtbase/blobs/release/dist/changes-5.1.1 and http://qt-project.org/wiki/Qt511KnownIssues for known issues - Small spec cleanup - Explicitly activate desktop openGL, and only BuildRequire pkgconfig(gl) so whole Mesa stack isn't pulled- Adjust packaging naming conform Factory standards- Allow co-existance of Qt5 and Qt4: * Install headers in %_includedir/qt5 * Install binaries in %_libdir/qt5/bin, create symlinks with -qt5 suffixes in %_libdir/qt5/bin and %_bindir - Spec cleanup: * Removed checks for obsolete opensuse versions - Add new macros.qt5, which should be utilized for other Qt5 modules - Added baselibs.conf- update to Qt 5.1 release- update to Qt 5.1 RC 1- update to Qt 5.1 Beta 1- update to Qt 5.1 Alpha 1- update to Qt 5.0.2 RC1- update to Qt 5.0.1- update to Qt 5.0 release- update to Qt 5.0 Release Candidate 2- update to Qt 5.0 Release Candidate 1- update to Qt 5.0 Beta 2- update to Qt 5.0 Beta 1 release- update to newer Alpha snapshot / Beta candidate- rework package splitting for Qt 5 modularization- Initial packaging (Qt 5.0 Alpha)cloud125 1526126290  !"#$%&'()*+,-./0123456789:;<=>?5.9.45.9.4-lp150.4.85.9.4-lp150.4.85.9.4 QtXml5.9.4QtXmlprivateqtxml-config_p.hqxml_p.hQDomAttrQDomCDATASectionQDomCharacterDataQDomCommentQDomDocumentQDomDocumentFragmentQDomDocumentTypeQDomElementQDomEntityQDomEntityReferenceQDomImplementationQDomNamedNodeMapQDomNodeQDomNodeListQDomNotationQDomProcessingInstructionQDomTextQXmlAttributesQXmlContentHandlerQXmlDTDHandlerQXmlDeclHandlerQXmlDefaultHandlerQXmlEntityResolverQXmlErrorHandlerQXmlInputSourceQXmlLexicalHandlerQXmlLocatorQXmlNamespaceSupportQXmlParseExceptionQXmlReaderQXmlSimpleReaderQtXmlQtXmlDependsQtXmlVersionqdom.hqtxml-config.hqtxmlglobal.hqtxmlversion.hqxml.hQt5XmlQt5XmlConfig.cmakeQt5XmlConfigVersion.cmakelibQt5Xml.prllibQt5Xml.soQt5Xml.pclibQt5Xml-develLGPL_EXCEPTION.txtLICENSE.FDLLICENSE.GPL2LICENSE.GPL3LICENSE.GPL3-EXCEPTLICENSE.GPLv3LICENSE.LGPL3LICENSE.LGPLv21LICENSE.LGPLv3LICENSE.PREVIEW.COMMERCIALconfig_help.txt/usr/include/qt5//usr/include/qt5/QtXml//usr/include/qt5/QtXml/5.9.4//usr/include/qt5/QtXml/5.9.4/QtXml//usr/include/qt5/QtXml/5.9.4/QtXml/private//usr/lib64/cmake//usr/lib64/cmake/Qt5Xml//usr/lib64//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libQt5Xml-devel/-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.0/standard/ef24c391293f526554859fee82d8938c-libqt5-qtbasecpioxz5x86_64-suse-linuxdirectoryemptyC++ source, ASCII textC source, ASCII textASCII textASCII text, with very long linespkgconfig fileUTF-8 Unicode textPPRReV݉`5k9M+nrPsӕA83O_hp_0W-E \L2NaSytQDYuI ƭ&ݠLba*WGD qjؕ JL0;y$e*ȍw]{1<VFcVFH:.4K:(ӄqIKέ*'h䦒 Bkhm zZ5FƜ\^rsM5+ n\:Fҏ! ȑ:&peMuEʅg,Z"_({p|p~&0Yt0 nĹW; D߀G[Wѣ΂ rMZI2t@CS1bpnж|Wٱqyo5Pbm;ڱ7Hx4[f'rP27{ңQc23x^b{㑩qS! b.7 cSEfԜS-6\0UJIe/rNvV[sPʵ9n!9-@eN?Emk8m;9cԫ)$d{ʘ=ܤᵺ09LvvF|0j3Zbq7p3` į%ɓ޽6p gP]I6Q._9qjՌ4µz`P_pUBN|Dӥl&eXTWC^Бvy_7k+팺^ πISi`)"j+/FZǦ(e]삪J0FeqD7>bkOD@|_#vOb8W0sU 0P5DNɉ[&AaFn, F%o-Ȇ$YVo`E5qza"Y}ڇ^+R!¸iR5l9+8Gg%ܬEy\nƧ[f{QHs>ZΉ/}o tVL>BuEK+O%ƥr[Ng$P_&/Ok ;u4ķbwD.Ěl&X.qm]1S]U&!9 Fo7{5th'd=j.qsU QG7ɿd+µovM><\b^tܜc-=j6r 7PZ<^%Hw*#׼ LZ[S"ᥱ%Ҧ9sv5x=*RN{+-5| nc|MY:whXbmuizFR|=z2 u27qS"aY[kCK  6ǃCX Â3h 6pQ`R DRYl(qgI"3hM( xXB`¢WO2meq҇(/5Bu0q[o^ЖWt$ߍ,XWTK j7%Հ88SCh!E< NVa'6ջ9/*O#5b8O?1Τ9tKiCIwAgp|_ [,Q"B|KAE:joR +1v&rv* y$x&F dTˤi {&[~Y1%w%f~0n A[ZnbذEkO'*>'3˨HU3jדW5:u頶oބn\"DZxlY*с-xo0K('=%ᨍ:+y(NMKW (|Akx>gI)?y۱&wYlKa޸}ds^p«qr8qN)b:.+;.Qݯ"C$^2B?EfM;&mԞ&l`~ ;zO.Q ״a/  &Jz'̋QҜom92i` q%.LkDb⎦pYPRr]j{( G0܎OS<nFuBe?F/LHHa?(pLɶ(%g~c&"5ą-iR߯GgR*/ \]@& ;q ~9I3Wo5Rv8"Xtcp,k"Qoxa4{FIЫۏnLt-wN+6prHP=PiCrrI*B1(aL@Y|xoux]֔hjQ2BM|Z/ĮBAO>j^xMR=sBN}Bi X4ԽgPN910Σ;I@QR .;?Vna|2'SbH::o2_ѲT "IAe-칷" #-&ģ# =zl<߽~v.TCge 7:̙KBYa8.f*mSFB]ki +Ν,K*b4eX?W0;oKWp1Б* 5CN>708 uw:='0|~ tl;3ar38^?שY"i֤2[6=?O,(JldpPTdU&Nm,פ|5s`Fb̥'̲nX!7(%C>~^=!]QX|0M^< 1G*wRNԮp=  e5SYJihl8ջyGE7AZ7#27ׅFОcSO~{^EcH}6p˦3']%Gx-՞Ic! Řb7[{Zz,5R3sx~Y0czY=A NGk 7LYS-גwԋpudUja 8j)+ZČk5w`27QS Q`#͵}=rQh(ZuϾw&UN~ G-D6 5!a帏#Ċ)erTcluwNUT}Y'*y^Ha2oI,?uM CF#l}csaAZ|شJPH܇(s:ƂqoUCFU'jУʖT32f0S:ydb}\OHkƩ,Ю_3V| _u}ޜ/b\('`ٿ65jGֻE_@['! K0nd$[]n c9h9A]V V9e&DJ +pOcRJ/듶7R6ǫ}Ķ xy@O7sƦ;Z=8ưHIg} Y͇)֥P i~?V@Gan6^CD;33xID r`ZM88Jucᡆ^UJ"KINN@*ϲm\[3 *((s(6COVcEy8^:w2kAU_/UGG&o7^iV(#PKZm<ؗo0LTk㻦4$byB"YmWP7{L$@8dz71>t 57oCA$АCۋ@~վm}=H4ƭx{Ӳu"TJN3_hawfE\4e?c}EE6+r>qZYR ^ZŊdt)]"g5dO5 . ,?]Lx)*}fj+_.py3beS$'yf-"*KXdT)п{ײux `#t4I=vܣ;9VձBVI7S]sr*lR 02Her[I/1;g#E-7ĵ4G{5ԺiK' ?|?̸A$˂ao+oGR>qx֌u?_u=s=^S׾lئx'rjh1YA JwX>\ apτl﹁|xABNL+KҴǷqYNn8"5Vw`W@^7\O*uG%>L'8@0˫MeW $'=YOpT~*!uU[ 4/o`Ss?>iW:"'o(<'86%~Ɓ}* 5 I48ˢS]†OD2<OKg˅^3ɸv$3T)@X h3|*={akA ;C 4! UFj.-z8T8i _-bG3`־`է#4V8`;|PX%i4ƆJ{?2ix͘i5UsMO.(~AFQV 2 IӋ؄~s|磅O|KԸtfR >'iXѫ"zzh竪J|ԍ,`2~K]^( jED=ߣD}1~y J"ݜdUj-S l",~ gX>?Gigelܞđos%v!PFu}Ѳ~%Zc:@4KFɞz2TÎ@iȡct '\+S~^ **^B6Ig9$qciSת=눦'r8L+~0 \Ug(Y@%oE^wd GծroRӃx(}(("ŧ?|%3XUt.e2-<.ϓp'ag" o|g~d*r+p*Қ]ۑՉ,Wӑ=]+B!qc`%!KSl^Uc))+%#M_-c0ݡ*K)Qw\e#ތo`{ߋcQ}\.4?o0)^M=Sf4z;GlnhjMMD89h]OOc]1% ?"J(fdm^%@>ُ!؂I#'!n8ToOBk}l]u|JHh0}"6Սl `K@?Nض29Q~GqÉ%h\l''w*9:V S`煜0aNAdf]_&i qhnp{;I]ߕ6OWii"i=+27;%{Gn{m#0mkIlㄟ'M <*Ȗ.쑧'ӝ[M@ž')E{bn;qqOJ0Oo89|eձbRT;JG #w@KiaWΏZ44 JO>4杷-ΫDՓQSMdt ZJ r@DS` \TbD; Eʳ?NP\ ls) CI%;=+gmģw|`C?'f53-+Mr`W4.s񾂂]C4o0~B7(=O%E] a+XٝDsUx <\GhYܒMذKmĕI}0]嘮g}FB|irhTg*+|A8U>HBxT\K% |}SإUN5~]$*i+LJOs42X4DxIajbqvNHDX!Uc-Mj\o=TNKqXnרV)56@08c4zhs˦h9&Aю~/m7T6|ޜUqQ WSÐY3*bXƒHl:0>?@k=Pp ֤?(" S2.YVi" h0d@FS"zl=TaVu{ёZTæA#l@{PHQg[~,z(B+Rv F-b|y>>=p[@Kcv]F6z5mJ0s]0yB6ؼwf& {ԛ8lsp5%D*Ջ;U@hE82oxY.}zqE#ft~Zwʡ(XPyY#Z8BXjM]KJLVe)tLA4G>$.BbS~ْɚԞz/hY&#k2y`;IhkrwYӯss|sjL R(\g6(6~k|e WI,!gTdn=CXx/_ޗFXxr K7Wak H9̕ƉCk \_C٪0Ïs=hc-e3;.&17Ӎ0LAծW>NRePkVՈU5px. x`C,.D}^Ïw*ٍʜ*&' \64H3ibWAm7l=Zbպȿjg*ʙOrv:,|CcNVYs {qJ$=~zS|16seAnR({%Yv)=|f|/r6h[QXmO(#24 '7 d Mp5N zWtY9%k&F,8>g')"nuupItCxXF[$S k{8u#4p֗66r% ᧽$Q1ǡfoWx  FutI϶GnaǓ[ kvq.n/ LН5eE59PܯCp=_FDi~ ~pq:)(eeQ 5o(VU&=KH8x+@pλ?tUM/gk5k@̢b-$.rvMv4 0^C q>}Kki*ȽG~yGLyy,'CqWS>k{.jb=O9 a;昖`1ʬr,bXDey60ovn~a!|<$VfSbMn⌫Ce>^ זp Sl-$F%LC@2:,FD][HYIU=Ϸ7Dbd77`+#[_zE^$vLQr˚e(PBDHfZ0`"-Ez>&ZHz>yRVz>xq} cU =@p+ -Bp y My4NP3?A^s[ =I'ctN mrr3g0lCmܿ%4:率"74l|Vfa&>nxclJ6,%h^ ,94Ro`98`U  Ɓ*!IGهEYN

@sE`oI"RYaDp-p_"_vKl}RH: MvoVmv< C] dAهQE$!f&l/0]vH)c\ga4_ 7e|*c]△>e$:E$oH_rhA4ˀ$:% ͝R:t_.;Eq^yJrd$g4!LM:oc|5l-bZ@֠vSUe$&v݄ڹ]pվ D L7xzYYCJE~[fWpd,N !9 .3MNTmŴ|gmbNP>_<|!>4MZhyI풕 u:7{j Nys߹N3kHל)%?[#i7{q `p+fif(|A&A2M|&8Y#p=^0GXn9"?as)+|DdrxY0Y4*I؉tI<SqK =]Ey|z1ZT) U~He}MTtqUBYK;C-դm`hy^%[?$yqkۖ}J>ME掑siRe۫_n`z|tн10ʳ4ȚNDYK{1;/;m6 #OJ[LzJ0oc*z GrFTccl:@MVJ \["T޽GJ NT^oe*ѓc܂nj$YwDQgƶEB_eQx{OS)i1v#~!+x.UdxjĚEzC 5}_]gcY%MM=kO2[-dm#];# 8֝ׄk2Ɍ5FvckiN@vf {v/YU!_jh^ƹZv6Ut#B.gUW=_#RSBWػC28㳞c&K.ε/Z]_LIjrٰ;t:I>Y֠MGTѷ"m:is[/05fBOxHA" AňlY3*9q;)ـ7]e%P5]G7s>y`Ģ ;?30' c0@Y.:AoI"=lt$p4$!>31F1^Y&}vfb5`HHW)%%6}SάZ=`@s0ى/#˺oD#/r⽦]67MoR ;^γ^}ijo4WL>@)!"1-. EQF$_9?y4 Fgi0uv/'*8(Kt݀`E( |ݫ T2WY貤mV"4k7k\P5%Ud!V Lo@q!Oa)a$[m[K~#} Y_ wȗ n~i3[Ɠܺ;M vEZ㓊oL%|R?d<kZ*cK@^X MxkjY PEZ2yH4[P(g~iw–wN&NheDě+8AH|nL)YeW WgA\`/m]f(gj5wglx>sȝjc &{M]<^/qџt/'*j\΢9#ۮ)̵X 8CV"W]M i(?FTvt%X*0n0" mrIhLN4]# kIeTWƕ5j c^<#9)Fፌuy*7%@NPs^àܬ@*\HȳGq)t+-c40|l;XE?.M bi/#"Y[0Hn8kd=Ǿ53E^F)%f'_@\Ä9V hZM{<[îuL3HQ#*k O5Y ;#gFMnRnႱ,sCo"r^*T!#+bSt rfJ%rMHe9wg2Qi=S{Lt٨`aŎAZHE`!Nn5rVB"+DT( ޑFdIFJ?6~g>:S;k_o$ µkC" / wHc]b} Wv'a#%{9E=P,Qɽ%Qv,$FV>~"+9n~Q>^F\K%$1KlΏ/ ނaf?XA3Nxtxyx)Urf Ij[B04?͠"2ǿXy ޖTSƭFg22Ugj,%.; ;2 ڧQ/5Џa R_q]Kk# sbk:B[&DDByCoGwȠ!Mlt"By!Ri&KǛQƝ=K,uJn |oLqDذKS틃E6ؼni/|í8΂*V{T=v[cmn$vΫ!C28S&^Q Cmc"'q.fb/P [y^0꓾7Ss ܈[`B?3vWAu>˂ dZ&Ym@z hRGUS8jPn4sW wP1pAʞ<)^AGJ}oRba\&՗>$ҫ+ge8pe/ѵep^d@H1(`Q0g^_\ 3pmА- L)h?TDxMd@JD 6 Q a6jc}Ͷˇ0_֟ u劉6gb? XzWS-^ʐ[]cMFAp߅9qvQ96Zױ,T~BM ])ջvI+tj\o.KC(r: U.S?QDq `.R{#I8B+! qY`a246^x@Zyg e$ØP=JJ]ni-mg^|AT}b/PE!vpUíBi]K742uYaÌV44ƻl -y w. >"-*co}+?k|SHYX&U97#-;wdzͲ'PXoWsC(鮄Ŏ"?""m U?q0e$/m_\$$>_ʾO8J:2c+9sgH;*}c}5 Ԣȣ J8vs2i'ҬZ}&hXрXf[$XUq*軴8*ZYqge,: w_ݙ#-h<_y XYC,KQNk 0hל?xf&ؔUvm~J:.ԁ_b~Â;T G|A? XU} Bؘ8FGm (gqw6ɺy;HiW0N1iz(҉Ml W F1A"ȌvAVI$?‡!!n؂hPkӱqs/j)w頔9Wuw+.!EKNԹ_TzuK)ëCN |-1\LyHAfXEq'b._K ?k ֳJ"+#ژ/Cx҇ĿQ*LWQL>]Q&`I5zSC}7 1W.ļcռrfh*A)WOy^PAcS'g%FL:ToR2exL;KejLYxh:jI~箕G# WmH]b iNd{BP+4%((!%BGceǥ&|~hшe᧩hqQG5M+:q 5zN?_Gq)v TҸqP-~z<>aBO|P^li *oZ+!Ƚ[T?yC;rRu+M9lP*'W Ƈzqena~ǩW V ͱ|y a`WD6Xݮkކ/BhIq>;@U;uZQYȾ ܞ<̔n]Ĺ́k33ɣs ΌP<8Y͢L_WM.+'[Kw1ʋbݩ]_q}}u[bUu?`Mp+\O)o,q"1zBEE;2AJG #!y@xMYuر #:n 5S86ϓWde ;!K(2#5͠v,,bw߇N ̫Rѧ0Fc'Jf{ z9{q7>N-VZM݄*,u:5*v|;=dK[APp':WhB, \Xr3C*҅4~˭<ͩe(n),*W2O{ 2n.LJiA|T6L /Licf=UGyRX^r'?*ȋ[uSh<,zd`B%=v0Voc݈-SMڕbQ;I-\2׿P3diD7rj= բ5˔?dlCXFc~Źǹ^(Ka giy(dp); ,8n/^lPsi Ҿr|T۱w,ձMaPp9%C%Cί+yTut|E>f4q+k;NbAݲޏAăkdαN Zy!NH'UNYZ a֖w) pD(94[U뀁xռIev,9NWp\$ dmF bرJ\U=^6iPБ7>8i@$W/D:eٻ7Z- ;ſv#m#b+0X%)LcjL@%=نFPf%yaƽBZ76ȏ5ڏ=\OI` ezٷmm-k2'I )/"\9 DZ3W` m!.T,c=9nǮ>6hտQag<>gԝa@pF7¢ n~ژd%`@+` N% o(bvXRQsm3$ I箚Ȟ:rZwQ|Jegx|m FEC Qݹ<C}X`&fBʀxZp8r!*0Ņe~q8w#NFk]pb ^r[V i}s7 a4'[Z۪kI,3LHuU8yt_CEnťiĹ Qret'ᮑ.r<2 (a_=RxI;q< a+*h; u|;]<k'd<rec]e9l>&}S7}?>c'i>4m9viUg*8h^*yVzĞcEYa 0A y{g@Ip\GdbփgIL鏓D5U?x9{c(U-|blo=|,g1+Ɂ~k$+RJebp<Z̤I`(ȳ}_TDrx0XfT]̉`cvJzɴz)=ɠ7\ kULQts!FD=>t T櫩 Nye%oeU /ɚ1댕n*nucwM-i;,!ʝ ?"Bk>)/U1ZͲO0 ٥f>iB%HQmKV"ɖ{ eHNMĜ yo{ZmM2eI_U@ lQ[eKHHpGw!T4ˈot8" !DwhQ˝ݻhڃ)jRTw 6B9rڝhCNL־j/:wl(qѭ{D9緦7Cz1,p E7VC-3|6V!A |a`8D:wf}9%DA5"+嚺A,!L-jB!Hc]vH|GL+misACIBqi=iX3;@i18IDzX9YgH"-<W aZjQ$u=>C6q65n>)$< ćZ Q꠸$pJZ–5*̃_l6N$?mR2 H,@laٓ2~881#--VM5Ms 9EhI$7~Mt^%=,N3](j"hGJ04(nڷ{&ջ.V $N_څΘĴt=u8zad?q댺gNox^ඇP]['7ϥ;;ш 3-̄S/Moχ 8oKd(<'Xz_:HQ2kK-E8]lG.§0M'WZ͈U%-/L' F )WQx:MΣuWBDHwge%G^tiSd&Ui;%a d렅 'fO!]u&!X2Y~j2Rce7X[+~Uň&gK<Ll2zp,\fvF1(-XaJ̚<"co}B 2%k]cJ)B\*W\}x 茷[ܤ]c:="A%$28FHU~ew8={O|Itbm&@U5ުdŀPv=&)OB l4w[ )9E􀘯혤,o)e=HxFM d@궙r>P׿ܪ_/Of a zGn^~Bע)). qpz $jPn{?% L0>S9S}e}3i5$6"7!hU[PKEeT3.@XIOH,Pyu=G85L/S0tf Am-lÝ<+VL S)8sbF2lKSXi6}lڸ*>z˓ o0{S}Bf ZZ4(>GA2l(5Hc#ΩȶKjO;dztXikȋӎU,00ҊE7+tU?1Bn82[²]Z"k8T NN-/oOUDlE HE;mkq8^ m ӇRWY>71_e q~yJy XIM"$4D0@sҽG~r)߉_+\ 7yn)ú:*lĎ7ja>rY'0C#m{tbc)f"Kgsm-_A{r B!Ѕ; kW/@}[5uX{0ݚj,{oxDd[ɼ(Ы.V3M'٫;\PNS+o)V,{&j3 B7r/ր[$*d"g(oJ'`L#~e^SԎc lM M3TUZ~*@ b+YV:a2ߌGƣQ;+sl"QBv܏M~yyɝ5Q·y*e51 pMAOY:ݎ$JPˤ""Zr?r5KxRr'A0P81KƠW!'pe);]tFO! ycVJ2~޾$B fw,;(0.[hpeemJH,64;]߿pXE%SmB"Õ~F5`S_v Hŏ&l)<LwFF*~0 %sA=Yoe*rX, lkspAÆr8ҪG˘#"uqEߗ$KGԱvֳ? (B;FcO% BӟPwL?/+$-$Ǟ\u :XR0|<,]ݹ) M;U<Vo>xk/@՞w ^i(l ּD{ %ydGrokVg. m@Xpbԫ:yE-c /%x 6SCBkFc?{:[i1nP-HA?`a8t!VRPC(ڥRQ d 6AO݆N2lt|KAL>#ZAH%7\ R֘ :) H̅>=XT[p7ˈ&ݚZƢkcd|eKTױN^F??2)(6%9ḇ=GܓـP8XITyUvZ1MT쑠ЫDXzLu߰74ޏQ*e%$($m/޴;D,9~Ej3Ѥ;\o+SROsY7_V\hm9XV'Z FtAUEhc|r =(g|Cb[_]蠣bPx9 _ J) np"sXfrU L_XNF13cJloII+Mtx?MK.5ҥ@}w[t3_0O$ZB.]@"Giqgng֎&bIi= oҝ!Wn%E[F'VZGuPK !#(5`8tLWjC^TH+!|Pj:,yUrlGA߄/ گӐ&_ty+_ DLc1],\?DF ^fchPK^B!aˍԞ Q)N7+׀׀\4gk!yZeIש|ă 13Kt2{+lq0θp!fh2ܴ T2HVKE WJgUr ecӌ/roN0'8`(0Y9k?=$K0VBdҙli~\XXXY:˿oϭ,T_ynb-L W9 댂X}D;Hq^> 4Ӆ-qS:T n~5n8Z|>v'>"H<2s1Ř7i&˳L!NBft|".Pk(=df`ruϡ, 4ƈx(ڀOLy<:2;J! {VhЮsjܺD젮9% ZTfMܔ1p@1fnP$gQR1ȝS:s-v5\ynpeqr`~MM*j搅cVAoKhlLSPG,},>%' FI/Q}nEpYtOF2^{ O} \$lJ?a_ܩ5 W@Bpl` R)2̀U#z!!D"E)@_S\Bn^-=ŝ1h̰ih ?vj!)ݿDD80C"1G^ٿӸKfxN 'o#1'~{z12 uu`Iv9KO;jN1Ե I5{XѽJ.9uQY8*;̳?Otd- P\8юUE A"/pЉKtz4\%JnNsʜ?,*CoN͂SdkRB[-k O_6u|"'':O[͝u|j/Cιڣ!Y*F0vTyÀ0P,q=,-?yu-GBylUe@w0zpZ|<]OOnԋ z:1ŋRPf/HW5dMR7%7aOIr(K| :U}ts$kCmL$\6Sl0ڲ[;6kX~s4zuq?$U%}֫b';UK@|wT(n!n7 {djna#Ns{Q>~4fQX7ӕI_G=9Da#HG(9zfFNoz(|ٹ#<8̚h X2ym8=+}kQfQ ̼_wYRŽ8Al i`oA"YiR] -$ÀD ? @OWֻ-Gk 5f 7!dӝZfu)=Jq 6sMMW}/nTHk O^3*+$VbGeRaZ2`UO,[֞H LfC>)gqdXVᆎ?GU6í*S.C1tU|Z4&(?q _ƃCu_3VakUFTާ!CJ'RHxp;c k;5ڿH^oa3@# Б)fV!]y{ R35 ]bL]4Ocܾ@52)e U곅AKfӥ30ά 1)2ˬoԥ)\X7{l_AFO|;\1U֣@cu\mxGrW# ^nq '_:e dhFKd/{J\OzM-4> 50Rhշ.wE2jK-Z9}ԒK@Fދ~8@n@c\$dzKcO̯f)#zbԃNDGzw"UuynJuy{謟;wsUD&h/eæ@Ex>Cߗ_Тy.K, r.ID?h8.n(8VMGfA[kX~)B]-z 0cg_5 {Ix EX؝̞ҎwfK)ForO ߢ,Ae,\~dClZ,B\Ղ /7d31s. QDcK a[[Qư_ &sʨ.t 7s5:u\W6&d_'b5) F43N6YReUgB*f?E[=s΄T`$ aGU(9a792.xxTLr: =-D#J&#f:~4 ോ oFp2J~Πܯ?CS{vr\@B,&OҺGX^]HY-I`k#=iێLxӞLJc&£(h"aꡅq La=xl6|v.q M Vf(#5.vcALrb+tH %ަ5X!p6 LNΦm/s.`U$opRgB /ضRmt` [Zr\K75 0gC"m;͢`O612,걞`ZiL &bu~0ݢdMA|x8oW#ʠzDvG&R6}o鞜|}: \"[+#49e*OZ#UG λNVQdxW{(k2I?OmP\w7ؔAy"!G<\}zS-w1>4Go_g[H9u};*`=>3L\[o( Ot^}*`NO(WIb+7#n IH*FGh7gy1dgD&M yRT|D[t7| {s+-ri!+gE6QRuy eg) 7Lc:Cƹu/OF$w0v%2NNEвal,HM2o]#'@g,)>^MTh_vx)?;7\oWKOz\qNF *Y[CĄE38MhąڋJ>ϛ1Yֻ֤UE(Q̊ kc2_bbLߘL!鬧*wƝmçE? >+W$-}mxjA@oG/~Bmbu.Ps 50nKW\X IVΥQ*'X+`c_2&v>xC,Iݝq;I*3:%e:%L1e#4AEzA>SSD^I7YOfSE1xwC #1ꚯ#lkqGe^<>٭zRUGS'~'6w//yB?+Ƒ()2˓ c.P< )pxL||մ:Ziq3* L ÀMָb:a[!vSLq):ѷU`xA-RȩOP!mТ/0 Ћ^D!A:j;Unkp:(Ạp z@fhK 33| p0̜pMdS|ѯKU\7iP}!0͌mZKNG:5=s 2q=1qNY[%k@ҥ#,[I)"v[fSf# EL:{,?v GuC܏"}omHf̀0Z_\DpĽ 5&CH '*|Q^_)- -44EO{0BH#Jlmn*i"N ZnV<ۛs1% )4^5@>0j^΢:.YY&4Ry /_NJX<'k$rIh 'f8~&֠td= *=WunO_)pBzؖU&dJhᓁ]"ɇ(~4Ë"TGiۄ& jZgAϥy0*fvCv 8_ThP vWAZOkj*<uR OXX N#ى8 ♚cc JvZ ̅44p}yZQ(3j ,"[5A"ȲpϕM8tzr^MpZ?W6ϔ>y9F$4CJ(>ZzMfJܲg*sVUQ?7/~o\ WT4vGwqޠEk3AIIGQ~nS{\'F>/,^'UL@뚓b U,aנFSE^$ɣUl -gZQDEN\#YJ2ͯ7ѝpn&u]Z!+O푔6?幾@'bv/m@ _.$ǼDC^hlغ`7 |BTPE~Aaٔ '39BMQ)qFeV֑IH Y*7 ۱xTb,_:lإn+y:ӽ;Z%l;XT] jZɅ`I!Rpin531JWaD%{^orIt,:|%ɈSp!¦v Ll1y[~R+y>d.H^ALVΆEg8#Xզ$V7n_ھgH".z7†NIV P7BI^AG^|=u}؃5.e*k+1=) _4)J=jhkU^ Pؑ K < ж C7j4z/*ᆪ{>z1BOXj_CV0nIug7639j 8\7c[,X+Z㡷ε cԯ Ӳ(3k?K<Ԃ4v5 TWC| >&qAmDlel~=RYkr4L,!PQ{uxP ~NwG5wyRAR4/㬹 WPqz5^N 󩂰*mZ2?Ӧvu Dl'IJ,3 Ø0^&>"Ǽu$ +[uau(vOGS )=H9smi1[m x@j i݁0fugΖCjrh>os="ѓ+ѻN, omk/B7? 60䉫_&?o SE. SWрu\Ew znic9B@-bTKg.R=J{gwB[za%5 -y~;j-#-wl4ދ }gk4+RI +ЩM =U3/lE5,-" 5/3Kx*$];7\5dwC+IfAS{T])l1Phh<|[T@1H5!{mTrLrAbe0C dXeK9hI;EK6rNaTf,+M ,a+γLj$KalvnEEe1Ԅ"e_L ;qǹ_uŞ3}9n.Rhl~Py c(Ž7Ə ɰ=/F%տ1CbO)b&i_{8ٻ7%u`\VW.m11HHr|?F7;W9$Hp0p]+}8"FV7OˠJ4> wsyVh @v;I-HCLhP-X_LRО:'_]$;IgU}fDxv  \,W18S*R?7u9 |lj=;Kx$V9ML-4#ϧơ93ÊERP4/+ wo!`ٙ7%w;`fT0S厧{?P=yT6'I[.~BuY#I+Rt.R 1A3#ĵR|88D%Q#W:yй:_w PϬ9YHK 1HDne̲G9ߩ-[nOFDK$f=Eg|אf\1{b)p+b7:`$Y_KťULv2jko? FhCGOK$qkM"B!6G \7idWlylx?IZ'㕳{1e{*LЧǔVtZnWI([S/Zϙ$B;LTyO{_ËA'⭭ÉuS1;diO}DWCXFf6)>+q6[ H'e*u6Pɔ-9]4SfbI6NeA?qIwnR{qo W_ lBϕw߸<څ? IoGkӓ2%ׯN#O|/[!C 9v!Vc@uJjb_?8^޷R=U;į2<|v'U!es#q՟vOkԓڹ,cC&btYzO'6 /Eϕ6s" Νc8ZFYFtQş@ψFRUB/vu޶6O]E:Ds΁#m9J5 MqVyS_PclInW}&o:u@a҆Sg+¤[!@$+?Dwq:d$c S8[iߡm[:RgA7y)zZꋂbb|PmhU"}ٗЎ=!0 &u1Bڀkd. C`<C۬eNNM/hl_ǜkUs|ݤqH}oop* Bق8\8 h Q[*K&c-ޏ񊷓v!FWMkgG_pb )Ͱ(Iَ=5 gȌRQȺýmfW7,GY:JEi'4;텫}Lw|b)J"//RlwICfܢs 7rpamcX?̱\e9 g8ʣc62M^"D Bҹv >-<3;pTT?3 _YBh@Vūk) < TҕKШ ^R"Gk0 7JeDFcBVہT g Nϥ)~ G>XO]0'15R E˳(çlA:H4U%{iAn$tbe0nYg {*IibϲMV|BDYDy3=+0g0$EMt¢澪$LG[Eƽ. }4*Ovpkd6tMq+K>JN G+A}V o9-h^)1^${6OBlW85ChxpWXOi Sx5rdcN7/}wV(󻐘i'Yjts?[.D+^0+%NO%$ݮHwfh#ՒXf"IDMhoa\ zѧXw^_!= =cIΎ̠/S|dy7f}~;W٪@+0Y bW S*Ou8z mQc0fG5.MxXPK}1CKŸ8hAa/t4[j4alH$׮b9=1>2f0ns'qq)*hvn](W&Te4{VT˛GmN@fš3  ^rЃzF^[5(ݽ}bW#ҩ)ۦiސ= ϊW" ?1Vuy&{ ݈:ܑJo71v;)TYʐbTBp:b~RoluːP$|U4 >%[P],@SHarv(ziUܡv0{Sﯗ[J]NRd۴L=xW"t$幏wՋ0IV=} 7/dϴqᲶ¤~V7e%Au"FBICoPB,wZ {;X;D>Bp;kF0~hlI(4z,8YI6B5yUh tvђ)'ٜzг `A+B-wU1F(.R(=F11)e̸ Bsr  o{LeYEBŴݲ_KiA.vi* @(xT PC Y:lR.[×>^j螛8IeH8ǖ.5ƄPױwofvros- Zo}zc& V8*Σkv\וH1ȨpH}Boкp&0I LcQR]A/[;nCMУ9EKY!3r~ըkΧfEhnCBq{ D= nsM=Q:w=̃n oG{/%PZ!3hX5wqps(lX#:G#=BvBobZ 󛄾}uR>v@ѝ%0:pu8q&C+i j 2=+ rV GwV 10mO%?'Ϗ속:ɐ"(kr^6ۉ0ijDEP,9Ճgz@(%0mZ|/̬`}hL{D}8lx-և7!r2τggIZGn(ztm' X~-gC܉Y3gbH4l%+.ǔ^$p{<-Fptsm$ՂQrF.aM6xQ5%Zҋ铩2( id/qY2\^_]ńVC9<{0z$$ ZlcB3jb7IYڃ/o LX3u^RT"V HLI@ګtJ ,9d'@X#{CR]7Xdwf& !k1֫:MZ{mSe,#ûov|*B0VY1+`r#2VǪ'|CW$d Sc6ͮpfR#;¾,tTnys!(?:,: O1I_@(?^:6 3Я}!z<;6+TUz ΋@U!?^?f|Z[FS-FteP> sdz.M]vi;±3(}ON;rq}ab,BM&v//A=XM--`}[*%ΡIOik7M֙6~ֻ}EyJuhE1C[`\ecW^B3!@hKe9 )(G|ӟJ?}$%/ rn~Ӫnz!:`Lf\c;'gm%3X1׭:fSS#VOEqX4$mԞ3Q :^wVOR98kXUJ-'9N &ceGZ VFu- 0TSTܳmWR]eK7EeQ8[U/XS bKtaHDXA%WA͜ى.y'AD(*_v$#^oF`f T'@1˷CmE&資RwT5iY6 BO齣3'3#'f0ϻ0ɱֲ/sݖ|[2]4D\÷лmG{ p5 ]CQln?3+!b!08$tS|fŦ3R|{yfEeZ7J:mIgB[SU`/p]%TfmsW XǏovx 9{BVVi3j2A43Eab)&)q#z^^y@3F=>R BW_C ͭʻ/,Jd!WE'ֲߑP5~2룾$|~7yoNp~o wne"E#`īno:(aICAkYݍv g6 V0˂G E[gI(Drd#$ M$9ҍY8<%'%$bygivFuU*L8OU說­V tS}]VJI6qdlhA5w$f+Fb0]qN%}js*$Hz𛤮"eFQ!eWݴA׈pz+߱Ƀ)Ug Dnzlu^ɔA^@SZ3~Nm$&a1٭IAsVupZ.eu^=/#צ;Sd2䑭%^-G1(iʫSDDd5)266Ljm2#_}.ϻ;'?ZֻV,cQ}edbUG˼n=ݟIdu g,Ј݃c29! $횣 JkL;&sy50ulWrbE\IKѝ$=Gx ?H/̯ <*&Q+K☞sZZH!4rƺ#?wezp";v9 SvehOg*2ntUh,Y}A!ў'}p;wQ{_i>GHz qu?8 ,ypTTrY_ڢ#_#ҍNWQ[rB7O~/ەJRql};|=dt$胦)#^Չ) `kM:mqQmF!%񷬘'iko6S_dѢP:s!eQmuI0Q5?#pUG82r BTg"%DØ}:/ -@g6U[\t夞 't(D$J;g~صGTm{"_4(|DK+Z0"Ю_ AY }&rݗÈHWs`izLK,fo_D;,RKL܋kIRXx3v5s>~ &0O: 9O6,]e+\LuD)tlmE34)Ϟ2#1>0G*U(#.ϔC{ TR %RT \ \@dބdB@ "T#54KNJ9)N `>+4P7{OEa0J>gP(\UDFOrWsTeq|D փ,ef\=Nt0SPq؊\ϵ\A6}}`"1IA7T6E`4`e= ?|4= HS/,a4ĶHF h`؆#Cd.=}o6ɮH3cB~C~@:$bGq~rW;Q)@T{.QޏRV #ś| Ʌ9P!e6#|&A$LC|8AcϭvE);ҹ /RƊfJfdM(tdnE&Z=iX̱sW Rz#*(8xCeuNMvٛX:)۱%\ߘĉ'{h`Ր$Ǚ>z@EZ)ˮ(8`Ϛ_G<=jvsvrr\H7HNdxm\4`[ɪzLqCE#,E5vbk}0eWZ*`2g[qY LVڨqFueT Xs{ AOi-]jkv;8͡M7uGA46E"IwWea7(7[7Din>8LĐlaOu8T$SU#i.(1o!YpWQ5U G(2׎~Q7z{aM( QUM؅-Cyv!_X}Œn /^$]Eƒ_NKq";x#Sl@Չ P1>d?AiܡY⾞W=G|M}MpX>SB鎕TPPo_c? v,@E*;EʍFjv%RmxHoN.6-wQ߅/-Q6kTA[zKLG{)yX&N(.ʧƞ>R:[j Ѣ>R[L{r317AL Th:1ӟ'[61#/:t!WP[8mHg"x/ќm ci&6g3n[}r.I$MXrkƅRb?/5[ ZxB~JzdO#(<^9v\4 ~ۍPk_xL?TF dϢrp jp|)`Q*IXWcV +z@.ϺBP`U'q7nt| ƜbK'9aboK˱PCvTl:s_DT]4+ևH^s.T˘.`nWB9 @ ~OM9n wAB 3Tx̨Qpp1KKOv6ӞgC+ 0`ŧGPWg^!oK< 7k'W XD:56q=QohYXbQ}SRWa;$6Ҡ0·sЉ7GW2I`\A/TýyaL2u`^8]d+wT$p2 ɝz5"BkCk w;8O Ks5t߀s,ݐbnlN%T3QZR}Â2$ze?^r=!cvf¯UO"ENn5 Xΐ%÷3$O1fHJz)]ݏ\uNab!HdJtM1<=AWR\Ptcusq9F<'7^HZ'$`m,nT"ZR]‡2ku@JO,/7Z9xs}BՂD3!eIwA&ܭTDR `{R U!ّԈ A)Tw7#iRQNELz`LC$`&L ?OKUG?0Yݱ" |.ũH PU?4Y>#rP,]Aa?cN_" U O1aďc!C4ņ\} 4?U!$, o(eb؊ɮ`0iGV ^VZ)RhwXkmnGi'D8䉍%PHM')v4 pyt tJMcWw4R&/ I_J@rj@*N:`3H"'xv쳚}2>G#Onk%Wla|V&9ɭsR^ 0A8#c\ɑ$+rԉ#bhKw>P;l0'yiXt'z}a]QMalcfK/0ƾ,Wu]22[Lf5cV`\'GS{V>8Ćv["yjD&0Gyd$exrøEL6ۘ)Ih?]QoV Q!PR5 &Ć(.rcK(7Ut? iV Fd~o UTU[k1.Zg9@1{VJ[82慲d PfZ|Ka1{Ofc#^(*P>+,_Ҡv\楬Alb9%1="v`<HCKt6(J ߬/ C2/IK ;m+'rⰿNߞV3R\sLb@O66\6 28aԋ7޶ƛ. YdVMԘJ7"b }@pF5s08_VPָmG4: v$I_>nesؓ\Yt67Փ +l6 lwf7$$zm38T dpe -l+o'5g"d6= gl%]}4=*66RQfS@:C'gEhՇ-R|A#ƿuv,;\׏/DrKȔ@2K+) h9|5{="jԸW.\T+*YoQcT *t~YY͠QY#Oq ьsX^rژ$%\L"=4|_( _M[[x> L˿./PAV1,b[D7N}&u6&Tsӗ+B_uӝӯnŠP֐X&N7 kW>Ĵ` ߀Ӌ AdH*MbXKLRJ8^)5zijrm/#u|<.nuT eD:ƾnxƦ?$3:jsb Ciw1R|F.džh[ Cgk s!ldIa[:ĺ2 ˮwFR z|QOUϭI䤖rJ׫Vi$i-ՏvTeu!9%;Evf T{? VMRTz(-p?ꋵӻ}G[s?aܶLY0 MǨ` UƄ"KĽ<>m$GJ΢i5bA iu+|$T_/K(Ѥ/2YTBaQNK>84 &-n(GHل$5a$=I>z믖g_;If-tJLo3!vfE8p?)*{ՠF rPMvfU:ː&06(ܰZ Ȉn,iEX0i\-=4d`Rު9U."lOK]r[ oO(qIt +QJE(lԍVL=ɤz _^]li:\qzʯyIB3@ )zv|8{s8NvIHnf>}dUơdl79w{'k$EܤlXO/wzrƶes[nvI9{F@(PG,ɿVk3sdò7Xmm(??a2(5 "C'?,~tPBȹ=_?»c߹P%q>PgP?2-f .܄xe[Ngn˝JύV4-*o"Oe}Vo Dfs3Rͷ5)O*:ǩD(ᜌ %G{,ڶ4qM~ZmE~ is=\U)J2ыfsvdE(0GD]1Fs3K 1#!+,`4^OkM`Th y_^T0ecc՞43ԝ@.U-׃ҐrE =ᶨ6Ӽ0sfdf]=#D5b/BwNOҭk b}G?/0Bh{ls޹# c3#dm7Bb-J-O?O~iN͉IasEp7–SexkE{|@wFed;sm8/Z3h91F-[~Uwr,xGr@΄"Wq 09"hSKpX$2𥩦J ٧M}peYi4ys{vYExw\RUNVZx PYFeͶf Vs]COߟGZd]ayE/IDSk)m_$*tHqo{̪,yYqr \4-2z0TWZT2G9Qq!NcRqOEPȝu$sy[R524luɻ.:Y[&{D%is\Z68#֙`pyckދvPӄ["D~1CKRtkx#D2ni^+;qPfU`Xj |]qeylwyȧ)^Lј&[VM77<#2yq+$g'񝉘QIO?+*}}2"Glz*m#ݛV3b q"af+AJBp-ddD9*5m1",]@v`@\ߎӥXlV2R%8Ju͝{L|ε;Ӎ|24qϴ0 E' DBƌubYOX",P&_(mW%ܻ鸵5ӮJٜaoz ,-39~U^W_#b }F~FPfB; *sJPbw՜m?bMH|Wkv+B`gΪ/T!,F!i2LNvGQPpc)H<bqt׹OfNa.d?ްjk&plM${>⊆Tbq(Zl"T-$((g4\k!'ޮڬ;)6MD'dI+w1ܩ=5 qʋ̬mxa>2`x, dv WIx-NʿHJWRp5>zƃ Q)qiyYxzt{OO9&' t2 z9"PS(w/~ K׋YjW4A~'#7<_H8ZXU?S}nhjHo 4T#['qsى_0y'k^m:r]x+H[{RG1s$<6S#k~`j:?RYPdpgs)neBKG!X]/G 'Bp[31]jx ׵Ĭ|˟1`%acE+t $50;`bkZh$ Qb, +c+#2P嬺t8Ұ|7a '_ΣZQ2 ګ.R( +`ci5H!ȜRmd.;gu6ƬDR4_"CT)֖"sBR|H.=E Q{V3"AUbrY}VuSwE3d)Ȍջ__P-p 3Ui`Dy_%ykmRDj:ɜVP^ j9ʀlN/vʔYriQ2яu]oχ 8QZGXF' YZ