python3-lttngust-2.12.0-1.30 >  A `Bp9|N!(V8C]Q >2uq*1q.cw+=m)5XƕJz,A|Õ G;h-dø4Fk G[(.@{=]A$Kc : naU" e`XslXԴ# 硙Y ̙m@|MMߞ'v4\baVOu]%J-F(MsLKE>fa4a870f9ae26b8f5376e32c71de2d9fda120add752e32abc9b95230cb35f15cc6e1a1a6774fbfc9149542b9823d7a1c3df03305p`Bp9|Q7n[xE&”@1>% mAh|,F63" $FXq9Xo5Ų$_w^b?ocS ZBE# Ϡ㕿%~?}\$56AI4 . JVm#5֖"ֱbe@p??f )C|!6Sonx䗏"xP;Ib񟌧O끄# JźF[=[61ہ//Od>p>V?Ud  S %FS i      (Tl(8$9`:vFRlGRHRIRXRYR\R]R^SWbScTMdTeTfTlTuTvTwULxUhyUzUUUUUCpython3-lttngust2.12.01.30Linux Trace Toolkit Userspace Tracer Python 3 agentThis library may be used by user space applications to generate tracepoints within the kernel LTT subsystem. This package provides the LLTng-UST Python 3 agent.`Bcabernet_SUSE Linux Enterprise 15SUSE LLC GPL-2.0-onlyhttps://www.suse.com/Development/Languages/Pythonhttps://lttng.org/linuxppc64le6GA큤`B`B`B΢]ۨ]ۨ]ۨ]6e44deb99b4c8b2b1ba77b7ce8f98e0f01e7a7af3ccbadf8042fd8f461babe21128c7cbfb884ab947bea6832db421bcdab3193f191fe722cef688262c2d242e34a079d8254d0f1b0ffa989f715e6e9f780413c2a6d20a105c73ca0371734c91125f15d27acad126377f084bd4ad287a776afdadcdadbfc055c0238e1d48f76dfa189b8b8b7b85116228991caa5bcc7468839dabb7dd0bd9eb5e84eabc2c0214b4ab8e249297f17e3da432a3e4c3815b0cd55ae1eac01732eac403a6f3da3e4b5rootrootrootrootrootrootrootrootrootrootrootrootrootrootlttng-ust-2.12.0-1.30.src.rpmpython3-lttngustpython3-lttngust(ppc-64)@    liblttng-ust-python-agent0python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.12.03.63.0.4-14.6.0-14.0-15.2-14.14.1_^V]]@[@Z@ZaZF.@YYdY>@W@VVf@UAUntonyj@suse.comsor.alexei@meowr.rumliska@suse.czsor.alexei@meowr.rusor.alexei@meowr.rutchvatal@suse.comsor.alexei@meowr.rusor.alexei@meowr.rusor.alexei@meowr.rusor.alexei@meowr.runormand@linux.vnet.ibm.comtonyj@suse.comtonyj@suse.comdmueller@suse.comtonyj@suse.com- Update to version 2.12.0 (jsc#SLE-16189) Changelog: https://git.lttng.org/?p=lttng-ust.git;a=blob_plain;f=ChangeLog;hb=v2.12.0 Delete patch: lttng-ust-2.11.0-fix-no-common.patch (upstream) Delete patch: lttng-ust-copying.patch- Update to version 2.11.0: * See /usr/share/doc/packages/lttng-ust/ChangeLog - Add lttng-ust-2.11.0-fix-no-common.patch: Fix build with - fno-common (commit 21a934df, boo#1160400). - Drop support for old openSUSE versions.- Update to version 2.10.5: * New tracef() instrumentation facility. Excerpt from the lttng-ust(3) man page. * Perf PMU counters support from user-space on x86. * Library base address dump is now stable (thanks to Mentor for their contribution). * fixes boo#1149704.- Update to version 2.10.2: * Fix: Add liblttng-ust dependency to liblttng-ust-fd. * Fix: Use LIBDL/LIBC_DL to select either libdl or libc. * Fix: AM_CONDITIONAL should be outside AS_IF block. * Fix: Build jni libs with openjdk >= 10. * Fix: ustfork: Save and restore errno in syscall wrappers. * Fix: Cache the result of getpid() internally. * Fix: Reset cached vpid context on fork. * Fix: String comparison on incorrect length in context provider. * Fix: Remove for() loop initial declarations. * Use ust_lock during sock_info operations for atomicity against fork. * Force tracked fd to be bigger than STDERR_FILENO. - Remove lttng-ust-copying.patch and add the licence file through the %license tag on the library package.- Build the Python agent and add new subpackages: python3-lttngust and liblttng-ust-python-agent0.- Format with spec-cleaner - Drop tex/asciidoc/xmlto dependencies as the manpages are already generated in the tarball so we produce the same result and this way we are not pulling in python2- Update to version 2.10.1: * Fix: Specify SONAME in python-lttngust's LoadLibrary. * Fix: Ensure the fd tracker is initialised when called from constructors. * Fix: fd of an elf object must be registered to the fd tracker. * Fix: liblttng-ust-fd.so: Override the fclose symbol. * Fix: lttng-gen-tp: Only replace the file extension. * Fix: Move fsync after ftruncate. * Fix: Synch buffer file metadata on buffer allocation. - Drop baselibs.conf.- Update to version 2.10.0: * Clean-up: Remove unused variables to silence a gcc warning. * Add ustctl_snapshot_sample_positions ustctl command. * Cleanup: Formatting in strutils_star_glob_match explanation. * Use SIZE_MAX instead of -1ULL for the size_t parameter. * filter: Use SIZE_MAX rather than UINT_MAX and tuncating -1ULL. * Fix: Out of bound array access in filter code. * Correctly clean all generated JAR files. * Fix: List a missing file in Java agent's Makefile. * Support generic globbing patterns in the Java agent. * Log more information in the Java TCP client. * Cleanup: Remove an unused import in JUL Java agent. * Add support for star globbing patterns in event names. * Filtering: Add support for star-only globbing patterns. * Add string utilities. * Filter code relicensing to the MIT licence. * Fix: blocking mode: Add the missing stdbool.h include. * Implement LTTNG_UST_BLOCKING_RETRY_TIMEOUT. * Introduce the LTTNG_UST_ALLOW_BLOCKING environment variable. * Rework the configure script. * Move m4 scripts to the m4 directory. * doc: Remove the duplicate LTTNG_UST_BLOCKING_RETRY_TIMEOUT man page entry. * lttng-ust(3): Reword and fix style of the LTTNG_UST_ALLOW_BLOCKING variable. * lttng-ust(3): Specify "If set" instead of "if set to 1" for some variables. * Fix: doc/man: Use a single XSL file and match local names. * Fix: Expand the shmobj size for the sequence number. - Move manpages out of the library package to lttng-ust-doc. - Use tarball signing.- Update to version 2.9.1: * lttng-ust-elf.c: Define NT_GNU_BUILD_ID if not defined. * Quote CMAKE variable assignment in Makefile. * Fix a typo in doc/examples/Makefile.am. * Don't override user variables within the build system. * Add a missing getenv.h include to ustctl.c. * Fix a race between lttng-ust getenv() and application setenv(). * doc/man: Add typical `$` and `#` prompts to command lines. * Fix (un)install targets of Python agent. * Fix include config.h to resolve HAVE_DLMOPEN. * Validate the presence of dlmopen at configure time. * Fix CMake examples integration. * doc/examples/Makefile.am: Define C and C++ compilers for CMake. - Replace the lttng-ust package with liblttng-ust0 and liblttng-ust-ctl2. - Move lttng-gen-tp to the devel package.- Update to version 2.9.0 (changes since 2.7.1): * Remove assertions in lttng-ust-comm init. * Add tracepoint_disable_destructors(). * Fix manpage typo. * Move lttng_context_is_app to core file. * Move dummy functions to a common file. * Handle backward probe compatibility for application contexts. * Fix application context header size. * Event ctx get size should be after chan ctx. * Clarify and simplify the Java agent "Hello" examples. * Export the stream instance ID. * Generate and export the sequence number. * Add stream instance id to the packet header. * configure.ac: Print an empty line after AC_OUTPUT. * configure.ac: Macros with no arguments do not need (). * configure.ac: Standardise indentation to tabs. * configure.ac: Move AC_PROG_SED() close to other AC_PROG_*(). * configure.ac: Test -a -> shell's && (more portable). * configure.ac: Use test "x$var" = "xyes". * configure.ac: AM_CONDITIONAL() accepts two arguments. * configure.ac: Use dnl at appropriate places. * configure.ac: if -> AS_IF(). * configure.ac: case -> AS_CASE(). * configure.ac: Add missing quotes in macro calls. * configure.ac: Use macros for version name and description. * configure.ac: Do not use shell eval for known values. * Add CONTRIBUTING.md. * Output "(null)" when ctf_string()'s arg is NULL. * Disable use of __builtin_return_address(0) on 32-bit PowerPC. * Fix java agent 32-bit pointer to jlong warning. * Use Java 6 syntax in JUL examples. * Add missing example file to dist tarball. * Add missing header to dist tarball. * Add missing LttngContextApi.java to dist tarball. * Pass the Java application context information using two separate arrays. * Correctly report filter notifications on Java agent teardown. * Add some logging to the AbstractLttngAgent. * Clear tracked application contexts upon closing a Java agent. * Introduce a verbose mode for the Java agent. * Implement Java agent application context retrieval. * Turn ISessiondCommand into an abstract class. * Split the JNI APIs in separate classes. * Add application context support to ust-ctl protocol. * Handle application context cmd. * Implement dynamic types, and application context provider support. * Handle negative range for LTTNG_UST_REGISTER_TIMEOUT. * nsure the Java JUL messages are correctly formatted. * Fix double-free on error sending fields. * Add CTF enum type support to tracepoint event. * Fix a missing _GNU_SOURCE define. * python-lttngust/setup.py.in: Update setup() fields. * Refactor Python agent build and install. * Remove debugging print() call from Python agent. * Python agent: Support Agent protocol v2.0. * Fix Java agent protocol network endianness inconsistency. * examples jul: Add missing files to make dist * Fix Filer -> Filter typo in an example. * Fix: Return the correct list of available Java events. * Add a toString() to Java agent's EventRule. * Add API stubs for the Java context info retrievers. * Receive the event filter string in the Java agent. * Document the Java filter notification model. * Add filter change notification mechanism to the Java agent. * Manage complete "event rules" in the Java agent. * Introduce a new client listener interface for the Java agent. * Turn ILttngAgentResponse into an abstract class. * Clean-up: remove extraneous "found" parameters in ust-elf. * Fix: potential leaks in error paths. * Fix: double free in liblttng-ust-dl. * Fix: make check in OOT build with absolute path. * Fix: elf: leaks on error paths. * Cleanup: coding style. * Cleanup: elf: use off_t for offsets, size_t for len. * Cleanup: eliminate implicit sign-extension. * Fix: elf: NULL pointer dereference. * Fix: add missing ust-elf.h header to dist. * Fix: make check in out of tree build. * Fix: old gcc warnings. * Fix: remove stale lttng-ust-elf.h from makefile. * Fix: elf: uninitialised ret. * Fix: test elf: handle NULL debug file. * test: elf move constants to top of implementation. * Fix: elf test prog arg checking. * baddr statedump: remove dependency on file streams. * baddr statedump: hold ust lock around allocations. * Add unit tests for lttng_ust_elf. * Add memory size, build id, and debug link info to statedump and dl. * Fix: Send the correct Java agent return code when disabling events. * Fix: Correctly handle the command to disable all events. * Small refactor of the Java agent's TCP client. * Rename Java Agent event names to "event". * Allow compiling the Java agent with Java 1.6. * Restore concurrent build when Java agent is enabled. * Refactor Java agent to let applications manage the log handlers. * Cleanup: Add Javadoc to all public methods and members. * Fix: Small fixes to the Java agent example files. * Update doc/java-agent.txt to reflect the new packaging. * Split Java agent library in 3 separate jars. * Remove deprecated org.lttng.ust.jul.LTTngAgent class. * Use tar-ustar format for the dist archive. * Fix: cmake example with configure based oot build. * Fix: perform statedump before replying to sessiond. * build: check for CXX_WORKS for cmake example. * Implement liblttng-ust-fd. * Introduce file descriptor tracker. * Fix: honor send timeout on unix socket connect. * Fix: perform TLS fixup in all UST entry points from each thread. * Fix: build: pass configure flags to cmake example. * Performance: implement lttng_inline_memcpy. * Performance: mark ring buffer do_copy callers always inline. * Performance: cache the backend pages pointer in context. * Add ctx_len field to ring buffer context. * ring buffer: handle shmp errors. * Cleanup: libringbuffer: remove duplicate shmp() invocations in slow paths. * Performance: Only dereference shmp once. * Performance: Mark channel and buffer event disabled check unlikely. * Performance: Relax atomicity constraints for crash handling. * Fix: compat: -ust suffix sprintf error handling. * Performance: disable event counting by default. * Fix: remove unlock in getcpu. * Performance: remove rcu read lock from ring buffer get/put cpu. * Performance: define _LGPL_SOURCE in LGPL c files. * Performance: split check deliver fast/slow paths. * Fix: perf counters build against kernel headers < 3.12. * Fix: perf counter context deadlock. * Fix: many-events registration/unregistration speed. * Fix: pre-fault TLS in ust-malloc instrumentation. * Fix: ust-ctl: use LTTNG_UST_HAVE_PERF_EVENT to report perf counter availability. * Fix: reset vtid cache before releasing urcu locks. * Fix: cleanup local_apps.allowed flag on lib cleanup. * Fix: Correctly handle invalid agent port file. * Fix: memory corruption in compat.h. * Introduce lttng_ust_loaded weak symbol. * Fix: remove invalid free. * Use AC_PROG_MKDIR_P (generic mkdir -p). * Split CMake example build steps on different lines. * Fix: CMake example: specify source/built includes/libs. * configure: allow building perf support across all architectures. * Fix: use-after-free in statedump lib iter_end. * Add generic fallback for perf counter read. * Fix: perf counters: sign-extend pmc register. * doc: Add flags for JUL and python agent compiling. * tests/hello.cxx: add ctf_enum_auto() entries. * Add ctf_enum_auto() for autoincrementing enumeration values. * Add missing ust_lib.c and ust_lib.h. * dl instrumentation: add dlmopen event, trace dlopen flags. * Add library load/unload tracking events. * Communication protocol: use fixed-size integer rather than enum. * Add ustctl command to regenerate the statedump. * Implement statedump command in UST. * tests/hello.cxx: add enumeration field. * Fix: ctf_enum_value() does not work with g++. * Fix: lttng context perf: missing stdbool.h header include. * Add perf context support for ARMv7. * Keep perf context FD open for other architectures. * Doc: cmake example: fix coding style. * Doc: ship cmake example with "make distcheck". * Doc: add CMake example. * configure.ac: check cmake availability. * Only build python lib when agent is enabled. * doc: information has no plural. * Fix: allow non-LGPL modules to use tracepoints. * Add -ust to the name of UST threads of the application. * Comment the locking mechanisms in ContextInfoManager. * Fix: Null-check return value of log4j.Category.getAllAppenders(). * Add liblttng-ust-agent.jar to the .gitignore. * Fix: Specify encoding when reading agent port file. * Fix: Include child loggers in the output of "lttng list". * Fix: Handle both agent config files pointing to same port. * Suppress static method warning. * Add more logging to the LttngTcpSessiondClient. * Use config.h to detect sched_getcpu support. * Fix: use limits.h in ust-elf test. * Fix: strerror_r behaviour is glibc specific. * Add support for musl libc to ust-dlfcn.h. * Fix: don't generate 0-len array in tracepoint probes. * Fix: log4j example: set logger level to prevent unexpected level inheritance. * Fix: no LGPL define for malloc and pthread wrappers. * Fix: all lttng-ust source files should be tagged _LGPL_SOURCE. * Fix: initialise RCU callbacks with mixed LGPL/non-LGPL objects. * Fix: incorrect structure layout with mixed LGPL/non-LGPL objects. * Fix: don't call __builtin_return_address(0) on 32-bit powerpc. * Update version name TBD. * Fix: tracepoint header: declare tracepoint_dlopen_ptr. * Fix: update debug message about weak-hidden symbols. * Fix: tracepoint-rcu header: use tracepoint_dlopen_ptr. * Fix: test: relax requirement on weak-hidden symbol address. * Fix: work-around gcc optimisation oddness on 32-bit powerpc. * Fix: test weak-hidden symbols. * Print DBG() message about compiler weak hidden symbol behaviour. * test: add test for gcc issue with weak hidden symbol on powerpc. * Restrict Java context retriever names to a set of valid characters. * Fix: Correctly compute Java agent list loggers response size. * Add support for aarch64_be. * Fix: Fix synchronization of LTTngAgent#dispose. * Fix: Verify number of bytes contained in sessiond agent commands. * Fix: Avoid potential null dereference with log4j loggers. * Specify UTF-8 encoding for all Java agent commands. * Fix: merge tap tests stdout and stderr. * Documentation: ring buffer: SWITCH_FLUSH can be used when active. * Fix: unchecked return value in trace_clock_read64_monotonic. * Fix: portability: no arith on void pointer. * Fix: initialize build id and debug link flags to 0. * Tests: Add tap-driver.sh for automake < 1.12. * Fix: add "has_build_id" and "has_debug_link" fields to debuginfo events. * Tests: Replace prove by autotools tap runner. * bootstrap: Standardise on autoreconf -vi. * Harmonize bootstrap script across projects. * lttng-ust(3): order environment variables. * lttng-ust(3): fix syntax of env. variables section. * lttng-ust(3): document $LTTNG_HOME. * Fix: Java agent should use LTTNG_HOME. * Fix: examples make distcheck failure. * Cleanup: add static for internal symbols. * Cleanup: Remove unused max() macros from ring_buffer_frontend.c. * Use min_t/max_t macros in lttng-ust-elf.c. * Tests: update ust-elf tests to reflect correct memsz computation. * Fix: erroneous computation of ELF in-memory size. * Make code and man pages share the same default values. * Fix: remove NULL check of nonnull parameter in dlclose. * Tracepoint array/sequence: add nowrite hex macros. * Tracepoint: add ctf array for network byte order integers. * Tracepoint: add ctf sequence for network byte order integers. * Fix: endianness of integers received by filter. * Doc: Update README.md. * Fix: jul and log4j agents makefile missing line and indentation. * Fix: re-introduce exported symbols. * Doc: update manpages for soinfo/sopath name change. * Rename statedump and dl events and fields. * Tests: list ust-elf test data explicitly in EXTRA_DIST. * Tests: add tests for lttng_ust_elf_is_pic. * Add is_pic field to statedump soinfo event. * Fix: add common jar to lttng-ust-agent-all dependencies. * Fix: add version to lttng-ust-agent-all jar file. * Fix: rename liblttng-ust-agent to lttng-ust-agent-all. * Fix: re-add liblttng-ust-agent.jar. * Fix: lttng java agent: dispose is non-static. * doc/man: do not use macros in the NAME section. * doc/man: remove duplicate copyrights section. * doc/man: lttng-ust(3): add tracing control to example. * doc/man: lttng-ust(3): split example files in subsections. * doc/man/common-copyrights: add missing THANKS section. * doc/man: lttng-ust(3): add missing ENVIRONMENT VARIABLES section. * README.md: bolden dependencies and update links. * README.md: split required and optional dependencies. * Convert man pages to AsciiDoc. * Fix: remove dead code from filter interpreter. * Fix: convey enum value signedness into metadata. * lttng-ust(3): document `lttng_ust_loaded` symbol. * lttng-ust(3): document `perf:thread:raw:rN:NAME` context. * lttng-ust-dl(3): update documentation. * lttng-ust(3): document liblttng-ust-fd. * doc/man: document the lttng_ust_lib events. * doc/man: add full stop to descriptive table cells. * doc/man: reorganise source for tables. * lttng-ust(3): sort ctf_*() macro parameter definitions. * lttng-ust(3): fix alignment and indentation. * lttng-ust(3): document new ctf_*() array/sequence network/hex macros. * Performance: add missing "caa_unlikely" on fast-path. * Fix: loglevel and model_emf_uri build fix. * Fix: loglevel and model_emf_uri with g++ compiled probes. * Fix: Out of tree build of liblttng-ust-java. - Rename lttng-ust-docs to lttng-ust-doc and fix its RPM group. - Remove explicit liburcu-devel requirement for the devel package: is autodetected already. - Rebase lttng-ust-copying.patch. - Remove lttng-ust-aarch64-aligned-access.patch: fixed upstream. - Minor spec cleanup.- add ppc64/ppc64le in ExclusiveArch- Update to relese version v2.7.1 for SLE12-SP2 Changelog: http://git.lttng.org/?p=lttng-ust.git;a=blob_plain;f=ChangeLog;hb=v2.7.1- Update to relese version v2.7.0 (FATE#319273) See http://git.lttng.org/?p=lttng-ust.git;a=blob_plain;f=ChangeLog;hb=v2.7.0 for changelog from v2.7.0-rc1 to v2.7.0- add lttng-ust-aarch64-aligned-access.patch (fate#318370) * enable build for aarch64- Update to version 2.7.0-rc1 (FATE#319273) Changelog for differences between 2.4.0 and this point may be found at: http://git.lttng.org/?p=lttng-ust.git;a=blob_plain;f=ChangeLog;hb=717e921558631baa4f132676eda9c9398fe7141fcabernet 16149910502.12.0-1.302.12.0-1.30lttngustlttngust-2.12.0-py3.6.egg-info__init__.pyagent.pycmd.pydebug.pyloghandler.py/usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/lttngust/-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.suse.de/SUSE:SLE-15-SP3:GA/standard/adfb526841bb465e4e1415b397de6ff9-lttng-ustcpioxz5ppc64le-suse-linuxdirectoryASCII textPython script, ASCII text executablePython script, UTF-8 Unicode text executableRRRRR?$G04)Lutf-83cae9061de467bd4bf7f28047f3d9b37f15114fcb81a010916b7395dbcb81f09? 7zXZ !t/d9] crt:bLL*f%c7>H5,!y'_9 D"ڋbP~x}pd-%d`{eH͞`+V# mg5ziɸv/DM3zQYyȮƓMZ@ IVUgӬO0b`Fz,kZסm>ks]h i|Zk$6N;_ѦH~+LLau]fہ|J0nS*xCSJ~ʟs%))]Yz9`!c * ] gqMAu(LH*~-dqx9އ: ,סTKPWLԦsxjIP3U`Boӎv.N[_'#WvveֽBthaՆNC62 \ЬlŹ6- 6iƻ`ͤ_'Trㄜ(j0-_^ny5aNoSL!^b&SQū &{Sחs\#~AwT?B,Rvhh^=Y$ H29. R^GZUyzhՔ|[fݨMC(o ¡:j/|dCyZAl[SFH{]ѭnE?7q+[05AT$'ku[t2|Ayff ԟѪ><66> fIy^_p=և"yP'SITmͫw9 gtd ul̴<)޲P^ O!>Vʹ6oD]G;͹r#,Vg5~ߞ?11w L#$9#I91gX`5aW]Y-pGCꆦaL,zֶI^gr9ޏh_$5)fښǺt G=F=G?1]k;~IӑaVat(,ћX˜:>c\8`n՘v\07 L+tÙjr&i?htb{t{B[!El+@˶@!}!mo|O-l> :(4S@Ig"cT(.pv c嗧N^bCy)\B6ԛ-:F\^|s1spD/>eQ! 7L1bp~/ʪrn)LRb3_~OmK<1n:DcK@8E$yx: j-%\`]_C_` ˌ-O{jNđ )ϗI[;rB,ZzJ*%:wmWxϣ0/yXt3 \bj.3zj.uԖ` cvI䅻[r."Pp*O#ۣa ,݈0|IȎ0TJip*}^]+s*I' Fc&pch{݃2]9?tgZVqf,F wy-ūU'҃ $[·ӝБv3S¬Of3s¬-o[=6U@gU &4m|ؼ^hmP5%&X:==Ԣ!LJ@C?Xw8d]D]( _{fG3x9鈯[29ȸ;Y;mS| ~]OA%tGsxC'T.l1o{Sm/ K}?,*w9sQAJ#{QM:pnt;X07;xy(TVގ+5Q`_Dc9ӷ@D_,|u+(~/*KYw>_;3df}3FIV>=ӉfPh,j뒞D9?HȳgĜ7E>^!iãKJIN%a()CyHHD!<B7|dڥ6$}\T[=e5QB=&Z":7Rz<uBPǷm9!\M3ZI9o|+zR4 (,Q#Uq{cm5QgH$-$pJQq\ twEDT^X(YOM4c:8cڭ:n/Vdu=l` IMw=c dE&).5.^55- ]x>"&9W^߼ߐ ~6*ִ$ޕ,r۹4҂gJ APK$ -qA(s]3׳շlQfv(sŰ2ZeV3' !5Ó gk_%.SIu4>3=j97,yciu |]A]tHz+^*ѭTi @[f3X4ꓼؤ N>)ԧKCb5+:H&DL).d Pc&,4@,zDRC _FyQlʞfI߇oZд\,},qzDo#S pW]IMVYO)4Zx(U/ "LL@Mh'V‰ Z dcԮVpVO)`Xg`_WT~#}Lx>6g74G%=VT]4,E~y9KBC6Nym_RE}HkrXUl#])jCt3C}|H`YYk>lX\]',ć0!! m? dS.TNo|2<h_Mcq[w6Sɜ-֏ >MO/Lʐ{x%<5uCQ8K4ґRad0-Cl3/DtpIϢi%X)#Q>^e@(HE?q݋i0vZN`xG}R}!$~mT<eJjVB\?Gc)VJ53:GNpGXrf"~u%g/Vj37(#-C,{ Î8Mo`|ULpjfJT^dg0ʒf's!Ý~bR,sêf1}y*|\frV5W!ѓf2F&%u,|,˄l42{/  T+Q vJB%NTũ_'N1Z%P]C2r4ە>WP:Y w<LWZ{|Z2 &Eܥb*jLO%+56L;EU?i.jR Izv_X'ɺZ˚1рcsKZIŶC tܚ$di|3Vϗ&ʪ9 q-1PcGz RUTbx#v5ڴ,bzdٜD&j@2|W־vR;r9/N/3xZ+ F}[>>iԮNy72C*pOk -aCGtMpسk؉$I/+'}bB[(%dUh)) _8"׺nQh,>|PiNg=`}䧄G8XrUUH<Sw-tv&HX1m̨߾{ D!08*_ 'D+Be^Xt>G ПJK/1hIs"\=6(y4# KpS`/j EgcUO*cTADZqed7J4߀xc^dtϑW^\KN z ]fG/];\v>r8uh`uWB>|i!8{T[f.*?"MAhS4S 6WJg9Y`_wwr죰q]+1n]~|ȕǢF=himޤ]7a|&4QAbxV8@?s ɗ_\HُPȟ JJB1*a #{-1˟HcUjڶl8jbF\JncvG_ u,cN{%_[ E5{Mbj"~F^5Ht6+`$Z'ȩ<2x]'i?ϯ%llPe#h2/c IB:@<KXo'uETl&fvPoޯ 1$$8[H[K6c}ٓ_}7O?ݘmlw$.=8:QN1ZEzt6QC9KNZ$ Qs 8!f)i|O.:I"5:^^Z5$ikn(~Xk.;|z@`3/?Iz#IymI/Èϸqs_DY<lOv}^F`J-^P >zSpB@u1:mS #%NM@N""[G~2|~ 2k\+  8guX k=!)V6,B[_foĽԛx=c 3 ͕ A.:,+wh9Bj~j~D>A P,w{: ,}٧q6ׇo21X 1T6C ':҅b*V;^q#9TE; q))I,z@IN,@e='Q'9lj5lZ}9\D]ܮZBrON(w/PV3 Mdr%m+ꅠŅ[: qj؎<Ap8IY+?Q\Q= è!Km * Lm#dHwϳgI8I$nCpԪN`)ӷyK]2y7!0LK3vȴ͠#v6YzO75a/[iG[Mn)Ԙtisz[?2Ѕ*eI|bCҋ,B  YZ