PackageKit-1.2.4-150400.3.17.10<>,pxfjp9|}yƸ4 k>8vy^\|N'_/nV1i\Z]^A@O:-kt&UQ?yJQ<syJrSu}_ +L%Ezj s྿Qe Į*UU)-OEHr$/$HaB#!1iveJxRTZZ/ltH`ؖmƓӯ0GwY$ "Nt]w~jp؋ǚZ%>O?d  " Spt $*2%% % <% %  u%  %!8%!%""%#h#$&(&8'r9(r:1r=r>z?Â@ÊBÒFG%HĄ%I%X@YLZx[ň\Š%]4%^ȥbʔc=deflu%vtw%xҰ%yD6z,08<@sxԄԊCPackageKit1.2.4150400.3.17.10Simple 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.fjh04-armsrv2SUSE 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 -f "/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 -f "/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큤@AfjfjfjfjfjfjfjfjfjfjfjfjfjfjfjfjfjaMfjfjaMaMfjfjaMaMaMaMaMfjaMfjfjfjfjfjfj339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d9a3b68fd4ad32b582fcc16f7691538df2e2a161646c4fda8d47e0d4d2724cc82ae19640c72418876c95f8ab5376d5e2b3e2311b448ad052fe3ebaaf512646774f487fdd3383bd41aa23a7b73573e56f4c761532d1be1bc64f711f026f73a444a68c6db0778ad00de099b1576451c22ec5c5fb17d0403a1464591661cfe16e33b9debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a46e40ccea4b5bafedb6a4f976025327c25cdfbc3a0f3f9ad9561363e00b0f2f6c126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.17.10.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.3eԔ@d@c1@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-moduleruckh04-armsrv2 1718283451  !"#$%1.2.4-150400.3.17.101.2.4-150400.3.17.10 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:33664/SUSE_SLE-15-SP4_Update/0fc9300de871778ef5b6106a183ca2ef-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]=5600e02cb16233d197679822925ed5145347a146, 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]=6b211d793830522c1eb03088a74a49027d7453ab, 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]=f408cc50aa28f169fc7128250a54f7ae87866805, 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]=ee904207e3379d37e046533d793b05bee374b547, for GNU/Linux 3.7.0, strippedASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bc3d065473a6522fb1ad33c00a2abfdf2689cceb, 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.17.10.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 RRR7nD߅>systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-846f5a35642ba8f21093e58df9864615fe5fcd1e9527b33fe00d83639853ad693?7zXZ !t/^]"k%eLMsc w&PjJjB7Ch{H{œz=H>`b/uKVELFDߧ*۱S[EۨGlOfwj4෶miUAq2a{e$i!SXnF٤D5fS=+ab_+W,3F|*poztોLTԷěq@Nk=b!w= !H,Bge )cS5_N$r+vϊ t,`4}@!C(ˬH9:SUoQrBݯp2\%QOE'G9#|uklR>^%< aTK.a[7΁V6lmNdh[i{3U +P NG^1 nxmnI\Q1EGK4 㾻N[^I$2osyE1a7_F {ys13;Je` Y\$qFp 9wLc}Tkr\?.[̎oItEe/*޴ҍ\^kVCW/ ~b^>R`pϚCuY 4- &PtHE) &eՠys]^ xyѬ0 1+ZhE0c%"J:l+\SZV+k* ۜ\f M2ТL!xT?+ppZ!e/WfW\.>BW;z|L2÷.yv,Ğ8ÒZW|рyĜRY@ ׭)!~-h2?\PBq^fnwR:T2OzF>(iLWc9 1b4.í IM FVXXqo'%l,XDпe:R+2wF5.Fqrr{K{N0 s1:5Es%% (3.4=)bS{'{=Mv;%|߬ !7vt7ɽFgE@I3s~t( !0C*J6"Ǿ|:d- #crAXe&GlqŸ*H53[-u9wvY !vþK X߯k4VTf* HKH:Z;,%ڭX|-Lpi*Գm>k2E]T=]>!>XM]miSX+=.R @PucT$qo*ߏTsM}TXA`s,w^y?8F ?f'b5`Ju^BcE!/E2d@)njojc Aɍݴ]9<$ĸHhwЙ4PY~&37hphҟutq2pcƽqȌ A5K=PINJG'ےڜF'35j(r9*(\Va!/| Ig;b zeLT΀Pzdʠr\43]z0 2gr*㓣*8lS[qF5fhRWw;RoH&M{:e Hs҇_tT$(8^>Hf,.<#f#Aܹyw#hvv&i c;@8FL_-FɃAWc(t拖G[yx4U秅;@c70!h;URV>2ؔ2]؀,/B0!;aAIٕh$dd#W`8%=$ h?_j43=VY'~Jڙ 5$Q3VPI{U߳X߭%s!i= Վh#r#ضpBY}ov`ݾjn63X^ϦV;);ѡ{)qq!wS(_*Lib-L̇&ͭ_J:\VgwCVO|5F] ajLi[ + ѝP)ş.Qf6Ӝ֜wṀr:\Itaf?r#1ݓp#bM8 sommh?~s{ {C}WNmS7OM6kh ف|(-K iVkq@u\Gc*zoe8i"AV]_cʅq/2L-70a.C .jE ZeFaySdBd`8#mbt5xy%4Yb6XMs#s2D"g2TZs;BhɅBFH70AӸx"i(ԛa Q߂{m RP;%$RV-Bx9wG' >VL,}ugΠFwqdވ<&{|XCΑ6>9u7*4/Ss{y|ͧKkӏJ_7)}vm{mbc{ D\XȪFֻjdSv֌z3-|mn_gxeN2H5ltɇ"KN0O*n{A{kU6)i ?؇uLmxNG O)%@{sOfK] CB~$'\ ev!aBDɋ)km80t_i{kpRxBWiGD[̡\Bd1G'w\'!|{zoh(tao3FBW`g6^}]4.9ͮ|U&ZZ0>n| C\Lj15JԜsAyzXWXpҺ =[gLGL̶5CD܀:USrYZ8 d#~am'GY {Iljxju*?[ פ2&鹵?`R`SnQϴ~=7A*%0mhnj\Tʎ2~=)2#mGA38:tJ 0†2bt휾'&CC?3 &Vpû C.Ü\kT L|p MnJ!B,D[$`h}bUixB[`=Hh#` ~6/?i$=p ^DnC N-̋+|Xdw]Ia,_Efh=3K*} "b QsRY#_͛x00o:i#|gKeDS ND=}0ls|Dm30#BY1ݫ&>R1xw> 'opM޴cؽyZ+rw&rW'&u3-ƺ SY?ttCI3 ,޲t 2ARŝ[XzB{9lҌ#x6-%PVlɎ(N=O6c&!byUfDJeJb&T]h~lTIn5})G9?効2Vԯ$2j56v$.z1P~0TXYoBuA`ZE~mJknS `7aEJ^m>ʄs2DrSF-O΄Iuof ]g0!9%";1slD ֨Ct{h" [|!yP.Er@[91 Kף|7|&P[isyJ >&BCw5{bZƒE*|L<|c+]Vy> @?%mUlKtyYW?o`]A4U[;0Z5䌒A|UوXɃf;}|oDۭ£%pz+!_X$0äJzduFi$m/H#D኿ś\g쩎{P3L63zڮbh>:FCh7)YQde؄$^pHz~tA;%H}/wf.5 ݐ֝"Gz$h Ԉ/eWĠoxm#N![𓈪қ`csǧzoE nrDJiզ]XYct<5~Z"DXgm@kM @_qxE.wG-w(5@?3A}dQ\P2z=SnCYΖ@P}Lk3no1\OcXlR&PT/{ݰNI7_pPG)|}3v-i%A:Ķf7rG2Q&Igmc~;"AXG:>FlܢӉ(P)Q0x|OR-3xZ^ @a&}iYbRI!>Bҝ=PL2[O>Vq}lʬR`czMa&R0;u?ZdG!e9wۖ+|Te&uA`h VϰFטM`Ԁ,.i ;*6S#rњ5ud ]L]yof4L4x \#űFq>h56WUcqh5ghɞ2 9l>B),ݶ L+;G@xS:p֮{N$Gbo kVg7æEl!<"{zXakEv{rDdN^I+\E>*C'U/52jJ(l7@eS/ro#ݴ*JîQ ܀i7ϭ6ejdQ0_ {|·tأZTf~;1Nf AsMapɵmݜmmt/JnvƸ5(c)N2oa?qv`mo>VM=شG^e+1:d摬%K Ű,*#w`Z.Ÿ$oiޑS vjA>'B/LeBUN2-B밭p .¹DP|̀hS"3hM'ѯ{`8Aʧ$p-wӀ'U:ZԯIݗڀLLc?%[g!<$U=L#QQ/h:LF`PUl}qNk-}vࠏA,^#5Ƌ[e>X$l+CѲ9鿈 |kGDiQQ;<#jGg`2ĝUWY%c^:' g===$z0ao?3H_ t,aDfdWK!lY4KYbE>tO%"!8d!Ag /4؁D^1rU%zRrvٺ)_/,Zln\*ZnSl[GA-̠ 5}(aCAstu5*XDMEs5,5s?ub ni*F GKJiJ'Y Ko+L>킠^{wR x}`yM0o)Wzfk,PՖfԴOwbCv ke G2?-\ϓRYwc 4I1;t7r e#yчt&JK{eUߤP,4s^ Abi.sʺb ٭n*"ؼ.0 і~6Eɟ.f̣gjcoBկɍa ,t^aEJFEMQ[kpܵDEgnMqctKh|);.M8t FNbl^߼671fAXл|ua_n5+-,|,+ǥXyAl*F^F:S ٳX^ VR tجз3F҅:յKX!pJ*=Yv{יbiݚÈl ǭADbrP hm 9t#-&#hW%[_<+y' GoU#K (׻U,{3'F_c6?uKcOd@$w`Hmjf٭gjO N)E uo@q|~׼<53~g"]¸H:(v Ua95q_eO2mK-=ݷ,X&x^qܞRoۂj[:3V1AmBEĠF$S~ZI*;w`F8 ʛ^"Q etKD-ôH9+P _oimrgo\9B H]O de 6|W8 ga\l$0ԃ]O?*__Jy:vI)#ʿ{/17k|.o@1Ȼ$g,>E("^>٫U1p^ުQ<8s.̓X䈻#z0Տ̞K#iQ ggD&1UM½(;ZLHw$ TzʉmJN믉J*na uz'Dw,AnKN^2CivuMMM,j (umPz ӏ3 Ȝ}P. #,Ր]=,ݍSIC)}hiWяE? k+  f2nCS@Gd=/d&T]s|Ǣ;}beDzAB LDc`/r@l1\ѹ +=,Q0(XO)]Xgpl=cCnmNZwTzZU_.ӛh|8cPq̉ ^qUer>_usA` nj Wz7K^`A`ٯQ27K<k2!TΫRň_,\옚vâԤ)!S 1:28Ű@H^#fuE-/d)E3903]5hFO`ת1!(&$GZDYZ|qX4nGO pSx+b_UYdu0SVX#9P/H- z&.rW a6S" ~0H?.l3D)oۿQ!=_EfǓns4Evy6Y,?rpWc=\* &ߩ71؆#oBjpR׹T޶>\Ԭ;Mi060&Ŏ A7ULxYW|x !7Zfn ̆~r6F@-IŔ& D3Ņ)֨?}d `-򰮏T7Bm,TfA͞#"pfzꔒۧa$RцoEQWX2-(zEI"=yD! =rO۞ֲ`hU@h>R^ NF@4hEoOcynN 9&BvDԃD5dU8$(~#0K$^}zbMAme[z+LH*^4ʄk=$_5FP?(p(z?BY O bc+8R94vgl73ϧ(w]9 tt\=Ĭ"8PW+ī`!ƚN20Xed`2j柮t2*NGi\:5ԈogbC޻Q椄 1l4ͲAXB\aCoޗ>JYhZ85ןi*Gpp>&\93s+jL/ҵ?qC n/QJ/CeKNjC) Щ  ĿOLXy>Öjy#E 9T;-# O܋ei#HLqBbџ).DcviL/Y)߱a:+FM|[F&H'd9$ZE.|j[*I4tW=p0W+w ť0ڣh =.f)ҙq\-c71s]ݞB7gȇSA7`Z!Q_ ʻd(bcVzMCP#1LAG2#T-r}QAKt,YΖAs>Ϭҳ p\F#]'C`qAk* )jvZP?&ϯ kF<`RǾvŏx$˂ıD`;*I(0^ aJv+;fvy3J<}-=@^> YҀ6ȶ)u5. 65rJ)/"4w&95Zp!znMw9 E`6|eKZ Xr&ؾHt闖hDE]5J%wx=LZv5ڑDU4^93}a&C9^6e<;ZdPu&d%&LaK+/җ`Po^4B̔VsCė8eJ8T}Nkk8j2´$H >dNHln&vI~GVmɊHS4K~k(O,WV\ yOnstH!0O7廫>שv~?W bf+}FnXGuƢY+NdUڢOѶF)J7?$#rwFFr`4LJZȕ7ey Zc4*qmbV1=b&)mش!ncxu^=19CBy%L~hf񍰷s>(NYMM*߹:QG(M*2M%+-XOݚ;6蟹fV!=8oM R{oLsgӎ>Jy:%w熐+!ԎCB}o)$o[>exq̮`z f`_ nPTwۣʾ0}q~C%xM21o*Wrwb~B_!M;"[E G_@ib1^ `N"^r}/UG&xl c S/+vc"u|{IaR|koR{.&y z}B=vA{)nx)m4$ ت\xƸ΁wѻ,;Uw L.[9F(+ϊQ.>v<䖡0>wB}:Ggqլ1ـulG&e2LP+1" ⦳ԟ{Tjl¹ɓ'9&VdΉ"sܔq``90X HYcm7𡤖j2Wb.EBRe!,xK 鋢xOeXsf|ZlCCM lmJݚ5ux(.'Xߙx@k-b'CE"^"=Q WY*TA:zOuZe*ϰoc3\/+_+~:>1>_B?l,ȽQ- pEO.q+&W*bV5*ʎ0,8֦k\ki9R^ouaP$l]"q 6'xslxՂuLE\ފ9ddFqWV/]Nh jpEdwȗ)N}`,?1#(9J/ MfH2Q -gS[+ad4;d8k.Yc UQjǻվiLZ=@/ YR}w9M0+Н[Ňu'Ě'2 1`/ͺ=\7xdm*RDg~/̨, H=SuйJY4>BFd\^gFDEٶ[\/x-!q`ʇΡ)2g$!$ lNg=1 iRe^KeБhHXi+p{¼ =}ʰF6xxPcNE9X%z9JD&?p[7MŌnc,x5cnӁaV{..$vy"~Sy'Iz 7GJ4N$|2n;rtPeK(z[@K2jEl5,f"]_H _/*]{20Vd =GyJ/Hc77\X 3 x GBlCaQ|pP9415*uW.= v8=WnD,$ NԲch>?3ΙE]D-#Β=CVU67ĵTIrI|\@Swl-Q߿%6]'UXA$ ѩ9WKf:8S8o(ʭCduOqڇWeH4{y>ՂnQ5``啫dGEBFJhy%nIsnSF#Y$Έ'9mL1ލן<7 {&9O޲n_U$ =I|:?lsIwrI |62Pƻ[mUM2vyRӅtp#;3kj0[!)01󕴢N"&$n?ΣiiI]*p9k}!RX\;m:Hp9S˙o7E+6Jdw``~om-ow+q?x½upJ5; Qz n׏! #F9i4: RhcMܸj?  {PZ[]:_7Ԯpvgi4VX羫 =yn3n,:%;V=;id2RIU5ZC)` VvYS2ǐϼ33-pq JH[y^#yk 0GtEY[3 Ji+~]4  g1C+<|nZncI׵!lvBEQ}-U< WEV wCfFnF9B1O"e@2F }FC0~d?Kʪ& Q[J?ͯeza/@ia ut#p)ΩvZ6A}cbX2%OV&s 9q(ë9?=+HߺKl2(&s#=>Z7AT/nw=]F p>(L#CF*-my4УqjzyK`sF&QhohW\!Lr]3p\;{S=HYr?\j0/^{W5`'\J N)JP:X7膞~" ϵ#GH>(uJLGy5l.QRB27nGg"Uh;?H/ugI.A*ދ//8 s68|hތ\v\WB)G>X_ݐ! 4~cn\F?{ϾYlL{M{㣥?FDgDf Ž/K @Qo9r;69|L1ԥnS[jJc| tm7(tZ mK[Z'y뤦#N nI.p&Q 3OKIy1ކ"2Dwd pi`/BKjWJ$.c#M&u#FA ڷDJU}8ʣ FtlN[20*>&ܶ4@}B" kPZJ OTRFjng&(PYC3$ D)78GPm2^m;Lz<881E$ jAMLTuSbD"1bgTGĮ&۞6Rqٕ:Ͽbn*jG4Tį8} %(DT4y`W֋ӁRbU+ ʡ0fۿi^P6>Tle]Q]21( sL^ @{G?/VR}w@n9OCCp6d:OBM5v\U"V-- P~ggjmVz Dc+x.dOG ?~X"7*B;Gˉ[$ck{ɱW#)sɱ5>2=W[E=A"’0FVT~qRE,VL3d(☤OTΦO=[磉݌E5cEgrH3̮} 44xfA3cSXL ^wLfe+< ~eueЬU `~4_ؐc(;_^x0 ]!$)`Vx/Cg5lyV.#3VNሮB= oxsH>VXD-Tl-/J-ד2L$ Л P(N}e<Ԝ3`!7tJW<`=e;k5l7T{ bTڃÇ츿|pQp$*lfv"RZYoqT3g$Fz! jVhəFZ^†ZN.tŠWH1眯c2\:z箸O8K̎| yX(b>g0j *-pI@q9o'tvX} 0u/Jz<&Nijg1\dp]*ߠj |d2F#y:' m) gY.2ص JCm0O8-@R#6..}Eڧ31FU߽n\Yiv1/u'_e($ `ZHp9(N\3шa?[Kx]iIۧ[L{Y to>BAe`ɈnՕ:tiPIG >ҧ|v5l0iL&ijXjղO?bO5 46#h 9sa?PG&>-B"E|ZNM]:) @ճRٔ:aekjERBMrO/}1 0л[8uJG;*jK]3 EC>47miUc#/S}DP(҂6X-Xo\-\zP⮘:iAm /Lx`z ?%B5dZtȾôCбЪ}~D]̓6^Os:neD:*<oN= HGnb9TL^3+J`v5Gl\=f*bWIQ0#T Bw)e7Gje}!r]g ٦!I zT \p]N*ߥV6ARyuFFr/f9)*p"ΪT-˧nktY?+-q9gEb f e6ߦQF#>tɽT,0b ▴ȈߢB up,A3Io7[IIm9o5dZq Y+ T@X #\NyGfSfÛW> im;S, NbF# Ζ#(i/馅.UyYvgs(_JFtLB&-\&Q=: :0k.8w?" -Zf 猥 Xw<"mf3xZ¥hd Rb!Q6Fx>}ᄞwK0t(w`XLSN<'&ޘpokxR3ˌ;=RIi%UMv!mFcRS7"wVKcІX`=G殕}j+S\eO6#S]+f f椿>K\Q!_.'R[{bumEH 42E5HFk@ich5HXJB Fx(5@r?ՎhNW$U~[:ycj @}aC$) /rK ^[|&Hy6<޼&>=$DJ+әUΕ8^y`!\fC1՞F hذ:lPr%L,kzO[;5 ;VO8SOy[ށz 5<˶tZKA}58(vy9f"%`IÍZ{"(t/C(o&~K̯[o8!3LRHS #  Ju?@Q=QѠoFO# tCʉU>JrJAiw4۠2lyy1A-3|N00mcC\`AԲU O$ZHYex<;Mj? Îu4[ 6桎в~bOwe$gїItŶ"4 0gԸ\8];Yry`0՟Uո3K^RGQoI/YfH4p B4PX4d2{ժ~I?0((Bdh#e?SkTD*0vS]౺,?r1бX`iL j+[M13 #d?a?f-׀zIɶJ'Ӈ]=8gR\Rv7΃ʺmFcpz _m L !vGy,+6:G1٠&t Zl!` tcJ5Ʉϣq7c\G۽ u2̕f(2 CK?فx#dbQvH?&]QZh 5#nQW+1s9UγڽIX = 1B6,eL#P趍ۓD*3*فPK {D '(Pw3z<kf#y5w`1XQ){dAagŚ3>ӕGTR2 =髇JnꎔSϼ U 9z] !Q*rZw$ @+ù֩^)[uj${La[ug I(Y9z ڸ 88S_%e1g٩#XM;VNch?IGd Sz~q V tpZR @V#ʎAᗵ0;ӹy=,w?) ;l!}L[t*%Kط5aNL4$\@fcyj&ڥYSDsRa#(5O3"8M>}aEV/\ )~_ _`}Э!/- i {ݔ_hVaQwP@*,.Y{vR 7R^p":X=v Qa@R8f9 Zд۲Hꔤ\pqFD\p m[g{wתN/m貃:E[[5L$w]C67ߦ߂Mi,^<<]3s㞹@|_zsL$pKhS $ ռ"y9q}[Jz.h4z&'/N'xV߀wrczݥtB& U:Ӵp}I' JNVLTUPis>Ew6%)cp#8l2_ƭxR=3sz˓f/Ȝ-h'sxɽ@@y.t _,grVxPI 7QZ ݝ%&kAC&k*? k VeůK,l/>*XrKr#.G-QRG,jAȓN^6H E^;buP sO2 6[/O9ț]Bϩ+h/yib&Kd[ džWEx7H PQ~ףH2 ='"}2{ /S}#Eƞ<1 3hTMw9D΍1M9I10'IeNWP'CR_`*hr6X"|' L Y_F6;q} !s;j-}6U?^`zDu{be=v/q[ש U19<\4K4`ZJѦ^Y]0jE9V5\;PxP;Ұl3 %NTNcZߤN$Py.j3;3JkSQ2y'C9}^W5 m q+O 5 Z˞nb&muhBR |)'ofkk)ݸ3N/d1ELmyg]2|٤|{.[uPn+k`e"'Gāy/=ߝ_ )RBDʩ$a[6 O$ZxN)ˮHvAMjPjp0kOi-%]fP-!=eجaW ∅Ana3h1llU8Uu2pp#<,8@}VaXySQWYWqaO+<} 4|<:~Q?tCr$XE~Ș|\0̹#"InQ1v+I"#N7Ӎ&\NӽGSdKPK?.yz?CW9~8lIHBp`_desWS\gEB:6Id nW'VgI}ucK9V;4 PLQ. *M0Nb9_,<(G: yMkV< s^-3L0`ȡv'Bޞg"k,/C DlK|UBf R8|QG1 %5A_J_~a` oZA 3VBs|Q?CzghvFAL XakH~(ȐRp%^#N|e>f9Uh01z[jY%,ԧ km# гic0l-s%Q.2!XX][0a7m0-Z5]i1s7|mԋbD?B>5|&2.1k$)etu9luPL5o{>G_%1C;/_ .%u2;`z1 AAbơI7W:0ӥ 蚤;E Dd%OSW3-8p]/6_x`~W '0_}1뇠"\=ͺ?:R(a::9O]GnMw$~cOfRƏbYKgsO0{}[$v;tsAǷul5\[ڔl' |y: bN;āڕmg*nn.'r;r=aP5NPN9˪ȏu&v!~LE!] )D~%K7鴴` >]^gjLS@*so w'-<~P;@(b<H#m˙zyw+ <[Yi"TQ !y )$dX8l  ;ƭNK_M'38A6%El&A2t'zb0:p2Qxᚯpz2>#/40 ۂ6rfQKs6;KғݸّzѱD=# 5j}kjB^mGGo[uyD\ 6i; fWOQmYC^A.Fx BJ/ŒiWgi`ل }b51&^|x 8fq! TLTtM\ Ff&&-)!&-V㫭]JU3tZgY.6;/wulF.K#߽7ͭ\D95 }w K ܕg'\ j$'rY4# \ hE8)2rp16}>ӗCB;h fl߆)KŐJg,4׷{}&\fFSҗ{{IJپZPZD2B}+J3B W OI| YǛ<ۋL:ZS-;$f|0kJܟ8sYjxi4:ʒ3RK:yz%D H9w|`n-G1O8\}/Wzebo['[YXxnlICnx+K&-ϫ@߁&*jn\W #)ETV#3K%bfNdݻݥpy>5@%ވ,Oe^׿GiqEhe ^:ӹMr Kg_Xi x؉td'}i=%rdaJz^nfX<-veA Q/$'O#~{T6j'3(~q9Wi`Sv4{~hђ^ɾ hbeef"Cv<{?@.T h ΕEA'eic`OObi5ZImv& P3~34A3Ƥ/CU@8 Ac1xQ *,dGR<&iy(B>8%3AYsWnYĊmsJw`h~7\W;UK4h=h:iK" 7 HDU9:bd.W@5k<[0aKw_/Stvt;1V?| r2 c~;ʥTWxS mrg\O==1c+^;‡skQ|F]V/[ݭ#`ʪG+Fb&-e{ƺYX$${`5QP&ۨMX[dWfN|f@ۼupNOA RAK Y+l~wAlLE :~L_P Ժ DBu'^ 9it,&+QNmDLťdZ%Z40F9ݘ:q鋫H(8AYfk2(mԜ菠(_׫3PJ뮈mͧ@ R:"׼8}j[#n󃺷*/bM j_X2"dLк,cq 7>e2CuG",BuEBVS*mOLWuufx% )=lzxº14`M}9w.A,ge%2\^U[ת(t#Vxdi# $ s2]k׆I|*d m!CrTxÙM$73sX7BFFUhH tsnŸliO8oɂcQzB r_{j(حJ0xţ;:Uߣ<*EU,ѫ#ﰯoc~n8w|YOh`#0}_f$P1aG9 n 5蚸FA6[n*Y`NkPF04Z_9Bd)N $-g-(狲=!3\/Yi"@ Ai'}0LX35abV[<  sUas/"9|B/㊅Qb]2;i:PxzaN v{JF]*ƾ,xHw/(dzT3NdGA7OjO΄$[ACOS{]UsbցB?I ͐Z)]пuK(2Tk_=e`7}- &\ ~586:/oS"?7p&2x;`0hXܾi$v؜#+e@b8srM,[Dfbop%K$Jv]a5a]|}J*?@ Nn}:l䛉:~#+ Xs+dXȄ*Ctsw. .o%&9Gih_qWi˸Kz߁zJ3#s ùwmrpA)8`t2oc|\MP(o"hW93އ↪5⒊B!EgP] %hSSM@Em~j|g^c^1ǦP#C龌HH;HRٗXI:Kr^M-{0’xԟ 'MO1wV~o%-]?q[J*h&HFqg0yoϋlœ8 ޑqpbTp9,gpLr@ oOf@Bc4hpK JA]qB} +:'-vxE0-A AkWc_X751(yZ~0˸|kȋaXŤc0tPCnXa/AVBr7DCitu|}D}܄-);Z27}pvt`-]k쒽y{}|~P楔j~t,Ռ cw%a Y'xgai9Gt;j+h+z9GlKJ 4Π$PS`3M:\[:EG ~ ʹ!ڍy+J2>-ghr0_5AWB_{䍦IxDoE R[cN>;wFMmMj(\i#AwвhXr`4 ` o٘2ί7)8gjH-" AvK\ L*ⰹV|yh-a;3->Q6|K(?j^kh*,Mx&6Jѽz׷Yȑ&dەl |<92^`iN% Pd'#(]gz 2#zщWhK?߇5fvkK +`l0_>ȮC!?&* c=FQN@[N'NMCLm6neރ@RV' 'sw:K`Ŗ($6f( s!#OCQF ׉/#!=TW[߀. b(I~*rnT<*23"mGҲ`'&5$d꼌dq7ѸD Hwn \&ki$;JPKKќiV1phJVv7O0*aBX sMR:. sXVvOV\ WRCeÀ~y:+ʐo] DAI[,v>lLB5r ,*G5'c=H  dA5(/¨!C$ (U} dڃ|eGBtq>Hɏ)CC;a=r)^dب&@Q"ys?k;?5brMP⢙VTMjk.QׅM`=_."v4fv?KR+PP/f^sZx RX9I-XyC3KeD i(5jm| bɥ#2]Obϵv^4t%\qq1C,]UA,*XAd\0cojy aZ~&o.~Y) -Ov6>7zDzK=֛hdD0 h%rg 8i^[oZ{tJT 聙vQ"o6gÃ80Rs,^Rh*J,a3GMg\8 ~PqВh#͉ɑ=VǍә+|ƍ[~֩u88QS{_96N$e(ݓ}d$zr>lMwtL $]f>rM1w5A-М c x r8 q乮IYvx"8eO-KZ.p7ԺrUAdeO]i s/z9rE`5 \nBje;d.NY==܎O33+3K-kr${cc]]5svMKIIi뫤^1@$ގ YTj,*ﰮBImd1lo5p>G5NS*N9U5.G630!!.7*&:Y.NWsii68OaLv1ϾP*"7NhukQJK|P}qI'0<%AO by֪3WaDg ci-} ;yg mת-6:lLJ6mtQg AijH4xcu)b%S4H֝f嬫ɒn^V;ĊX0c4h+qj0Moz_jMIFS}BAmPΑUv@dXU Gu踀g]/3)ݑY%YĠou1('Ȍ,h2ԏim>V:D q||tzR{g i:o턳icj+ nδѭz﵈~z=jb eYgh=иIF`"+O_=fڤ/ND^ \ya3P`iЄ p/}>K $ '.ʱ]{OV !wt*a}n&TW0' 706مbV:1u`3"kK,x1wJh@wU'NKLw걔Lܠ{NmJ)"W8^!%0:,Ej=_ނ0֐,#qԃ~X ZAl?Pu[{_H] JCT7$'#6Lt#1( 3'Syv^`%1^Uq S8 YWz/_b/{Q~fMC5c^3Q#wLGRIcS_aVe!d7`d,HjfXÆ)m{8ݻZ /@A_K4tߛy|xFxB𥗭Ĉs|1"R+\"QB-Oįctt1{P[>֊i<%2F@ؾt;SV-x"y` gԾQm~%2B^4ׂGlvZI>GK8*aih?[npOp8L*MIo )dH4ʾLqRrM icelYgW4 *ȏ4N4YaL4o$y`TvIަ}ȶNM5%Uu0oD;e7 ]rV)7󞿚'!cʈ pPWicaa˒P2#b'2Ңc%^`ph 0I4= <:`X!+Fv'e@ZxMpW* :nz&,y0ũH9()ھrfָ GXx,xonx ]Q^3 @\0>c>w7Z{p"duB's0o%k+:Ĺ(j7/@in$^$fƋEi/iX ] QbğV,j LNm"Q_k'q P/rt?7C"hTJG^ #'ܳrK!7Ts}:Bn\O\m ϫ"BC%-,CW)QLF'Npȟ>4|wT&bl  +}Tɼɥ"¯%hulv򺾮I0  .o/@G?c?1D&RK,b9!xպ)Qm)bP;wyr#OJJ~"AFxT"% O'Z}mr2ƴLT"eE#1hFCrG!릁bY;ƲNrl%Z!-K;f {bх.dw^g:JPJ iBRS'I̥@z \aݔz|qXg*imcVVCQD%ĥh۩&F#j>Uu|슱M_7m"[)<2))R*YG/@y'YEr{y.p#.:SJGlMiWVkt=4rĠyMʗGC=wU} ̗LC5Se){ͫ1549{;608K)Q.@UU|SNef-W/ OUL$'~ P ({ 8s{1]7uNbp5 1i.Oco$ p=6$y`$ߝ+`!7 ]r/hJ*:(c-zx~hh?#D6`h&ԩ{u R=ٝ񰻥{ E[_:NUrg5| ' J(X6Y y ][E7C "ׇb<ޡuN  $zۻpn ɢf̨zdG/I"-F/ub :Dž6.{;΢.S:S]>{v8 sF z'G;ؤ#l I !N=J"Hʨ|TAp|榰&~7C+ /ޮw$edܧ}l« uOޯ1w/v=R?20D^Jڈe|!i X W;F3xF.@_3gTg\7Lx[bC꥕f\ aՇ$G+8Nm@T@Ym_r[= 6]]TX+Vҹ5–[h[/Cb\YxJ7%QfVBi'DLҷqv/]x>\3Qi]3*6xā~]T_Zq$6ZrC_G oc(63yQ$I84j6MQDE9qaο;}swpH#K PtTBPG?;X|WbAcl\w2w"P_b!z`%mKsd
!>ΗqCC>+bԩ 68bu@fl;9EJY DQlTTԅ-4><6V ,~x`$o]ޯj^pr{ևptBgL K Yr}ZQ&~Utj*n4Ǟ|v>Aܻ3"FGW8?Rd֬|9f#+GLQu&". ~Q5XߛA asܯdN@.p5t@{2'.MŒO!;YcYI GZnd0U d}qWU2%(*xA(;~6I0ZIptnLpy&v6ױ{E">]P˨bD 3-_pu48J a da~-8?/ Vw`MLF3</ ?daOnMJ Qlà],+N)?+X&R+  D5^Ar!y,AzsH>__< Vu._27r!$%fצr4w׎DYtܡxhˮ{Swrko.;/R0)??/)]>o'`ECeJZ8@J72:fAM%(}s;csJE.-tm&x1Cm]9aBP.SDbRZ"O%fPhYO+ TqLj_U' 4 ۻ[2&}lj0WիIdqrjNw]WMLd_ȸB 6h>W܀0?#]_&_/haiT߹ ԭ X;ˉnWm"`d{<,γ#L`aY#Uo) =ߪ䖯1\JJFӽ;K>8-+jg@;E3 Zg9)_Y- T+4ԿX!=z;)aGesTO󠢃uR极E6/}w6l6Xڙ}(ZR=o? E&^f*9n@:놥<#bBd190{v!ZC $W^r|NY0Iy\OQܥ\(LxvăQIrb +Q:G Jh}kl X}#<Յ՜lFdP冟yV \G[3oᇩ6tdwkUj}8{~}T`)z 13yT^t-fzQ{riGK (( q%WM~͓2O-#7!!dIo62ns縧ҦVr#),@oςu#j^}yl%]]@4jQC~(w;D1/PTT-`ep_b³_I`qmx^~ZCnW#uQ5TY Q1HDw`g#GZ Y,]M>\ĥ%$6j XC4?aDLv6jg*еmW2^~l Dc4x`Ƨ^5TE}2/^rCU#/F0P&A5 o '#vg10mhcyJZEʏDUCXFy@U>K`nEn,ƛb-53304.k# Фkp$`kp@5PGVη㓝Zn~gZ!*(n=F . !Lrlx^HH`65ܹ̽qVVr )xO 8.']sRܻġAX$yv1uR>O3  0dQX6RBg[IN)Keuv.f"-GU4*]|wԽQ(w.WmXhrB0r'>|$7fkUX1qWzF\K)-b@l"#/ 85@azP IWچ@#٭UPKń:TLx e3uPO>5D2f) ,muGq;g`jо4wV/C"ru&^=[7Ya81p̆O }ͼ xhj$:/}۟aX74PW۶ˠ#Bx;o'Cr ;]=? hWu XE3ozW۹5[y#p@u %~Ae ҼL~go ]Icn¸^THB?M6jdM7JQ +YMћjq2;ے:KVCMOԿ7_IӮ)pl]7΅7zl$ӻpZӿME+؋|-bh_\պ1;A \Wo&;߯\ s{@F NX$8 f9$C"eUiZ4'b㖌 DiTx/ `#2M.f1ǵ'kqK vZd#j^V*Y͠lKh+rL"G]3/Hyv.ox:lvٔB.h;3kpz(oz?"SS.BMLNb͙>rf&*2!)K``)9pM ҩ0/WP:~+`g^\lS1a"S*'z@_>c"6*Lt*fsZ.V1k2iʱw l٭0qF{a9mt%+GÝ  /f2A&vÓ6,,QmpU?WX+m}`֒ bg\AgǶRVҺnm޽T%?Q@ݼP60aT#ElnËmrm"}R0;@GT'V(:owveJ0rLZjAč}5;fz,M~V7޻971[ o[udzLtDXJ=k4B,l!?Y_T3 6&II: <~-1_h"/+ZhmkKm {_':ZĐO_U8ߞq~L'x˄WKևHE/GG?rהPDD.u(åPe]= ,ǻ;`*jܔH !jxkm~&62,HBult[GfJB ˯<6Y̖-q7{7-6jm[  <P='*vZܔc~TxAfPPEc4ޫR+tqY{oFR7cKfmHY>(o}%M_QAd_yB[ڿƬPmƝb7~\3BH/ym4g97%xoxίU$e u`h7]|Ys#23%3:ģ"zGDٳ)ޞhxP0(!I8_URdAQ9_y*` %o:OIF$zco3XUL91zP6-]Sx^CꆾEՈk!ɁKhV5,(jL)2]9}agN\_6F5Alg1I"6fp2YZ8\W{֙]Ss.% %|#$,'G"yf5\5:}#Ajʹd֤KN*-RS<+aþeh#7,H\YCP{kw0=yAFVῶCK c! .ׁ"!`HyBP,[¯*yGE=7qXw,z?/oO|vXTq_hWGN4>dIWc;P 'h~0qbc((kX>[E6O#v^ʣW1עF{Dr. ]=ɼ'P y Pf\W_.4EfH=Ĩ-[]n9 GiGZʤSRT _ 5C,7mOщNj^QMžѥާ UZ-//ω8Q`Qncğasi߉Jc=6q W՛fl4pnha`@b:4V;y~"h͟O3I  ӡ((z_i<#C$VtoOO0Dm0ͿO[,8ߜ@h^G QB.JO6 tȧ̗ŝѮ$RΡA Y!\e& 038B\@`c`DF=~W:GVr9i}ʥ?h+V[e-5qX|9J }tCpOର W$ȭ!Y3L"iὢX'bDHd`G<)/AĮ+(.|`h|b.452^C;R4},(HsA+(c2{B)h'4_9;[dRLԝٱ=c$lיX7klM$;oyG@P8w?8W©$@3 ,. ) *[_lRmZ#4|UzcS`3-G42MWs K`QlIewQ7U6'uTCY(uocpf pDxA4:<<h ǻa:E쌦l0wcrnZirY52El{uyP j=(au"h*#86HWn[&#JN OnaPӔ'Le*^*l ?Tԕ.앚7%ڔQnғrOO_!F X B SC2sm=wDF 5TieCV"s `|"Ku;%W8Ÿ6nFqtYx~OL9j g'*U(j9S^j4KBEWwRV RWҒ9N9oFwmOtKAklyS]WD1`j!9͏xWosb1ZC:ci}0xǁjOvau&d'?WAj[OH +ܲE2a9Qa#9ZrBNYV naUu͍ )H3&Bee! [nP.꾞@qqcVz^eRxg_ٹ֒ckyP XwcZK#Ax #R52wV6,U ϯ{ sjX:,e.}_zJą%oL8l°G Qz(+9HIup8dيDn zوyZTpPFt?0p{n`v1= 'k,@tf?=ju|Ġ WO~(5<VJBR!>oFEim4J|GzxkcOg CKF[&tJ'ͭc :('79z.ڻ@ZkcjZ:}RуthE3!Ϸ?ZC suVIC|p֡{~c671_ A^@⮓nů= @/?c\苕Eg\`C΂GIlad?/*JZMKb~ݬ`C6'r-kbƊdD2M4C&S{c߂Z[YVxuc8or+yH~b394_ێ4q-Y'{qiK*Dҍ7*oʺp(3Kl7NRRϥe.oB6*-!6Ӡ DUc90^и/E٤F{q sW9rIx1DEE\f:ZnYn֎עQGwdKU*6ィuycv]Yk{MJaT|Ŧ'y ,8H3NC |,|Kp=72OSzO#$19ZDsC. (SԦ!l|TH JzA?RE ˻PA:I?r{*i ,٥b\O26?&@M-~E# (L}Ċ`-Jx՚X_ 4WǶ*TиlX>łe0Z3WHFq]FSOꈦ@"o;BuZX-xUs(l -i`ePz ~2wgEmrcN,Ag8CܤdK=HIF*ȉn럶ff=Jʉ +gy:Mҫdq=@i{XDe`m\mqA5co>;\yQŖF2=y(o+ 3S}lfnּ92RJpz t-qfp}I2]K/*/lZqh'*-y,|c{qcOyhYWWK*05ǿxٞ!^z3KașޜraѬ@&4[[k@J{I@G$yI1/M;&|-h K,RF}Hz(:#:)xЍ7 K zNbrK*-:sGݗZ!U,F?U쩋/ȹր2Z9s !KCF}4g:/B2>i WI IP-1VPIX5AflHT+(o5fX&@{NzEllAɏ)O5-dGzw<;M+[&sCN %.n|u ynjuQ%얳Vݭsb.Z9&"ʧFɋXVE&Uτ*#F*+V:4tXTX'ym-g!& i:ا:\?@_.Ǻ]bapUq͟)ۤ*p'߫혈CXVrڨ2TYZ gtN\)<=ht9õ_3S}6uƊkmN%[ i\-ZqfQ:wʇrYem5=Bq `=$Tk?G@qHvhyƽ!4 G YPTO/Z$ ̊)2LXh9T=k%}iqqAOa15*I튡P ;*3ְtcަo*qfQ jZ߈hZBɐE8D2]R@;E"t>>g} GRfo,(K5 [XwotLST ȉk" v'0Qg$GQ _3Q}gM7.SȂϠy_Zg G:lJ~GlbztkP߈$wqE2(|:=3ȓ%jmLb$Q CJϕ9a{p+M@z4fX+u{\(VlGƣ}ߘܔ`= Ë-N+MelgSs}uTU7HoU/'hޛNEYCra<4z߮K(t/臻pwH^5Zv^w[ڏkŖCUFD(B(a9k ϴhRH:;@kpWOhkä{{Rm J䆟Ryy"Tݑfh=(+ݠompxIBŇ2B/E 3*w[f[A>pV`d-bM"H__Yuo2LԽ3>`}4(\ĂFyHދFp/?7zdx zh#i%a2Ccllbd{m޿3ջ[2cU3A s~"kpMI59pƯ{MH$|=&  eL}w'=UsQb2hAũI/*"%79XOa6 biwAng`AmcL4۲J*wcWt麭@n!o)00 .tcC@1u9M|}dҩh*Ë_r N3pv|9xX`=HeIUUXpFR5V_V,,ɑXt5˟AGBn'1KG8?&'90G<~:=KDb4}(+.F֢&*qe?75Nx7͟4 b ?2Eս=x1%h2ڀC-mV՝Zv;26YMZK5x vxc6zEd ƣXEPm64z慘AkɓH/W& @t+1G\kS0 Ŏ}X%9 l}@b:K6grr\zx 1Lj!fmCcԗb&${=34%oLrԑc_gh$lg?esYOJEZ,]S?{߮xQ$mC Ԥ+o:u|GS NrݣmЀ H xUn Z2 (.9HnMg;ۂ'teAUVbVH-{ų/1'˂d+; ]"yl{Xy Od4wMO q(%r(ɛ߼C< աmdG/u99M+ TK~tۯ}dAIf ڷB:pxa+R9 Z8ӈMmEdkHS-U֟;?vSCU=5Cl x7%T鱴Nm[Sc ~{U)J?ӊo]KM]yU;.8 !p火ejgݘǿEI jNJgڊ+ķ~S"9M옢:_(d[#]{bӰ:{PȯN\/wS e"Uv', a=E8Ծ\t??OG+oJu\r>]ZMa7e̎7ϖFX sPh|$da-5:j \;hlBC k_orSAjyZ3CnQR(p0 ~dY{18OTǗ )aq R4sLl"-V]O{R"~F0M-8X"V4-?qvЬ8<)@E㝲:۬3#{ZDUԎj e T˙;'o-C1(c=Vy[G . Cr7hSᇅQ /<=-; #vLCM9ȗYYI l.OlzwOIc(DaS~YS~U;jGcG8>ۙ`=><kN9 57y*B e7 !i$*68-S@23<՝^ra>/Rmw6ep%8\Y =b)wϨZeA֏b/kʾCT 8zY,nҬK( %@]Ol.<]P Ǝ@<[}49oBq'x+8ln4|ʲ47Kے"/MMh0s 'C@q.H@X,ҨL˹;+n9y/T0@"%mOXWS;)"ț\bF/ Jԕ@d\oMC:^G(&nl$F]w/>GvTL`D19fx1A䃆UF;ڳ  & '34\|kA$|_WHR/W,%~c3M(V\}v2|jظVce!g UvROua]/@/{{amoa4[uX|%WD]m =U׳=LD›kd8Vz/}(Gg*ԜG+j{LϕɳRNhSCa=,ٟp fJ92*e9P< E {5EUTs*5c.U9a^tRXh&/W@3!w୾}FQ# Sn)\ԍ #NpA/#iո|+Elrptɡ-h-@qenO~S_Y=sΓĖKN2z1Qn&JgWϸb ԙޣۼ|Gюd_"p 򒎺7.iX?Dλ d;d3%~O&]=€6pI(kz% AVJ3U3K.{NNDHxD`po Kqnx~~Կ QCGXjxVRw[wq i sd$i{89|]1XjCt×dzmy;;MG4,o|yĽ;2\rd`TAAYP,o ys ۸Vq$G mP1ʥ|B3:PC 1d*^r͇rLrE~SrfrqvNK Nva$3FVCc8)Byݧղgi6/Bt/@b9m9ء >;\W%KmhsaN(FWLYYΛv(AȦ]a1I:۴/PTȹ0A.!T ,ZJrn[QB 'Z|z*.g0 \}52wSfbZU18,6lJaXxQ|xE}tэ+,A4vKwEP r[KRl"n& X"q$Ma-IڋF4þѬv0 |~tiً0̲Rv\jY+*G($upivQ0Rq)įLn70Jr #U pٸ7SBK R j&P0Rѱ"*I#EU'،Q)kՓ5U 6Rl]H!ؼc<҂Qfͼp^ "S{EGeF۝ yiZ;63ς㦢N=1:.YS܍v -)uN%B3}"pm@2)PRX42IusAz-1ٯmrҼXDA ֎-p:5pBBeW٠ ȴC uCV':5`O< ,4A ^wuӣ8l q4fpѠx˼u~fzQ] c(xCZe-Iy-$]jw|ի_?Kb\ ރ9ɄgQ᯾n'HY6F-N` !aLO1w-^E 6"Ujr(ysi3gB&bz9NMp =T}.mb,C )B[M=;*fcPp]CT{'4ufbI÷w98v*ƫ@C)]mZ%)9:cMw'd2V)whKs~r > $xV go<0dInKp3w߁'_Am>maP-$ a{H䩹.W\Siy ") mn#1oVh K\CpFkP<DM>lB78 MvhAf.PX^żtxp*!RCnio~i3]m-Q 5WSy&UjJ]nJ$'T߂/0\n\̝a j -/ZU/0?N`N$cT̿5/OhLVv%eT3!0_ bIX6aLNz3^oNliHLhf$PAbA1Ms=/^Lr٢uB1T&W@fBRb {Aw\\s40ƩU/]4vO.5g'r X[.o 7]d,53OzbR(/5E"R(^SX.kɷ"uf%uz h<Õ5+d$ F;X!#֙٢)4:.h%E#-mϻv0lV%e^߸%кU{s/s9VHIHЙAQbW=LԅHmb70*QPl#* 8hd^sKqZ  $AUA,JKYG-mRn D@MO\`tb}p fFIG$)Kv^J8YX oS3 F!{]񒤺A}KL [*sKcE;Tmxa4Tn7 5Uz_mI-F^rcFm xt.KIdS@3K2m#1h3ނ(_Dnm+l>BxQYiʖ9){.zC)Ylb?|Ym;cʁG4ɟ[Шs/is2}ەoh6 %WU1WVW=bPo^a޼0)_Iq)S- t>l/N8×DՃN:8m|z B/j3PL^йPbg+NWvTZA۴*jۙ .TwJ7Qϩ6Sŭ-(ik·V6T&OʗFCb|0Y^u!_L:N} S 7%b+3Qrkd}C|![7 yks =O|LJ_ mFO^ UP=81hJZ,Z44*ě+㲤5izI1} ~{X G-,3XܐUna'2~ׄ[~VP1l*KLX𺟸v=J{*tB&tW%{q4ghWtl81T&{qY÷R@w[ւ({4k }G *bxsyА6EJ)F]Wh OX((*}Vcg+r $Hѧڍ=Q$Ԧ_Ҏw$SWn0M5v נ35#h5c\46Zś—.nRLH;n"J9?Ii@L3}|@yYH7W$Ө)lZ~ !6=qP_O1-h,8*ۏrPV=t)xΦ7̫]c'{1v#W"YŅ=3άڢ~֯sjc=k "0}8[Q^4bxލ;h%.(UjXϐCMLu ءF؋yR9d|~h|&-3ob]_!~>yVS0̲i|!z5P91R~Ho3,|,ĜHHXNjτ<2`*bFdJCO;ѤR_)9xg ٍ GJ1{߶Ե귮!9%Р{hxPA,tik1WWJ͜p,>p| SrDL2Q_GxiҾYCqnܡ̠V|."/9(~-!YA/@yvêP"21/98o!/=̙ WB;z/ 0k;p?!em`!5E#-3 $ΊD.r 3ㆆEEg?ͅ~EÙ61c>O&&A9*9mn$/3SoRhj(pa4S"nI ,̓X6Lz<QUQK sxe'76,g/&g=:ټ-mj%d-iTY2Bz)$$,|O u^U/O ϝ!~>^TTE+ڎ K}{hʹiǨ|O X1\,0YN$ƈp*w$W/yv|te;*:膃 󓍮- -">XhO"B<)ɵb!R35dO?L?Ӭ %+GC}(R8^"3JWJkݥ$B}FR«N\"\P>1f7u#'l-mEg6]2*,u#s=K 5RйaB4n\p'< ]^B!mzS녴kP+ҲB5<2 Cd~eŲ{kpܑdǷnJc,L6֧²zoeB~zC (ͽtZ[ƥ|SI!'t ;q{'' <R=9G}H5ﶼa\AZO>)Ki$PI.`4@mi-_/C}EXfz3C&ޠn[DN (,qI6~%2{@zӶA -ː9P:Xulg_{\q #-nbe":Y ^*KxWO豯}dhiOKu1vbl6umPGp꾏0uq(N^˝bJ܎,cp@&vo:mÅQ):EipG,}XG-TPCxdkN rTm}7\@9 aD6.H繋ދO_R\>@1?8!Lx {}q`W?Ienȸ?"ۺ-u=A~rUQa~n~i7#3Շ$P^^o-}":9s/hC W`WN]S/N__l_QLEBi>'^Cs|)1&3 Y==r(9ɜ_}ݎz1yck{U3(Z۾`~BӐhO%bc)`wX2p*uT+Q < xF8߁-mn-2@ZQ^(g3,&IM_7)˰*PlLmB071 m<n\eg z,H)z!JrwP2 Ҟu[}vxݲq63[nI4Tm>U dcw*ϣŦ)f-<)Lcw:]*/%}\m:bZb>\*H[[M:E>O~8w_rˉƁmf%D;j*xLAGh'po؃ ݙ.hf; qt\ZɇuE%~1/HNj0,vݾSj?Q`OŲ'HG}FULn"! ZtYeʵ^R6[ ^șk tQVVF-5q*C@93$,KzԒ6#au$ES 2`3-CqāOo` T 14= *mMS12O_NnmL<v"tI=F/ӥ0~5 V`9_7@-nҮ4EKs{> I?@XX3[ ͫ)׾e^AJ")9XQ DNq,/q3I:"}1pl^ B J~5>Bt۶)3F?-C / 8Ea5ٽ!E'ЯxKӁLE^ ҇;l :tAN׸9a55jjeAyW%h},jƚ"/gtl0T [Nt.[oO[]99nϫ[<ºUG*U@*a '5Rۉa4U4`bHPhʩA>2 %X›K˯l騑+R[ :4Dn‚uuF[\hNx+$y HV]'{mI@3CRz桎B;:gm )?*-EHUFt$1̴ {?9 t߯M2Iu/Ů,58<}_xNR'_tt3BC"ů,.t7&_rʙ2?, ʾҝ:\ cE酒lvfU},Nj1RW~ rA[K7}I9C@Nu>o4ޔ(ʈV.Wø#U@TIAT| upy^A?Qۢ]?_VLM/ &w~ }wFM!scVxEJJ`ihI6h%tj/zz$}\Q`{`U>%`Pb9 ,jΉӿBֽnWE(J; %@tX./ҖZ%6΂H +rGͨ[L%PܒC@OK.=Yȏ棲h~)@ ? ^Uŧ.b d,e=.¨NC@e(/dL ItMe_먌la5qE-k=,hxmGXRe `1U/L4#7Bp%-8URJi(O܏CӝUAF?7, hG$$=ܧ ^7h%3\DEo4\U]Mq8"[cD@|*OE(2,Lne[vxP@GҊ-a3LY%~>5qGR}8*EUkg,;pB?wrIOf@#{O|K*j2| {Uw6X+ f%ДIz, s= }CoL s5^\,=Z6c) HFRդ$BnҰMB@k\;Abս %ݘ@8 Gxr[Lf2fFe~$NOhqiHQCw_X9n2y}:J ˖XcB u]O[:_?>F4@xa >+n#%PV|P_/]D#m:2 gK°`E }hT c伱I}@̘'M`{1!," dD6r8# 1+EÉVzJf.z 6k6s} JæJTlwqу >cڊ$y'YӽmW.bs`::ز0Rm#f1AN|+CkCR2g|*'ՏAG)\FP l}:. 2Zkh~3?,//Lm*G$bRyU)[ qb<lf"<&l""ukRm=Iao8slh}bd:98?o @{l÷_Mt8w^;T rJWGlO8:O[{%r#9nwΙq RnژDݐFJԣ(D_؎ܴS&ٓa}UC6 b~ YA5Q ~n؎rCEY)2cjQY&ɪ,ٲ{ umF}6 T:#Ijҭ@B{l9ݸ&xDnY/Xy %Q)ImA/%v*|ko'(_%Hٛ"=@4T2]d7k%* /'&8cKu(a[VFSp.)Zq_`i!(0Ȗ"C"MZrn;XtXĮ9b2bw+`Ne=*;5l9H$ϰ@'nJM' +> )\6#5w{7.?-JQHʡMmb隌;eha~te,)=$"W+w|9ዛ *ķb߸>B5^vӄ]Ves?c)lMb1 &Z̡J\}Xex zQŔ+ E$1pzu.c%6RSd5x:PЇ~ +v﨑pQL|1ר!p._M_U|\q:Ru,}M}jhXBC@ ;ETR+R2"D+8^Ì!讱9 ̂ pKS!k^meJAmec96|کC\cdrCq)bG8K1U񽯵53Qfs *+Y"4ٔPS4q<>vG/]sI|ě󄓫Q5/gfOwm_;S$Pkz煝>a-? !}?Gƙؙ4{RO|~f2}0B0 JL5RYǷT$gɥG4q.RR6E,QKv_Zߢ~4JC+$9_m`Ckbڭo_gXr!M ?et8/HF \%Z*VK8\#~ f(q/‡돋ѕP'#ղ4hѬhAA{C nf""eP@T볼 ?*ibbfn(ˀٗτ~SuWF!E쇢XrbOHYI5ƁF}P:c|CPxm%ÇxdwS|c":_js>DK>7M?|鈛.E wBKͻ!&jk|Vb>haE9RbTڮꈤzvZk^#͈u ]' \Tyw~{^ ؐZ/#>m,-}%^`ެp!]-M췒j}-NW.7BjV$Y'!,L#=h1҈1FRX=qƞqk&EO׶e#| Lw8@ ?2\$]a6+[B"[nڧS }vYȐg*dd2Q֪lo*yr]*>n$aT}Lc{YZ>k]86z p2 VmQBVShXORFxӒD/R+ gWhUSiԣ;"Q%o\y.WGg_եÏi%XKRy gZְ0LJ͹P#&9_ K퓏0y>rD;cN=n."C*d-r9' $F>'Ҍ?R+N,ZdD։ku4h ۚHlgFH)v9ٚD~^hl|<5+#Z{غm,{6.sB~s& M ʐP$`juc%X)Xզf34L@4 MU݈û,bE~[a?)[Iu P(|sܡM ub%)e(!;@ -6l*a!؎ߘf&`(Å?|x(po`/}J <鬔s]QB[xa:2Ih|ΡDX_sϥޜN|ƥ[{hWr"@F:KS#_Y{$>,$,|tpWTZz!pN?)[M¢1V?mUFGmQJw>4]X <ԩUHN'V v^ktDJBkepj2wvsa\[ԔM5tRb:4%h@OEbm@ez|͘څ!4e>Y&z0!Vu ] Y0h/}IH~h5}ٻ*J|e,2f/y'm@4a\$"ZdG$ ɡFgfQ(ORG(Q060L Kj4\";CUεc.AmϒH9Y]9SKh_cq}mIS"M2R@ ]ۆ_FG81ߤi6d 1 g(' 3OL*"ƙwΟܢVqR> \8+MR,}U8W=}~2?\b,AQ:B.tx 4/"`Xi]moSkʑ<.R:w>|cE&nTEZȂ ٫*S&h۶n#w \WiǓ ͝8}W(2`n:^ o.lYy阜D^¾/ T־CI;\t-Ճ/{jg9֞CK2_=t8fU3- *E;J[/cFTXT=r덚I92r; 5ϧ4xgZ0;tdXs8|aQ&I*Uqc?uQӬWK8-G 9u zFLKY Z5Ӊ2nl&am3vP3yGu #u%(".e d~e'S-9åt9ӎ{akzHn՜f~ O; v!>}lzנxӌf7DRk#]?&(,.V*K6=/< 0HUT<"8L/sgɧ.%ժm7Tˆ_b:{OV3z'>3Q3Կgҕc߉h=8 HĄ̎74i},` SGKF^R>wtei׎,t3a=I}Q txw&Q%= B .%WRlnw'pq " xz|,E`en轗}K{AAb5{ E̜[A 3-xcrhMbsIx.RA̫,= !e*1~M'k*㕐c4hH|34APyid.1߆Dk/k6қ,3"x֪BblSj%sN訊F4e4□88'v|`"A$_L?@NGpƽ곽hm=/tpSye%5 ؎“q=OXqqmPw"^mA{s;zԧڏ&#Վ&X>ڶn U[K}FbϷ]e7~iMl!'[I>9\\]I^i6&Z2IfH:|xC))/[w&y) _w1Cq bdܐv[L?/cBczd7v w"mHE f0([ !]ӵG^^&Ddvː#OvixB[hC&kZ(6 a6@E=ɟrVvo[I]?sj}~-.*rHmstgW Ea!V" w]%U.M);oTѼsrfWA(wG@i؅i,X4?Qā{7iv2>1*#8G)V+_GENh)"9M;hߏ-GH0}'c /㬩OL5DFKKb N3mX'77jT^+TզPT"&,vw' c(zW6q`*Үx)eTC-Q LD$԰d7C| VVo^;[}sDMa^Z7}ɖr I󙙸4}|ƹL!gpkKRJ_Nmch -֫h5{B;@5p~{y}z5Suc8[ڝ`'qcɁsX26xNQ`'8;rg{\ |7ش([l!qd#Mg#M%B܆}L6S?9}*bbp:1e7SlٕBM}o8vYE1{O3J6! |y{kBFGmc8<0oS6ՉͿ¾=+`xEW6!~_=BesوXw& bd7=+=Y0dxͶ^vvo ޑ8~DH>oy 䲏Sڈo?Qh\1/0.A!;ߩ".&RYbTiܷ9̨pA\;&HQ=+c x[ o8lod4ؘ-lt hH!~S|Ka3=4y?#V1F#KzQea/+*PzPi;+FvM=R+}P%X8 Dhi XJb8v d B+xQXO0󁋔IE~I.5xL:ߢL9#El:_4=ZKs{pp%O1^T&s #.3~iT>B6=cHN{1/YѶ,bIU(O~4&h_$:lFCFy# yʒŞr&+eD[}"Y`H[& 9 OV~@b!#16 hǍЉD.t ޛOV}sh/%grвϼoe&[Ġ%v7}5-B Kmyo냆u #ʒv7<{?k$3Y&j6 vRvݱz[ <\Xb١$߭zmlr`wDLe">R)~qiqc*A .&vܑ99y27qږOcs%3bC*>]>]2]jt!bᑇ Sh)^ˍӱ 6!A_g”{_ysLY`́OcC.m~mInX)",(nGFBx6gD0c n+jOɬG\1uhF~aӭ<>R$F;Owb':hd^yLՐR?TYItk:*buvq*e#ߒb/ڔ&c7dqDOn[@'8cN0ȃtHcZ.}y.=]+zB91Aj -7BkcCuT_ʔz=m^}>Gd7 hA Cqpگsfs&35ɼd2B#4GˍRٟ?:Oaht1D">H+ Ѓ#2XГOy^ [x ݫa-n=b>z `w =|Lѱ4z- 0Z?0k?j[2MO(gaO ~O6,%" X+=Nj˅I5G25۟a$]꨷a.gfȎD+ոa rp5k'Fɷ症z/mi[GRzt1ztRD&LCzP~9!B͗_'1?}A|؟̤V}M3P_͐lOFGm="G62g(G ˍlXŬr 9Y٬| ~su<=QihC3,(G &nTimE]ξ8ߛ 7xg!683F!)޺Jo2FƝGgv3}>B&~Z5eùϘow?i{D_9yamYURcYjv2]cʋW)MڞΙw՜Oۺzg(IfRL c]Ul֒И?Qsg?F\4&7(bl50[-iWbޫ iZLL;WGЊ]W=ɝin@H(A}#7%R@3 t x {ՙ o WYF~FQnmk zLԐ}}29>{WdC ~r yK065yD "ImImzXTǨou+ݯKywZp%(;Ȓ/Ưl%*ګhFo/+׎ΫpQ@qtuBHu/QMĤ0̲&IƝ1dL  `W#w~8΅0սWzڧ  , oep!aAAՅ XeGzy̜W6d$PC^Ax@L3+7Ķ3VƲzlG0W 6x`Fm Dch acJ+'ᰇBy RVtT=4VcTm]5tBO]{ԃGrRUcxj14Ksl` pX>hBɺ} 899UèX;`@"i܏YNJ$q{Vޤ<ee_ZbaE|;W?יMi @".C6.g!'麙Q{.*R؏d&q QgljnNx[y0ñ0jO(nH / D1 mmXMEQ\vElL/h3. F\Nlrǿ-Yp}yH5q')'Ȅg2$4{[˳4Vg>x'\eNj2MHM:LJtH.y(J=3sUic5y|H_ڠ8T4dDFCCܝ[/5,8ĕדVu`׶r>>YdZ>vWs^]o_? ^C3DWnN5kآ,X)N^ Y.7|vgҮy#3*f;jRc6pspPUևy~! x^| ~r`\u0htKՈUsxsvtWJ9k `\ Xt#C/y CWEB!%mw\5xz7ݝWg ^ ~jR5c? S{%;ѷ%Rr&p,ѱ$⫑ߖ|]k['SBz D#i.4D[Ԣ&jߪ&oA|HYdPL*#DQ7Z$j ꋼs Dҭ5AX}ʼy?M$sA(Q3s͍wa7+ڼo\봋uUkP'w}&Si -ajaE]HY@3v^??jva4G/ָQQ˼WVso RHeEf5+y:zF !K,4(wڈe: DRɗRv _>jN"zʉI) >гzj`[Aܣ)y썁T-ᄅW ?: k?'RkpÈl[ӉwC`V,v:Q7%6)W#sSy"$>X|;lOV0b n6뎰__4d9D~3Oh.^\E1 X@+X3s?Je`#+57p5sFwTaQ@MC$g*BU)'7SOVJ.A͘CD:%rj(yh_= vrwNMxBvl}LT쫕Jc²棄V1;Gx#)-sIrzX:ӽ%hfZ]ݦn-ccjxc$ax% Բ&L񱅭*_]>埶9Z!߼}rpZs18 fCÆ'#/RRPs?rgw/>m)XZ$DudL-c"Z bg܉Z? DcbrYZĵݡSא(fm%Շ"' 1ϣmߥqk8Il vebHc5͝, 2 2 19uo6i7?y}&ӜkoˬPd"tb\B~6SwO7`_Dv01%s\+ʈ3yfԍBMj nŮG[DfwԷH-3+稐[wEח$>,kq% 9: _=8ցΙIR%~u'iI\l SVdfi>/"փ4eF:H)6츋s Y#΋V?i F\HaQ!ϕ4( 7CE\.p*?aǕ[w_ЮQH;J7T| ,JAƟ6\xGQf.J)[`{(,<5꧴;t\%i;vwZI~FA)z|?]R~wާi?ocy/M`:(TƝ%SYULÈMOPNjʕ:(y)%2kA=ɣOC!hDW4ɠ Zk9f?eYdmCy8a7'Csq޶vf3&jE%Ze>N=PȫR|Y1`]Y+ |3C\NO;796OP!(E5x} CO04Ppâa5ܑU{6 scElE BVISp괉 ~G)ԣJn+Jῶפ;h'zOBV\)ʡx㝾i>â<ᰤSx~\D@XS+1di]?%B/`#-P6h lūKZF{3[-驳<ɉ:lOhn^}b;v~ \r=#7efZ0"%Д-eł?tsNuuI:[Qv[uˬ2/6f2>:rssV汳t|5ϑK[AUױXzskB± BMdAP@{Ff`z t,.簩UM^ NҮŸN7 L߶KeߐHV0J; xbMmaTMba?8_ҨSf\٘WL ȬN39}Iˇ q\8X6֞%q롁q `8zē=%K[Oi[J,42N(eruUn? f*D2hర16m w<2l\ T'$8yk=mCj^?%SjtWv {hŶ}̱\Jbv#:QWf.ϐ+ ^5@h(ޝW!Lr0&՝܇$M!Ӣ#抭\w@>wIZZ"kw}_rBh"w]ѵ(ğlUHBL=Hou-:BJ~|/C%+QZq3^rhPσD߮ ^=36,!AYD{Wpg碃tABT51jjP:Ѻ'|mP_h&e*EL6#3N~2 o?$w|65  cN}@x%['O@ONX|p:a8M|"a%vfMc)!}h08Gb@Z ^']epS+jA*Q_m'N:jF T轲]F!Rv{ *:Q|? [үhldXnUSVP{@mw@bD,5<ޛ9Bڀ)gf^aa^Py@/>`]88ɀJ7/pS[T4]lE,-v .g<&M9:ݟ|̮e%]+0Cf0e)mոy[$HA &_mUa,N`:}h(jIW%F:k-0uw9G/pQ%N<^fM>?PfwsH&"2y‹$F ~Ѓ&m]jm) B6HnՈutR5oGWQFM{*>m0ХШՠB5;G$m6*5~>#<2R!.-Ju?]~+]5xƴYV8UDfa/XPϨG<8bۤ={A.zщfz&5uV;V Yg4^ pcRX3ͲU4Q ʖN-Tu8b 'Nk7hR>nlen,7w|6SǷ5oG0↍c1Nyd7oO/ᅏPg9U# {%EWt[ޜgiR\K?]'e(tƒ;5E$6WmBם3Xᥜ7/>#xCE*۝ T#Qǡ@%03f(^6Bs)p Lh6cl6-a h؊949ORB,ʟy:OD1hz)MJ73,]6p9u 03Ձ87ȫK%cw AnoHM8YxqC>#h4Xǫϊyf> ZF=/U$c@UʩWG zoQ"~I1[K+zS蔑MBIloFy$>/>\o\26+#BF@ ?gɔ^Ik)zd/&2Jr!IUx@_jʟ `݅/Sѥ)nrFL6PED%U./j*H|x9cѽ=|-;(/oJPA*tX:Nt|g2︡z赞;|b#Kx8 BP=W)~Ɉ["=Tu'FJb&Eq+oZ2t:=&7 ;Չ^c07pmZX`Ƙa>&֟`+??K:sv ?18;f֋It E[`K_  6/dS.0 (b?y(^3A:ǰlwT4T|4/(|8ȩ1b22wW Pi.EaBw7V,]}cO$T*ԶJhtT܈s1jFIYMdNl;{]|zc~kTצV 3& o\L{bc!"wsz0 =]B+?Χi.:;ϒ|.]8$N%Kք͚# ݬG]҂qYSFZ pd KHpaelruyB3j,d?eT+`_Er9IU*\U;ʦFƹ#ly-{i9,ڹK"@:J2[_ݩ{.`]fixCh{}1x5\v ;' .0D? UXQY !מ$pBvHYFjO(v;%hP,(N%0zݦ6H9ޢ/#o(`F|Vfsĉd%&,7= +q"qsjuyP=խ&,mln|3i)״Ү7GŒ:\:(ߨº e [`\9_P7mC0*69oQbJ 3795";M٘Tz9F˧ivt ,s桦R!kڤg'SZWg.(e K +Mg~=h H-KO4@Y~׏-a[B嘜=(-,!d;dFf2$湍aPpf>SFc몚5ſط< Z Mn~sh`NLԚ(W~QfLFĤS{A3Q}\Ƀ_?4ێULV`#XYr`ٵ⼌U{&[xzb nl&2!y1-6(d |51 mc~UrQnJ&6Y}qw@$ t UmoOcP \McnRe0W˸!33( H@k"=y?=TETA"?) Puf Ng?)af'"Wz:KEq%T7 Y!42˘Kc 3*uG#ѹU2ƟBD2Ѵ*Gw_wA6=:Ha.ݐIj5o͡"rt}>q 0"o#noa92CFƹA,H _|;`ʿO)E]Fzedj_Q h(Ǻ|ܦ0ž^d ڱݱ!/ i"*u[!J^lo2#N bXy6>s3diuFExOR_|b (1ћP^OʫJSTx@4XZmLpl2ƝIżcU*w}'jQ[Jd^ox%VYEte7:gmbADũ4'Մڋ*R|L4e=a 9J X*ڪ{,9)R.a/g0/2E~vcv<Pk)u  t),Y|xqQ]/I8{!5nV[>alh+3CSWʄYSy2sG`Tvq !K=Wc!U'ؐ^BoƑi)_GRL~@DPͥ{ȺV Ȳ|(7;4SQ `YlTnCε+P.ˈx2v*ZanQQ!vE7P̂ WehukӘ*Tß{1<1b) R[gN{B0lv@ܼ[p|x"n z5e}X`ReSV T, aNΟ=2)H5R/?דz#t̋Aw)B^ ?tE̠ndJI2AsPmd%\Xj,)*etg(@se9ڳ{q9(39Fam{SOwF)k_üem27x|U^ֹ.="^DR["ހ>@pI63$Ko*ș+7 0WH ăx4_Q޽y5H۬AOquh  W^7:=uMgz3OԛAƔ[{yiT;Y;ǒ~U\ɭGZ/*fԂxm/Iv}iL@s©Ho$~A{Y&.Rsolxﱢ!?*QٽyfTr ,9n-S/I /9y}~0❆lG9 NID|3"_Nq`Sطg;96.?$_5 U0"_:VJm`p:dGQ틌R^Ϫ}Pp{ґ!Vs(UYXEM3PyaXP/'e n %C6oвxPQM{q ŵ%mcu`P_w25}yeY6MS:GIgmm 09b? -Jωi %#!l$!;Kv(s"l!ӳA!5A6ØSߚfB?6Nz5b5[dL@8!z,YbM3z0"t Zy)xf31Y*q$~Y \S̋wsC⬝E 'TbQ~I4m\yZuqإ5Cp[MO;ܹ`C۟Fnpiv2f" | -1:(٨ҹ^H磰6}h_@daVG},-(\_hQU3uX]ߌ}s@sȖ.t/:ՠ^%}hE'Iv 9S1 sXZ ]Is1phd.5z&iJ.nj"KjZ>F*0 J5y÷hԧR9|H$ -MAo@rq2.jN?mE.lzXs.d^14&r{E(.̏UH0S#?1$Z_VsF\J(>A*\ efH\)ݣ@6Œr ;L vn2/K>M49w›V[Z^JBv ev6JTD0>]΋ۼE[ >X52w0qFkT tXUw(-7?q?O|O2[ =0#jjmu: dޏm[ `ȚC2f3cN~(?D%y+%4gȧNM4W37 ;b}hn*xJÖJX8e x˫8x`qwNk#qt U%*#[|EiP%(Bn՘տ P1n?tHIcxM܋?[2OwlޞWu!>hB컗';mg< Zz&h=7hǢa\y(@/6e]i-؄ }3J6"E9=DUD2TXwu F5dI]vas1R^~3h1G)l(")gtFYh峍krɠ^VS)oeUw`%_̀BۮF0lh]L m>;"`M,i{ ҕ(h|S_Xb,qѣ;Eޢ~]##EqP2 Mȝ8FTE9tt*D-;a k狭YkKC >pS-vۙs<*&YuAhVT#yȰU׉C3g|[_QNq<Q> 㣇߃$ɰl-L t3#Nu~qא?$#^ rXNOqrŀrw*'7m)➱;AsHm̨f=8a?YUO5<9H]X;ˆ&t3WI9Y;}tzK(bd?GV?CPذuA둸RQUdӟr i4F'96|BllgY#n؄HJE*v}&$/-ĀE3̺ #՟庝QXmOؚlz#0w-e)vpʳsCPP]{eP#p=W.Ņ}']F v{iBz(bl]ZlX `d_;*U*CP4D.(M^3gf_E}meD=nĪQf$"{l[2vJf.6C :nZ2_ ԛ逞@ČDzQ6Y%[ż({);1 G9=I*vh=JMXjwڣ\K4WʀO u9"?‹LQsR|lTޱU3s=$nܛa6o>d)`$3no>E=Wy9](Kq,VioW;};zG09גl2XUhOkTUfbe4Ys$ϟ %) 6)<λHE!g`д]qbPR>CWgIRB$/N\YI91y1q#S_GE#2'cuS3;#M3}> B5hg*>辋a ƬoP۶) XlNJcnG1ް0s^=Aڻ))Gub=-5%'}*C#v\$y/Su':4 bPsz.S^:eo< wWhK݁Ѡý*8:E/i7ޗ"H cM[HLߓ-i"E4͏ (np7|Q(xc-mqWD5|rW 3 ;n]I b`\Ɠg'7^j3?1SĆAT%3Kiq١K`u$v򂄘,=:uQS9d7 k4'G Ǐ+5Kң# , ECw:enx\h7O+p?ZC)+>JAYLH׺C3kMZq )_}VL?qiPfiLU; %MO{pةֳp\ަ?Υ3XSejSk\˺9Gӗo.Bs|W%yT1â-p,spvnUPz_ݦ1Jͷh-0jl,5zn|/#obA$8xYf|^I N}}}nY))*$Jm19,Iں84ZvW}O̵/5uwۋ0&o{l 籦eR]f_mS5j߇rBs@u#C (fYS>P${ޣ$CP`|)M>kN;GLv5h>XE|6X0Ojy .Ԭ:, ~sKu!cV~, nř!^.ԖR70 ~Fx H4db[W´&/e'#H_tʤdq-\zQmr-#yGޔ"Zuu q OwQgqcˣRaPN Y [I ,ͩ7J9nͰ]}*wMȕ.&EfYJK&{)oKMV~7NǓ ~ '짪,bժ# Wl2$$C7xU"rymEr3x3Ls7Qµ/~V6yZ#zx i!rqَѰG|_'0/C%,NacY!EtbGj(!?ԿGpR7)t?Kh$ylv7Y&ɰ5"M%P4l)%{r1|-b$%y]`sb[2/Mb\+ic0]9g{ *9x\{VT+9~k$Oy_^π>b^̲h*4ˍӌT1ڠ39&]ŖןT7MgkV>܇a4ep zݎXKcjefst/WgoLRy0@&˛YzG%߂{zT:<3{5--|66/ӎ[ZCU>JÆKDaVG4u97"MSp%Tiu:KwRAigHi^Ӭ. fcS8`s/ ".@뮃ls)ޑx8ّWn_ `-Re zYk+u٥Q͝vo r/DIXaeEuF PĦr q@[3'a<Å;Qϵ¬MEl }/S 4Xe8XԴE"0wqIƗ 혼}CdI]o]73 U%bi-> ֚K>O7&"sHd |zJ%çe/C|E*]`xutjUßerڿVƚeiAwus䂦5j3wv+b!B%yHY쮊cgl"ISYRܮ/8øP$mƏvqt+vҁl') ;P! eFrpiEm(4sBؘbH**ia>К9(TNKxӒ{2i5U*Xid3S21Ā¾qnYՒm JOĩX%\i+?+p:eJe郳/{:T$&󰧎>W- VJ$-n'v$k.B5m[pbәŜ/JnK5,f-2L~Y@m)T`e-ګw5F}2u q͒^d"e& x\W@3LKNXU (iʒoH{SUNܪt}1IҢF&hHs7~!Bݮx4hxMC62rvLY囻-r3G/}}`Ws% *F)ٷvN4G`ε/6%engVI[>T˩rE Θ$ qGU. rz:.A(3}F11*3 ۏCrK|@J+Ι@;N}ԕ3H$M#39ʹ^TZrҾǽU&yWYZwn8t{|3r?O]D.Ql oZϝu$FHۭD)J[LT)rZH4)!OBp(4y dкk;}Z;]QY KDkjpw\ |Ysg>+K֍=iW&6K0 j9x#A +/TDp0@v7mHvUKEű "Ps)C^Kh /*a;|W?z ZZQ֎K4䧾_ᖭ=m?yP i"LT ɘ3C#⪏=@&nȐ$ o>|(h@4֪d#5\=70B;Aae{sD \ 7 `F$1"mV.~&AX[p`C- R¤9+x ©ϸ᚛<\9n:<ˬ+حWV N 8SI'T, GVM<;sD*lN6u}y(&+`x-HLߧHg gJogV7o#L`ìC+ޒ`k[D.e,JEs\d-|)g~hHûDĨiМ;TL'4݅~wU҂ΎU5$>$}W_M&q)n B2"KSZaRQBVj%ˉc32Gw2u8$r\FX1Hw`1C(Kdws L4 }Tg\'޹7LM s߻J"<Ϧ.[@VyR驊epkaUS1 8̗͙ \!`1,OMJ^HGi|  Tl{sn-iyVeזpZ\?QKkt8V CZsJph!fԁb<z7\|.2ɷu |12#fsd*ک\saC'"eXps=ɤtY"#ݙ=8 B%V?z!|8jg\בC`>]\Y@IM$(M|+?e* ʔܪ F ӿi P$ *܆AiO.vrp$Dkq/;l2[u0{4 QԿʹDG37|{ӦZ" ~Uif4v2wHrD `)Ȟ-sRLOqF[J,uY;mcoJ^p=Dŧ4y_ Jh0g= 6;PիN`Rs<>³hWl'=dA;G6$m5m--ua~SƁ\ޡzj_i#w푸ǀ9Gb|"*y9Mu:]M8/N2c3>Q.^e fIݬ7"iNb$)`~W|+R]/e%ܼGHmv褄Ӻ=(j1e~LKѮm=?׳I:pbj[z[*|LI b hswB`h{\*zۤ 66bxN@KXrTN0IHfyZ aiW{#[{&'QO,w"J@tՋKrge7+99@ͼL0z+ F央H#Ap3<5Y_jH)(ӽP,'Rf{j\坲vW[yP1jE&^ RK>WTmmtyf_oSS0s0-̌(`j*-d{N'TY*7Y}>.$`OUE8=LK9P˯@]S4C1EX W%0..ծ!̀Q681q0.1Ibt~M&8G?3v+aiRvI0(I=X#ر`K?%uHg~_5S~]wgExݬ-ۼ}]}x#% C\?XU]|P{=Jn5* U~N#ZA8X1hR(hGlMȖ"4G\д{ (ݻ 1_q//>%dLD%qIJR0j/dBU#QEBM4F7`7