PackageKit-1.2.4-150400.3.6.1<>,F0c[e p9|%?\!Uj:OSvUw(>O1j6RҮkYl|v4z܄]w:"vѤg'ZXz)Չ `B6ɶn?R:%Z(SbOam(>I{*}yg(" ae xsw;[` @v:l`~ ّ,_ mQ%RPF|օw VT~-WYp$j!isb>OH?8d   Qpt $*2%% % 8% %  q%  %!4%!%""%#`#$ &(&8&p9(p:1np=>? @BF_Gt%H%IÜ%XYZ[\ %]Ĵ%^%bcɽdBeGfJlLu`%vwМ%x0%y6zҜҬҰҸҼ4CPackageKit1.2.4150400.3.6.1Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.c[e ibs-arm-3SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxaarch64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi3  h  X WVwJhF %C>A큤큤A큤AAA큤큤A큤A큤@Ac[dc[dc[ec[ec[ec[ec[dc[dc[dc[ec[ec[ec[ec[ec[ec[dc[daMc[eaMaMaMc[dc[eaMaMaMaMaMc[eaMc[dc[dc[dc[ec[ec[e339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267df2c41cc4ebadb2d2775dcd0141976224e30a4f23d6a795014c9e83241fef3669a93855cb5871b22fbc8d471f4267b3f970485422447e1d50fea43bf971d06192e4d60479a4c3b4dee416c84ede62c0295331219d2baf2cdbf82e9c358ed11fa3137462d6dd11be2408596b32c9dfec4ccc34e3dee028488cd5511ac3b30fee769debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3ade8f39719108a81a0c68a209dda56b0b12ee2bcf1dda181d7ee8200a1c32f7d9c126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.6.1.src.rpmPackageKitPackageKit(aarch-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandingld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libsqlite3.so.0()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_213)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.43.0.4-14.6.0-14.0-15.2-14.14.3c1@c@bc@bbka@a@aaaC1a@a@``]`OL@`<@`8`J@``U`_@_$_ǁ___@_]@__h_V _5+@^@^^1^j$@^g@^c^,-^$D^ @]|@]@]c@]]v>]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-moduleruckibs-arm-3 1666934048  !"#$%1.2.4-150400.3.6.11.2.4-150400.3.6.1 1.1.00.7.40.7.00.6.3 PackageKitorg.freedesktop.PackageKit.confpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.servicePackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//etc/dbus-1/system.d//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-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:Maintenance:26606/SUSE_SLE-15-SP4_Update/73631dae88acc361bf4972d0031ebe19-PackageKit.SUSE_SLE-15-SP4_Updatedrpmxz5aarch64-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=90ed0820c901fa09c34f9bf49c2d2c885c1a19e3, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=793b9c75b8bffbdf7e35bf64f1d70abf35eb1f41, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e907f7badeaa8d617c6b1039eea62be393d389a6, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=d3af2ebebb3dfddc74601ad4564df48dfe4380b3, for GNU/Linux 3.7.0, strippedASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bae7f8f946eff3ef6638c56981340feafceaef2f, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.4-150400.3.6.1.aarch64/var/lib/PackageKit/transactions.db' (No such file or directory),  RR RR RR RRRR RR RRRRRR R RR RR R RRRRRRRR R RR RR RRR RRRRPRR RR RR RRRFVxƯ#4oO>systemdPackageKit-backend-zyppsystemdutf-8f46a2fe522a37c39fc8dde99a0cb834bf0b092d8665a317303cef4070d0aaf30?7zXZ !t/:]"k%aMscu/ɾD}u3äH3,P/{$ʦJ-1a`(6/#.h=Rf-4KDH)뵮 Vn1v)LGTTR=!˪6"R)[!ta: zdkeNue1kzh;B)ߋ2Eлkǖ,vuSUhW8f]~Պw-E63d:γϜwj!U S萻98y)MOtXC^lYc|`M+iZipSF) {˟RE{e6UA.-CodWy-V! Ͻ *Z=dz S1QKϩS=\ LmdV sUnr̛qY5* +\{ 54)&O|};R7k"tu&W7N6/KLt \7LRӈT/yi<:YC,LӮ4bNҰc/֙j˒8M;Y_ ؁ZTn4DB;\]H6QjGV:w5hDP0 Ђ{3 #7А<ͤEy=޳gʼnzNҲoܔ7[DuۍŽ4YpFla z_*VuV;h Qy8aHo "k$Wc_z{[WY<>dއ\b0  `Z"'i@uCöиe `Z;{𸡗QXy%Aw^c&  >EyTŵ~6Vկ9.Lun|:6r8 ],Kp/s)J0^CW k?}] ^ p] Gfv&9Xީׅ/?}p\FHMM ӒuoijAKqm>^P+i u/Ƀ˷L k5B0 $4EÐvtN9W^o4=*ZlYȩUc<1pz6֖f*IӺ |^\5e+k2*Ċv&YMظO8)G#\XG*(5E !tfRW_,lrG V4δ T+T9_.z'g}YɎ4vjMmʒo *|]Wu2gϩw+CZǎCQЌNP&u}Wx>$ \%(**idn܇?F#M!wo3u3/VdCAv%Ojwx$*&u]+5ƣQn1ܠh?2GVͣCwM8MuPȫ°qںVƤٲ;R NIݣΏ_[Ӌ¦zb|yIo|gr}13W4YCG +x `ux[y!z4|ecȌXȦbaʋ Zza(v)˫&݌Q6CY̅a柅;ejP/TVuϬusҭP`?2qІM\8\UL:0qF2ؠ0X$J=6Ubzx[)fGlJF ":ίD{W4Ū7C ,'WBn1L!CyeLďVo0o:RF 00v&hcR"b, Bʥb)ys-nǥFnr {| | *{.A'-5L5q}b9RbO8ye.ski"OM)G䫂90LuY o5G6@6bk~ /2WHP]Ԭ4Kx#}#KL]Mbh%ðsKHh֧E7r ~ +[ȹJ˹Cn1i%TYq? x[^!+",xKҀuy0SjSz^q޾xe :$Or>W j~Bc J>o!n&供(y)W;!XWO2άLU#CX~G ȜΟ*3άX`Mf޶ J4GCݫ#^h,NW! p^<#Z raH.!rH~ala㓲2}ٜԷS|#`Ryfzx 0wL.Gce;66y|EDԾ< M DQ> [f_K&yѢ{~Gڱ?@Hh[#,˥ax[72z8Mg\QURC׃N1$^˂]"jŃ_wDv{WG 9\?0k>ÕEYZ[nD j9=ԍsҠᤨH#Tv<Agg)d TĺӠ^S2/jl<({-[S1gm]/:RPq!s9XnUU*bŹoy|*VV0Pk=_H]%{1v<*},b[qkh3!˦=J aG8RXe}%r^ 1azey;mŏN=(w<ϩaTyO0f㸥&}HpUdY'^x">i:g2 `Y:`BMuKPZjYn YfhKrPd] ԁ.??ÁR8jL8('XSsM1rpwzcVbke/n-Ǒv>D~_AA:8KYXח9t|W +ѢfU̐F6Z (>E/Kc:%rR>ɤ 6d6(yQ:y ^k 5ׯ'~ZRGwK6!o_nZ2 R3N~8SB&I1Ne{b.81W(MK]O`J9RWIbӽ`if1@a("ao|\ghIɍO`LIDɴGH](ѝ7Eߊe /yq@gΝv%Fz?VJEV59A0G0GCQ^<< > OoPtcz}oDx7|U nBl՜ r`y\VH~j k Zc(x,n8 _cKnǁk4Ɓ,dW$|X94k:"P[I6-w &劮z[zFZeR~5yƸY2Ë@BuX_rk-{Z,q,VTB=;%&Ax; wR oۍɓKߔ>i9i_Q>&EF6VLWTD Z"Zo\;kE}xkq,/˭M9;1+?l\maLVyx<06&LIb@8pTЬσ}# SV1lW',6LPHlk9cm0'SVqw- TZS5rzL1>sL3/\G2OHR6i۩m 0Q fcAGC;oߟxnNj;RU;%ZbA~Jz(b5/Juo ~CTW*nMq4K),nHJ,HэQ4ADk{}okS;iI@ A\DgO{o$?]|X-O2T?z)%jdt{൓I[j.E)%eQt~aXtSz]-=.9EAZ@O,fXT' PgI<_ܾ/Nɒ4jYxY4S!_Zu'-ԭ˜sx5zhqU)rLP\]drpqm|j. AAO }T l8Vϥ}BnNʄP9bӭ)$]fBA/|y%m{?op?3ch1>Si}t%?,d|l^,ìGbz]<`h a6ZcPHfH!sx퀪6eQx)΅.ҕߥ;n邊qu36Mrjʇ]Mq6 0^ד*Ywc>kCCzxBS |#77D};va 'UÏYJJ 8$3GƵVL҉C?K#I[r94%=K\AL'_e{G/t '؏/;){$7R= :BU"+=זEUkTL<~Qs9tX:o\bSپ(-~#gvHOӍ[Lpvok_VȍuPq$.3L6vJeNak>ydn5]n',#^SMna$Νɮ[ݐ p@~O-1nzwEE3@ΗK f)90˞ā1r"-`Y XdQC 75Aa in4]@uw6hZw@R4'͍9i'KWOA0-0j]ZsW΋cD;N*&>YY5GI?E%ai" VCoͥ2?24m٬?VߧAԨH#ͬ'dj $?#-VVo݊D*aL_{H^xGg I_\bFs쨚@g⼅S.#$l90n\yZ(͵ש?c祜"sA+#Buh^&zL{D[njTs֦ |-Wn&AΔPY,^{nۦZbCI@bO2Iit> !wkHLRc.Y_>lm-c h⌼?h$],hEӷpD3I=Q4I+qCE.;ﭦQ ۜ\ac͌lMWef~e., v4EF2w.û-|b,ʾ">@[ y gNu4T!4rQk-DhE*U|F'7I Nzn,ruky^ 096:[O=Z 3AZ40G*4x6EEO<끀/E re17/#rZB} ldnvSy'U_@ԣ'(hM) 恖iGU9nzPוi_JvMO19zOo8BhdƊ' g|vv?Lm{e ø?(9 M"Yf9lhy=6y1zyƄ[čOw֙߅.]_Ud̚#"HiQ&d,=~ ȍ!"7]\ۏ%~LP`Yg')-{~;mY֍ĉrC |ZHeG.BPaSk0&.]x%,='\74F|s<& @SdyExW}!zG^qvU,O=YL4YB?" G6U7ޛftz8?M6 L`~(FMi''M)#G I!@ >ܓvҗ˿%)]z=woxpL6 .:`+uCO (׼k%#^"t-F%Fk_1Wwܐ2'`ӵ{m}:eSl˙9H̀c}ׅy! +y&#׸MyޅK>k%;2Pm(Ywb5:J|%%gaX?Q`Pl|@à~*3ʚLxaOuD^MNm%i  کgʼnqM[\0" 1cPVw~Z1 ñpjXOc$L;yBn«* K`_QmYf46 NMF~5ۓEue 5Ud>f`ıC@kRR6oȞ#$b4Cx;~tj@mCm]B)zca;LCEvfzډ?)/g%vRde(byfP/`?jwBp4ߛp2o!Uc򃛎6|o5rkχ-r23}'Xܡp\Mx> U-ڎ'Ut5,݂28d*-g+奐;ܕM瑀 n gG-"--1SX$έBDF/И\zBWxs\DJ- CFb]C[,}ݜzE!>zZGdaY{1&c~aKzT!U@x;Ժ;rtx>U)mD󮆐9H.`bURʍG&oMe7|"xDYD[M_޷ dJDg~Q`>p%}Xʣwk&jSK}%7V ǎڎѐC,(VL"Z MM0mE],H1LU)cؖn>p!c-cRDT4s0z*}Sf/5@P$R?_m]m,M*Gf-]s鱳 1_uf}DK8| ?#H~ H|vXOM}l:¯\ mEb?;d]u{`x7@t99UpP- jEZYCܽHGP.Q`܊%Q.zyEO41\ mD{dɲ2u߻tװ6-/69]W،X؆bXG sp~+h7>!oSYB:# sDeZZӸ`UqeO2V[4~_ (Pp /URW;8O0sB7oLcHcu27(bNdEfG37!0A|[9~ؼl6nBPJ)mXjwY8hG7qK&y Q9_{vI.[ut?V$X{؈#=^($Htr$?fqD6?">(B,2*)d8Z|N`2so"Xy5%vdPaP"#(z[v%>lK8L neX,vsͿl@X`Eˇ=-#[bD?qCs) X`_$:*9}P򿛻>4Eq-gvpkqFG:e"Eo)%]U*w+k~GYNiZ8JG @t@w\=cs=5N,cJ|UwZ 8/rs[g2\*YDc D\Yq!D`le%A{8w;/+3c(]CPqSz nxjdR[2F<֌~ytbGMH)N lΊW):,sj?FB%=6Nc1= @Ѱ0;r~A6[)TmTR."QiT7޿1=uH{;]( X{ + "z|駥4r&}.@+*GYH0WDrz`jY6Lγ> V̏e<~c3s%c;"b?Mp>vrB/;Ce0#\mHPf&pxa#Аww 3E9q{\F^%Gw1Wg>W#Ry*j&pGsQ e(+߆ūL7HSwxKza O6<ꏎÀ +{p@,SIfg49v.95f="+m4cLWD"@hܢX*`\iU͂:yt6E|RxX"WX O.xi'[=: 0.-DB:k.^=d no 0ZmڨU%$CN>7tjBr+ψ}qb@JE/N)TZ})$B'ZYj1'o9JDN ׷BԀ[X[ʗDh2uh͢ly߱J>e] ZbK(Gʡzhָb%;]-cPhLkZ57֔O"6IU3u6z>ZQqdpGKgyzs ;l\1e>9|ېgE@Q^t _.3pedcm!i(ĤG[99̌0m 5ϱT [$Yeݡ2yqFD)&7w]_`lTnFu?,CJ([E "\]-`c %}reY\3gD" v)^-`IA p^Ӎ=YdGGxxꨕhR?|Q~Z' @@PhN `amz;\SxGed_;l ̝+hi@ךO`=<޵/ K;<ՙM.\FiNU +A{}\D\|%C-hEb1;mT&P}c6qJ' 2riQ%{B6F~/G\h駓`p(kjICHlVgƂ3I;/uUfqz$ApX&hrj*BPypwӁU|vSL!_ dyI+f\JM-D#J#shڅp[ofD2|_vVE|!gLNS)M:sCtkӣ!uНH6}VdWP|8߄S)&e>sC5Zʁ?a- Cs@,5ڔ*)3mٞ4躼ÉK;(|QC*v=tv#kOSfGW$q $̞ rbkX!dC*Hu'R@vS5S PƕK 9v~IDa箩m*d|*LmZˊkDlTPZ #.kj`J|[f7|:qg "ky<]/v,:NP,mKJv@g_0nFߡx Ѯ]*GVlȓӴ* oLI3aUjCX tx5zE\W=W";"Kv+qۮ]WoG÷9x5va8g? iCkb:{itލu̽Ec @\lGX;eUk i`@X4V Mi GN/a_ʖH6kdb1Fbo/SytS\ .-d kTN#`LGTUL?-9 DY Ye?/b3x;; J"Yl(=M ĉqGve!υG<E6Il""IwxҮ.~6mT PKq dVelN%21-6NLi!1Q{8Jˆ.&Mt;@$'0-tÓLC\ܩ|Y۪aRm ^Wm?a#@7aFZ |Tw*S$9ˣ _պNj/&|ٹO!,ӓ$rL'd7^os !NG6B{>HKMˬ",407va;k^Křr6j= *ѩ`(Untjk\ !Ji\f``+<ˮ=z֤[mi"={5]>Os ݃rT <įG3:&HYx߶ƣHayAzp(ui;Rbc6u!Mk:K@y,L4C 7kQ"ܷ5MPBvID==?o3^&&3WW=cȭDA @4 QNJ('Hd9QeƻNbPD3qc:'&;wߪXWef8SJ(z3XfŖ!K.`Y'3;h2½xit:^wqjxQ/*TIGI]&Z$8|/ WZ 9NC8o5~c"}'?X$ X01 ۵׵Hy6̴̳sفR|Y\NK@ul^[nuWa2畘I]t@eMI09iJYgA,7px Wj+^A"IJH,"&DKKlh~UP 86KB5{`ucߧ-h{6'=w`a#3|f]V]!+brnv Ƴ7ɱRGqTQ.jaX(,.V[3 7e2Q(|rIh 0]j9m:uH=":8=>wC ^PƉdڧc $z4/tC[P{ =8>0?B/Y˫_}i />:!O}ʿNTt֜L4GTw'L}?҆MrZHr=U_s_I[ϧ c.Bw^Tܮ侼#xP}LOie80;p^J)a((S&9t̡͒:"CB@ MQOhO^𻾕 tO-Gp'@*~T+A5WKXRPoY FcX)1޻T8dZHM:"]-G}fЃevi6}f t|y*ؑhq3P>pilcPG)vBiͯ(Sӓt/3 ZY%GpmR6( FJdyt  3>Ysk'SǠXJ1G۞NV7ĢӦ:Y<<CYB^wC$54% 7lH )ۅ ]ޯڝ0ۆ6WJԉB0JXHd)NbnpCyc@t ȖϸZpD`χv_?u~r6V}¢:IU_غT畵˦ZxU6N ZZ%P 6h+?<(YB "$_؎s˵3AŪA8\ ^ 7n><$ 8#Igoy+xWl BqEfKgӌܼHt*sUvIF.f&R)3#H)s:H5DWq]i#T ](͙ Kß1@)>xD̎PES"J؍MOprWD.#-\Rk7lG r=21@`7 ̮&j)!2*~3CQL%,pjCLDE*&f;t)] Rsy[ zAp޵aldliReg}gm{H}ZI}z9ܽaA5qU=@E<86> YP;N:y8#_2 k^y7j='5AӶc%s)qzeE!Ah??5dkE7E^&Geb$" ;[&u-wh q^x1FҤ}d4FT9]ji0NNһZe5ww+хgmw}Fvl!3e(sڦuNҌZ[d9䌀lQt%ұv(`}mV'Me0.gbhId' Uob,t> >Q:34~5Ylr"M3C:k_Ȳk#:rk`@[,|IqZQXl"T{䅇J&07[<`F H6DCh NY>;k )m/$* h:G$[AOZjwur26s_!S-6TX?V 5l?.ӗTFdɬMӃD= l Pb]=a,^mt[is4kk7$Yj+J Zوp| =qW롔ijqKh`۪tr&a"LA]p۾hn[e:߳| 1{r%ME5OYD@׿x-45tH6;uhYW*#.?c?d%6^v[bgiPOVH=BWʲ`㿓sPgҦJxVWcKۃPXIQ^8*!O^d:`j(E !5 V+ ߵ#)4>`SGT=U&t}2f3bՇҦ;/PVȓ:8f2s~iIL> B@"0UuWSD+1gcn2+z+:H6w |j|~}WM33\1VVd;ݑN&#/ßڴ@PY)h!ޘ :_dRI8O}T'Yub.䓈N=;upxש*2GdEb r"_!CQ=.B~Y(v,bj\"͐J% xqg7??8/kv̸ֻg(6>C{Qk}/igɴjP,H7ڷNmw|/yW1lgYO]$|%/K T[.@ɢjaTP@*)PjR i>jf)9&Gzzo-YtTEŇKF0.~6)ܿLz~d9vtCq>vS2&hZb*jc87҈"7Uhmt Ʈ4M=hIR2uO?@Oud-pB0gc?b(k+Z1KPW1ZM}!|1$tU&2CX=a.6-22Ћlx@3#; FopF}ZPql\@[*Al1mo?o{_yȻKS5)5_ĸ/E\ .59[;k]]@Tkz`Iί<psZXQ1n)$LK'y;tO`Vk`%1~j=xF B=M0Am6bH' '^R`"]Ӳe.QJ^P)ƯP«^ C`',Łn2N-R,-\B l}kऻ>2z2t<]!~7LQ@Xt*/U~s`6-<]5 EҲW=-PA\vu[y~"I7v& ]+?m$S@mfR;^1aݫuT >Csf>1/y|Mt0 q<3P"iك/,^oҸ?ΰp0O) Iݔ׊nI/]iw/%E NBK9(a@۰za;Gw$<>K3ԿY[3U~"D#mTL(xZya#k %[0 Lȵ`$ 50s^9nEnMCiz99סdc-~ vhK9Oj>z\>ljθP4ްh o]k5;yI *8 No+LEb;#9Pni[#f/oXIy>J)JUgG@MLfіYo%PEOmbNgr1G1&\>WZ7dVvGPѽ>iSD_jlSw2cRGUӟyHete"4#Fvou#a?;rt)$N^IN׊r|d:'g*Yk)7gHu&gϤ-`EqSUoM=#Ny;n*k*}7 7clR)-`.&h}q7pwdWɊ; {z\\l xN%9w(]i 1'a, F!!׵Sp{Lpɗ"»#]G^Zok_?ţm.őqFH.͈qXJY[l!u鼋[!$ﱷ=њd{؀~Q9?ݰS]r4g-NQxߖ?5˜IA-᠊⏠pv#;LGAjn@e&I (>x166Rq b; r!+B"D#Й#tw,ƊSok)LFWZ Աl7+pod&#-CA~:s,҆DĔI ^M0V `cž$c |2vfO-$Q|+h\0=`3*I*Qu(MTi ?@dɐ+^0(f]Λa\NF1evp#{8[d2ۆ/ :{YӇL2>l&E-1΢arIU%uF-hV[u_+wU.4 qJbN/bZ7bZlt}b9D7 y 6mec( $fZXMnxu5 Hݼ_)mGMhD9 9MU\ъcC9vbcڒ|gB^"-ukNzUَ&e,[W̺<OCP7c:$>1c=QT"\ɽx@1+i] A9v_:rU&RzJ CJ{t Gz Q2)P}X9bm(2 4*0$ V 8 X:*t#iADv hDJro펋! &\C8T`añbo R~YujDN$ F#H=,0?x~ץ;Xa>\V&,muAfI|b܏q{B3+/ܱ}-܋Bds"A?99Gz; ?M‚%9)rni?lWzVs{̃Nߵ?$ 0 ej%#](Si?kVsiX%i;PPȓiXKSZb퉬4fGl0I(6ձWl}|hQ k[JSv5tو%nRݽ}1m s}LCoMp0ֳlT_ !}7NN1uH'lz=ۚ\2#_kNsG:ڸm8B@rƳ1̠S`O OMZXHe mMo$Wc G6dE$g拎HjyYlGW瑷'f4&E]8*Sry{ b!&du|h~!^O[.GBL5S]")h[ݭƆB`:Xc~Lp{98.^{I,2D+bgB^*[K@b]XUZvP0,W`!i!Hx-}%~e8tng::i#oE##d:UdC:5}Ag?i.bФ\-_ u%N&~]z=:iDq ;MY z2G\]64.t/ jFtmC`n]k070 6ŭ[qn <;1gk*ջr|)9?,~֛Ǝ`ă&Hh羆X*aT襄T >R9JUt箻\eQhA sS/OO| Bos"Q\j*6B!A'^{Q @[EPJ!"剓oLWk#-S't1n2G IQ\|7{jyQyMDHSꃑxgBo+sr?_wQlL1ߑ=pd4De5X%Zw˅U5+)"ٓER;=Su+v(\ 0Ӯ4hrMKPI9Vْt, 8"U~^Mrm(DnЉ[߈UBA:6;^=p1Ӻ~I-hPR̚mJYjdڎEAD[8XFi)0ƩFhyP@P[RP92_\qw!ȎP1ϙ=ڔ`1`>bB\ªpe0O). { 6tCe纆ɓTBv)\ ͋?L2ۤN I?كf;uG󠐝2Q4;sƘ,9C' rQܫ1Pج9'A[> S>=-ss%~rǭs(TG5xhtӨ=qX!0دS&PH쑱DV*%1m`gJ~"Z|bz<ݗsoΒ75Y *?* SAY3je?Z<{]G\Cۏ\!oS?weo[+I7V$_ ,XTML$o ]rnZYY/)IR݂7 @FC=Mh$6%n2 %T|Sۃҗ{ > ಛk T؏)U:E',/|Wjg%lϕ  hD:á1H{7޹-3 q>ds# C;>p'c1uTfx^.O,"8+kރ3DŽ*8Y<8o!!Q /୽t3~6d7%U<%WMl;b|%U*D_W%6$=HsDJNlgQ ޟFd^ Ka&yf;Lb; 3,OW2=k?ignC@^r8v-k烬3'wKS ANycs1a`Í,D4TA*q7}956zx+:[`:/ȅV^F)G4ATX9ɿM|.)RyZpÏJ!= YI6VWƏ͓S >k;u-9UJ W杅ُ?!lӐ^3b#׳1O.1uHj>ػ\qHx; CI"텘|T_wq3,nnȃ?K5_D˹Х->Jp{ ԟоYgsJ`6\S|棪fFݿ')+FvZvmYe<qx4 VC^+LUYR4dѠx{˿SCnC~O}Ulp0 Y{FNOBU9Q4s<at$">R2J5H%^#{\hF)>%-Uք9O඗#{rk'ښ>ø'dD>KECSghiGaMdG P]P _y<ėDҵ7 Йo`,.M"}x*P֪b4(7sa/2Sc@ӵLË/k(c⠫auSC̉JeqyndQ {{PǃfqlΔ\>y.¾0GȳA@*gT6nε({$(ĈW 13 ~'7y;>qtv eHA3vAxu§O޳x1Uf,bKIQyҊG}%ti^fzօ?Ka(&MZ_z8]Q$^p+|K)~OgMސL ԓK3HF<>OEG˔%kbW sڴ :'||ޞ'q|td+u$){,;eܨI3EDԖ*WSh8о# 'eGwI,V a>r3dRc&oYyđʻ@!& @PyX3i:8^llJW);Hwy:#~eLg@LϚ' IitG w@ ̫bF܍\j\q"o/~MaΏsHGKeZ97Jvzee[G}:zO*{M&4p\$7 Z-0 ܣwg,TEm hFGKuOJk?ED 2`Ԍ!7*kgTtH9l(5Z}$-ֆbI.wQ3bg((mk k=}>ϩ&frIg2[ %85? c$`uOT5Rk-b/MjS:mb" W0AI`ᬢ~G4T^& =Gn:. 4?y5f4)|/[:C-Jyf\OWOzq}p"0@>Ǘ| x? 9?*dKniWZP䭓Bt} zLPME3F$AJGk߬/",Zv\&V[BTT8Bsm9cmHd+gda#.mȾ60 ',Δߦ7Du4{y-lkr2!&mV!:U#!P JD=dr|Fסȉ;~},l+'Nė7lnU|\<PHz'.XR)ˈ':RU}nm:zgɇ"FU%p2c}SʑZ]p%Nde,hn+;jN`)M3gJ?WjP/dx}%0- +2e`v@IӌM{!ʀjt:')yPP>Uyp.eP( B̀.ui=HsQA3.(;myGZa-ݓΞθa^iJ I4 XEʛDRf"ɶXQY ܃\lM'.W1z[Y @&` hqd%k!ݙ dH׼6jk.ɽ'wz]›TcTLʷn,p t衹Y'$G}57մĹ0lt-Q^ XrGu\TI7pl+Zh97v}<)Ah.˾Y9`i}I״$=/9Z`5E蝝V$2Ha jdz-6w:-'C~>h=?]ywciԥd7ޤ_Zm[jox z.(3ubkq8CYS͢8{Y4{N/ّ0w!` ;NT =߾3@5BO!)Bn~N B&5ks $\S#9iNg ~ V[&ƌvҗpJ8_VڴjG|SրҾYty ]l@u`>&l,2{agԲXmY+E\XbR[NMQ7Y8ÑL7GS@ӆ#ǚaދ,0?]vըNN$YHY2rI` ꕇ39'ɹXw-Q"oɚƜuQN/u G{kwBg ,.)r&]qw7y_G!$^tcECu |{9V zUi?D/}0nVnU=gT,hԩ nuӲ^17J} 0B]q/#o58֧ݵHL6LE4{x/4cץn\ lލ3e';4Jswap#8!LZ} ysFr&OR_-4EfЈ"ZMz ᦧ@[0O9?rV;2*}W(lU;ؒFD`+b:W5x8DnQȱ&~@Ll[@Qظ K-#z /W rBׯ*w.dZž'6vm i}v4^2 ڒ\Bu& 6_a'2s'HwVȄмRo$ CiM8>x4C|\QOOeZ,q:2vḀR*!9sA飱60^P *T+vHGIJa3EUJ )=gnyg)pt$ $}.(CJGrv|2(&9awDǘxY+ק^Z/*0!ہ{6"~B&zВb7!KڦeEL>T;In. iY`y-ݦ%^Y}i.$\:1ߙw^N#;"CzGOX:v!&;G͆%le,tVzz{U|W"$+9j*`m/Z5Um&{G۬:.@ӈU>[ 澋'E;_~0~ҮU6B+EBM+¶!LvSؚCm1KMz6<h@J`&öڤmkCՓAgrL_.ZV!`ş)={M-4 腓./AE6\[=H ?V-m"~'Ho;U ,zBwnw0&O $fR6R{%تN+d(K&deW7}hHOFCșW:EdodRSF:$Vs\?@.?z ydm5jr6KU7ÌILjLO`tp#EԔPÓEݪH wkBA~o=:ҕ,/o꼛A\^i:v9 8Qn5jK~go>폟`uB2И|P8˕AK8u96V[QgjI>)s*˰->n#F$0&. (SRD2]%蟟4ϡʦ*}t&kK.qbrJ35ߠ=HƄ//i꿋?M{#f@+ gq*auܻ"[6i%,qT[]T R8,)P w1S%K?*0ț6"%KGx8Oh=jjuWi5&$Zԉ\JGP]뼬Nw2_5`ԓHoLJRS)߽k6UX J0;eCK~(DXFωX]ţNbG)tzJ4,C8Z:4,*^ӽ: *QTq RS̬5w:'KV6/чK)Mh:.Iz6Sٮ߁27s-7e,Osta?*2nJшX-r7.f)T4Sr8 Z1H0xc)?$MERX=^d5i-og[Ĕĕ;ɤ-'n&tت9xixcGϼȈT5|A=@./ U7jEeJ/uxЬ@*fItsCyR,G{%dp+q@Sɢ?{DVZ$1O{Spp_]ź,HVy@&~4ӝ H`i*Sa1wx ,.8]'(Q_%dQ#͉7$1A(HlRx~ڇ7$äJXt]"pdoj l%sw U_.>ɌU~9k4/Qۜr7? ΨhR=ŗ`T fdҺu Pee)B QFmЗmB4=Y{+e.1{%S.ޅ$=eZ h6q).ăS1㦅̓5PV)GAؚTn(W`WʞN Բg,p`a P]xm2gDzܢ}9Nr"ީg[4UbO8έ>mwI=Σk؍Lʩ3&]"@^M%/>n,pkw,z{%4ܦ"O?, K?c V}\%΅;Y?XȽvg!q/(LP_'Ot$V3!V4j2OP4 rI8,:IMi*Œ.ӽ,zy,ϡ[ѓzdvHܪy<> kpWUn2Y!=}*)^\ ~  P>9 L6|:sl=Qh.(Ʃv<D2 $ݿ%z(^r⤺m[;Dzao#e)"ՍZC#ʞ( ?Wϥhy5*jHݪ[&k.Hm5֗;e$~ogᏼ>wZ,YژuRxChs1)}{wTfnw_奸E|9A !@$e`h^KBVTFzY2$ (Z-JA7h@1 ;8J"]Dfq-_}R!IMȄ7Py8b-Q& "F-j 2kh%ZYr}| 5CNhEiFQ޾@ GܯbC ,ȠJh_^_sLc̖ hDS+$|7)"v [ !y3r3P}pJS|[J 0.|SvBqcMǐOR 8MirV^g5 N nV4S^Bll7QRZf(/@K/%)6~4o4C%\FX]J ))̩2dcbx8\~ܫB TUs^\ѝ@ϱaHT_|r_&O(@gJ_E9UA0d6#A4(Q°iyf1Z'N6g.KSc s,ǰ*wmLQCr]^ӅVA[?)2`UFӂ_7p(WGcu~j<ݹkBĚ9Uf8&(zЛӤ`9b+-lYܨ$:%?< :+^&ӌ{e(^O&12TPBϘCA/+߈%3p,(hzAMY=&Ljw O N]| 8BFsxE΅QV,i+4EB(CB"`פC]O 1(?E*2AdtW8~ $d\t-|JK ޭq:Nrᠢ+딵'oܺVsHit9Tqh8LmΗk;2kQӐskĒ},[T?m6xsK0$g\ںD ^oPyI63nߍ*hBx$LFFkaӟmPF1](Js.ڍΟXx@=7EbcEeT).#ω9M6D-ݹO!p(=G6l*uʈ[;Qv#N63E& + pQ+[p%p2"G!1[Id،j)ش VhSd5$zLcɲ2JI[yCfHvW (#a-[yu6SIJZ@j3@Y/.K4䡺B= aLԣ.,yNcH [ð+By.aTrSBգ ֬Ƿ PNy_8HƧdG\tǛ <1FOJҳG"]'*lq ̂ |~'WZ u7Y*αٗ;Xd&4^J*< #-ڪ^p9 {쿓`[x.@@m#y78FllP@zz}B-(Ԓ!pb@8)ҰWnP2u?@vijX{:P]oӑF!H,xGH`)t̀12 BdI ɺ 1NT1'gTV(8-CBRB\<|li3EF\l;h^uɡԡ3| ~Jۯ?VHGo{" 4QZqK0CωTġNRY 0t, 㠮I.0+zICMh=Qd8m+Gaąf cM=J/KF!g,䴌Áv*)~N>d3zrk$*JO1'A4եԘ%RǃAz@SdEtޡy | aF<4=2 ֔$^HÒ7 ׸|(S:~ca>QZ̢аEhju$7IbwҔ(lyMʮA^ K,~"P4N\K2$F^pZ]=_ &^yr+9*tLLyB6C2NLi-`|Í !Dz R╍ܥB.Id$q9 yM^8 <7 źA.@P T`1?^A?v-vn^AxQ:_"rg>c-{~*-]`G1lH&߇Q&`]ϔ«s@_L0^;W_#@kMʭr!씏@9bdl\O(^^5v~vde<,'&aY{5L N`[&rZdEG`*0vl;HV(#iMϩZm|M{MG8f^jO݊>?r#\C6O+^ P@x$"%d)١ut&U.A\%X- sx#~z̏+fxwAP$`>Ӣ/- ?;,#>:`~+RΩj&'e_'GQp| H$kp riFJ2gVˎF8& :~jQD B\,|du6(ߨlisi V·jdiD3F& XINv V8͗B(/.Ktr$",ʨN06soz!. `2Hjb*S,3=z LəT[e=*"졃 1o<[u`H7i KDfoRͬJ!,¥tv\yUk H> ~k +eåxZYe?B:]p 4nNjMX''X?ka`_ÿ dE\kTIaK0i@D0fIs~?Y齷(pEO`5c^W5ԋG-x,W;`9eך4Z3(gp}9\R>u hԽv-Tok:!%\@&x;^JfjݕТx\ݠ#+z|V :;6@_i͝jOfEjAQ!2~MbElm$`|GgDdd4oV 2S%xyd83QH拾W}}rSDv@\ASz+IT-fΐc$ wt50"b&J}*}t7M) wp 4}|Np^- AΣnҙ |E&Vצ/WMwbb#Bw`"Iwy'k'NԬW Rؖ堫剨t]0*_>XvVie=6WtqY/cS9^d>J1>4-f9d6X|KqMv](T j% g"&UU7N6x* ف \Jw_"uG_hQoK&QS[ux>lIlƈ²Ӽ [z1B\x,  ߍsD|ccluJPB%Gӷ6"0޿z凰7)2]KȜqG%*'4G3υEL@!BLzNZu#tR85+KNY4& (7adSRAc3RbGA}L}OYs%| ;9+K9F -LJzIxg@s^1L6o|='IDeb~R5&>i\&OKI%r%F爫WAn"AEP;2y3%Cʀu[#>qkX~s\GorKmQt9jٜ{ n#Ȳ2S#{qr],,Wƕ,ltgQ CWjevEq5 X2i>p$\'[-{+hrbJRhNCakjei5dw?]0\JMURO+ՂAҕ{HT>W}9i@C-6 E~)pBs9 Cymĕc"d30"lp$֗fTgvUm9Yknu6ː괿p"E"xȶ\ K["1.Q_K_Ȭnj)~$ʎ 66&h+))93>",>ԟ̈8!h82y졺tla\^i!R'jxl864:ُ&NC`UM(RbѲl*º2DɥG\[T6t:dmrZ^m}Weʭ' Qڳɔ#NQ=gUpr(!|#;Nq5pƎ=gٽr)al;X;T\\M}Cpwx4G1-N`1c>f \ezHѫaAt]Ark^׺~E 5g]d: a(`G^)vcTմ~jd_:7'Og8 ϜNcu ᝮ!db |AHNoe}$ 7ؕoMRz{l)i6Z&cpwۭ **bO_<9%vMH.JkrbhwWA< ʼ[;*K뤡vC|,GR-z U+p Ow"8qC_۹WI +3ST~ԊU9 z!Wa`޸vWp,N%ih{v0Ws$)OĨgK,W*9*~ޑHL L&˕%"$S-2eJvrv_|i=/)2%)fh |pʳI_|MzY[KDOr}$7+O 98']YR24s3)XTHᵜ=6㕸sVTzPX=).xbjZ3|9Q?Z3$}=>/wU-2UBkkwAeoN UFXU]*:A mŸj7 sF Fku&CàUkf`arnz[ #T6j[Ý* U4G+#:wTnq.5N -!VU|SҢVJw*g`UC_,sb q;x}c!BZPQ ¥C*66a|f@wއ iJf]U- Fï{mH3[ޔ*=RTN0Ix?!,gIRo?.bLގ*;b v05dk}>0-fdcE@Dxĕ*C5S_2fjgee8b%jec>-F(7̓ڐ@ЫKB&WWJdr68ojgn1Z##9CMftMYU aeKa HB-e\.AtW.&[A@UR IRc/;Nj cꋈ-b-@C@螴Ja|i"ӑOgwoG¤-2>Kc|`ԭ)AպL̎ (Ψ F =]cTl/㌪e[3$|j¸2dz,2DkL=?OZ+"OYy +-mj=N!.#/g$l:"ȲJٚ9m?;:Fd-o_"f{ts%^;cV ,۞(,ZN9{E5_,dM9` pHPgDķB`,SU#8w4(YWS0 lK"v`\3D6_. WV_J0y/ t $;èJ/o|ٜ=҅a}<\Oaٌ$rsHbWx撄e)IRTuPHTV@S} K$<0\kA" +FqhW4gWxMcmSz&؜'k]:Jv!<|y~ehth JGKv(jJX#.lɍ ,kdq~GE{8ClueC7]ѯO(wn߿>~9JBw{\[3N!t25)xıc1ȻBE8rĒ?3!˻n5sGǨQW7B>\Zx2IW8ϓvIcwY⤧4J(OÈ7oܯoEyTHg~C4Ch<{䋿ozJ͗^goB"3]Nm%rnOA$n<3[ӄȁqT̂5Mxw=@$mLL_mO :ܭ$9-3j)%肖׾ώ>vHHi 3/;7 &b 9WjqGK4߼rTS_!^e{t~Gmu,_ +?Ųm?)V:'];eShe>. , $qk̗@fJ-RW4FMEzZd灃ݒ@E j=kr:p Mп2GY4 SGiSD 3#@[jne/#svu=3m_6fP%җZQҡ"1g`h# qkeP?'oH.ӦBmk8rZt/P>8*o-eS0'``obUZ4"ܞ؇Lj ]!ObtM7].Q{+;cf` 1)ӷrTR0G74fo wDG;(iCiN {*ƅ!O #%g]c)cY&agPyU7tr졀kW' g>U@#Яح"A\Kl_4 CzVW6%(hV:yjBx/ OjJ*t]Dކm\d`[vXq\HuvZH"=cޤry[Cl_ >P9;y5>ʎ%q0(" n"uQ5*f *uh:Np?x<[D*BV)VaS[Z_9t-0gn kyփٙά\7Zv#JbX j6M))O+pZpD s}a̞Ό(D:󂌞 Eajƞ>KΫ;R 01KF)؄dFr~( K %UO)+\PPQ5};EW߆*+,ÌdMsq_|Ekw#r<4.%;fJ`717I!sMFRRSS,4`ς'>/j4ѻG^[j`mQ~q]wSFӌP3HJJM_n|fyt BjU!}b.3R.w/:Ni-9:0ru}#_~)ƍCw=r!F:2TA.p6:-7Τ̢1˂RCui X+hW b0_aas\{%P)vT"ާρٿ_xK" E]"%k akm<.Mkmi!U'{ ,^\C\'gU$D4"Pc`:s*Z_d5jet >Z xG)n\葼` &A1Ɛ2ϊՖ/&ъ9Rx"̳&óLN<]!]sE2H45bkY3GƓ[뉲Qow+$A ,>Cڊ71xͩ0Z_Ml.ZGv3w 2Fu: #`$pThw¡#XIHƜ߱*s;1#$p;L*Ú1d=>z@=:kh}tG:4;†0LNuE~U¸Jwۃ9x! L)3RfSe0]~c$ ~ N4wȵL_:jQރ"~ F٥ -JR08 N" bQq46@QfAJ& ~&RM|T NY^ŏrWJy jv+\yWvkv@;|QUwiekv8z~uU L|n#j6G5$o6>[P|,纂)N;pMRljsQ.akp֦;8o-=f'N(8?C{*>[b65{ʮNDLoAW+U'¾94 Gev}4Kztf2==?X¦V%/+7 4{u:Cgݎ}M^VobL Kc% &E8ԑ-b/J9G]<[\:8CȚKhi\d4 P(>{EIb\ƴh Y4 k PZ4zcNFd8n1P&Sh\ &7/@O\O5ķ'b+=k8: xޞEb$4vF"?U NAU":i :, q}4I󔼈VWv^P@K[b!Lf Nq UnR+3T SwpsÆ)oa݉9ݭ<)OcY|YjzG{ XbBCEV ho0hf?4hgIXR6+"([~p}fKw`tR`}s`>`G.RikTC=VBi2*s6֨KKq~a8 )z10G`k 2&.TusFiLC`F6ԔPT^luyx(5e|DS6 !5.7^[PlSN X.SwJQ_9fu:/r_E Y~6ZbNzn 7GI>_[V@REJzuYJ:#~9Ie0byQJ4j4VQ; ȤglV˭g-궣?\W@/9:,,0n{Y;$ B/HfT"0%Y gLWȸ`&fRq^>wuGD1>C<`k4o{wSi[ID&2̏*0j\:[hKr*QQ8XhG}983r&v7bwF%@JF ūdw.d3҂"_08Tm+J{00$JI<;ϊ j >@)Yx>Uq.dݣ>i pyDuZ[1gBŴ(j2mWVsv3Q|}cǿs9B*LbUMP Lʶt W^ aVc3_'{u,,Ѓ65`Dk@OwyF:֨[x9pZ[ JjJ1Ykg d(ekuNVT;ȗuYtKqE tПa;|E7]p܇E=q*(*= 1ti]]ٻq%ף֙}ѳ!n]]ZKzSRl%Xh"rqO:Oih*8NXq8X_~r$:ܙ/sɌ9ps5Q7x/lHm(G75@L* wS~sJ+,C;Y۶D|2p'ҚbGdcR-W '}ąG ^ ڵfh/MCլgi kyO8е! [KƮ>֧RF?d=:,]!jʞohf05zPpqy( 4m`BgKׄi)mbH;eCHe Ti<+AWU8<:4"FiۊbocL#3\ybdOU]~8]\igS>hܷH::d&⑻h!w䎟o?1`if b"@h,*~*iSh*Ĺ.:ϣag>\3̩&etЧ1v*9yWw_/3QYgcgr/(Z5l3 cgsV%_`\LpͰV~ċ'eϭf~4Jy ocZC 3x'P5PoQ { /h\'T=ۆ:lCLm.q{K<2q)9>uo~(yғl1;w``~S)e ZݹZRf&89ˋ8>!+YXcZD3K~]`%YOvл5͠u ]n.P8E%Ǣ|&n(4jW[0>$A? ?ֲ]p{@xy"@舻ʊce6|Ah *ALNdJw_F".‹M"6MBG(Df8G.iec[#5In|hv+h #(zbjIYamz<ψ 5ڡ a6\{ȹ/I4+[0;qJub(W( {&ћ8*f>ޮ2 @ K 642:k9Gd g<%\l\ s&zKNx泳0d@- mXjr⇰M7U碌18kш0 uex[bue6#+7ChZ+\Q%(v8aP7{ Rmp!R@_B8%Z>2?< x$ Ca@B^Z,~1ׂkZFT*?.=6墹 f;Rti @}l\~ Sm&Uݰf X`#FrS2a]8<<}_XU#U]!BYÎQ 9FHtS#`6JU;cn0@8&c'+`!ŊU&|8+1i9a/TwpWJS_p;W[GXEd[b>4 iOi-:TReG^ cS9蓌T]ga)%ߚiC) s;y;܎2")ꀝ2bxÚꧢP—PZ>*CdkI6Q]:IjIShM |[f'=XJeq[BJĚL䣄~.2r2APagc0Q$?_eEPjCveBhjgiMKF|T?O#: tpy0aJzSo c  Tƃ֌!?V1_)6 xLru`rfx=Ž. i|e0J ͐-Tk}SYU@L2&eŋ\e+ A/kn2bOfApRS8bx~TyMRcV=qLh y(q6pVtJ.EYRQ\J_ݽX\uDL]{5(a n_EHBf2BW+VOc{؈$V|Aqjn& zVOFJ5;|Nm׮mq6xR1 RHȮ_-_-;S|5FQ&%fJr%cb\uЬ ;R)02 =)/="P(iԽ=/b}Y)Ҹ᪡Ri嘯Ġ!Gy?%nTo_čsLo|t1];-dy)^cSQyv}J#PcX8Qݧ>zƨ`Гz Bkoq07!9]g#Vu]U@%)yc}dzFc<aԚSbwB(iU318bƹąI?Q$RoCyGVkO:َBo|2Rz‹C2ɛOdX;9;dCeZ)Y2J6ӏޞ3GPq_qb/ y9wV0FL/U+FrpA0}?Ki@"!#¦eyDT9G?x:I ?w5yH׆L*2@F Hte\Ne3ߤoA&a< B@&nXd!}(.TH1]6a unlO3i>K/kfO]x5,lEE$O&E@1F zLf<w@Iѡ]L23+ ,S2SMQ{`@2n!$wߠ!hML :ci]2 t(KDzn*V P0awC#>9 :bpm=2\Fi P³>_R2lҙ8:F#D z$o1s˫1n ^BŤ?)#DVL)@;*ȊxM1Fjy*wD:( /J̱lYj<`l-vAt3k*!x"}DqjUPl~/ ۢiCͳm 4)%?[?(,YAJ_1$hnM&,-i{b)~z-S9a`$2m! I9eOSl^nMh?]PHlZb65T'˫IjxԝX9<$,ٖT~)c~} 5 diaԍ[fpw(4:u2uGc.Kܝz#%9=$CzY& l.#Ϣ å4)-c8rH;&^eDq>ky~9Y$픠_^$KZ_op+Owl7={ARWŀ>weѸ)V{Bd2/fX r3㩩RQnNq 8o! uֳm/FU+6&ޜ,"t8d 8b|a奔I ]Qx>B9UR;`Aj YXg!tîo>GlS㳽7{*?|nD\ JL<0#BGFF GX7&SM}.X:-O_cGJؓ"/{Szer^x ksڴ3 O~bl`Iw0ձ _۴jM`߻~2p`a~+D}$$dji gI"T?^(%I5>S(F}%Ă,VnтB;Ż1jV{7ՈGJ5u^+vO* }y (`/H738J`_1U/"PVu :6.?cCyJ ٵԓݘ R\%_ѯ"U -Z'&`t[O8~{"Q"?Ԣן #5"a1pN;#KAcV aMjΠtcNx[ϯ,DԴ=5;a岹:qT0FL-%غVdz }`r}Tg!wQ&-y?("҂ai}͖`4b0JN9 \#Z/n2Oy$\`_Cu)|B.[p9:J,#ڿ叧Pm#{8w@EZjG_0kDzo+b:Ѷ,Wgo $e<(%FՓ=,KhZS l7=}uET)EfWyo;^STk6Lpfb~aw_ )%7p?swdKRQY .WD7H.AZl/5T JQaߌD!whMVi-lr,O"?̅|Cj]r$ FӚKg_qn@N>^>+PL?A$4QV?iRA; 5РRpg i]gVtX/sOwF^"Eg2kpY-'o A"30K=qtwn:#b7GD+̣h:KA,{)6:x:yvk\ i 35wJ*@O, BB0 kGt,#L8~!0ݡbY)N V~"ioaYT#MzR"x8 f'XiC>>ģu{biQܤmUkfU4Sf N)K9#;ܩUL/[e 4 }Id)ӐD1+bԜ>SEdLA a6cEY"lW51"˕1CO!/l0֌]?~@rϪHOG. <ZJ9+J ܾW yHY}uV+!ZX ʹdgG9/=Ѻ_yUw/VlYmن "zr۽|U|?go"tۜT;8Urtf\4ݭϳp"ܧ#RW/{ <^ڜoz]{,C}|BdpY yg_KC)B-n3t݉91OT7tzwEJrYhwl+8z(`l>FEx˵ɼM WNxterqO6&IzKiUg0zH<0f] kS5Ws صmEofҏ-Njcȓ)OUw=9mD ;ZBbTl;>Nw-9jInX{o,08bj]X'Px^,mAjު=N4%hL`r U@-ۛhU@u~4(ks`ך 74#Qe^ltZ^?bzk93qpu( *7ٝN2s=J@9en\xx@t %YC|ɥ.w/@&;ݞ-r n49PC;zi"`vfL[LCvSb\fBxuצeGS7}pv *$aEV{20aA~}Z̉/pkKM 'jI m-.}8q,%U|EhBŖ?NSG*˓wwjR' 쎽uvuz@ҦmT`qHq.;@nIGR s-fw1xa~|-՛O#f!ņiLe _H2,*. CKM,MN36L?@76gB("^] pga"i㌛L @ v>f>x49Ly HoXvXG袋F`aGHA/SLC>p` *Ȩ\z 8- ?OuvSJnRL-E7YwQ pn+2-.KB ;82V*qzY `=D /$XP/aG6N=nO)ORp|LOL@4Og@n%b2MaRd_t0-5R{[#NIyrߢ2w?NsD+?9R8A 2Nwd .|&78<صcY<޽ STHP<_zpSwM/ 7ɜ2,muzlR&"+nMڿ\-`;;i\ =IZt&!G6ˍleoR ^d&۵6!&@3#]m}ΜY9SJKEwt.Ƞ$ŕH ǸAxl*lc&u|߈c7Ua?wyEM%Vq"ԞX*eZMMܽIC%5,ȈoIZ_NqNԫ]L5@ 4O(܅zqQ9y$ĭAΗh {%Ä*ӆ$-+1f%,e@S#}JX xdPT@EO_ш e!ak @Xv>ߺu4Cur| wUnz_@ Þ-iJN+,7׻wE-,:ZFT|5i* lJJ}AVC(+ LONx"̯,~0. e)ŷ1 n048<(!ke Ћ*J@dÑ8ecLۘI:jxZ&zRѡ1Ș$H-纂/\Ъׂ GO;(]yuT4v횖(c bzn g"*Qmq[p:Rqtӻ8UYK 뒃) lq;&ɛ(Mꨜ_E3.B ~+ƞ&dRʇ'"9]Lzju4ih&d>O)i&3":kH9ueF}*[ i|`|m~}_vmL^#i 3MȺ*L$GEҦy(`r </ y*jŲ4uT|4yy8R}ֱ4v}U>ю)bDJ`eI?Q~։;b Xۑ=k>l" /9+5ֽ3us%="Q;a! >RcKb,M@\"I:c0j˪$/U`phHtmF㿳UmNހ岠d.1{T9: ,H+˹|~FFB<Zwõ_*0%Ƨa\}\Aeo~}ul7Խ)GF9S͹" hN)m 6SU,`L!2P>oInٿ)!\5JrGG0%U3d/?Vc|Y8еeܐNZAR5'}Th_bz޶F~IkayHgeoz1#(Bɺ)DmiV:X, wk+Ȟ8AW*zBNj3O4tw50#^.zVt3tkBo^(ʢP IOb)2^2‰uJ@r7W4”`,[0ަ6KL#gR * BΟp,.Hq]A=w>=Ȉ2i$~`3ަV 4JjpkEWn$-.psb4Zs^mv|-G%toК|(=OꞴFO' L7{mx#]97 d*"=O8Ѐm a%|nHV Y%/ԱFp܋26d_LCoDy K%! 5| Bh4929ubX mcʬZ]8gg b1gF1"} ߖ=+4H 5fvWK P74XQiiOm[ZȄ80|GhfS:DET) %yzt&Z) h #~՝SZC&mpM ;q2Fi6~ f<˿vp9C`,pizF];׋xjMk==QPt ja ;\2 N*ܤ2G1~[n%0*͖JzJ|=#]2w.X?piR߅)줆oa'`-Id$Pu"ymTumLZW' *oY rV4L2 'N7ۓ yBU&$;.8?)Ԥ2x 6i}=xkC dH:aTSR 1UL=]XpwσFr5Y "UȺZ)q?xk`Zt`LamG'ybeQO^}* m2?A )Q4=26̚7}V/GnW~OV)-N6Ljҟěg]mii|]>mI7C˰-s1׊q \Ǹn֜siһQᙜEf9dg+1#NI=Fgo8+V2*ӎUSװ}r>35u(NUFGqF‰eM0ʝ#"G&n}fYdc |q<8o7J2Yg_Om.mbwJĚ%w4Db6C+)\.% . Bz X-x%sQ#HzˁlhY qdNO t|ڤHή:h7F/d/hoPiu̎D;G#^(γ7>YT:Ub5J]N&-+7[#.Fe0 1GLJ㝇%|9*viP8o_T5'jWP^ׄ?Lh_d#3T$Byo"tQb- 9)&q/S4"j ,1R錉8\Qn/X_͵|/;5<@p-VJ#)ˤ'v+ohԧՑl\rnW3!}k,iLJ+jX xHۅ:Qͤ-FRh%j/@'EC-}Sh{&2 d~j3 }̌*$5B6tDp$*]ţ, t!l==x^\MMq|N} KNˍmӬw(5;Uq؞7O0Y7Zb\<;`l%\.{OF6s֒:-8_!066& QƓ&)UӷG'#D'1alW"ύط1go_}-V`1cX) &*5Æ H\"DnƷI7m$0z]AfBd|&z=.B<9@˓U$=sj?[8p } 8>Dgb?W@'(wD3>5/q. !| w%X*1VQ9ߣBӤU$/ &nX=kk%"NUC& 6¶a#MA@P^_Fݵ8Yهh *0i:EGZ S$# IL1_yծC> 7fnV@}>ۻg3u c?"lBz;'}CpB-H9+'"^#t3}(odUef&FG2jWXb K肆Tk%VW@WVY5_ޙyvDBD-kH>\ޟZb]XAFaE7oenbS^MOWo>aM "[4Lz#&N#8}ؙ8s}:-^6a/=r!vtHP.Dlʾ  ܎[j4dZGcyR/"޶%a] .a#L{>rM: ǨYBWmxrPovUT#:H%W,Eѓr&?ICxKRLd JtPAl6 *Zר[j3L GUS`񀓡_d/ԻdQ'&EQyV)h|)jC5,(/螹ZT PV~ͩfm2~,+>5'l2/O_m/LtaZO=.r0Z%k%X~mtGq[j h% j24"Ps`:j+Áfٓ/Ua&pXyq TC2\>6տ)sS4?wFn4r3fP ,h09U_+O"З`x~?an6l=iu_:E&_&%zw+PA+VfH}PVE\_ij¦4`xI.i5.߼1'ّ7C3E brƣe{tr10'sQh4X!vzjm_t@!p&޻q  $$DBš^C+|P Z *xل+LY/9f1AeyE9M-MGKCԱ4*K%0 JǨa^Ň(V̝eܴdHh{R>ӒuihhtyƄk`_AT`g7ԒڹݨkՅ+ m.' #$qz&g~N0u]v:vmYM ~[uoc|.r)EGފ#C] W5~ӹ+*`\ڦB@p~ƧS02%Kа;{3ڟv6;>yW4'[ 2>ͫ_GN|Ʀ&֔yPSutKMll ֿQ@bE%8EcHd9+7xLU:ʔt-R2sTx~ѬFH(L^By<HŒiPhW8/6ҾV}/u}zjd_KU [ea<.==p>D0U(9 ܚĺ],$;. "jve\ |&i$*2#~BG"܋)DHK{::ؿ-yYyAo3,mzlw Mwߊnh2dcfY(੫X9sjg27 OXI,c=ԽEpI32=wj"18ȅTy:̥ڂ/Bv['^^:z~d%͞YP]Z!}_|w7.]u8 $J?f+8?nE#eJ# =IT!I\8y*K uۑ_: ŶfWu#=*1&?zR7ǎ !r -m2 r@bO+%n?<"Y}x[:)g#:/B8 £c`^]cF' S=.co%kPh4H`D{[- wDjm×[Ȱ*0M“Z$9;LRWfۇRA7nXfǴ}&jEK^J ).tw@cT.H'SHv'\ϽHuf[f+ Y [ZYj%qY͚>$ۦHbZڥF9+4Ox:[^Fd$p^hv/jz`FF+G;je1Z/7H$+S8q۝?^@LOK iJFUm\!ټB?rq+=!gQCmhim Sʔ_౎E8?‹f߳<.g5Iѱs= sh]^Rg}8P$OE}PLЈKpHޗ8ƈ0M'y C?6bS ^ZRCC|l>Ih<叄{MH[sL4qXd/3`45HN.;aOG ?iz@kwtA2<z:?h0IGZe„hs|8k{Y VB{}[Ϥr GK>N} uf?BC%DZY/UBɿyȼCcoQċ^8[#l=U6+w>Xq%(IP^Wm K0 Qt[Ag$Y={ݪuW' qOPy]Em`iӓJ =#c&ͬY߅R`>K!y ?f#苹 &\( 9y0Y%Y})?v,: `oC?zl廯`#a"[+z)Yq Ϭ5n@YgMFz/05t{LWcCmsXܙ{4I\887Ml"l$j"H|aQ*MB"FHŢB& bi򊂓,^=\fw''r:Tǻ#>e"~6 BHͯyZ?c*|X>ů`eF#ep.. QJ#O?C#MLmԮaF1W:O36wUmX,ir8%:'W\ƄJ uq)$k_Y'ncBH0?}֩ ':)=^b/fW{L4Ӄaк2u\4V0/@'{[0y+} Kq`/F(3 MrTaY2b'_]f@9UvX0hË!jf|K2.<噘` ~ʾ)wQ7ž y)u/u;nS= _Q\a84k̵ %AgoUB9; h:SLtC%ψ㱼,\d\^^,[f5@BpǬ{LYK,~B\Q I;$?EEx=Y' fJ)ےH[u.~6X;_lAOdii@o˸ (H3"׊aLK-Oʨ"t(dpj ʣ Tr2b^VT<'5!J}CZ>5d?3uތyUʰe {; m x`y-ŠFגӈb<A۔۲2YW 6nGexaimB6R^Ϥ;UJ}0^Ҭ3d @._ԥqIDi@3RZ*Wՙ .XGD>PEihNrEٍ!RӧQ]NJ #=bD 1Xjzd"IT[<|QSVoYwWʱNt!Մ1ܔE}K|bm|?dSY*?Ѵ_{+@+Iq1 ÇF}FþD#}wТ8嫆ٖc9gdԍn%ۍlaSI{@E-dvn!ȩFP%&t!0+2`=61Qc{qeWQ_ܐrкxpzK4BAk/`ߌos@9]wv3k-w,2zD|AbJnQX^)5q .`5xLHG\߲ sOUSbny7]"|~n F[R.3cxPJrpx fZ`-8`;yu -#9n%T?ͷIvftv Joy{Nr?½ijf,f̓)5Ft4Q^J83 Y0V#!MJbRa?nS&L m-=nxG9;qڬJh@'aUY)gAٚ^Oö%deM<'E# bǧmC|>@SQ;bK3 Hfo 8=DO} C_KU~0Ǵ A|M: OR/;@t .akF -JweLo0yfAİ 7OnNo=]̹tEd.zL]PV>kv(x"y#۶0 nM!DiFCCeNTw6eF }Nq܁~Tz(,)'\njnH^\ K;;!c?r l6?k.}mOnѩgbwPa J 7."!y`G i"{][<m߀Bnq[~]E-ÈA=2a,`~=\̩X R3k Ę7ٯ&+AgR E:``sLE78+q1p$א;CݎIC e!oNFgH 1ZKj 5į8&o1yPPp;fw B9O7oU]6.U^;y}q5Q6YNA$}# Kbw1JlɃ/z}zO(D[dbmh _z_:;,`㰂dn JJ-."udGp]n8"qoWp.u tԣiovfMio LJþ+K)HX (Ԅ)Kss'-( ŭC3ѝv@hL$jM_\:|qU@((L[y"DzcƑ]RM?껴#ٲD*8|WvP)foז=gڔ/X `=Sh)bb)2]2))pUީ?3g"w5ΘBmb $cǵ0kMMoP'쿔z=x)Yq xa-w_#{)A+.#gTZ>Bd 7_Y8#c6=~jhW|'@zִ9Ur~Z@=_T%*`M{hx„sJӽ2.1zP*JM'B,bcxKta]8ԍ~ޅ2Lh/QHtJgҹjIl,اtSZse_%@}} 4=ξI>5je.rHgCXHvAc_x_j_}5w HsnB oRcIR6Gz8HyTdEʞۦSAҿ: 7[[p(n7 W KX=3,T} 1ŒhحԜC)kdANVc#,X5<*fχ]eBRpj!h}֡W)bH%NoӮcvx4RFyakd)Ķ4H'RvҏHEҩ|n9Atm+IEAgX:[C #W}iLOb|'3X YVC?rGuB\ (pΡ܋ YRCJ|9!16]2bƋ"fE]1;h]a@m 3o ttC[G_ D $mix/Ofs^ި՘k<-;=> ZQz`$GUY@=s#D@N{hQ-WވHht/BȗŦrZBEzbeoKB+áS;+Z=c 00BRf*[B!7s Syp^#׫{'+@a!u,r[iny9#*)t^b1 .0HgHE{H\<*/gX[|#>1wx>I5iukwIS}M%a~߮U 6d4:56E(MƺykIz*=eOVp$.Ouٕ톁/1%zvLJlae-Svl!L:rӖϋoh¿33 j}*w*>}ؑ"Y%q;z4+7s[/V`Fr,ʒpI[?ꤪ)kxd0dýU|tOACc6zkeQ=m Oz72;R׼FXuO>Wބ"ői;$>X0yݍn2< Kohrq Cu0!_X5,xe5DL8e](snM!yjs-6~Y6 ZMTç>ڱk{62޷>[uN 2#@;'Pkϻ jѭ?a Ɋ3uKj\ò|eX^*r3rYg(Uۻ#dov2Խ,gÛ8J@?}LL97uF9rT )O%yk` aA`9D͠#~Ӌ14~X?,;7&v` +X/*8n A0s]G0rd QL3yq\ Xn!\X򘋩5y:ƏƗǕ1C,~_s#yvŭ?-Ur@j/WF@|t[+طRDX9o݈n@qoω\7N˩4:A c60Mt] $m`W%Qd$h) G*N9|c<"4~hN6R*8Q0Px]Qڠ=jA\z1w^z\wU`vK:N\4/*?#(8l gaiVj ~*m!D媥8֝]zI"=!/ɒxfUb.sc1Nl=8Y,|"}ݕϘQXh!}4k'fyT`~$E0z &1ʵl̠:S!vx_)B-9toM<+#ʁ f0(1 `{P  638N0VZE}NFrIT }lWWC]tb)PX#@G[Ӝu,_gcNZ `݅SBY *Ӓ#0j0贻#'!? r/'̯ӻBn@p<~˱ $g… 5?%1I=-m>|&ߥ%Ķ;QTj!v%8qX%Ҹ ُZ ysNcOc QM/aP{_؜uZw .DK1FAyxfr,sc 'F@rvN3$RDk>ixU C"1ۭE! ^"b跒cPb%+̳Q9iV,`m1>>$Lo+pt=dϫ^}{M8m>^%wm /q9 QDž&F%6%:0!dK5~+:} xLt.^s[9:^k`6M1<-/*1Baq@"2XXҠ֒ 'r2#H跢VImH~/ Ltm F&磞w_ѺkErJj}Ikӫ$"ɉsv ,#Hpb~9?J'dЭA^1a8)&+?ur^2o-]l~Y,8~ȉ!EVAMPޏs5{?] )У?Z"Xm(+%1O5m4+ n;M˳C7'&xJ ;y>WmY#ӹs14cy;Y6}-5.^gsRVGVTyz+Ӕo( uVq^ڽJ*K9?xtj?BGڗ7NQkNUwMf)([_W05AWP++N2:F4vb`0Cf'g/_a%ݩ+8[[hM0n8ƁHinw[3^'ETt4Ib3)eSe9jowrZW| בqg c݉lu7]u`@+*Տ<V9x~5y{mfe2d]0 JϹb`WZtv[wV+1-wv-/RF+\{* WbR-imb0= /$T?V]53N؟9v5 5"/Kd \QݮCt&?>9H=҂to#lIIcZ4\o.Ĝj86D%NNث ~,Lz$op4= H"Q7.od7gt1>/XZwö/?#]E\M>H{/8[ +OG<(\w^/0o]u{'PtXWд(/499RmCjs0?OU]qOZpNY@C)ӑF-.O|[ioU*֨zeОl a =K6$,ͻ:V b{a}5}oJ֓NA, q]Ccx֖`ݱT"[c:f#.Ԉ"7O Vע[/%1u0;V0=d|Hz#~Xw7pRQi.]U٬\]R4tveeV¨JvDƀЧΛ؛o r8P$0Tcn.>C~2\Ƙł,MCB^kΞS e E~,]ޤL%$ƼHtywi(Nx('UX-$[pZ7+SJ'/::9FF_.j1$g,Cs~%OjR&$[,2BV Y W}xl[#\.h[Jw"HDžYSjVoο9Ҭ䌛P5Lkq&6&Y֛[>;N( ~ƺ|^myD4™$#Gϕx_>2_BnU. WpU%]辉d7 (j؈ ywF6Mפ]4tEAcej}61Տ6w5%BۡIئ/:'uTUjtjgN:5ו}i4} * Zt/xbvU˭LmMA6%tAMݭhV ALas= Y~Rd`L4*Xo;A>kt!.3;#ݾ; T$Gߋz/[4rQxJvAD.\; #+{ޔP㓆QeRdi6xLӷz\^9*:7B!`5a`px(b$ otYp,28UNmjՏ,Z՞F1'8쭯'dTWp`-VPM9O FC">Yt= pro$i^I=e 4X6 þO//kpEpa(ǾwKyo"x*͉FDeǨV+q< Qrz[?(5bXPf+;q3dɮ}6h|e~A| (7K{Le5.XEʥTQ(MOvu(&Mѿ|V=9(]r_!rn1yΗCd>2"o.}bH0ZYfcr~p-{00AzkP3|h[kZs~wc 5&h؉KnNuu?4, bh"&Ԅ(h&Iay?)\<2 {:3Uwy7`zϽ'0frۙӤ`:ȅwt< gbwtӠ_}vv̐d_6:DqEݲ4g+ ~qBOЁGpgS^`iq/P'p}zپ!Q>n.P9_]@0aZp4ؿC7]yC+vǴpM2+c'#T(Q:opBSxدO`6,nu#aSr}_xW^v*Z}yWH!v p7WZW @۔<~r|W)Û(;4޺`^zY2;u"vwo?Pr}U:n5x&>3# @,r3V2ө}ņ~JXC+}!>K 77ux }yr>1:n otG5b(sOer]۽4g{\>5Mys*V|7PW a2X)YA7~Vl>)[^krAFG{>˖I(CG)SqRM)p/6NQH1g(n,֊)ALC69JTGR5QwEݾv-LI`bPo6l=S{vɽU*ah:9cxCOFe-S!@'{gh%UݲB }VÞz6qHzCv9EJUss44'DPqS6Ba*n'w]/mxj9aϥL,Zi}7'zs!!qAGQLnymI0QƘqZUYyAr*~b8l̛J: RJ}86S|+ی&RZOFJu \ȚE\A)d7-&hDa'^a=e˺rYf=}zyuB!o|*PE9=QOxutJr *'n8MznY:~; 7eza2UjLX|Ф ?i%"Roޘ3ܤgU~|͂3{%v o s~Pio͌cD3+$hg([֞ͩ'+;)|Y4JDB3@.?ϧ'{3܈Z&BAWeѴ9XwZl@W v=P6ZBk^r}*&蜬ְa96вXb쵬J Gy)1(6]˘rhqgΡIY?e4Dey7fDV"9 ]g^N*⏯U?m/ck4߲S%'yzf✎űP_ıCzY% TM$RDFJ Rnj$"~!XKg`YIT2񈎻H2w*S"LgO= 6xYQc{؋x{w<(>Ja>R1(Z`%+FOEihbc NaS"w3 Dg\Ix-E]/I0Nwz\R4 /D..ꎹI0&5S >P g/0:}δh~TzVāa,2uQvĥeWQĪ^rPnyJ  tV7v 5}EtK̔pߗ{x)}IQJ،l>G_?َehdL4b =F 6WBuiqs}p^%}O,b^~@Ӄ뵖LV-zIoͶY\$wՠa=#]zHBwJ9O 3 Uy[:>#uOؿAoM17(IA)b#[K$ާ/(__sg3H9(tl<7|t/5Z!_$Ly3% =򈚨tP̀%\>oONx!fo'(ȲF<>v֪\'u+W"G#NL{! J&}k(v8;IiK9J.93*Ey&Z8ū3⚺ATӾg{Klݟ%>\-2ػ1#td az9yi0S^L6h`Lb8 ?݅xVx߶k.f[%)E8_WT53oް߸ԒbݷшB\l'0LݚͭC{9}wyZېJޱ._pE3A3yrgEBӷ,! ֜akܕ0X!@TCl9zP.xps3+Ȓ93O!+[SųA GEcס ;?wgLm[8s^X;qb޵Qj{YsQ-TĴr˦ 9b{ ?Zt H _^eK(cl%R"ڐF-? B#VyMZœ"c]S}QZ,xu\/Vt!78XUYMm!vSD0$7oBxV>WlNg']Z]XQj$]_/jx l'Q@y!,{`e pb4q^lmgcU@wA&$ ̎hx]>ȁ[;"r3V1D ~4"4:AԦƎ0CYXkqys-- ;fȭ°k)FY:Wd5jc٥wZ5׈u6{-b4}O`!#k0 xprvcuk(QOpsdV`^,4yKYZOwL1-trhU7&̍u'&+,F{YSFdwFcjQ,KF^.W,;Utdfn 7 Bu'LR/_A6\¶ɺc;(On֧qj3ݻ׹#|vlNSwT#1ј"yMV6kS0?[c}!0߁LiAR8S5v .:`GJ5%xU1dMXW\╟w&,Q Hkw;!o|A@5O@tx.<5 E=rX@? Jh9wk_ix.NK8},J菐n 䟦{ќ Q4Qg)=92/cov}!R~I{\;gߴMZ\,z d(Rs m^Zb%s0/T#8>W}ӆ ?+mV9LݻK$KLԜ9mflFf$lK|> <<%~3p8t5Ȏ D]ə܏?Bח!n#}֑gA8f#uhBhEIrzdžb}4_pVt"x?RM'zs7zeݳeS|SFWAE`AB{ ‡g WH)Aҟ.TpgWT)z A>hIهӷ$pq%;tAr\e"A#W9X5oV8ZZ#\ -5t5f'ssa)idcVzyDQd 64%͹D7U6 _!y̳g+%+<~vYo@y74HWnUÃzdJO5=y-8zV<_?%~a +YHZkQov Պ(Ԩ޼7@$m$s"Tq喀! `'dxg#|ATP8mYwB9r:6vE-G!hW1x!cfP7,uPᡖ`LTGqך6Q@(WNYP4!ٖ~C1bN} s%G$VIPݙC iBx˞;\wu;Y58oSUkՙF7hFޥNSLp'/<$ q=rK[x^(FܻW3t@d4Vk$ tmXY2d> zDuq[ b50lq~ Xd&P}r*EYKǃmvUՒi.a! X&@:sfX=KL@KT"ܠΉL.rM;/zڝ},)H2-m XՁY?`$F%6S89VZU,{%SJ?}lL-UӶ!2Qu ltosBa_=M{`>Ttfj U#6an-~:kp|Ehu?$LXӧH2Uu/|ezV"k_($x3i_ ܸ^  rqc/tFQq< c-uDb*E䄴8*ĪtFTjS1/>uEod CZ-c\iY/9 ]#%!b¡xR6Hnfs?pa|GGc aƇ ll5I.w;p Ϭ.Pk$#0)x71RC+~#c{X8oq0O+WbeGA8xH 9iPtzډ\cL\Pj Ooere& F(^NU B$ TZ,"`a?EŠۮTp^WW@"Il چ[@v`Y850]-EBBXǜ+fxR$H,DQ |fÀIm: v1Ȟt*+G[B㷫 bm(X]ylni&p˼ՆSoTtrDGS!HXJzvnA`23(sdOVwϺ?^,9Ff65cRNwBZӽ"#H#ݧ^ .Qk!ԽG4$[tQZ !S;>"q8tf_[/h`L.i(17J-fL503تn:KjAiG%$7uJp-b̼&AGA޷T9 O`yZЮ72}qR<7A "I@&1Ӎ&al6dIt=>H)pRt̚$2x謲aL35euzWm'+qSQo A_;b=΃(fsѢ,B*Sٜ;X6T,Ew`boe'eڳ/ZLIKV9-+4nx~d{CP3g6h1͏%z%?~IȐ.NjrҤ E\h{u-?4=,?+*]ڥ֎\DT"'㣬N/ pM}zϽb{-M\rD "qFM?H+K#yuJ>=MAvA6H pw{ދiiNo9sӡT>t<2AIC$jR#~vP_㇩Y^1& d +C7Qe+& HL ʎ]Np y#yCK$!ԄjSl-3SHr7/u}*YT`z ҲGwk@bԃDwo|J8x^5(`MlՋI :V-:.Y7+ Sh02CpY ! ;Q ⛗{t`"?+:=sV|Aث\a ~各1m#zbJEK6jᩓ/,@3~݈z8L.۝TO9)y97 Y$߀nO n8C$>a wFt /8_il=lR$!2bɛo3 @[6A3V[bhBy`QbкY~!Y̮C H-΅|ʶiZm-)V k1wKʻֶ5{O+V5v 8n Nj6z|c-IRuَM^r 'iN턨2!х]W f&\%8l4jxwqJ-ok^uma`Ic Ғ2{#Ȅ>xZ'bಌ~UA}g4MRDr;D<xM H)wJ( K^~ qFadO;ɨ$߽v{ FZX2k9'Es7xDrε&{B!A>nd't)Qȟ-WO}O(t']=b&m>%ePf,&ם"˹ qԮ"uv/ ײ&grF)g ,"63$ѬY~OX;Tcv)IJk{iL~0qv U*FA›:OL29o`;6RF̔qt/+'8 @*_eA) awE_2jq6~p%c_׳_n $zUA !gpQS$odp<}8xif <5Grkѐ֬QGg+R<p4OGC.^^L'О(E?\: uJlj2n}MQ\Y3I{o pſY\YȀV`AI'.m{=sbdbmkSeŌף. >M$RY7wluyudYLҙi-v7T4Lt麏4̜+D˯ѣk\uE=u>ȴ#7ڸ(ۻ}6IJI$ɼ` 9'(6|HCsU>f)3=g&}l%%x:;6%vbtȼG6u黔F,@cBTH$_`A:Vxo(!qѥ|:8AnИ%/ YJyF#M) RZ -幏nuo4X쏽~撃ϩ ,N0mҤAu PE5A~ )|5߰5lMx1Jto.;rVOGI9\|T\*)v5F!/TQ"ygsfܾ^Rn HdXoxc%*G1ȼNWHFWmH8r*to\6WU 5dJ#`oo%iCbOwtN4BB>/Tvxʳ;G,'W]#7Dѐ"HH< $qjKnj,@hg+Da-+^ΛqgEgh\\U⯤TP%p ]n*)(_VEzTi]kw#5Z?~X1QWQ'ޕ&FRŕ<:_||2oMnHzb@wj4ޣ&+hi3LHf*'GhrUг)cPeRZ^ǩ"| <6|3%bOmV""3Y,di|ql#;bi=/Vߴ|[sĈ$KQ?݊ۦɚq!*}~8R302(|$e 4T,h2o$ٌ[Dt}N!zOJ|\t;ބȮKVEՎ&"[šD)h*(&U-5.F9T ~+f d RHAҌ/BO,(9joBKz>z }]*+H 1Iul зra vnsZ jr_3kόX~2@IebU8 Ch F&ugJgH1G8>Qk:_JQ|`I,^QËHh@0DiH`$> |OWB[-dƦxuj TzǗg!4ŁE["$jF]%c٫Lj, 2:6 {&7ۆ?7Gx F[ZkQ3?Cyd-}L#(OlacqLW7 Pj@ B>Wb;|.&h;m۰vZ;Qj> J YZ